[Freeswitch-users] redirect in dialplan

Anthony Minessale anthony.minessale at gmail.com
Tue Apr 22 06:00:19 PDT 2008


 Didn't you say you wanted to do 302?
transfer app is a FS internal transfer.

302 is initiated with session.execute("redirect",
"sip:foo at bar.com<sip%3Afoo at bar.com>
");

If you do actually mean to transfer within FS, (meaning send the current
call back to the dialplan)
Be sure to exit your script as soon as you execute transfer because from
that point you must quit your
script so the core can return the call to the RING state.


On Tue, Apr 22, 2008 at 7:32 AM, Brian West <brian at freeswitch.org> wrote:

> can you provide the console output for this failure?
>
>
> On Apr 22, 2008, at 2:23 AM, Jonas Gauffin wrote:
>
> > The transfer is made with:
> > session.setVariable("ringback", "%(1000,4000,425)");
> > session.execute("transfer", user.extension + " XML");
>
> Brian West
> sip:brian at freeswitch.org <sip%3Abrian at freeswitch.org>
>
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080422/6ff16b74/attachment-0002.html 


More information about the FreeSWITCH-users mailing list