Asterisk PJSIP Multi-tenant
Hello List,
following this thread:
http://asterisk-users.digium.narkive.com/ulR5hd1M/same-pjsip-username-with-differents-domains
I tried to configure on the pjsip.conf the same endpoint with different domains like:
[1000@sip.domain.com]
type=endpoint
[1000@sip1.domain.com]
type=endpoint
I can register the two 1000 endpoints using different domain but on the Asterisk console:
ERROR[1748]: res_pjsip.c:2946 create_out_of_dialog_request: Unable to create outbound OPTIONS request to endpoint 1000@sip.domain.com
ERROR[1748]: res_pjsip/pjsip_options.c:350 qualify_contact: Unable to create request to qualify contact sip:1000@95.250.29.3:53570;rinstance
4 thoughts on - Asterisk PJSIP Multi-tenant
If you set qualify_frequency=0, can that endpoint make and receive calls?
Not suggesting this as a solution, just asking to narrow possibilities down.
Hello,
with qualify_frequency=0 I can’t receive calls from others endpoints.
Other strange think is if I set mailboxes parameter on the console, when the endpoint registering, i can see:
ERROR[2208]: res_pjsip.c:2946 create_out_of_dialog_request: Unable to create outbound NOTIFY request to endpoint 1001@sip.domain.com WARNING[2208]: res_pjsip_mwi.c:379
send_unsolicited_mwi_notify_to_contact: Unable to create unsolicited NOTIFY request to endpoint 1001@sip.domain.com URI
sip:1001@95.250.29.3:50673;rinstancef959e7c0059fc4
Regards
El 16/05/2016 a las 02:52, George Joseph escribi
Unsolicited NOTIFY and OPTIONS both use the out-of-dialog path so I’m guessing we have an issue there. Open an issue at https://issues.asterisk.org
Done.
ASTERISK-26026
El 16/05/2016 a las 14:40, George Joseph escribi