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

Reply via email to