On 2 February 2015 at 15:12, Joshua Colp <jcolp at digium.com> wrote:> Sunny wrote: > >> Hello, >> >> >> In Asterisk 11 it is possible to set extensions on DB table (sipppers) >> and also in sip.conf. >> >> But in Asterisk 13 apparently this is not possible: as I tried to set in >> ps_endpoints and also in pjsip.conf but only the realtime endpoints are >> loaded. >> >> Is there a way to use realtime + static modes at the same time for the >> ps_endpoints lookup using PJSIP. >> > > Yes. The sorcery.conf file controls this and allows specifying multiple > things. It would be like follows: > > [res_pjsip] > endpoint=realtime,ps_endpoints > endpoint=config,pjsip.conf,criteria=type=endpoint > > Realtime will get queried first followed by the configuration file. If you > want to change the order then swap their placement. > > Cheers, > > -- > Joshua Colp > Digium, Inc. | Senior 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 >Yeah, it works now. Thank you Joshua! However I'm getting following error: [2015-02-02 16:55:56] ERROR[32605] res_sorcery_config.c: Could not create an object of type 'endpoint' with id '192.168.1.3' from configuration file 'pjsip.conf' my endpoint is defined as: [192.168.1.3] type = endpoint transport=simpletrans context = inbound dtmf_mode = inband disallow = all allow = alaw allow = ulaw aors = 192.168.1.3 Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150202/a21adfec/attachment.html>
Sunny wrote: <snip>> Yeah, it works now. Thank you Joshua! > > However I'm getting following error: > [2015-02-02 16:55:56] ERROR[32605] res_sorcery_config.c: Could not > create an object of type 'endpoint' with id '192.168.1.3' from > configuration file 'pjsip.conf' > > my endpoint is defined as: > [192.168.1.3] > type = endpoint > transport=simpletrans > context = inbound > dtmf_mode = inband > disallow = all > allow = alaw > allow = ulaw > aors = 192.168.1.3Does "pjsip show endpoints" show it? I think there may be a regression or something where it is trying to create endpoints before it can... leading to an error message that eventually gets resolved. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
On 2 February 2015 at 17:23, Joshua Colp <jcolp at digium.com> wrote:> Sunny wrote: > > <snip> > > Yeah, it works now. Thank you Joshua! >> >> However I'm getting following error: >> [2015-02-02 16:55:56] ERROR[32605] res_sorcery_config.c: Could not >> create an object of type 'endpoint' with id '192.168.1.3' from >> configuration file 'pjsip.conf' >> >> my endpoint is defined as: >> [192.168.1.3] >> type = endpoint >> transport=simpletrans >> context = inbound >> dtmf_mode = inband >> disallow = all >> allow = alaw >> allow = ulaw >> aors = 192.168.1.3 >> > > Does "pjsip show endpoints" show it? I think there may be a regression or > something where it is trying to create endpoints before it can... leading > to an error message that eventually gets resolved. > > > -- > Joshua Colp > Digium, Inc. | Senior 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 >Yeah, that's the case. The endpoint is listed in pjsip show endpoints. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150202/92bc95be/attachment.html>