Hi<div><br></div><div>I need to bridge a call to an IP a.b.c.d, however the request URI needs to be sent to a domain rather than an IP</div><div><br></div><div>e.g. the UDP packet is sent to a.b.c.d, but the INVITE looks like "INVITE <a href="mailto:sip%3A12345@my.domain.com">sip:12345@my.domain.com</a>"</div>
<div><br></div><div>This is the syntax I am using for the bridge:</div><div><br></div><div><action application="bridge" data="{sip_invite_req_uri=<a href="mailto:sip%3A12345@my.domain.com">sip:12345@my.domain.com</a>,sip_from_uri=sip:$<a href="mailto:1@my.domain.com">1@my.domain.com</a>,codec_string='G729,PCMU,PCMA'}sofia/mediaserver/12345@a.b.c.d"/></div>
<div><br></div><div>however freeswitch just 503's the bridge with "NORMAL_TEMPORARY_FAILURE". If I remove the sip_invite_req_uri part, the call is bridged fine, but the INVITE line is incorrect.</div><div><br>
Is it possible to do what I need in Freeswitch?</div><div><br></div><div>Thanks</div><div><br>Pete</div>