Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
Your problem is that you have named your trunk "trunk" but you do not have a global variable named "trunk" to alter it to the SIP context. so it tries to dial using "trunk" which does not happen to be a carrier .. . and fails.med_aatif wrote:TRUNK/33516440377|55|To
Registration String: register => carrier:test@80.x.x.x:5060
Template ID: NONE
Account Entry:
[carrier]
disallow=all
allow=alaw
allow=ulaw
type=friend
context=inbound
username=carrier
secret=test
host=80.x.x.x
dtmfmode=rfc2833
Protocol: SIP
Globals String: TRUNK=SIP/carrier"no space here "
Dialplan Entry:
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(${TRUNK}/${EXTEN:1},,tTor)
exten => _X.,3,Hangup
#EXTEN:1 or EXTEN:2 or other this depand in your outgoing call number
you can read more the file extensions.conf in etc/asterisk to understand more the use of the dialplan
williamconley wrote:Your problem is that you have named your trunk "trunk" but you do not have a global variable named "trunk" to alter it to the SIP context. so it tries to dial using "trunk" which does not happen to be a carrier .. . and fails.med_aatif wrote:TRUNK/33516440377|55|To
if you are using the "gui" in vicidial 2.0.5, your carrier settings have not been completed correctly. your global variable must match the name of the trunk in use as a variable.
THUFIR wrote:in SIP "trunking", the asterisk/vici box is a client to a SIP proxy? The proxy being the carrier who provides the termination?
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 116 guests