[asterisk-bugs] [JIRA] (ASTERISK-22449) res_pjsip_messaging: Message technology registers itself as SIP, preventing compatibility with chan_sip
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Sep 3 13:49:07 CDT 2013
Matt Jordan created ASTERISK-22449:
--------------------------------------
Summary: res_pjsip_messaging: Message technology registers itself as SIP, preventing compatibility with chan_sip
Key: ASTERISK-22449
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22449
Project: Asterisk
Issue Type: Bug
Components: Resources/res_pjsip_messaging
Reporter: Matt Jordan
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