Carrier config with static ip not working
Added by Brett Nemeroff almost 12 years ago
Hello allo, using 3.0 here.
Adding a carrier without registration (connected with static ip).
In the Account entry section it looks like this:
[goautodial]
disallow=all
allow=gsm
allow=ulaw
type=friend
username=goautodial
host=my.carrier.name
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
But when I save that and view sip-vicidial.conf I actually get this:
[goautodial]
disallow=all
allow=gsm
allow=ulaw
type=friend
username=goautodial
host=peer.voxox.com
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
type=friend
host=dynamic
canreinvite=no
context=default
Notice the 4 added lines at the bottom. The host=dynamic mucks everything up. Am I doing something wrong here?
Thanks,
Brett
Replies (4)
RE: Carrier config with static ip not working
-
Added by Chris Lomuntad almost 12 years ago
Hi Brett,
We've tried replicate the issue you posted and put the one you posted above on the Account Entry text box and waited for the asterisk to reload and didn't get the same issue as what you've posted above... below is the one i've entered on the Account Entry box and didn't get the additional 4 lines that you've mentioned:
[goautodial] disallow=all allow=gsm allow=ulaw type=friend username=goautodial host=peer.voxox.com dtmfmode=rfc2833 context=trunkinbound qualify=yes insecure=very nat=yes
Cheers,
Chris
RE: Carrier config with static ip not working
-
Added by Guillermo Krepper almost 12 years ago
Hi
I am experiencing the same issue
Has this been fixed?
thanks
RE: Carrier config with static ip not working
-
Added by Demian Biscocho almost 12 years ago
What's the build version of the GOadmin you are using?
RE: Carrier config with static ip not working
-
Added by Guillermo Krepper almost 12 years ago
Hi
GoAdmin ® 3.0-1369195200
However I thing it is related with "Template ID" option in Carriers section.
I believe this adds the lines that cause the problem (have not looked at code, just assuming).
I could not change this after carrier creation so needed to create a new one.
This worked for me. Hope it helps someone else.
Thanks