Displaying 5 results from an estimated 5 matches for "aor3".
Did you mean:
aor
2020 Feb 14
2
Question on pjsip.conf and aors
I have the following configuration...
[aor3]
type = aor
max_contacts = 1
remove_existing = yes
[auth3]
type = auth
username = 1004
password = SuperSecretProbation
[1004]
type = endpoint
context = IS
transport = transport1
auth = auth3
aors = aor3
accountcode = 3
dtmf_mode = rfc4733
device_state_busy_at = 2
force_rport = no
moh_passthrough...
2020 Feb 14
0
Question on pjsip.conf and aors
On Fri, Feb 14, 2020 at 3:04 PM Dan Cropp <dan at amtelco.com> wrote:
> I have the following configuration…
>
>
>
> [aor3]
>
> type = aor
>
> max_contacts = 1
>
> remove_existing = yes
>
>
>
> [auth3]
>
> type = auth
>
> username = 1004
>
> password = SuperSecretProbation
>
>
>
> [1004]
>
> type = endpoint
>
> context = IS
>
> transport = tr...
2015 Apr 01
4
PJSIP Endpoint AOR question
...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]...
2015 Apr 01
1
PJSIP Endpoint AOR question
...;> 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]
>&...
2015 Apr 01
0
PJSIP Endpoint AOR question
...e 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
&...