[asterisk-users] Wrong outgoing port
Patrick Cervicek
patrick at cervicek.de
Sun Sep 17 06:48:57 MST 2006
Master_PE schrieb:
> I have changed in sip.conf the bindport (port=) to (bindport=) .
>
> When i try to connect to my provider it doesn't work becourse it try's
> to connect to port 5060. sip debug says
> Retransmitting #5 (NAT) to 62.177.135.42:5060:
> REGISTER sip:62.177.135.42 SIP/2.0
>
> trion*CLI> sip show registry
> 62.177.135.41:38383 31###### 120 Request Sent
>
> What's wrong. Somehow it looks like a bug.
You changed the port of your Asterisk Server where it should listen to.
When you want to change the port of your provider, you have to use the
"port" statement or specify the port it in the "register" statement
register => user[:secret[:authuser]]@host[:port][/extension]
More information about the asterisk-users
mailing list