Page 1 of 1

Required Survey Like agi

PostPosted: Mon Feb 02, 2009 7:04 pm
by kolucoms6
Can anyone can share the agi-VDADtransferSURVEY.agi file where if I customer press 1 , call get transferred to an agent waiting for the call and and if customer presses 2, then line get hang up immediately with a short message .

I read the manual but but an example sample will definitely help.

PostPosted: Sun Feb 08, 2009 10:42 pm
by williamconley
if you have a newer version and that file is no longer there, download an older source code for an example of the survey file.

if you're looking for one that is changed from the "1=Democrat 2=Republican and they both go to an agent but 8=Don't call me again" to "1=Agent and 2=Don't call me again," just read through the script to find where it catches the "8" key and processes for and change that logic out for the "2" key logic.

PostPosted: Sun Feb 08, 2009 10:49 pm
by mflorell
SVN trunk codebase has this a configurable throught he web interface.

PostPosted: Sun Feb 08, 2009 10:56 pm
by williamconley
Yep. But I had a client who just built a new box, but learned on an older version and moved up ... and was sorely missing that file.

Didn't want to do it any other way, because that's how he learned it. But he lost his old files (wiped the box). When I told him he could just download the old versions of the software and use whatever pieces he wanted he was quite happy.

He'll play with the cool new stuff later, I guess. I just didn't know if kolucoms6 may have been in that same scenario.

I was very happy to see the new survey system. Quite cool.

PostPosted: Sun Feb 08, 2009 11:31 pm
by kolucoms6
mflorell wrote:SVN trunk codebase has this a configurable throught he web interface.


Plz help me with the url or link ...

PostPosted: Sun Feb 08, 2009 11:33 pm
by williamconley
what version vicidial are you using?

PostPosted: Sun Feb 08, 2009 11:37 pm
by kolucoms6
Though I am not in office. but I guess
VERSION: 2.0.4-24 BUILD: 80428-0417

PostPosted: Sun Feb 08, 2009 11:51 pm
by williamconley
Do you know how to upgrade to the "Trunk" SVN version?

PostPosted: Sun Feb 08, 2009 11:55 pm
by kolucoms6
Extremely sorry but No.

But wld love to learn as I am still learning thing and this forum help me a lot.

PostPosted: Mon Feb 09, 2009 12:09 am
by williamconley
SVN is not in any way related to Vicidial. It is a tool, which any linux user can use.

Look into it. Try a few SIMPLE exercises in it. It will likely become a very close friend of yours.

PostPosted: Mon Feb 09, 2009 12:11 am
by kolucoms6
Any specific link to use or GOOGLE ? :-) :lol:

PostPosted: Mon Feb 09, 2009 12:15 am
by williamconley
My goodness, can it be that you have never heard of Sourceforge.net? (alternately, in many distros you can just tell it to "emerge" or apt-get install or whatever, so check for your distro, too!)