Transfer to SIP-Proxy

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