I am running asterisk 13.1.0

In pjsip.conf, the endpoint section has an aors and an auth field.

I can name the auth field anything I want.  The key is to set the auth=field 
accordingly.
However, when I try this with the aors field, it never works.  It seems I have 
to name the aors=field to match the name of the endpoint section.

Is this correct?

Would there ever be a need for multiple aors to a single endpoint?  Since the 
field is named aors, I thought this would be possible.  How would I do this if 
I have to name the aor the name of the endpoint?

This fails...

[transport1]
type = transport
bind = 0.0.0.0
protocol = udp

[aor3]
type = aor
max_contacts = 1
remove_existing = yes

[auth3]
type = auth
username = 1003
password = Password

[1003]
type = endpoint
context = Test
transport = transport1
auth = auth3
aors = aor3
dtmf_mode = inband
device_state_busy_at = 1
disallow = all
allow = ulaw


This succeeds...

[transport1]
type = transport
bind = 0.0.0.0
protocol = udp

[1003]
type = aor
max_contacts = 1
remove_existing = yes

[auth3]
type = auth
username = 1003
password = Password

[1003]
type = endpoint
context = Test
transport = transport1
auth = auth3
aors = 1003
dtmf_mode = inband
device_state_busy_at = 1
disallow = all
allow = ulaw

-- 
_____________________________________________________________________
-- 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