<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19019">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>&gt; </FONT><FONT size=3>Well, you have the uuid of the call, 
correct? </FONT></DIV>
<DIV>no since this command </DIV><B><FONT size=1>
<P><FONT size=2>conference</FONT></B></FONT><FONT size=2> <B>testconf</B> 
<B>dial</B> <FONT color=#008000><FONT 
color=#008000>{</FONT></FONT><B>originate_timeout</B><FONT color=#008000><FONT 
color=#008000>=</FONT></FONT><FONT color=#ff00f0><FONT 
color=#ff00f0>30</FONT></FONT><FONT color=#008000><FONT 
color=#008000>}</FONT></FONT><B>sofia</B><FONT color=#008000><FONT 
color=#008000>/<B>default</B>/</FONT></FONT><FONT color=#ff00f0><FONT 
color=#ff00f0>1000</FONT></FONT><FONT color=#008000><FONT 
color=#008000>@</FONT></FONT><B>softswitch</B> <FONT color=#ff00f0><FONT 
color=#ff00f0>1234567890</FONT></FONT> <B>FreeSWITCH_Conference</B></FONT></P>
<DIV>doesn't return any uuid</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&gt; </FONT><FONT size=3>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.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>I'm confused. if I use the conference_uuid channel to get the 
member_id it will be the same as conference list since</FONT></DIV>
<DIV><FONT size=2>it will return all member_id and not the only one the 
conferencer just called for ?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=msc@freeswitch.org href="mailto:msc@freeswitch.org">Michael 
  Collins</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=freeswitch-users@lists.freeswitch.org 
  href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 24, 2011 3:32 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] member_id 
  of conference</DIV>
  <DIV><BR></DIV><BR><BR>
  <DIV class=gmail_quote>On Thu, Mar 24, 2011 at 12:05 PM, Madovsky <SPAN 
  dir=ltr>&lt;<A 
  href="mailto:infos@madovsky.org">infos@madovsky.org</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2>for example the conferencer invites 
9999999999</FONT></DIV>
    <DIV><FONT size=2>and does it from fs_cli. the return string of conference 
    dial command is</FONT></DIV>
    <DIV><FONT size=2>the status of call after success or failure (seems that 
    the command is synchronous)</FONT></DIV>
    <DIV><FONT size=2>but not uuid information nor id_member in return. So maybe 
    have the member_id in the</FONT></DIV>
    <DIV><FONT size=2>return string would be useful in case of the call fails in 
    a not useful answered call like answer machine</FONT></DIV>
    <DIV><FONT size=2>or "caller is unreacheable" from telcom.</FONT></DIV>
    <DIV><FONT size=2>as this it will avoid to run "conference list", parse the 
    result and find the right member_id.</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>what folks do you think ?</FONT></DIV></DIV></BLOCKQUOTE>
  <DIV>Well, you have the uuid of the call, correct? You can get the member_id 
  with uuid_getvar:</DIV>
  <DIV><BR></DIV>
  <DIV>uuid_getvar &lt;uuid&gt; member_id</DIV>
  <DIV><BR></DIV>
  <DIV>If there is no member_id then your call never made it into the 
  conference. &nbsp;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.</DIV>
  <DIV><BR></DIV>
  <DIV>-MC</DIV></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>FreeSWITCH-users 
  mailing 
  list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BODY></HTML>