Displaying 1 result from an estimated 1 matches for "3a123456".
Did you mean:
3a12345
2008 Dec 30
0
connect a LAN server to a WAN server as a sip client
...or the LAN server to register,
and it's an account with multiple ports.(So more than one users on the LAN
server can make phone calls through the WAN server at the same time)
Here are my config files of the LAN server:
sip.conf:
[general]
register=>121022:123456 at 122.102.5.42 <121022%3A123456 at 122.102.5.42>
[121022]
type=peer
username=121022
secret=123456
host=122.102.6.43
fromuser=121022
canrenvite=no
insecure=very
quality=yes
nat=yes
context=1111
extensions.conf:
[1111]
exten=>_013X.,1,Dial(SIP/${EXTEN}@121022)
exten=>_010XXXXXXXX,1,Dial(SIP/${EXTEN}@121022)
exten=>_X.,...