Page 1 of 1

Issue in setting up vicidial

PostPosted: Thu Feb 22, 2018 2:01 pm
by mubeen
Hi,

I have recently installed Vicidial and trying to configure/learn it. I'm following the manager's manual

ViciBox 8.0.1
OpenSuSE Leap v.42.3 64-bit
Kernel v.4.1.13
Asterisk v.11.20.0-vici
DAHDI v.2.11.1
LibPRI v.1.6.0
Amfletec VoiceSync v.1.3.8
OpenR2 v.1.3.3 for MFC/R2 support
ViciDial SVN Trunk v.2.14-628a build 170913-0908 revision 2815

Softphone: Zoiper 3.9

I have created a phone with extension 201
then added a carrier and in CLI, command show sip peers is showing it registered but when I try to dial any number it is giving me error

[Feb 22 13:35:26] WARNING[18959][C-0000002f]: channel.c:6009 ast_request: No channel type registered for '47995****:35373****@64.154.***.***'
[Feb 22 13:35:26] WARNING[18959][C-0000002f]: app_dial.c:2455 dial_exec_full: Unable to create channel of type '47995****:35373****@64.154.***.***' (cause 66 - Channel not implemented)
[Feb 22 13:35:26] == Everyone is busy/congested at this time (1:0/0/1)

Re: Issue in setting up vicidial

PostPosted: Fri Feb 23, 2018 8:46 am
by prosenjit2009
post your carrier configuration and peer status.

Re: Issue in setting up vicidial

PostPosted: Fri Feb 23, 2018 4:04 pm
by mubeen
Sip show peers stats

ipcomms/47995*** 64.154.41.158 Yes No 5060 OK (114 ms)
47995****/47995*** 64.154.41.158 D Yes No 5060 OK (114 ms)

Carrier Configs
Account Entry:

[ipcomms]
username=47995***
type=peer
secret=***********
host=64.154.41.158
context=default
allow=g729
dtmfmode=rfc2833
insecure=port,invite
nat=force_rport,comedia instead
directmedia=no
trustrpid=yes

[47995***]
username=47995***
type=peer
secret=********
host=64.154.41.158
context=default
allow=g729
dtmfmode=rfc2833
insecure=port,invite
nat=force_rport,comedia instead
directmedia=no
trustrpid=yes

Protocol: SIP

Global string:

exten => _1XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1XXXXXXXXXX,2,Dial(47995***:********@64.154.41.158/47995***/${EXTEN:2},,tTor)
exten => _1XXXXXXXXXX,3,Hangup

Re: Issue in setting up vicidial

PostPosted: Sat Feb 24, 2018 9:56 pm
by ambiorixg12
Asterisk it is already telling you what the issue is

Code: Select all
Feb 22 13:35:26] WARNING[18959][C-0000002f]: channel.c:6009 ast_request: No channel type registered for '47995****:35373****@64.154.***.***'


Correct this line
exten => _1XXXXXXXXXX,2,Dial(47995***:********@64.154.41.158/47995***/${EXTEN:2},,tTor)

In order to be able to setup vicidial carrier you need basic Asterisk knowledge

Re: Issue in setting up vicidial

PostPosted: Sun Feb 25, 2018 6:16 am
by blackbird2306
Your global string in carrier setting is missing. Try this:
1. in carrier setting put in "Global String": TESTSIPTRUNKNEW = SIP/ipcomms
2. in carrier setting "Registration String": register => 47995***:**secret**@64.154.41.158/47995***
3. in dialplan 2.nd line: exten => _1XXXXXXXXXX,2,Dial(${TESTSIPTRUNKNEW}/${EXTEN:2},,tTor)
4. reload dialplan

Re: Issue in setting up vicidial

PostPosted: Sun Feb 25, 2018 1:47 pm
by destefanix
Is g729 installed?

--*CLI> core show translation