Page 1 of 1

DNC Agi Script.

PostPosted: Tue Aug 27, 2013 2:53 pm
by Nefariousparity
cm_dnc.agi,DNC---YES------C------B---

So for option "3" in call menu this is so customer can opt-out. However, it keeps playing the menu's message over and over again upon pressing three.

I included, under option three, option "B" hangup. Am I doing this right?

http://imgur.com/SakjqN7

Re: DNC Agi Script.

PostPosted: Wed Aug 28, 2013 9:12 am
by Vince-0
It looks like you're missing the last option.

Here are the script details in the beginning of the AGI script:
# Flag Options:
# 1- run as DNC status or NI status (Default=NI)
# 2- default to insert into the vicidial_dnc table for DNC selections (Default=YES)
# 3- campaign to take dnc settings from(overrides option 2)
# 4- call menu option to send the call to after executing (Default=B)
# 5- if option 3 is used, search for lead in campaign lists or whole system(CAMP or SYS) (Default=SYS)
#
# example of what to put in the AGI entry for a Call Menu AGI route:
# cm_dnc.agi,DNC---YES---TESTCAMP---B---CAMP

I used this as an example without a problem:
cm_dnc.agi,DNC---YES---CAMPAIGNID---C---CAMP

Be careful with the -- delimiter.

--
Vin.

Re: DNC Agi Script.

PostPosted: Wed Aug 28, 2013 10:31 am
by Nefariousparity
Thanks vince. I think I got it. :D