Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
Executing Set("Local/639234564763@default-54dc,2", "CALLERID(num)=12086391781") in new stack
-- Executing Dial("Local/639234564763@default-54dc,2", "SIP/639234564763@CORDIA||R") in new stack
gardo wrote:You need to have the "o" flag in your dial string. Not having it breaks a lot of Vicidial functionality.Executing Set("Local/639234564763@default-54dc,2", "CALLERID(num)=12086391781") in new stack
-- Executing Dial("Local/639234564763@default-54dc,2", "SIP/639234564763@CORDIA||R") in new stack
and here is the vicidial sample version:exten => _1NXXNXXXXXX,2,Dial(SIP/${EXTEN}@CORDIA,,R)
exten => _91999NXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
which allows VICIDIAL to set the calleridnum (which is set in the campaign, you no longer have to do that manually) and the callerid NAME (never mess with the, it's vicidial's life blood) all within the vicidial system.exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
exten => _91NXXNXXXXXX,3,Hangup
williamconley wrote:Very close, yes. The difference between what you HAD and vicidial is that vicidial tracks every call using the callerid NAME and several scripts and screens for the entire duration of the call.
So to modify your prior to fit your new, here is your prior:and here is the vicidial sample version:exten => _1NXXNXXXXXX,2,Dial(SIP/${EXTEN}@CORDIA,,R)exten => _91999NXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
you are very close, but the 999 was for "sample" and should be changed to a viable (usable) extension:exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
So your final would be:which allows VICIDIAL to set the calleridnum (which is set in the campaign, you no longer have to do that manually) and the callerid NAME (never mess with the, it's vicidial's life blood) all within the vicidial system.exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
exten => _91NXXNXXXXXX,3,Hangup
To use it, you simply put "9" as your "Dial Prefix"
And you can create another carrier next week!
(highly recommended by the way, always have multiple carriers! I recommend several to clients and require active clients to have at least three to maintain "up time") and you could use 81NXX instead for another carrier and just put "8" in the dial prefix of the campaign to activate it (on the fly, by the way, Next Call after submit will use the new carrier immediately).
powehouse wrote: Can I also do it like this?
Global String:
CORDIA = SIP/Cordia
Dialplan:
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${CORDIA}/${EXTEN:2},,tTor)
exten => _91NXXNXXXXXX,3,Hangup
Cheers!
williamconley wrote:Very close, yes. The difference between what you HAD and vicidial is that vicidial tracks every call using the callerid NAME and several scripts and screens for the entire duration of the call.
So to modify your prior to fit your new, here is your prior:and here is the vicidial sample version:exten => _1NXXNXXXXXX,2,Dial(SIP/${EXTEN}@CORDIA,,R)exten => _91999NXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
you are very close, but the 999 was for "sample" and should be changed to a viable (usable) extension:exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
So your final would be:which allows VICIDIAL to set the calleridnum (which is set in the campaign, you no longer have to do that manually) and the callerid NAME (never mess with the, it's vicidial's life blood) all within the vicidial system.exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${SIP}/${EXTEN:2}@CORDIA,,tTor)
exten => _91NXXNXXXXXX,3,Hangup
To use it, you simply put "9" as your "Dial Prefix"
And you can create another carrier next week!
(highly recommended by the way, always have multiple carriers! I recommend several to clients and require active clients to have at least three to maintain "up time") and you could use 81NXX instead for another carrier and just put "8" in the dial prefix of the campaign to activate it (on the fly, by the way, Next Call after submit will use the new carrier immediately).
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${DIAL9}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,3,Hangup
and you put "8" in the dial prefix in the campaign.exten => _81NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _81NXXNXXXXXX,2,Dial(${DIAL8}/${EXTEN:1},,tTor)
exten => _81NXXNXXXXXX,3,Hangup
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 86 guests