i cant get the user to login correclty via x-lite or agent interface>
cli:
NOTICE[3703]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@ 66.71.249.170>' failed for '71.203.248.167' - No matching peer found
[Aug 24 00:02:35] NOTICE[3703]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@ 66.71.249.170>' failed for '71.203.248.167' - No matching peer found
[Aug 24 00:02:35] NOTICE[3703]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@ 66.71.249.170>' failed for '71.203.248.167' - No matching peer found
[Aug 24 00:02:35] NOTICE[3703]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@ 66.71.249.170>' failed for '71.203.248.167' - No matching peer found
here is my carrier config:
ViciBox_Redux.i686-2.0.2 from .iso | Vicidial 2.2.1-237 Build 100510-2015 | Asterisk 1.4.21.2 | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation |
I got a flowroute account put in this information like this:
Carrier ID: Flowroute
Carrier Name: Flowroute
Carrier Description: none
Registration String: register => 14512814:xxxxxxxxxx@sip.flowroute.com
Template ID:
Account Entry:
[flowroute]
type=friend
secret=xxxxxxxxxx
username=14512814
host=sip.flowroute.com
dtmfmode=inband
rfc2833compensate=yes
context=inbound
canreinvite=no
allow=ulaw
allow=g729
insecure=port,invite
fromdomain=sip.flowroute.com
Protocol: SIP
Globals String:TESTSIPTRUNK = SIP/testcarrier
Dialplan Entry:
exten => _91NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(sip/${EXTEN:1}@flowroute,55,tTo)
exten => _91NXXNXXXXXX,3,Hangup
I went to phones and put in the server ip and username and passoerd of the 7777 agent and now it shows
there are no available sessions
cli
[Aug 24 00:52:16] NOTICE[3936]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@66.71.249.170>' failed for '71.203.248.167' - Wrong password
the above is from trying to login via xlite
if i try to login via vicidial agent i get in cli:
[Aug 24 00:53:52] NOTICE[7503]: channel.c:3271 __ast_request_and_dial: Unable to request channel SIP/7777
Heres the sip debug cli:
SIP Debugging re-enabled
[Aug 24 02:14:19]
<--- SIP read from 70.167.153.130:5060 --->
OPTIONS sip:66.71.249.170:5060 SIP/2.0
Max-Forwards: 10
Record-Route: <sip:70.167.153.130;lr>
Via: SIP/2.0/UDP 70.167.153.130;branch=z9hG4bKd14f.8ef2bbd501a51aaf2c3592ef000f9621.0
Via: SIP/2.0/UDP 216.115.69.131:5060;branch=0
Route: <sip:70.167.153.130;lr;received="sip:66.71.249.170:5060">
From: sip:ping@invalid;tag=f549cba6
To: sip:66.71.249.170:5060
Call-ID:
887d2e83-118d3166-22d46a4@216.115.69.131
CSeq: 1 OPTIONS
Content-Length: 0
<------------->
[Aug 24 02:14:19] --- (11 headers 0 lines) ---
[Aug 24 02:14:19] Looking for s in default (domain 66.71.249.170)
[Aug 24 02:14:19]
<--- Transmitting (NAT) to 70.167.153.130:5060 --->
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 70.167.153.130;branch=z9hG4bKd14f.8ef2bbd501a51aaf2c3592ef000f9621.0;received=70.167.153.130
Via: SIP/2.0/UDP 216.115.69.131:5060;branch=0
From: sip:ping@invalid;tag=f549cba6
To: sip:66.71.249.170:5060;tag=as7f13dfe6
Call-ID:
887d2e83-118d3166-22d46a4@216.115.69.131
CSeq: 1 OPTIONS
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Accept: application/sdp
Content-Length: 0
<------------>
[Aug 24 02:14:19] Scheduling destruction of SIP dialog
'887d2e83-118d3166-22d46a4@216.115.69.131' in 32000 ms (Method: OPTIONS)
[Aug 24 02:14:24] Really destroying SIP dialog 'MTQwNmFjMWRjZGNiNDY5ZDM3Mzk3ZjI2NThlN2UxNTg.' Method: REGISTER
now when trying to login via xlite i get:
[Aug 24 02:41:00] NOTICE[3936]: chan_sip.c:16378 handle_request_register: Registration from '"7777"<sip:7777@66.71.249.170>' failed for '71.203.248.167' - No matching peer found
Any Help?