Try this:<div><pre style="font-size:16px;background-color:rgb(255,255,255);padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgb(47,111,171);border-right-color:rgb(47,111,171);border-bottom-color:rgb(47,111,171);border-left-color:rgb(47,111,171);line-height:1.1em">
&lt;action application=&quot;say&quot; data=&quot;en number pronounced ${expr ${conf_count} - 1}&quot;/&gt;</pre>That&#39;s just off the top of my head, so if it doesn&#39;t work then tinker with it until you get it working.</div>
<div><br></div><div>-MC</div><div><br><div class="gmail_quote">On Sun, Dec 18, 2011 at 10:22 AM, Rodney <span dir="ltr">&lt;<a href="mailto:notlikeme75@yahoo.com">notlikeme75@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman,new york,times,serif;font-size:12pt"><div>this works great, thank you to whomever created it. is there a way to make the conf count = list count -1 so the playback will only speak total &quot;other&quot; callers instead of including the person who press the option?</div>
<div><br></div><div><br></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:19px;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);display:inline!important;float:none">conf/dialplan/default/01_Announce_Conf_Count.xml:</span></div>
<pre style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgb(47,111,171);border-right-color:rgb(47,111,171);border-bottom-color:rgb(47,111,171);border-left-color:rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(255,255,255);line-height:1.1em;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;word-spacing:0px">
&lt;include&gt;
  &lt;!-- Sample dialplan for announcing the call count --&gt;
  &lt;extension name=&quot;Announce Conf Count (Inline)&quot;&gt;
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^ANNOUNCE_CONF_COUNT_PRIVATE$&quot;&gt;
      &lt;action application=&quot;set&quot; data=&quot;conf_count=${conference ${conference_name} list count}&quot;/&gt;
      &lt;action application=&quot;log&quot; data=&quot;INFO ${conf_count}&quot;/&gt;
      &lt;action application=&quot;say&quot; data=&quot;en number pronounced ${conf_count}&quot;/&gt;
    &lt;/condition&gt;
  &lt;/extension&gt;
&lt;/include&gt;  </pre></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>