Can you turn on debug and sip trace and pastebin the console output? Reply to this thread with the pastebin URL...<br>I&#39;m sure some of the networking gurus can help.<br>-MC<br><br><div class="gmail_quote">On Tue, Dec 15, 2009 at 2:00 PM, Ahmed Naji <span dir="ltr">&lt;<a href="mailto:a.alalousi@gmail.com">a.alalousi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">People,<br><br>I have a very simple call scenario where calls are hitting FreeSWITCH, and I need to send a 302 REDIRECT to get them to go elsewhere without answering them.<br>
<br>It&#39;s for a phased migration requirement so that traffic can continue to flow to the current site, but gets redirected to a new site. The old site will eventually be decommissioned.<br>
<br>Here is what I have in my conf/dialplan/public/test.xml:<br><br>&lt;include&gt;<br>        &lt;extension name=&quot;test-inbound&quot;&gt;<br>                &lt;condition field=&quot;destination_number&quot; expression=&quot;^(?:7153)(\d+)$&quot;&gt;<br>

                        &lt;action application=&quot;redirect&quot; data=&quot;sip:7153$1@aaa.bbb.ccc.ddd&quot;/&gt;<br>                &lt;/condition&gt;<br>        &lt;/extension&gt;<br>&lt;/include&gt;<br><br>FreeSWITCH is sending back the 302 back to the test end-point (eyeBeam 1.5.20 build 54436), but the call is not reaching the specified in the data portion of the redirect application. I know it&#39;s sending it because of logs FreeSWITCH end and the info being displayed on eyeBeam&#39;s client interface stating Call being forwarded ...etc. ...etc.<br>

<br>Has anyone had any similar experiences with a similar setup ?<br><br>Oh, and one more thing, I have disabled firewalling on both the proxy where eyeBeam is registered and the destination where I&#39;m sending the call. I have also verified that my new destination (also a FreeSWITCH box) is accepting registrations, inviites and able to route calls initiated by eyeBeam when directly registered on it.<br>

<br>Has anyone had similar experiences ? better still, has anyone successfully setup FreeSWITCH to be an SBC and can give me feedback ?<br><br>Regards,<br><br>Ahmed.<br><font color="#888888"><br>-- <br>Ahmed A. Ibrahim-Naji Al-Alousi <br>
Ph.D., MIEE, MBCS, CCIE<br>

</font><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></blockquote></div><br>