Hello,
I’m trying to change sip register into pjsip.
This was working in SIP:
register => 123456789@my.telco.com:P@ssw0rd:authuser@my.telco.com
;register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry]
But with PJSIP what is an equivalent to authuser?
[telco]
type=wizard
remote_hosts=my.telco.com:5060
endpoint/context=from-pstn
endpoint/allow=!all,ulaw,alaw,g722
sends_registrations=yes
accepts_registrations=no
sends_auth=yes
accepts_auth=no
outbound_auth/username=123456789 ;this is OK
outbound_auth/password=P@ssw0rd
endpoint/from_user=123456789
aor/contact=sip:123456789@my.telco.com:5060
endpoint/callerid=123456789