Hello
I’ve installed Asterisk 1.4 and have a question regarding the new users.conf file.
This is what I have in my users.conf:
[trunk_1]
secret = secret
provider =
trunkstyle = customvoip
username = 1548181
trunkname = Custom - MySIP
callerid = 1548181
hasexten = no
hassip = yes
hasiax = no
registeriax =
registersip = yes
host = domain.com
dialformat = ${EXTEN:1}
context = DID_trunk_1
group =
insecure = invite
fromuser = 1548181
fromdomain = domain.com
Now I see my registration with my provider’s proxy as 's@192.168.x.x".
How can I get rid of the ‘s’ ? What is the new equivalent to the old syntax mentioned in sip.conf:
register => 2345:password@sip_proxy/1234
Where can I put ‘1234’ in the users.conf trunk definition?
Thanks!
