[Home]

Summary:ASTERISK-21779: Manager closes connection when a SendText action is requested during hangup
Reporter:Paul Goldbaum (pgoldbaum)Labels:
Date Opened:2013-05-11 11:03:20Date Closed:2013-05-13 09:28:38
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:11.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager.patch
Description:During a SIP call, if a SendText manager action is requested between the Unlink and Hangup events, a failure message is returned but then the connection to the client is closed.

This behaviour is unexpected because errors after the hangup just return a "No such channel" error, but do not close the connection.

As a workaround, we prevent action_sendtext to return negative values
Comments: