<!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...&nbsp; The below is basically what I was hinting at when I said "I can
work around it".&nbsp; 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>
&lt;?xml version="1.0"?&gt;<br>
  <br>
&lt;vxml xmlns="<a moz-do-not-send="true"
 href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a>"<br>
&nbsp;&nbsp;&nbsp; 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>
&nbsp;&nbsp;&nbsp; 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>
&nbsp;&nbsp;&nbsp; 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>"&gt;<br>
&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;!-- start coding here --&gt;<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;form id="Transfer"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;block&gt;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;log expr="'## Transfering....... '"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;prompt bargein="false"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;audio expr="audiourl('Transfer.wav')" /&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/prompt&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assign name="transferUrl" expr="2000"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/block&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;field type="digits?length=1" name="silent"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;property name="termtimeout" value="1s"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;property name="timeout" value="1s"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;filled&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;goto next="#TranferUrl"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/filled&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;catch event="nomatch noinput"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;goto next="#TranferUrl"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/catch&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/field&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;form id="TranferUrl"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;transfer name="blindTransfer" bridge="true"
destexpr="transferUrl"&nbsp; connecttimeout="10s" maxtime="10s"&nbsp;&nbsp; &gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;filled&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;log expr="'## Tfr Result :: '+blindTransfer"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;log expr="'## Tfr Duration:
'+blindTransfer$.duration"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/filled&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/transfer&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>
&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&lt;/vxml&gt;<br>
  <br>
____________________________________________________________________________________<br>
  <br>
  <div class="gmail_quote">On Sun, Feb 1, 2009 at 10:30 PM, <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:voiceglue-request@voiceglue.org">voiceglue-request@voiceglue.org</a>&gt;</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>
&nbsp; &nbsp; &nbsp; &nbsp;<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>
&nbsp; &nbsp; &nbsp; &nbsp;<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>
&nbsp; &nbsp; &nbsp; &nbsp;<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>
&nbsp; &nbsp; &nbsp; &nbsp;<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>
&nbsp; 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 &lt;<a moz-do-not-send="true"
 href="mailto:tj@callfire.com">tj@callfire.com</a>&gt;<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>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;<a moz-do-not-send="true"
 href="mailto:bc8cd3b10901310943y619574bfma2b34fa4d7dd64e9@mail.gmail.com">bc8cd3b10901310943y619574bfma2b34fa4d7dd64e9@mail.gmail.com</a>&gt;<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>
&gt;<br>
&gt;<br>
&gt; Today's Topics:<br>
&gt;<br>
&gt; &nbsp; 1. Issues with the transfer tag (Andrew Zitnay)<br>
&gt;<br>
&gt;<br>
&gt; ---------- Forwarded message ----------<br>
&gt; From: Andrew Zitnay &lt;<a moz-do-not-send="true"
 href="mailto:drew@zitnay.com">drew@zitnay.com</a>&gt;<br>
&gt; To: <a moz-do-not-send="true"
 href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
&gt; Date: Fri, 30 Jan 2009 12:39:47 -0500<br>
&gt; Subject: [Voiceglue] Issues with the transfer tag<br>
&gt; First of all, thanks for all the hard work on Voiceglue,
especially 0.9's<br>
&gt; parameter passing feature.<br>
&gt;<br>
&gt; I have a few questions about the transfer tag:<br>
&gt;<br>
&gt; 1) Any normal way I've attempted to play an audio prompt before<br>
&gt; transferring has resulted in the audio being played after the
transferred<br>
&gt; call ends. &nbsp;I've tried things like:<br>
&gt;<br>
&gt; &lt;form id="transfer"&gt;<br>
&gt; &nbsp;&lt;block&gt;<br>
&gt; &nbsp; &lt;prompt&gt;transferring now&lt;/prompt&gt;<br>
&gt; &nbsp;&lt;/block&gt;<br>
&gt; &nbsp;&lt;transfer dest="..."/&gt;<br>
&gt; &lt;/form&gt;<br>
&gt;<br>
&gt; and:<br>
&gt;<br>
&gt; &lt;form id="transfer"&gt;<br>
&gt; &nbsp;&lt;transfer dest="..."&gt;<br>
&gt; &nbsp; &lt;prompt&gt;transferring now&lt;/prompt&gt;<br>
&gt; &nbsp;&lt;/transfer&gt;<br>
&gt; &lt;/form&gt;<br>
&gt;<br>
&gt; and a bunch of other things, no matter what, I don't hear
"transferring<br>
&gt; now" until the transferred call ends. &nbsp;I can work around it, but
it's kind<br>
&gt; of a hassle, and I'm just wondering if there's some problem with
my setup.<br>
&gt;<br>
&gt; 2) Is the connecttimeout attribute of the transfer tag supposed to
be<br>
&gt; working? &nbsp;If I set it to, say, "17s", I'd expect it to terminate
the<br>
&gt; transfer attempt after 17 seconds of ringing but no connection.
&nbsp;However, in<br>
&gt; my testing so far, the transfer attempt keeps going long after
that.<br>
&gt;<br>
&gt; 3) Is there any way to specify the callerid/ANI that should be
displayed to<br>
&gt; the person being transferred to? &nbsp;Currently, it seems like it
always<br>
&gt; inherits the callerid/ANI from the initial call, which might not
always be<br>
&gt; desirable.<br>
&gt;<br>
&gt; Thanks for any insight you can provide.<br>
&gt;<br>
&gt; Drew<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Voiceglue mailing list<br>
&gt; <a moz-do-not-send="true" href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt; <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>
&gt;<br>
&gt;<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>