[Home]

Summary:ASTERISK-16924: AGI playback has bug
Reporter:Ashik Ali (ashikali)Labels:
Date Opened:2010-11-07 08:54:11.000-0600Date Closed:2011-06-07 14:05:00
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hi all,

I am using asterisk-1.6.2.10. I changed say.conf script for customized number reading.

Depending upon the india number reading method, I changed number reading setting in say.conf language. For more details visit my blog http://asterisknumbertovoice.blogspot.com/.

In the extension.conf:
------------------------------

[number-to-voice]
exten => 8765,1,playback(num:344345,say)
exten => 8765,n,hangup

It executes corresponding say.conf script  and produces good results for me.

but when I write it in agi does not working. Here is agi debug output from asterisk.

<SIP/6000-0000000a>AGI Rx << EXEC playback "num:333456,say"
   -- AGI Script Executing Application: (playback) Options: (num:333456,say)
<SIP/6000-0000000a>AGI Tx >> 200 result=0


Please fix this bug and make it work in asterisk.

Thanks & Regards,
Ashik
Comments:By: Clod Patry (junky) 2010-11-10 12:15:26.000-0600

just to save time, do you mind to attach your say.conf

thanks

By: Leif Madsen (lmadsen) 2010-11-18 15:27:29.000-0600

It would be preferrable that you attach it as a patch and mark it as code so this can just be in Asterisk proper instead of you maintaining it locally.

Regardless we need the say.conf file you're using in order to reproduce the issue.

By: Leif Madsen (lmadsen) 2011-04-06 12:04:12

Suspending issue. No feedback from reporter.