Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] LUA: Independent control of each call leg.


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
freeswitch at peely.com
Guest





PostPosted: Fri Jul 31, 2009 10:13 am    Post subject: [Freeswitch-users] LUA: Independent control of each call le Reply with quote

Hi,

I'm trying to develop an application using lua and need to control the
inbound and outbound legs independently, even when they are switched
together.

I can initiate the outbound session but I can't seem to bridge without
losing control of the script.

For example, if I use:


local api = freeswitch.API();
inSession = session;
inSession:answer();
inSession:setAutoHangup(false);


egSession = freeswitch.Session("sofia/default/mynum@mydomain.com");
egSession:setAutoHangup(false);

if egSession:ready() then
api:execute("uuid_bridge",inSession.uuid .. " " .. egSession.uuid);
end

while egSession:ready() do
inSession:sleep(1000);
end

Then I lose the script entirely, and if I use:

inSession:execute("bridge", "sofia/default/mynum@mydomain.com")

Then I lose the ability to control the call whilst the outbound is in
progress.

Does anyone know a way I can allow ingress to egress calling whilst still
maintaining script control mid-call? I also need to ingress to hear
provisional speech during outbound connect. I've looked at conferencing but
there seems to be quite a lot of automated messaging.



Thanks,


Neil.

--
View this message in context: http://www.nabble.com/LUA%3A-Independent-control-of-each-call-leg.-tp24744087p24744087.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services