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 &quot;INVITE <a href="mailto:sip%3A12345@my.domain.com">sip:12345@my.domain.com</a>&quot;</div>
<div><br></div><div>This is the syntax I am using for the bridge:</div><div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;{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=&#39;G729,PCMU,PCMA&#39;}sofia/mediaserver/12345@a.b.c.d&quot;/&gt;</div>
<div><br></div><div>however freeswitch just 503&#39;s the bridge with &quot;NORMAL_TEMPORARY_FAILURE&quot;. 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>