We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Outbound app - dialling an international number

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
manoj
Posts: 3
Joined: Sun Sep 02, 2007 10:49 pm

Outbound app - dialling an international number

Post by manoj »

Hi All,

I am testing an outbound application with plum. I have my vxml in an inhouse server (in Australia and I am dialling an Australian number). I am experiencing few problems.

1. It takes around 10 seconds to receive the call (is it because of the international dialling?).
2. It takes around 7-10 seconds to start the vxml application (to hear voice).
3. How do you attach a vxml created utilizing the scratchpad?

I really appreciate if you can suggest any workaround to get this application improved.

Thank you!
Manoj Perera

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR Outbound app - dialing an international number

Post by support »

Hi,

For your first issue, there is a delay because when the outbound IVR system is idle, it uses a polling loop, which adds on a few seconds to start the call when there are no other IVR calls queued. Also, international dialing does add a delay to receiving the IVR call.

For your second issue, could you post your VXML application here? 7-10 seconds is a bit long to start the VXML application.

For your third IVR issue, you cannot attach a VXML script created utilizing the scratchpad. You would have to put your script onto an IVR application server for the outbound IVR system to fetch.

Regards,
Plum Support
Last edited by support on Wed Feb 24, 2010 4:41 pm, edited 3 times in total.

manoj
Posts: 3
Joined: Sun Sep 02, 2007 10:49 pm

Post by manoj »

Thank you for your reply.

I used a simple vxml file to test timing (from your tutorial). Its just that it is hosted in Australia.

Thank you
Manoj

manoj
Posts: 3
Joined: Sun Sep 02, 2007 10:49 pm

Outbound app - dialing an international number

Post by manoj »

I have put a more complex vxml in our test server for you to examine. You might also notice that it takes a while to recognize dtmfs as well. It is too long to paste it here. Here is the url:

http://dev.bsite.net/212421

Thank you!

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR Outbound app - dialing an international number

Post by support »

Hi,

The delay in first hearing the VXML application is caused by a combination of callee type detection, which attempts to identify the remote callee as "human" or "answering machine", and a slow web server.

You should send an email to support@plumvoice.com and include your IVR Customer ID in the subject line if you want to have callee type detection disabled. The Customer ID would be found in your support contract with Plum. If you do not yet have a support contract with Plum, you should contact your sales representative regarding this issue.

Regards,
Plum Support

Post Reply