We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 6 matches
- Tue Jan 24, 2006 10:14 am
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
- Tue Jan 24, 2006 8:12 am
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
Thank you so much for responding. I do hate to be a pest, but I'm a newbie. When you say, " You should be able to paste your code into a scratchpad and set it as your default application for your DNIS"... I pasted my code into the scratchpad, but I don't see how to set it as my default application f...
- Mon Jan 23, 2006 3:46 pm
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
Hi, thanks for responding. I shortened my code to only include this: -------------------------------------------------------- <?xml version="1.0"?> <vxml version="2.0"> <property name="inputmodes" value="dtmf"/> <form> <block> <goto next="#ChooseTrack"/> </block> </form> <menu id="ChooseTrack"> <pro...
- Tue Jan 17, 2006 3:48 pm
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
OK, sorry about all the repeat posts, here is the full description of the probs I'm having: I have a texting promo I'm trying to code that begins first thing with an IVR. Someone texts into our promo on their mobile and they get an IVR call to promote a new album for our client. The user will then s...
- Tue Jan 17, 2006 11:33 am
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
Actually, the code goes thusly: <?xml version="1.0"?> <vxml version="2.0"> <property name="inputmodes" value="dtmf"/> <form> <block> <goto next="#ChooseTrack"/> </block> </form> <menu id="ChooseTrack"> <prompt bargein="true"> <audio src="http://audio.plumgroup.com/root/95611842/95611842_24.wav"/> --...
- Tue Jan 17, 2006 9:37 am
- Forum: Plum DEV Q&A
- Topic: 14 second delay on IVR
- Replies: 9
- Views: 16867
14 second delay on IVR
Hi all, new to the forum and XML/IVR. I'm having a problem with a long delay (14 seconds) at the beginning of my IVR message. I'm using the voice IVR provided by Plum, not a wav file. The code begins thusly: ---------------------------------------------------- <?xml version="1.0"?> <vxml version="2....