Oure sip trunk provider are moving os to a new set up.
I need to make a new Sip trunk with credentials like this:
server: sip,host,xx
user: username
realm: doamin,xx
Password: password
I can not get oure server to registre against sip,host,xx. It will not send the correct realm in theProxy Auth.
I use this registration string:
username:password@sip,host,xx/usertrunk
Result:
Proxy-Authorization: Digest username=“username”, realm=“null”, algorithm=MD5, uri=“sip:sip,host,xx”
and tried with this:
username@domain,xx:password@sip,host,xx/usertrunk
Result:
Proxy-Authorization: Digest username=“username”, realm=“doamin.xx”, algorithm=MD5, uri=“sip:domain,xx”
The provider tells my to add the realm under Outbound Proxy. But how in asterisk?
I’m currently testing with newest FreePBX