Displaying 1 result from an estimated 1 matches for "auth1001".
Did you mean:
auth01
2018 Feb 08
3
pjsip trunking configuration issue
...match=54.172.60.0
match=54.172.60.1
match=54.172.60.2
match=54.172.60.3
[endpoint-basic](!)
type=endpoint
transport=transport-tls
context=from-phones
disallow=all
allow=ulaw
[auth-userpass](!)
type=auth
auth_type=userpass
[aor-single-reg](!)
type=aor
max_contacts=20
[1001](endpoint-basic)
auth=auth1001
aors=1001
[auth1001](auth-userpass)
password=password123
username=1001
[1001](aor-single-reg)
Extensions.conf
[from-twilio]
exten => _+1NXXXXXXXXX,1,Dial(PJSIP/1001)
[from-phones]
exten => _NXXNXXXXXX,1,Set(CALLERID(all)="David" <78451234>)
same => n,Dial(PJSIP/+1${EX...