nik.middleton at noble... Guest
|
Posted: Wed Feb 04, 2009 5:54 pm Post subject: [Freeswitch-users] Gateway settings |
|
|
Hi Guys,
Need a little help here; I connect to my PSTN provider via the LAN,
Question: As the provider authenticates on IP, how do I not send a password? In the .xml file if I remove the password entry it complains
Secondly, the contact should be my local address, not the public one. What do I need to do here?
Finally what does FS do to determine if the status is up, is there an asterisk equivalent of qualify going on here?
Regards
Name My Provider
Scheme Digest
Realm 172.16.1.2
Username myname
Password yes
From <sip: myname @172.16.1.2;transport=udp>
Contact <sip: myname @ExternalIP:5080;transport=udp>
To sip: myname @172.168.1.2
Proxy myname:172.168.1.2
Context default
Expires 600
Freq 600
Ping 0
PingFreq 0
State NOREG
Status UP |
|