Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
[Jun 13 04:56:12] == Starting Local/8600100@default-2951,1 at default,919234564763,1 failed so falling back to exten 's'
Global String: DIAL9 = SIP/990901501
Dial Plan:
exten => _91XXXNXXNXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXNXXXXXX,2,Dial(${DIAL9}/${EXTEN:2}@EZ_Call,,tTor)
exten => _91XXXNXXXXXX,3,Hangup
exten => _1Z.,1,Set(CALLERID(num)=2086391781)
exten => _1Z.,2,Dial(SIP/990901501${EXTEN}@EZCall_CUSTOMER1,,Ro)
exten => _1Z.,3,Hangup
1)powehouse wrote:Hahaha atleast i was close
Anyway here it is:
Vicibox v 2.4/256 | Build 100523-8040 | Asterisk 1.4 | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation
Ideally I planned on changing it to this.Global String: DIAL9 = SIP/990901501
Dial Plan:
exten => _91XXXNXXNXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXNXXXXXX,2,Dial(${DIAL9}/${EXTEN:2}@EZ_Call,,tTor)
exten => _91XXXNXXXXXX,3,Hangup
But I just copied our old dial plan from our other server anyway that works.exten => _1Z.,1,Set(CALLERID(num)=2086391781)
exten => _1Z.,2,Dial(SIP/990901501${EXTEN}@EZCall_CUSTOMER1,,Ro)
exten => _1Z.,3,Hangup
Hope this helps
this is missing the ESSENTIAL vicidial line: ,AGI(agi://127.0.0.1:4577/call_log). Without that, Vicidial will NOT operate properly.exten => _1Z.,1,Set(CALLERID(num)=2086391781)
exten => _1Z.,2,Dial(SIP/990901501${EXTEN}@EZCall_CUSTOMER1,,Ro)
exten => _1Z.,3,Hangup
In addition- don't manipulate callerID from dialplan like this, vicidial won't be able to track calls, use campaign settings instead.
91XXXNXXNXXX
91XXXNXXXXXX
are NOT the same, and will have "weird" results. each line of the "exten=>" must have the exact same thing up to the priority. Minor point but has to be noticed.
X matches any digit from 0-9
Z matches any digit from 1-9
N matches any digit from 2-9
[1237-9] matches any digit or letter in the brackets
(in this example, 1,2,3,7,8,9)
[a-z] matches any lower case letter (introduced in which Asterisk version?)
[A-Z] matches any UPPER case letter (introduced in which Asterisk version?)
. wildcard, matches one or more characters
! wildcard, matches zero or more characters immediately
(only Asterisk 1.2 and later, see note)
Dial(${DIAL9}/${EXTEN:2}
exten => _91XXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXNXXXXXX,2,Dial(${DIAL9}/${EXTEN:1}@EZCall_CUSTOMER1,,To)
exten => _91XXXNXXXXXX,3,Hangup
exten => _1XXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1XXXNXXXXXX,2,Dial(${DIAL9}/${EXTEN}@EZCall_CUSTOMER1,,To)
exten => _1XXXNXXXXXX,3,Hangup
Not true. Callereid NUMBER can be manipulated freely, vicidial does not track or care about the number. Only the NAME. But without the AGI to port 4577, Vicidial will not be tracking the call at all.okli wrote:In addition- don't manipulate callerID from dialplan like this, vicidial won't be able to track calls, use campaign settings instead.
powehouse wrote:[Jun 13 13:57:24] == Starting Local/8600100@default-a32e,1 at default,12086391781,1 failed so falling back to exten 's'
Something new to know, thanks.williamconley wrote:Not true. Callereid NUMBER can be manipulated freely, vicidial does not track or care about the number. Only the NAME.okli wrote:In addition- don't manipulate callerID from dialplan like this, vicidial won't be able to track calls, use campaign settings instead.
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 127 guests