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><?xml version="1.0" encoding="UTF-8"?><br>
<vxml xmlns="<a href="http://www.w3.org/2001/vxml">http://www.w3.org/2001/vxml</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xsi:schemaLocation="<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>" version="2.0" application="/root.vxml"><br>
<form id="form1"><br><block><prompt>Transferring call</prompt></block><br><transfer dest="<a href="mailto:sip%3A17476491417@proxy01.sipphone.com">sip:17476491417@proxy01.sipphone.com</a>" /><br>
</form><br></vxml><br><br>OR<br><br><transfer dest="<a href="mailto:17476491417@proxy01.sipphone.com">17476491417@proxy01.sipphone.com</a>" /><br><br>Please advise.<br><br>Thanks,<br>Chris<br><br>