Displaying 1 result from an estimated 1 matches for "7147036xxx".
2004 Jan 21
0
Net2Phone error 407: Unauthorized
...;
User-Agent: Cisco ATA 186 v2.16 ata18x (030401a)
Proxy-Authenticate: Digest
realm="net2phone",nonce="8A217912713C11886D18CCCC9D300F5B"
Content-Length: 0
10 headers, 0 lines
Here is my sip.conf file:
[general]
port = 5060
bindaddr = 0.0.0.0
context=from-sip
register => 7147036xxx:xxxx@66.33.146.12/7147036xxx
canreinvite=yes
[66.33.146.12]
type=friend
secret=xxxx
username=7147036xxx
host=66.33.146.12
Here is the extensios.conf of sip portion:
[from-sip]
exten => 7147036xxx,1,Dial(SIP/7147036xxx)
Please give an idea how to solve this. If you get success,
send me the co...