We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Transfer Call straight to an extension
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
Transfer Call straight to an extension
What is the syntax to transfer call straight to an extension??
Thanks
Allan
Thanks
Allan
IVR code to transfer call straight to an extension
Hi,
The <transfer> tag is used in this IVR syntax:
Hope this helps.
Regards,
Plum Support
The <transfer> tag is used in this IVR syntax:
Code: Select all
<transfer dest="tel:+11234567890;postd=1234"/>
Regards,
Plum Support
Last edited by support on Tue Jan 12, 2010 12:32 pm, edited 3 times in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
Is there another syntax?
Code: Select all
<transfer dest="tel:+11234567890;p1p2p3p4"/>
IVR support team needs further clarification
Hi,
Could you please provide more details as to what you're trying to do with your IVR application?
Regards,
Plum Support
Could you please provide more details as to what you're trying to do with your IVR application?
Regards,
Plum Support
Last edited by support on Mon Dec 28, 2009 1:42 pm, edited 1 time in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
To get mine to completely work i had add a "p" in the syntax
Code: Select all
<transfer dest="tel:+11234567890;postd=p1234"/>
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
Getting duration and filesize of recordcall
what is the syntax to get the call duration and filesize when using the
record property?
Allan
record property?
Code: Select all
<property name="recordcall" value="true" />
recordcall$.duration?
IVR code- duration and size correspond to <record> tag
Hi,
There isn't any IVR syntax for how to get the duration and file size for the IVR property, "recordcall". The shadow variables, "duration" and "size", only correspond to the IVR tag, <record>.
Hope this is helpful.
Regards,
Plum Support
There isn't any IVR syntax for how to get the duration and file size for the IVR property, "recordcall". The shadow variables, "duration" and "size", only correspond to the IVR tag, <record>.
Hope this is helpful.
Regards,
Plum Support
Last edited by support on Wed Feb 24, 2010 3:59 pm, edited 5 times in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
this is what i got
duration (secs) = (Filesize (kb) *
/ (bit rate (kb) )
http://digitalramblings-0612.blogspot.c ... sizes.html
duration (secs) = (Filesize (kb) *

http://digitalramblings-0612.blogspot.c ... sizes.html
-
- Posts: 55
- Joined: Wed Oct 31, 2007 11:02 am
IVR support team agree with user
Yes, that formula in your IVR code will calculate the duration for you.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com