[Freeswitch-users] REDIRECT 503 not working

Ahmed Naji a.alalousi at gmail.com
Tue Dec 15 14:00:28 PST 2009


People,

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.

It'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.

Here is what I have in my conf/dialplan/public/test.xml:

<include>
        <extension name="test-inbound">
                <condition field="destination_number"
expression="^(?:7153)(\d+)$">
                        <action application="redirect"
data="sip:7153$1 at aaa.bbb.ccc.ddd"/>
                </condition>
        </extension>
</include>

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's sending it because of logs
FreeSWITCH end and the info being displayed on eyeBeam's client interface
stating Call being forwarded ...etc. ...etc.

Has anyone had any similar experiences with a similar setup ?

Oh, and one more thing, I have disabled firewalling on both the proxy where
eyeBeam is registered and the destination where I'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.

Has anyone had similar experiences ? better still, has anyone successfully
setup FreeSWITCH to be an SBC and can give me feedback ?

Regards,

Ahmed.

-- 
Ahmed A. Ibrahim-Naji Al-Alousi
Ph.D., MIEE, MBCS, CCIE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091215/224cb6ca/attachment-0002.html 


More information about the FreeSWITCH-users mailing list