[Home]

Summary:ASTERISK-03772: [patch] AGIs continue even if a file was not found with GET OPTION
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-03-25 22:16:40.000-0600Date Closed:2008-01-15 15:28:44.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) get_option_continue.diff.txt
Description:Same as ASTERISK-311912 but now it's for GET OPTION.
Before that patch we had:
Mar 25 23:17:35 WARNING[13924]: file.c:486 ast_openstream_full: File papers/BLAH.fr does not exist in any format
Mar 25 23:17:35 WARNING[13924]: res_agi.c:512 handle_getoption: Unable to open papers/BLAH.fr
 == Spawn extension (test_sip, 1000, 1) exited non-zero on 'IAX2/gate@192.168.1.5:4569-6'
which stops the AGI.

now we have:
Mar 25 23:25:37 WARNING[13924]: file.c:486 ast_openstream_full: File papers/BLAH.fr does not exist in any format
Mar 25 23:25:37 WARNING[13924]: res_agi.c:512 handle_getoption: Unable to open papers/BLAH.fr
   -- Playing 'papers/advmnua.fr' (escape_digits=0123456789*#) (timeout 5000)
(which continue...)

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

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2005-03-25 23:39:46.000-0600

Fixed in CVS head, thanks!

By: Tilghman Lesher (tilghman) 2005-04-01 22:56:03.000-0600

Not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:28:44.000-0600

Repository: asterisk
Revision: 5263

U   trunk/res/res_agi.c

------------------------------------------------------------------------
r5263 | markster | 2008-01-15 15:28:43 -0600 (Tue, 15 Jan 2008) | 2 lines

Make sure AGI continues even when files aren't there (bug ASTERISK-3772)

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

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