09-20-2011 04:33 AM 03-14-2019 08:35 AM 更新
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,
09-20-2011 06:44 AM
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
09-22-2011 01:18 AM
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,
09-22-2011 03:33 AM
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
09-22-2011 07:45 PM
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/
With wget command you can call the url:
http://www.phpbuilder.com/board/showthread.php?t=10349796
Gabriel.
エキスパートの回答、ステップバイステップガイド、最新のトピックなどお気に入りのアイデアを見つけたら、あとで参照できるように保存しましょう。
コミュニティは初めてですか?これらのヒントを活用してスタートしましょう。 コミュニティの活用方法 新メンバーガイド