Hi Folk,
I am reading the documentation and I don't find in the queuecall.php parameters the Campaign_name. I can see this parameters in queuecalls.php (I don't use it)
I have two question about that:
1)Always calls will go to default Campaign if I am using queuecall.php?
2) Can I send a different Campaign name in queuecall.php? if yes where? if not, Is the solution using queuecalls.php?
I need to do different campaigns, but always I will send one phone number/one vxml message. Why that? I would like to do different campaign for each client/user in my system for easier control of each client. That is possible? how?
Thanks.
Omar
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Campaign_name in queuecall.php
IVR outbound calls inserted with queuecall.php will be place
Yes, all IVR outbound calls inserted with queuecall.php will be placed into the default campaign. You can not change this behavior. If you wish to insert IVR outbound calls into a different IVR campaign, you should use queuecalls.php.
If you need to direct different IVR calls to different URLs, you could just use the queuecalls.php method and specify a message reference value or call parameter with each phone number. These parameters will be sent to your start URL for the IVR campaign. Your start URL script can then branch based on those parameters.
If you need to direct different IVR calls to different URLs, you could just use the queuecalls.php method and specify a message reference value or call parameter with each phone number. These parameters will be sent to your start URL for the IVR campaign. Your start URL script can then branch based on those parameters.