[Home]

Summary:ASTERISK-05125: [patch] SAY PHONETIC doesnt work in AGI
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-09-21 21:06:17Date Closed:2011-06-07 14:10:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sayphonetic_agi.txt
Description:currently, in AGI, the SAY PHONETIC doesn't work.

Sep 21 22:04:57 WARNING[4390]: file.c:475 ast_openstream: File phonetic/f does not exist in any format
Sep 21 22:04:57 WARNING[4390]: file.c:787 ast_streamfile: Unable to open phonetic/f (format ulaw): No such file or directory
PASS (-1)
 == Spawn extension (polycom, 200, 1) exited non-zero on 'SIP/10-a7e6'

and, the bad thing, is it hangups the channel.

That patch solves that issue.

****** ADDITIONAL INFORMATION ******

Thanks to lenne_dk for report that issue.

That would be a good idea to use the same function for the handle_phonetic (from pbx.c) and for the handle_phonetic (from res_agi.c), but i won't make that drastic change for now, if you need it russel, just contact me.
Comments:By: Clod Patry (junky) 2005-09-23 09:45:48

reporter confirmed, it solves his issues.

By: Russell Bryant (russell) 2005-09-30 21:44:46

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:49:56.000-0600

Repository: asterisk
Revision: 6706

U   branches/v1-0/say.c

------------------------------------------------------------------------
r6706 | russell | 2008-01-15 15:49:55 -0600 (Tue, 15 Jan 2008) | 2 lines

fix 'say phonetic' (issue ASTERISK-5125)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6706