<!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.18939">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Well Mike,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I think for now I will use your suggestion ;)</FONT></DIV>
<DIV><FONT size=2>and will update step by step my rfc2833 
implementation...</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>F</FONT></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> Tuesday, December 14, 2010 3:12 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] DTMF and 
  dynamic conference</DIV>
  <DIV><BR></DIV>Madovsky,
  <DIV><BR></DIV>
  <DIV>I thing maybe don't understand what you are trying to do. Do you simply 
  want to have a conference that requires the caller to enter a PIN? Or are you 
  trying to send a caller to a conference that has a PIN but you want to send 
  the PIN externally?&nbsp;</DIV>
  <DIV><BR></DIV>
  <DIV>In case it's the latter you can do the following...</DIV>
  <DIV>Create a conference locked by a PIN. In the logs below I used conf 
  3300@default and 1234 as the PIN. Then I called 3300 from user 1002:</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:21.518045 [NOTICE] switch_channel.c:784 New Channel sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> 
  [09cad98f-6e12-45fa-9f01-e7d90b9ea771]</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:21.520627 [INFO] mod_dialplan_xml.c:331 Processing Michael 
  &lt;1002&gt;-&gt;3000 in context default</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:21.530579 [NOTICE] mod_dptools.c:920 Channel [sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A>] has been 
  answered</FONT></DIV>
  <DIV><BR></DIV>
  <DIV>Then I did "show channels" to get the uuid:</DIV>
  <DIV><BR></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">show 
  channels</FONT></DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace">uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid</FONT></DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace">09cad98f-6e12-45fa-9f01-e7d90b9ea771,inbound,2010-12-14 
  00:00:21,1292313621,sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A>,CS_EXECUTE,Michael,1002,10.15.30.10,3000,conference,3000-10.15.0.94@default+1234,XML,default,PCMU,8000,64000,PCMU,8000,64000,,ElToro2.FreePBXV3,,,ACTIVE,,,,</FONT></DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace"><BR></FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">1 
  total.</FONT></DIV>
  <DIV><BR></DIV>
  <DIV>Then I did "uuid_recv_dtmf &lt;uuid&gt; 1234" like this:</DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace">freeswitch@internal&gt; uuid_recv_dtmf 
  09cad98f-6e12-45fa-9f01-e7d90b9ea771 1234</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">-ERR no 
  reply</FONT></DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace"><BR></FONT></DIV>
  <DIV><FONT class=Apple-style-span 
  face="'courier new', monospace">freeswitch@internal&gt; 2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '0' to 
  'mute'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] switch_ivr_async.c:162 Digit parser mod_conference: 
  Setting realm to conf</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '*' to 'deaf 
  mute'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '9' to 'energy 
  up'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '8' to 'energy 
  equ'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '7' to 'energy 
  dn'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '3' to 'vol talk 
  up'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '2' to 'vol talk 
  zero'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '1' to 'vol talk 
  dn'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '6' to 'vol listen 
  up'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '5' to 'vol listen 
  zero'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '4' to 'vol listen 
  dn'</FONT></DIV>
  <DIV><FONT class=Apple-style-span face="'courier new', monospace">2010-12-14 
  00:00:41.505775 [INFO] mod_conference.c:6485 sofia/internal/<A 
  href="mailto:1002@10.15.0.94">1002@10.15.0.94</A> binding '#' to 
  'hangup'</FONT></DIV>
  <DIV><BR></DIV>
  <DIV>As you can see you do get "-ERR No Reply" but the operation itself works 
  just fine.</DIV>
  <DIV>-MC<BR><BR>
  <DIV class=gmail_quote>On Mon, Dec 13, 2010 at 11:42 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>I tried the default conference dialplan with a real phone 
    and works well.</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
      <DIV class=im>
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A 
      title=msc@freeswitch.org href="mailto:msc@freeswitch.org" 
      target=_blank>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" 
      target=_blank>FreeSWITCH Users Help</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, December 14, 2010 2:09 
      AM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] DTMF 
      and dynamic conference</DIV>
      <DIV><BR></DIV></DIV>
      <DIV>
      <DIV></DIV>
      <DIV class=h5>Do you actually try calling this with a real telephone to 
      make sure that the extension is doing what you think it is doing? 
      <DIV>-MC<BR><BR>
      <DIV class=gmail_quote>On Mon, Dec 13, 2010 at 11:14 AM, Madovsky <SPAN 
      dir=ltr>&lt;<A href="mailto:infos@madovsky.org" 
      target=_blank>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>I'm trying the default conference in 
        autoload_configs/conference.conf.xml,</FONT></DIV>
        <DIV><FONT size=2>commented out the pin number line,</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>but now when the ivr asks the pin number, for testing 
        I tried</FONT></DIV>
        <DIV><FONT size=2>to do this :</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;extension 
        name="nb_conferences"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;condition field="${sip_to_uri}" 
        expression="^(999)@$${domain}$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;action 
        application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;action 
        application="info"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;!-- &lt;action application="conference" data="<A 
        href="mailto:confname@profilename+flags%7Bmute%7Cdeaf%7Cwaste%7Cmoderator%7D+%5Bconference" 
        target=_blank>confname@profilename+flags{mute|deaf|waste|moderator}+[conference</A> 
        pin number]"&gt; 
        --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;action application="conference" data="<A 
        href="mailto:$1-$$%7Bdomain%7D@default%22/" 
        target=_blank>$1-$${domain}@default"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;action application="send_dtmf" data="<A href="mailto:12345@120%22/" 
        target=_blank>12345@120"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        &lt;/extension&gt;<BR></FONT></DIV>
        <DIV><FONT size=2>and this on CLI:</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>expand uuid_send_dtmf ${uuid} 12345</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>without success.</FONT></DIV>
        <DIV><FONT size=2>How the default conference example accept DTMF 
        ?</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>Thanks</FONT></DIV>
        <DIV><FONT 
        size=2><BR>F</FONT></DIV></DIV><BR>_______________________________________________<BR>FreeSWITCH-users 
        mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
        target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
        href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
        target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
        href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
        target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
        href="http://www.freeswitch.org" 
        target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV></DIV></DIV>
      <P></P>
      <HR>

      <DIV class=im>
      <P></P>_______________________________________________<BR>FreeSWITCH-users 
      mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
      target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
      href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
      href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
      href="http://www.freeswitch.org" 
      target=_blank>http://www.freeswitch.org</A><BR></DIV>
      <P></P></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>FreeSWITCH-users 
    mailing list<BR><A 
    href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
    href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
    href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
    href="http://www.freeswitch.org" 
    target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR></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>