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

Dial extension during <transfer>

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
always24x7
Posts: 30
Joined: Tue Apr 18, 2006 3:05 pm
Location: Bedford, TX

Dial extension during <transfer>

Post by always24x7 »

Is is possible to dial an extension during a transfer after the remote side picks up?

If so, how is this done?

I have tried putting ','s in the number to be dialed, but I get an error.

I also tried putting "x451" at the end of the number, but that also got an error.

I tried putting anohter <transfer> in the <filled> of a <transfer>, but I got an error that way as well.

Any ideas?

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

IVR developers will use VXML 2.0 for defining telephone urls

Post by support »

Hello,

In the next version of the Plum IVR platform will support RFC 2806. At this time there is not guaranteed timeline for this release. This will allow IVR developers to use the VoiceXML 2.0 standard for defining telephone urls. In the mean time you can use the AAI attribute for dialing extensions:

Code: Select all

<transer dest="15551231234" aai="451">...
The default behavior for the Plum IVR system is to attempt to pass those digits to the called party once the call is connected. Please note this is not consistant with the VoiceXML 2.0 spec.

Regards,
Plum Support

Post Reply