Page 1 of 1

Reverse predictive dialler

PostPosted: Mon Nov 28, 2011 7:20 pm
by tking1963
We have a need to do verification calls for field reps. We are hopeing that the field rep could enter a land line number into a web based program on their mobile phone and the number to be dynamically loaded into the list and an outbound call made by the vici dialler for the available verification agent. Could you please advise if this is possible[/b]

PostPosted: Mon Nov 28, 2011 9:02 pm
by mflorell
Yes, this is possible and we have clients doing this exact kind of function.

reverse predictive dialler

PostPosted: Tue Nov 29, 2011 5:27 pm
by tking1963
thank you for your answer. Could you please point me in the right direction to how we can make this happen?

PostPosted: Tue Nov 29, 2011 8:24 pm
by mflorell
Our clients that are doing this are using the Non-Agent API with the add_lead function to do this:

http://www.vicidial.org/docs/NON-AGENT_API.txt

PostPosted: Tue Nov 29, 2011 8:46 pm
by williamconley
If you need to have something "NOW" without development, you can try giving that field agent access to the "Add a lead" page in Vicidial Admin (lists->add a new lead). This page can EASILY be copied to a special version which either locks the ListID field or removes security or both (ie: create a page capable of adding a lead to a specific list, and have the name of the page so complex that a link IS REQUIRED so noone accidentally hits the page ...). then your only concern is that the IP address of the mobile phone will change randomly so you'll have to basically open the server up to the world (solution: use a port other than 80! but that adds complexity; second solution open port 80 ONLY when your field agents are working, then close it. that'll get you by for a few months of profit.).

PostPosted: Tue Nov 29, 2011 8:58 pm
by tking1963
Thank very much. Will have a look into it and let you know