Hi, I have just compiled trion*CLI> show version Asterisk 1.2.12.1 built by root @ trion on a i686 running Linux on 2006-09-16 16:39:13 UTC I have copyed the old configuration files from the stable debian version 1:1.0.7.df 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. Regards, M. Piscaer
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]