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 at 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 at sip.domain.com URI sip:1001 at 95.250.29.3:50673;rinstance=1af959e7c0059fc4 Regards El 16/05/2016 a las 02:52, George Joseph escribi?:> > > On Sun, May 15, 2016 at 12:00 PM, Annus Fictus <annusfictus at gmail.com > <mailto:annusfictus at gmail.com>> wrote: > > 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 at sip.domain.com <mailto:1000 at sip.domain.com>] > type=endpoint > > [1000 at sip1.domain.com <mailto:1000 at 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 at sip.domain.com > <mailto:1000 at sip.domain.com> > > ERROR[1748]: res_pjsip/pjsip_options.c:350 qualify_contact: Unable > to create request to qualify contact sip:1000 at 95.250.29.3:53570 > <http://sip:1000 at 95.250.29.3:53570>;rinstance=d90827763e4353c0 > > in the aor section I'm using: > > qualify_frequency=30 > > > 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. > > > 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 > > > > > -- > George Joseph > Digium, Inc. | Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com <http://www.digium.com/> & > www.asterisk.org <http://www.asterisk.org/> > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160516/a22a5650/attachment.html>
On Sun, May 15, 2016 at 10:17 PM, Annus Fictus <annusfictus at gmail.com> wrote:> 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 at 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 at sip.domain.com URI > sip:1001 at 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> Regards > El 16/05/2016 a las 02:52, George Joseph escribi?: > > > > On Sun, May 15, 2016 at 12:00 PM, Annus Fictus <annusfictus at gmail.com> > wrote: > >> 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 at sip.domain.com] >> type=endpoint >> >> [1000 at 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 at sip.domain.com >> >> ERROR[1748]: res_pjsip/pjsip_options.c:350 qualify_contact: Unable to >> create request to qualify contact sip:1000 at 95.250.29.3:53570 >> ;rinstance=d90827763e4353c0 >> >> in the aor section I'm using: >> >> qualify_frequency=30 >> > > 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. > > > >> >> Any hint? >> >> Regards >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by <http://www.api-digital.com> >> 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: <http://www.digium.com/>www.digium.com & > <http://www.asterisk.org/>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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160516/5adc63b2/attachment.html>
Done. ASTERISK-26026 El 16/05/2016 a las 14:40, George Joseph escribi?:> > > On Sun, May 15, 2016 at 10:17 PM, Annus Fictus <annusfictus at gmail.com > <mailto:annusfictus at gmail.com>> wrote: > > 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 at sip.domain.com > <mailto:1001 at 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 at sip.domain.com > <mailto:1001 at sip.domain.com> URI > sip:1001 at 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 > > > > Regards > > El 16/05/2016 a las 02:52, George Joseph escribi?: >> >> >> On Sun, May 15, 2016 at 12:00 PM, Annus Fictus >> <annusfictus at gmail.com <mailto:annusfictus at gmail.com>> wrote: >> >> 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 at sip.domain.com <mailto:1000 at sip.domain.com>] >> type=endpoint >> >> [1000 at sip1.domain.com <mailto:1000 at 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 at sip.domain.com <mailto:1000 at sip.domain.com> >> >> ERROR[1748]: res_pjsip/pjsip_options.c:350 qualify_contact: >> Unable to create request to qualify contact >> sip:1000 at 95.250.29.3:53570 >> <http://sip:1000 at 95.250.29.3:53570>;rinstance=d90827763e4353c0 >> >> in the aor section I'm using: >> >> qualify_frequency=30 >> >> >> 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. >> >> >> 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 >> >> >> >> >> -- >> George Joseph >> Digium, Inc. | Software Developer >> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US >> Check us out at: www.digium.com <http://www.digium.com> & >> www.asterisk.org <http://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 <http://www.digium.com/> & > www.asterisk.org <http://www.asterisk.org/> > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160516/ea0e0a56/attachment.html>