Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
durgashankar wrote:i have an error in dial plan i am using a outbound dial plan but when i am dialing with prefix it is giving the error "please remove the 0 before the dialing"
the dial plan is here
[from-pstn]
exten => _66X.,1,Set(DIRNAME=${CALLERID(num)}/${STRFTIME(${EPOCH},,%Y%m/%d)})
exten => _66X.,n,Set(FILENAME=/var/www/html/GO4C/${DIRNAME}/${STRFTIME(${EPOCH},,%H%M%S)}-${EXTEN:2}-)
exten => _66X.,n,System(/bin/mkdir -p /var/www/html/GO4C/${DIRNAME})
exten => _66X.,n,Set(FILE=${FILENAME}.gsm)
exten => _66X.,n,Set(TIME=${STRFTIME(${EPOCH},,%H:%M:%S)})
exten => _66X.,n,MixMonitor(${FILENAME}.gsm,av(0)V(0))
exten => _66X.,n,AGI(agi://127.0.0.1:4577/call_log)
exten => _66X.,n,Set(dnum=${EXTEN:2})
exten => _66X.,n,NoOp(${CHANNEL})
exten => _66X.,n,Dial(${TRUNKC}/${EXTEN:2},,To)
exten => _66X.,n,Hangup
durgashankar wrote:durgashankar wrote:i have an error in dial plan ...,n,Hangup
please help me out
VFRDavid wrote:What if this only worked for the "Inbound and Man" campaign? When the agent clicks "dial" via the preview style agent screen, it could ring the agent prior to dialing the outbound number...kind of the way "monitor" works from the real time screen...would this make this feature easier to implement? (Since we would leave out the traditional outbound / predictive dialing that needs to check for available / waiting agents to place the call with? Even if the Preview dial uses the conference room - knowing what extension the Agent is sitting at, and knowing that extension is flagged as "On Hook" should make it possible to call the agent, when they answer, they can still get the "You are currently the only member in this conference" message - and once ViCi detects that this agent has answered / is available - then it can make manual calls. I think that trying to find an available agent with a traditional predictive campaign is what complicates it - but for the ability to blend in preview dialing, where you know who the agent will be before the call is dialed - while I'm not saying it would be SIMPLE...I do think that it would certainly be SIMPLER than predictive...no?
How many hours do you think it would take under these circumstances? Where it only worked for Manual and / or Preview dialing?
Users browsing this forum: Google [Bot] and 79 guests