[Home]

Summary:ASTERISK-14022: Crash on Dial when using S() option to hangup call after n secs.
Reporter:Ygor Lemos (ygor)Labels:
Date Opened:2009-04-27 18:39:29Date Closed:2011-06-07 14:00:18
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When using something like:

exten = _*11.,n,Dial(iax2/escritorioplus/${EXTEN:3},,rtTS(${CRED}))

I get CLI flooded with:

[Apr 27 20:33:32] ERROR[4521]: channel.c:2539 __ast_read: ast_read() called with no recorded file descriptor.

and asterisk process needs to be hand killed with -SIGKILL

****** STEPS TO REPRODUCE ******

just use the S() parameter on cmd Dial()
Comments:By: Joshua C. Colp (jcolp) 2009-04-28 08:04:11

This is the same underlying issue as 14723, please follow that issue.