- From: Gustavo Passos Tourinho <gustavo.passos.tourinho@gmail.com>
- Date: Tue, 24 Jul 2007 16:39:42 -0300
- To: www-voice@w3.org
Hello All.
Im trying to user <transfer> to forward a call to my sip proxy. Some
think like this..
User A Asterisk (vxml) Sip-Proxy
GW (PSTN)
INVITE 11
----------------------->
INVITE sip:55555555@domain
--------------------------->
-------------------------------->
Is that possible?
My transfer.vxml file is this:
<?xml version="1.0" encoding="iso-8859-1"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-UK">
<form>
<transfer name="services" bridge="true" connecttimeout="50s"
dest="sip:55555555@domain:5060" />
</form>
</vxml>
My problem is that I cant see INVITE messages at SipProxy server.
Thanks for any help.
Best Regards,
Received on Wednesday, 25 July 2007 13:19:34 UTC