Unable to receive Inbound calls
Posted: Mon Nov 28, 2016 4:05 pm
Hello,
I am new to vicidial. I have been using it some time and i have attempted my first installation. i have managed to get the outbound calling to work perfectly. However, Inbound seems to be a problem and i cant wrap my head around the issue. Please see my settings below:
Linux vicibox7 4.1.31-30-default #1 SMP PREEMPT Wed Aug 24 06:20:09 UTC 2016 (de9ddf8) x86_64 x86_64 x86_64 GNU/Linux
VERSION: 2.12-565a
BUILD: 160827-0917
Asterisk 11.22.0-vici
Installed from ISO on vicibox website.
No customization
(do hope i stated everything there)
Register String:
register => 592231638xxx@gtt.co.gy:xxxxxxxx:592231638900@190.80.12.215:5060/592231638xxx
Account Entry:
[guyana]
disallow=all
nat=yes
canreinvite=no
context=trunkinbound
from=592231638xxx
fromdomain=gtt.co.gy
host=gtt.co.gy
insecure=invite,port
qualify=yes
type-friend
outboundproxy=190.80.12.215
externip=190.80.12.215
port=5060
allowguest=yes
secret=xxxxxxxx
username=592231638xxx
authname=592231638xxx
dtmfmode=rfc2833
allow=ulaw
allow=alaw
registername=592231638xxx
exten => _7592.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7592.,2,Dial(SIP/${EXTEN:1}@guyana,,tTo)
exten => _7592.,3,Hangup
Please see error from CLI below:
Grateful if someone can point me in the right direction.
thank you
I am new to vicidial. I have been using it some time and i have attempted my first installation. i have managed to get the outbound calling to work perfectly. However, Inbound seems to be a problem and i cant wrap my head around the issue. Please see my settings below:
Linux vicibox7 4.1.31-30-default #1 SMP PREEMPT Wed Aug 24 06:20:09 UTC 2016 (de9ddf8) x86_64 x86_64 x86_64 GNU/Linux
VERSION: 2.12-565a
BUILD: 160827-0917
Asterisk 11.22.0-vici
Installed from ISO on vicibox website.
No customization
(do hope i stated everything there)
Register String:
register => 592231638xxx@gtt.co.gy:xxxxxxxx:592231638900@190.80.12.215:5060/592231638xxx
Account Entry:
[guyana]
disallow=all
nat=yes
canreinvite=no
context=trunkinbound
from=592231638xxx
fromdomain=gtt.co.gy
host=gtt.co.gy
insecure=invite,port
qualify=yes
type-friend
outboundproxy=190.80.12.215
externip=190.80.12.215
port=5060
allowguest=yes
secret=xxxxxxxx
username=592231638xxx
authname=592231638xxx
dtmfmode=rfc2833
allow=ulaw
allow=alaw
registername=592231638xxx
exten => _7592.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7592.,2,Dial(SIP/${EXTEN:1}@guyana,,tTo)
exten => _7592.,3,Hangup
Please see error from CLI below:
- Code: Select all
sip set debug on
SIP Debugging enabled
[Nov 28 17:03:19] Reliably Transmitting (NAT) to 192.168.1.104:60872:
[Nov 28 17:03:19] OPTIONS sip:2000@192.168.1.104:60872;rinstance=5535a6450363bcb6 SIP/2.0
[Nov 28 17:03:19] Via: SIP/2.0/UDP 192.168.1.117:5060;branch=z9hG4bK2dc233f6;rport
[Nov 28 17:03:19] Max-Forwards: 70
[Nov 28 17:03:19] From: "asterisk" <sip:asterisk@192.168.1.117>;tag=as460f219c
[Nov 28 17:03:19] To: <sip:2000@192.168.1.104:60872;rinstance=5535a6450363bcb6>
[Nov 28 17:03:19] Contact: <sip:asterisk@192.168.1.117:5060>
[Nov 28 17:03:19] Call-ID: 0a31fb5e2f9ccf5715b919ae1b318a56@192.168.1.117:5060
[Nov 28 17:03:19] CSeq: 102 OPTIONS
[Nov 28 17:03:19] User-Agent: Asterisk PBX 11.22.0-vici
[Nov 28 17:03:19] Date: Mon, 28 Nov 2016 21:03:19 GMT
[Nov 28 17:03:19] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
[Nov 28 17:03:19] Supported: replaces, timer
[Nov 28 17:03:19] Content-Length: 0
[Nov 28 17:03:19]
[Nov 28 17:03:19]
[Nov 28 17:03:19] ---
[Nov 28 17:03:19]
[Nov 28 17:03:19] <--- SIP read from UDP:192.168.1.104:60872 --->
[Nov 28 17:03:19] SIP/2.0 200 OK
[Nov 28 17:03:19] Via: SIP/2.0/UDP 192.168.1.117:5060;branch=z9hG4bK2dc233f6;rport=5060
[Nov 28 17:03:19] Contact: <sip:192.168.1.104:60872>
[Nov 28 17:03:19] To: <sip:2000@192.168.1.104:60872;rinstance=5535a6450363bcb6>;tag=0d624133
[Nov 28 17:03:19] From: "asterisk"<sip:asterisk@192.168.1.117>;tag=as460f219c
[Nov 28 17:03:19] Call-ID: 0a31fb5e2f9ccf5715b919ae1b318a56@192.168.1.117:5060
[Nov 28 17:03:19] CSeq: 102 OPTIONS
[Nov 28 17:03:19] Accept: application/sdp
[Nov 28 17:03:19] Accept-Language: en
[Nov 28 17:03:19] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE
[Nov 28 17:03:19] Supported: replaces
[Nov 28 17:03:19] Allow-Events: presence, message-summary, tunnel-info
[Nov 28 17:03:19] Content-Length: 0
[Nov 28 17:03:19]
[Nov 28 17:03:19] <------------->
[Nov 28 17:03:19] --- (13 headers 0 lines) ---
[Nov 28 17:03:19] Really destroying SIP dialog '0a31fb5e2f9ccf5715b919ae1b318a56@192.168.1.117:5060' Method: OPTIONS
[Nov 28 17:03:26]
[Nov 28 17:03:26] <--- SIP read from UDP:190.80.12.215:5060 --->
[Nov 28 17:03:26] INVITE sip:592231638900@190.108.212.250:5060 SIP/2.0
[Nov 28 17:03:26] Max-Forwards: 19
[Nov 28 17:03:26] Session-Expires: 3600;refresher=uas
[Nov 28 17:03:26] Min-SE: 600
[Nov 28 17:03:26] Supported: timer, 100rel,replaces,gin,x-nortel-sipvc,nosec,p-3rdpartycontrol,com.nortelnetworks.firewall
[Nov 28 17:03:26] To: "Sambora Comm" <sip:592231638900@190.108.212.250:5060>
[Nov 28 17:03:26] From: <sip:anonymous@anonymous.invalid>;tag=3689355806-188326
[Nov 28 17:03:26] Call-ID: 1474460-3689355806-188320@GYGTS30.cellinkgy.com
[Nov 28 17:03:26] CSeq: 1 INVITE
[Nov 28 17:03:26] Allow: UPDATE,REFER
[Nov 28 17:03:26] Via: SIP/2.0/UDP 190.80.12.215:5060;branch=z9hG4bKbf450d116ec1db7499855da4efc9856d
[Nov 28 17:03:26] Contact: <sip:anonymous@190.80.12.215:5060>
[Nov 28 17:03:26] Content-Type: application/sdp
[Nov 28 17:03:26] Accept: application/sdp
[Nov 28 17:03:26] User-Agent: Nortel SESM 18.0.26.1
[Nov 28 17:03:26] X-Nt-Corr-Id: 7130da26-0b1c-e017-91f9-000000000000
[Nov 28 17:03:26] Content-Length: 299
[Nov 28 17:03:26]
[Nov 28 17:03:26] v=0
[Nov 28 17:03:26] o=GYGTS30 303899648 1480367007 IN IP4 190.80.12.215
[Nov 28 17:03:26] s=sip call
[Nov 28 17:03:26] c=IN IP4 190.80.12.217
[Nov 28 17:03:26] t=0 0
[Nov 28 17:03:26] m=audio 64998 RTP/AVP 8 18 101
[Nov 28 17:03:26] a=rtpmap:8 PCMA/8000
[Nov 28 17:03:26] a=rtpmap:18 G729/8000
[Nov 28 17:03:26] a=fmtp:18 annexb=no
[Nov 28 17:03:26] a=rtpmap:101 telephone-event/8000
[Nov 28 17:03:26] a=fmtp:101 0-15
[Nov 28 17:03:26] a=ptime:20
[Nov 28 17:03:26] a=sqn: 0
[Nov 28 17:03:26] a=cdsc:1 image udptl t38
[Nov 28 17:03:26] <------------->
[Nov 28 17:03:26] --- (17 headers 14 lines) ---
[Nov 28 17:03:26] Sending to 190.80.12.215:5060 (NAT)
[Nov 28 17:03:26] Sending to 190.80.12.215:5060 (NAT)
[Nov 28 17:03:26] Using INVITE request as basis request - 1474460-3689355806-188320@GYGTS30.cellinkgy.com
[Nov 28 17:03:26] No matching peer for 'anonymous' from '190.80.12.215:5060'
[Nov 28 17:03:26]
[Nov 28 17:03:26] <--- Reliably Transmitting (NAT) to 190.80.12.215:5060 --->
[Nov 28 17:03:26] SIP/2.0 401 Unauthorized
[Nov 28 17:03:26] Via: SIP/2.0/UDP 190.80.12.215:5060;branch=z9hG4bKbf450d116ec1db7499855da4efc9856d;received=190.80.12.215;rport=5060
[Nov 28 17:03:26] From: <sip:anonymous@anonymous.invalid>;tag=3689355806-188326
[Nov 28 17:03:26] To: "Sambora Comm" <sip:592231638900@190.108.212.250:5060>;tag=as35d1c510
[Nov 28 17:03:26] Call-ID: 1474460-3689355806-188320@GYGTS30.cellinkgy.com
[Nov 28 17:03:26] CSeq: 1 INVITE
[Nov 28 17:03:26] Server: Asterisk PBX 11.22.0-vici
[Nov 28 17:03:26] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
[Nov 28 17:03:26] Supported: replaces, timer
[Nov 28 17:03:26] WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="5cbdf557"
[Nov 28 17:03:26] Content-Length: 0
[Nov 28 17:03:26]
[Nov 28 17:03:26]
[Nov 28 17:03:26] <------------>
[Nov 28 17:03:26] Scheduling destruction of SIP dialog '1474460-3689355806-188320@GYGTS30.cellinkgy.com' in 32000 ms (Method: INVITE)
[Nov 28 17:03:26]
[Nov 28 17:03:26] <--- SIP read from UDP:190.80.12.215:5060 --->
[Nov 28 17:03:26] ACK sip:592231638900@190.108.212.250:5060 SIP/2.0
[Nov 28 17:03:26] Max-Forwards: 70
[Nov 28 17:03:26] To: "Sambora Comm" <sip:592231638900@190.108.212.250:5060>;tag=as35d1c510
[Nov 28 17:03:26] From: <sip:anonymous@anonymous.invalid>;tag=3689355806-188326
[Nov 28 17:03:26] Call-ID: 1474460-3689355806-188320@GYGTS30.cellinkgy.com
[Nov 28 17:03:26] CSeq: 1 ACK
[Nov 28 17:03:26] Via: SIP/2.0/UDP 190.80.12.215:5060;branch=z9hG4bKbf450d116ec1db7499855da4efc9856d
[Nov 28 17:03:26] Contact: <sip:anonymous@190.80.12.215:5060>
[Nov 28 17:03:26] Content-Length: 0
[Nov 28 17:03:26]
[Nov 28 17:03:26] <------------->
[Nov 28 17:03:26] --- (9 headers 0 lines) ---
[Nov 28 17:03:28]
[Nov 28 17:03:28] <--- SIP read from UDP:192.168.1.104:60872 --->
[Nov 28 17:03:28]
[Nov 28 17:03:28]
[Nov 28 17:03:28] <------------->
[Nov 28 17:03:35] Really destroying SIP dialog '1474457-3689355783-519997@GYGTS30.cellinkgy.com' Method: ACK
vicibox7*CLI>
Grateful if someone can point me in the right direction.
thank you