[asterisk-bugs] [JIRA] (ASTERISK-21208) SIP OPTIONS ping response is tied to ast_shutting_down()
Ashley Winters (JIRA)
noreply at issues.asterisk.org
Tue Mar 5 12:50:01 CST 2013
Ashley Winters created ASTERISK-21208:
-----------------------------------------
Summary: SIP OPTIONS ping response is tied to ast_shutting_down()
Key: ASTERISK-21208
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21208
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Channels/chan_sip/General
Affects Versions: 11.2.1
Environment: CentOS 6.3 x86_64
Reporter: Ashley Winters
Severity: Minor
I want asterisk to be able to inform a call distribution proxy which is performing OPTIONS pings that it doesn't want to receive any calls -- without setting the ast_shutting_down() flag. The ast_shutting_down() flag causes channel creation to fail in ast_channel_alloc(), but I want calls in-progress to be able to proceed with their IVR dialplans which often result in an outbound Dial.
'core stop gracefully' is actually not sufficiently "graceful" since it blocks new outbound calls, and 'core stop when convenient' makes asterisk continue to respond to OPTIONS with 200 OK.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list