VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
annusfictus at gmail.com Guest
|
Posted: Sun May 15, 2016 1:01 pm Post subject: [asterisk-users] 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=d90827763e4353c0
in the aor section I'm using:
qualify_frequency=30
Any hint?
Regards
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
gjoseph at digium.com Guest
|
Posted: Sun May 15, 2016 7:52 pm Post subject: [asterisk-users] Asterisk PJSIP Multi-tenant |
|
|
On Sun, May 15, 2016 at 12:00 PM, Annus Fictus <annusfictus@gmail.com (annusfictus@gmail.com)> wrote:
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.
Â
--
George JosephDigium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org |
|
Back to top |
|
|
annusfictus at gmail.com Guest
|
Posted: Sun May 15, 2016 11:17 pm Post subject: [asterisk-users] Asterisk PJSIP Multi-tenant |
|
|
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 (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 (1001@sip.domain.com) URI [url=sip:1001@95.250.29.3:50673;rinstance=1af959e7c0059fc4]sip:1001@95.250.29.3:50673;rinstance=1af959e7c0059fc4[/url]
Regards
El 16/05/2016 a las 02:52, George Joseph escribió:
Quote: |
On Sun, May 15, 2016 at 12:00 PM, Annus Fictus <annusfictus@gmail.com (annusfictus@gmail.com)> wrote:
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.
--
George Joseph Digium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
|
|
|
Back to top |
|
|
gjoseph at digium.com Guest
|
Posted: Mon May 16, 2016 7:41 am Post subject: [asterisk-users] Asterisk PJSIP Multi-tenant |
|
|
On Sun, May 15, 2016 at 10:17 PM, Annus Fictus <annusfictus@gmail.com (annusfictus@gmail.com)> wrote:
Quote: |
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 (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 (1001@sip.domain.com) URI sip:1001@95.250.29.3:50673;rinstance=1af959e7c0059fc4
| 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
Â
--
George JosephDigium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org |
|
Back to top |
|
|
annusfictus at gmail.com Guest
|
Posted: Mon May 16, 2016 3:57 pm Post subject: [asterisk-users] Asterisk PJSIP Multi-tenant |
|
|
Done.
ASTERISK-26026
El 16/05/2016 a las 14:40, George Joseph escribió:
Quote: |
On Sun, May 15, 2016 at 10:17 PM, Annus Fictus <annusfictus@gmail.com (annusfictus@gmail.com)> wrote:
Quote: |
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 [url=mailto:1001@sip.domain.com]1001@sip.domain.com (1001@sip.domain.com)[/url]
WARNING[2208]: res_pjsip_mwi.c:379 send_unsolicited_mwi_notify_to_contact: Unable to create unsolicited NOTIFY request to endpoint [url=mailto:1001@sip.domain.com]1001@sip.domain.com (1001@sip.domain.com)[/url] URI sip:1001@95.250.29.3:50673;rinstance=1af959e7c0059fc4
| 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
Quote: |
Regards
El 16/05/2016 a las 02:52, George Joseph escribió:
Quote: |
On Sun, May 15, 2016 at 12:00 PM, Annus Fictus <[url=mailto:annusfictus@gmail.com]annusfictus@gmail.com (annusfictus@gmail.com)[/url]> wrote:
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.
--
George Joseph Digium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
George Joseph Digium, Inc. | Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|