<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yep... The below is basically what I was hinting at when I said "I can
work around it". I just added a fake field with silent and 1ms timeout
set (you might want to change from 1s to 1ms, BTW).<br>
<br>
I was hoping for a more straightforward solution, but it's fine for now.<br>
<br>
Drew<br>
<br>
rajesh ganji wrote:
<blockquote
cite="mid:d2c3cc1b0902012049h759c88fbp994fe92c8a5070bf@mail.gmail.com"
type="cite">Hi, We also got trouble with transfer tag, If we play
audio before transfer, it used to be get disconnected, we found
solution for that, just try code given below, <br>
Note: make changes in code as per you<br>
__________________________________________________________________________________<br>
<?xml version="1.0"?><br>
<br>
<vxml xmlns="<a moz-do-not-send="true"
href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a>"<br>
xmlns:conf="<a moz-do-not-send="true"
href="http://www.w3.org/2002/vxml-conformance">http://www.w3.org/2002/vxml-conformance</a>"
version="2.0"<br>
xmlns:xsi="<a moz-do-not-send="true"
href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
xsi:schemaLocation="<a moz-do-not-send="true"
href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a> <a
moz-do-not-send="true" href="http://www.w3.org/TR/voicexml20/vxml.xsd">http://www.w3.org/TR/voicexml20/vxml.xsd</a>"><br>
<br>
<!-- start coding here --><br>
<br>
<br>
<br>
<form id="Transfer"><br>
<br>
<block> <br>
<log expr="'## Transfering....... '"/><br>
<prompt bargein="false"><br>
<audio expr="audiourl('Transfer.wav')" /><br>
</prompt><br>
<assign name="transferUrl" expr="2000"/><br>
</block><br>
<field type="digits?length=1" name="silent"><br>
<property name="termtimeout" value="1s"/><br>
<property name="timeout" value="1s"/><br>
<filled><br>
<goto next="#TranferUrl"/><br>
</filled><br>
<catch event="nomatch noinput"><br>
<goto next="#TranferUrl"/><br>
</catch><br>
</field><br>
</form><br>
<br>
<br>
<br>
<form id="TranferUrl"><br>
<transfer name="blindTransfer" bridge="true"
destexpr="transferUrl" connecttimeout="10s" maxtime="10s" ><br>
<filled><br>
<log expr="'## Tfr Result :: '+blindTransfer"/><br>
<log expr="'## Tfr Duration:
'+blindTransfer$.duration"/><br>
<br>
</filled><br>
<br>
</transfer><br>
</form><br>
<br>
<br>
</vxml><br>
<br>
____________________________________________________________________________________<br>
<br>
<div class="gmail_quote">On Sun, Feb 1, 2009 at 10:30 PM, <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:voiceglue-request@voiceglue.org">voiceglue-request@voiceglue.org</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send
Voiceglue mailing list submissions to<br>
<a moz-do-not-send="true" href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a moz-do-not-send="true"
href="http://www.voiceglue.org/mailman/listinfo/voiceglue"
target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a moz-do-not-send="true"
href="mailto:voiceglue-request@voiceglue.org">voiceglue-request@voiceglue.org</a><br>
<br>
You can reach the person managing the list at<br>
<a moz-do-not-send="true"
href="mailto:voiceglue-owner@voiceglue.org">voiceglue-owner@voiceglue.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Voiceglue digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: Issues with the transfer tag (Andrew Zitnay) (TJ Thinakaran)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 31 Jan 2009 09:43:02 -0800<br>
From: TJ Thinakaran <<a moz-do-not-send="true"
href="mailto:tj@callfire.com">tj@callfire.com</a>><br>
Subject: Re: [Voiceglue] Issues with the transfer tag (Andrew Zitnay)<br>
To: <a moz-do-not-send="true" href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
Message-ID:<br>
<<a moz-do-not-send="true"
href="mailto:bc8cd3b10901310943y619574bfma2b34fa4d7dd64e9@mail.gmail.com">bc8cd3b10901310943y619574bfma2b34fa4d7dd64e9@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
In my experience, it looks like the transfer tag cannot support playing<br>
audio files. It's something to do the implementation. From what I read
else<br>
where in this forum, the transfer tag is still a work-in-progress.
However<br>
if you want to do blind transfers, those still work.<br>
<br>
<br>
><br>
><br>
> Today's Topics:<br>
><br>
> 1. Issues with the transfer tag (Andrew Zitnay)<br>
><br>
><br>
> ---------- Forwarded message ----------<br>
> From: Andrew Zitnay <<a moz-do-not-send="true"
href="mailto:drew@zitnay.com">drew@zitnay.com</a>><br>
> To: <a moz-do-not-send="true"
href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
> Date: Fri, 30 Jan 2009 12:39:47 -0500<br>
> Subject: [Voiceglue] Issues with the transfer tag<br>
> First of all, thanks for all the hard work on Voiceglue,
especially 0.9's<br>
> parameter passing feature.<br>
><br>
> I have a few questions about the transfer tag:<br>
><br>
> 1) Any normal way I've attempted to play an audio prompt before<br>
> transferring has resulted in the audio being played after the
transferred<br>
> call ends. I've tried things like:<br>
><br>
> <form id="transfer"><br>
> <block><br>
> <prompt>transferring now</prompt><br>
> </block><br>
> <transfer dest="..."/><br>
> </form><br>
><br>
> and:<br>
><br>
> <form id="transfer"><br>
> <transfer dest="..."><br>
> <prompt>transferring now</prompt><br>
> </transfer><br>
> </form><br>
><br>
> and a bunch of other things, no matter what, I don't hear
"transferring<br>
> now" until the transferred call ends. I can work around it, but
it's kind<br>
> of a hassle, and I'm just wondering if there's some problem with
my setup.<br>
><br>
> 2) Is the connecttimeout attribute of the transfer tag supposed to
be<br>
> working? If I set it to, say, "17s", I'd expect it to terminate
the<br>
> transfer attempt after 17 seconds of ringing but no connection.
However, in<br>
> my testing so far, the transfer attempt keeps going long after
that.<br>
><br>
> 3) Is there any way to specify the callerid/ANI that should be
displayed to<br>
> the person being transferred to? Currently, it seems like it
always<br>
> inherits the callerid/ANI from the initial call, which might not
always be<br>
> desirable.<br>
><br>
> Thanks for any insight you can provide.<br>
><br>
> Drew<br>
><br>
><br>
> _______________________________________________<br>
> Voiceglue mailing list<br>
> <a moz-do-not-send="true" href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
> <a moz-do-not-send="true"
href="http://www.voiceglue.org/mailman/listinfo/voiceglue"
target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a moz-do-not-send="true"
href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20090131/befdb394/attachment-0001.html"
target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20090131/befdb394/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Voiceglue mailing list<br>
<a moz-do-not-send="true" href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
<a moz-do-not-send="true"
href="http://www.voiceglue.org/mailman/listinfo/voiceglue"
target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
<br>
<br>
End of Voiceglue Digest, Vol 19, Issue 1<br>
****************************************<br>
</blockquote>
</div>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Voiceglue mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a>
<a class="moz-txt-link-freetext" href="http://www.voiceglue.org/mailman/listinfo/voiceglue">http://www.voiceglue.org/mailman/listinfo/voiceglue</a>
</pre>
</blockquote>
</body>
</html>