[asterisk-bugs] [JIRA] (ASTERISK-23010) No BYE message sent when sip INVITE is recieved

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Dec 17 11:45:03 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213056#comment-213056 ] 

Rusty Newton commented on ASTERISK-23010:
-----------------------------------------

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. You may find it helpful to read the Asterisk Issue Guidelines http://www.asterisk.org/developers/bug-guidelines. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. the specific steps or actions you took that caused you to encounter the problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

This likely includes output from the console with debug level logging, a SIP trace (if this is SIP related), and configuration information such as dialplan (e.g. extensions.conf) and channel configuration (e.g. sip.conf). Thanks!


                
> No BYE message sent when sip INVITE is recieved
> -----------------------------------------------
>
>                 Key: ASTERISK-23010
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23010
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    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