[asterisk-bugs] [JIRA] (ASTERISK-22445) res_pjsip_messaging: Message technology registers itself as SIP, preventing compatibility with chan_sip

Digium Subversion (JIRA) noreply at issues.asterisk.org
Wed Sep 18 09:41:03 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digium Subversion closed ASTERISK-22445.
----------------------------------------

    Resolution: Fixed
    
> res_pjsip_messaging: Message technology registers itself as SIP, preventing compatibility with chan_sip
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-22445
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22445
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Resources/res_pjsip_messaging
>    Affects Versions: 12.0.0-alpha1
>            Reporter: Matt Jordan
>            Assignee: Kevin Harwell
>
> The message technology is currently registering itself as 'sip'. This results in its registration being rejected if {{chan_sip}} is also loaded:
> {noformat}
> *CLI> module load res_pjsip_messaging.so
> [Sep  3 11:25:57] ERROR[5170]: message.c:1252 ast_msg_tech_register: Message technology already registered for 'sip'
> Unable to load module res_pjsip_messaging.so
> Command 'module load res_pjsip_messaging.so' failed.
> *CLI> 
> {noformat}
> This should probably register itself as {{pjsip}}. That would allow it to work at the same time as {{chan_sip}}, and would also differentiate between which channel driver ends up servicing the message. It's also inline with dialing and other mechanisms that reference the new SIP stack.

--
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