I have been installed a Vicidial using ViciBox9 to use with GSM network for this I am using a GSM gateway GoIP4 to access GSM network with 4 SIMS.
I can do calls without problem but now I need to receive calls for inbound and DIDs but I am getting errors
I configure this gateway like a carrier
- Code: Select all
[goip4]
progressinband=never
dtmf=rfc2833
type=friend
qualify=no
canreinvite=no
nat=force_rport,comedia
host= 10.10.10.7
disallow=all
allow=ulaw
allow=alaw
port=5060
usecallerid = yes
context=trunkinbound
--Dial PLan
exten => _6.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _6.,n,Dial(sip/${EXTEN:1}@goip4,55,o)
exten => _6.,n,Hangup
When I do a call to one sim card in the device gateway asterisk give me this error
- Code: Select all
[Jan 30 19:37:38] > 0x7f76a40400f0 -- Strict RTP learning after remote address set to: 10.10.10.7:16384
[Jan 30 19:37:38] NOTICE[2490][C-00000005]: chan_sip.c:26511 handle_request_invite: Call from 'goip4' (10.10.10.7:5060) to extension 'goip4' rejected because extension not found in context 'trunkinbound'.
It seems like asterisk can't addressed the call to callmenu but I have the trunkinbound in my config
Anybody has any cluees using Vicidial with GSM gateway like this ?
Thks In Advance
*---------------------
VERSION: 2.14-734a BUILD: 200122-0921
Core2 DUo 4GB Ram
ViciBox 9
*---------------------