Ah, I was reading too much into that.<br><br>If I understand correctly you need to send the INVITE to the actual endpoint, but you need the target URI be the same as the URI in the To: field? Is that even legal in SIP? (Not that legal matters since vendors do whatever they want anyway...)<br>
<br>-MC<br><br><div class="gmail_quote">On Mon, Oct 11, 2010 at 3:59 PM, David Allen <span dir="ltr"><<a href="mailto:thedjallen@gmail.com">thedjallen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Michael,<br>
<br>
Its a SIP UA that registers locally to Freeswitch.<br>
<br>
Regards,<br>
<font color="#888888">David<br>
</font><div><div></div><div class="h5"><br>
On Tue, Oct 12, 2010 at 9:51 AM, Michael Collins <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<br>
> What is a "dynamically registered SIP user"?<br>
> -MC<br>
><br>
> On Thu, Oct 7, 2010 at 10:32 PM, David Allen <<a href="mailto:thedjallen@gmail.com">thedjallen@gmail.com</a>> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I'm trying to send multiple Direct Indial Numbers down to a dynamically<br>
>> registered SIP User. I need to ensure that both the To and Target URI<br>
>> contain the direct Indial number. I'm able to modify the SIP TO Header<br>
>> of a call that is sent to them like below:<br>
>><br>
>> <action application="bridge"<br>
>> data="sofia/external/56778977%${domain}^61390009000"/><br>
>><br>
>> which sends the request as:<br>
>><br>
>><br>
>> ------------------------------------------------------------------------<br>
>><br>
>> INVITE <a href="http://sip:56778977@192.168.22.2:5061" target="_blank">sip:56778977@192.168.22.2:5061</a> SIP/2.0<br>
>><br>
>> Via: SIP/2.0/UDP 202.0.155.73;rport;branch=z9hG4bKXeND9cHtgKF2j<br>
>><br>
>> Max-Forwards: 69<br>
>><br>
>> From: "0390001000" <<a href="mailto:sip%3A0390001000@192.168.2.200">sip:0390001000@192.168.2.200</a>>;tag=K4HHaZ9v1H07Q<br>
>><br>
>> To: <<a href="mailto:sip%3A61390009000@192.168.2.200">sip:61390009000@192.168.2.200</a>><br>
>><br>
>> But in order to maintain compatability with a number of PBX's/VoIP<br>
>> devices on the market, I need to be able to send the invite to the<br>
>> dynamically registered SIP user, however have it set the Target URI and<br>
>> To as the same contact number like below:<br>
>><br>
>><br>
>> ------------------------------------------------------------------------<br>
>><br>
>> INVITE <a href="http://sip:61390009000@192.168.22.2:5061" target="_blank">sip:61390009000@192.168.22.2:5061</a> SIP/2.0<br>
>><br>
>> Via: SIP/2.0/UDP 202.0.155.73;rport;branch=z9hG4bKXeND9cHtgKF2j<br>
>><br>
>> Max-Forwards: 69<br>
>><br>
>> From: "0390001000" <<a href="mailto:sip%3A0390001000@192.168.2.200">sip:0390001000@192.168.2.200</a>>;tag=K4HHaZ9v1H07Q<br>
>><br>
>> To: <<a href="http://sip:61390009000@192.168.22.2:5061" target="_blank">sip:61390009000@192.168.22.2:5061</a>><br>
>><br>
>> Is there a way to do this setting via variables? I can't seem to find<br>
>> any details for it.<br>
>><br>
>> Thanks<br>
>><br>
>> David<br>
>><br>
>> _______________________________________________<br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>