Displaying 3 results from an estimated 3 matches for "_201".
Did you mean:
201
2010 Nov 13
1
Nat Issue - I think
...their own asterisk server which is connected to my server.
This client seems to be having a nat issue. It's not a connectivity issue as i've tried constant pings and the line is up constantly.
I'm getting the following:
[2010-11-13 17:56:27] NOTICE[26082] chan_sip.c: Peer 'client_201' is now UNREACHABLE! Last qualify: 29
[2010-11-13 17:56:37] NOTICE[26082] chan_sip.c: Peer 'client _201' is now Reachable. (26ms / 5000ms)
[2010-11-13 17:58:12] NOTICE[26082] chan_sip.c: Peer 'client _201' is now UNREACHABLE! Last qualify: 28
[2010-11-13 17:58:22] NOTICE[26082...
2010 Nov 15
2
Problem When Using Polycom with 2 Lines
...on one Polycom phone?
When the user tries to make a call on the 2nd line, it works fine.
But when they try the first line, the CLI says:-
Using INVITE request as basis request - 9f5fe9a5-215d0f3a-b2fbe6b7 at 192.168.1.138
Found peer client _202' <--- Which is incorrect, it should be client_201.
And then:
[2010-11-15 10:46:29] WARNING[26082]: chan_sip.c:9063 check_auth: username mismatch, have < client _202>, digest has < client _201>
[2010-11-15 10:46:29] NOTICE[26082]: chan_sip.c:15079 handle_request_invite: Failed to authenticate user " client line 1" <sip: cli...
2005 Aug 10
0
Yoda VG-400 and Asterisk Settings
...---- extensions.conf -----
[general]
static=yes
writeprotect=no
[default]
include => sip
[sip]
; When one dials 2011234567, * will wait call port 0 on the VG-400, wait
2 seconds for a dialtone and dial 1234567
; Handy when say, port 0 has the only line with long distance enabled.
exten => _201.,1,Dial(SIP/201,20,A(silence/2)D(${LDPrefix}${EXTEN:3}))
exten => _201.,2,Hangup
; This is to allow dialing 201 to get a dial tone
exten => 201,1,Dial(SIP/201,20) ; Port 0
exten => 201,2,Hangup
exten => 202,1,Dial(SIP/202,20) ; Port 1
exten => 202,2,Hangup
exten => 203,1,Di...