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 5 matches

by Vandy1Fan
Fri Aug 22, 2014 1:16 pm
Forum: Plum DEV Q&A
Topic: Submit to offsite url after transfer
Replies: 6
Views: 15142

Re: Submit to offsite url after transfer

We figured out what happened.
The call to our site created a new script that contained the transfer.
We are changing it to handle the variable information.

Thanks for your help.
by Vandy1Fan
Fri Aug 22, 2014 10:53 am
Forum: Plum DEV Q&A
Topic: Submit to offsite url after transfer
Replies: 6
Views: 15142

Re: Submit to offsite url after transfer

I tried your way as well and I get the same result. Here is the script. This is a HUGE issue for one of my customers as they want to be able to charge differently for transfer times. <vxml version="2.0"> <property name="inputmodes" value="dtmf voice"/> <property name="sensitivity" value="0.4"/> <pro...
by Vandy1Fan
Fri Aug 22, 2014 10:43 am
Forum: Plum DEV Q&A
Topic: Submit to offsite url after transfer
Replies: 6
Views: 15142

Re: Submit to offsite url after transfer

Here is the last part of the log. You can see the initial submit (mc=2) this was the key pressed. You can see the transfer connected. It gets the hangup but does not call the submit. Fri 22 Aug 2014 11:35:07 AM EDT: Fetching Document: http://myserver.com/ivrresult?IVRID=943mc=2Transfer=16157793921 ...
by Vandy1Fan
Fri Aug 22, 2014 10:28 am
Forum: Plum DEV Q&A
Topic: Submit to offsite url after transfer
Replies: 6
Views: 15142

Re: Submit to offsite url after transfer

Here is part of the issue that I am having. When the user presses the 2 to transfer, it does a submit back to our server and then goes to the transfer form. The transfer is performed and once the transfer is ended, I need it to do a 2nd submit back to our web site with the transfer duration. However...
by Vandy1Fan
Thu Aug 21, 2014 2:52 pm
Forum: Plum DEV Q&A
Topic: Submit to offsite url after transfer
Replies: 6
Views: 15142

Submit to offsite url after transfer

I'm trying to setup a way to capture the transfer duration and return it to my server using a url. It does not appear that the filled or catch is called as my log on my web server shows nothing. When I hang up from the transfer, the call ends and no result is sent. The xxx= value tells me which proc...