Hi,
Is there anyone who tried to connect 2 SIP (x-lite) phones on two remote locations? I’ve tried it before and on my side my x-lite phone can logged in meaning it’s working.However on my client side it displayed Logged in Time Out :Contact your Administrator.
Here’s my sip.conf
[0001]
type=friend
username=0001
secret=password
host=dynamic
context=local
nat=yes
externip=< my public IP>
localnet=192.168.0.xxx/255.255.255.0
canreinvite=no
[0002]
type=friend
username=0002
secret=password
host=dynamic
context=local
nat=yes
externip=< client public IP>
localnet=192.168.0.xxx/255.255.255.0
canreinvite=no
My extensions.conf
[0001]
exten=>0001,1,Answer
exten=>0001,n,Wait
exten=>0001,Dial(SIP/${EXTEN})
exten=>0001,n,Hangup
[0002]
exten=>0002,1,Answer
exten=>0002,n,Wait
exten=>0002,Dial(SIP/${EXTEN})
exten=>0002,n,Hangup
Any suggestions are very much welcome as i’m also new to this kind of field…Thanks in advance.
noel