Does Asterisk/VoiceGlue support SIP transfers?  I am trying to transfer a SIP call to another SIP address and have not had any success with the following two examples:<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;vxml xmlns=&quot;<a href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:schemaLocation=&quot;<a href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a> <a href="http://www.w3.org/TR/voicexml20/vxml.xsd">http://www.w3.org/TR/voicexml20/vxml.xsd</a>&quot; version=&quot;2.0&quot; application=&quot;/root.vxml&quot;&gt;<br>
&lt;form id=&quot;form1&quot;&gt;<br>&lt;block&gt;&lt;prompt&gt;Transferring call&lt;/prompt&gt;&lt;/block&gt;<br>&lt;transfer dest=&quot;<a href="mailto:sip%3A17476491417@proxy01.sipphone.com">sip:17476491417@proxy01.sipphone.com</a>&quot; /&gt;<br>
&lt;/form&gt;<br>&lt;/vxml&gt;<br><br>OR<br><br>&lt;transfer dest=&quot;<a href="mailto:17476491417@proxy01.sipphone.com">17476491417@proxy01.sipphone.com</a>&quot; /&gt;<br><br>Please advise.<br><br>Thanks,<br>Chris<br><br>