[Freeswitch-users] Bridging sessions from two separate lua scripts; uuid_bridge? intercept?

Adam Wilt wiltingtree at gmail.com
Sun Feb 7 19:29:30 PST 2010


Thanks Michael for the reply.
Here's the pastebin link: http://pastebin.freeswitch.org/12084


On Sun, Feb 7, 2010 at 9:50 PM, Michael S Collins <msc at freeswitch.org>wrote:

> Pastebin a debug log so we can see what is happening when the script runs.
>
> -MC
>
> Sent from my iPhone
>
> On Feb 7, 2010, at 8:31 PM, Adam Wilt <wiltingtree at gmail.com> wrote:
>
> Hi. I have two sessions running in two separate Lua scripts, and I want to
> bridge them so that the bridged call is being controlled by the first
> (a-leg) script.
> If I simply use uuid_bridge, I get no error but the calls don't bridge.
> I've tried intercept, but I don't understand how it should be used; nothing
> I try seems to work.
> Here's what I have:
>
> function bridge_calls(session,api,b_leg_uuid, call_len)
>   session:setAutoHangup(false)
>   session:execute("sched_hangup","+" .. tostring(call_len) .. " " ..
> tostring(session.uuid))
>   session:execute("set","continue_on_fail=true")
>   api:executeString("intercept -bleg " .. tostring(b_leg_uuid))
>   api:executeString("uuid_bridge " .. tostring(session.uuid) .. " " ..
> tostring(b_leg_uuid))
> end
>
> I'd really appreciate any help.
>
> Thanks,
> Adam
>
> _______________________________________________
> 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
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100207/079392c4/attachment-0002.html 


More information about the FreeSWITCH-users mailing list