cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
798
Views
0
Helpful
4
Replies

Run callback script automatically

saeed-zamani
Level 1
Level 1

Hello

I write a script for callback purpose. it is wirking correctly. the only problem is that it needs trigger to be dialed. I want a way that script runs automatically without dialing its trigger number.

any help will be appricated.

Thanks,

4 Replies 4

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

You need to post more detail if you want help - who does the script call back? And why? Based on what information? etc.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

our company needs this service for advertisement. I put some numbers in SQL and write scripts which reads this number from SQL and call them via "place call". when customer pick up the phone, IVR plays to them and if they want they can press 1 for transfer to our sales department.

so know I have to dial my application triggers to run this script. I want a way that this scripts runs automatically without dialing any trigger number.

Regards,

Hi

What product are you using? UCCX? UCCE?

UCCX has a built-in outbound dialling function; I believe in 8.5 this has been enhanced with outbound IVR functionality but I'm not overly familiar with that new part.

The 8.0 outbound feature works similar to what you have created, except the calls are passed to CAD, which dials - the agent has the option of accepting/reejcting the call, and is put straight through to the cust rather than a machine. May be worth considering that rather than developing something custom.

I'd certainly look into what is possible with the Outbound IVR feature.

Aaron    

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Hi,

Aaron is right about the outbound feature but if you want to continue using your outbound scripts and want them to be triggered at a certain hour everyday, a way to achieve that is to create an http trigger ( I guess you have the premium license), and trigger it with a cron in a linux machine or server (if you have one) that calls the complete url of your http trigger.

Here are some examples about cron

http://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/

http://troy.jdmz.net/cron/

With wget command you can call the url:

http://www.phpbuilder.com/board/showthread.php?t=10349796

Gabriel.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: