[Freeswitch-users] member_id of conference
Madovsky
infos at madovsky.org
Thu Mar 24 22:49:04 MSK 2011
> Well, you have the uuid of the call, correct?
no since this command
conference testconf dial {originate_timeout=30}sofia/default/1000 at softswitch 1234567890 FreeSWITCH_Conference
doesn't return any uuid
> we recently added conference_uuid channel variable so you can even see which exact instance of the conference that the user was/is connected to.
I'm confused. if I use the conference_uuid channel to get the member_id it will be the same as conference list since
it will return all member_id and not the only one the conferencer just called for ?
----- Original Message -----
From: Michael Collins
To: FreeSWITCH Users Help
Sent: Thursday, March 24, 2011 3:32 PM
Subject: Re: [Freeswitch-users] member_id of conference
On Thu, Mar 24, 2011 at 12:05 PM, Madovsky <infos at madovsky.org> wrote:
for example the conferencer invites 9999999999
and does it from fs_cli. the return string of conference dial command is
the status of call after success or failure (seems that the command is synchronous)
but not uuid information nor id_member in return. So maybe have the member_id in the
return string would be useful in case of the call fails in a not useful answered call like answer machine
or "caller is unreacheable" from telcom.
as this it will avoid to run "conference list", parse the result and find the right member_id.
what folks do you think ?
Well, you have the uuid of the call, correct? You can get the member_id with uuid_getvar:
uuid_getvar <uuid> member_id
If there is no member_id then your call never made it into the conference. BTW, we recently added conference_uuid channel variable so you can even see which exact instance of the conference that the user was/is connected to.
-MC
------------------------------------------------------------------------------
_______________________________________________
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/20110324/3c4827ce/attachment.html
More information about the FreeSWITCH-users
mailing list