[asterisk-bugs] [JIRA] (ASTERISK-23110) No BYE message sent when sip INVITE is received
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Jan 7 10:01:05 CST 2014
Rusty Newton created ASTERISK-23110:
---------------------------------------
Summary: No BYE message sent when sip INVITE is received
Key: ASTERISK-23110
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23110
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General
Affects Versions: 11.5.0
Environment: Centos
Reporter: Ryan Tilton
Severity: Critical
I am not sure if this is a bug but it was a crucial step in getting Shared call appearances working for me.
In chan_sip.c under handle_invite_replaces function if you remove
ast_setstate(c, AST_STATE_DOWN);
right before the
ast_hangup(c);
This causes the bye message to be sent out correctly to the UA that is being replaced.
--
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