[Home]

Summary:ASTERISK-18574: SendURL always waits for acknowledgement
Reporter:Marcello Ceschia (marcelloceschia)Labels:
Date Opened:2011-09-19 05:41:17Date Closed:2011-10-07 14:42:25
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_url
Versions:1.8.6.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Asterisk SVN-branch-1.8-r335911M on a i686 running LinuxAttachments:
Description:exten => 60,1,Answer()
exten => 60,n,SendURL(http://asterisk/sample-url/)
exten => 60,n,Echo()

Echo will not be executed, because sendurl_exec is just waiting for AST_FRAME_HTML
Comments:By: Marcello Ceschia (marcelloceschia) 2011-10-07 10:02:52.312-0500

I dont think it is a minor issue, because it blocks the dialplan.