[Freeswitch-users] Interacting with another session

Oleg Stolyar olegstolyar at gmail.com
Mon Sep 12 23:28:27 MSD 2016


Yep, thanks Abaci!
I looked at uuid_ API first.  What I really want is to start recording the
other session.  The code below seems to work, so unless there is a reason I
shouldn't do it this way, I am all set.

otherUuid = <get the other uuid>
otherSession = new freeswitch.Session(otherUuid)
otherSession:execute("record_session", "<path>/foo.wav")


On Mon, Sep 12, 2016 at 12:12 PM, Abaci B <abaci64 at gmail.com> wrote:

> you can use uuid_setvar from lua as well a some other uuid_* apis if you
> describe what exactly you want maybe I can be more specific
>
> On Mon, Sep 12, 2016 at 2:40 PM, Gregor Nanger <gregor at infomedia.si>
> wrote:
>
>> Can you send command from script like from ESL? Then you can send: uuid_setvar
>> <uuid> <varname> [value]
>>
>> 2016-09-12 20:37 GMT+02:00 Oleg Stolyar <olegstolyar at gmail.com>:
>>
>>> I want to call methods and setting variables on that session.
>>>
>>> However, calling freeswitch.Session(uuid) without "new" does seem to
>>> work.  The reason it did not for me before was an error somewhere else in
>>> my code.
>>>
>>> Thanks guys!
>>>
>>>
>>> On Mon, Sep 12, 2016 at 11:23 AM, David Villasmil <
>>> david.villasmil.work at gmail.com> wrote:
>>>
>>>> What do you mean by "interacting" exactly?
>>>>
>>>> On Mon, Sep 12, 2016 at 8:22 PM Oleg Stolyar <olegstolyar at gmail.com>
>>>> wrote:
>>>>
>>>>> Yes, I saw that but that's for creating/originating a new session.  I
>>>>> need to connect to an existing one.
>>>>>
>>>>> On Mon, Sep 12, 2016 at 11:12 AM, Abaci B <abaci64 at gmail.com> wrote:
>>>>>
>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API
>>>>>> +Reference#LuaAPIReference-freeswitch.Session
>>>>>>
>>>>>> On Mon, Sep 12, 2016 at 1:54 PM, Oleg Stolyar <olegstolyar at gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi guys,
>>>>>>>
>>>>>>> Is there a way to interact with another session from Lua if you know
>>>>>>> that session's uuid?  I found JS documentation that says you can do new
>>>>>>> Session(uuid) but when I try that from Lua, I get errors.
>>>>>>>
>>>>>>> When tried this:
>>>>>>> otherSession = new freeswitch.Session(uuid)
>>>>>>>
>>>>>>> otherSession was null.
>>>>>>>
>>>>>>> Hopefully I am missing something obvious.
>>>>>>>
>>>>>>> ____________________________________________________________
>>>>>>> _____________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> 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/free
>>>>>>> switch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ____________________________________________________________
>>>>>> _____________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://confluence.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> 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/free
>>>>>> switch-users
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>
>>>>> ____________________________________________________________
>>>>> _____________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> 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/free
>>>>> switch-users
>>>>> http://www.freeswitch.org
>>>>
>>>>
>>>> ____________________________________________________________
>>>> _____________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> 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/free
>>>> switch-users
>>>> http://www.freeswitch.org
>>>>
>>>
>>>
>>> ____________________________________________________________
>>> _____________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> 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
>>>
>>
>>
>>
>> --
>> Gregor Nanger
>>
>> *CTO*
>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485
>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia
>> • www.infomedia.si
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> 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
>>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> 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/20160912/3e7df3c1/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list