Page 1 of 1

Changed BindPort, registered but unreachable.

PostPosted: Thu Jan 16, 2014 7:59 am
by travian.ck
Hi,

I have a goautodial 2.1 installed from ISO that works fine under normal conditions.

My provider has provided a different port number, 7500.
In my trunk settings and register-string, I set "bindport=7500"
Checked/modified firewall etc

Now, in CLI
>sip show registry
says, its "a.b.c.d:7500 username 105 Registered timestamp"

but
> sip show peers
trunk2/username a.b.c.d N 5060 UNREACHABLE

So, under peers it says UNREACHABLE but the confusing part is that the port listed there is still 5060

I checked .conf files but all efforts in vain.
Any suggestions or fix ?

Thanks.

Re: Changed BindPort, registered but unreachable.

PostPosted: Thu Jan 16, 2014 8:31 am
by DomeDan
Try to specify the port in the Registration String too:
register => user:password@carrier.addr.com:7500

Re: Changed BindPort, registered but unreachable.

PostPosted: Thu Jan 16, 2014 9:34 am
by travian.ck
I have already used that in the register string, its the same format as you mentioned.