[asterisk-users] PJSIP - Using multiple AOR contacts when dialing through an endpoint

Yaron Nachum nachum.yaron at gmail.com
Tue Mar 11 08:24:36 CDT 2014


Hello everyone,
I have started testing the PJSIP stack.

I saw that it is possible to setup statically multiple AOR contacts, setup
qualify_timeout and attach it to an endpoint, and then dial using this
endpoint.

When I setup the configuration I used the cli in order to see the status of
the contacts, and it worked fine - whenever a contact is unreachable, the
status is updated to Unavailable.

However, when I dial through this endpoint the asterisk doesn't use other
contacts which are available in this endpoint.

Is it a known issue?  Are you planning to solve it?

Below is my pjsip.conf:

[transport-udp]
type=transport
protocol=udp
bind=172.16.60.160:5060

;SIPP
[sipp]
type=endpoint
transport=transport-udp
context=from-external
disallow=all
allow=alaw
100rel=required
aors=sipp

[sipp]
type=aor
contact=sip:172.16.60.160:5080
contact=sip:10.25.153.150:5060
qualify_frequency=10



[sipp]
type=identify
endpoint=sipp
match=10.25.153.150
match=172.16.60.160
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140311/fdd681a4/attachment.html>


More information about the asterisk-users mailing list