<html><body><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 "other" 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; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 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); border-image: initial; 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; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">&lt;include&gt;
  &lt;!-- Sample dialplan for announcing the call count --&gt;
  &lt;extension name="Announce Conf Count (Inline)"&gt;
    &lt;condition field="destination_number" expression="^ANNOUNCE_CONF_COUNT_PRIVATE$"&gt;
      &lt;action application="set" data="conf_count=${conference ${conference_name} list count}"/&gt;
      &lt;action application="log" data="INFO ${conf_count}"/&gt;
      &lt;action application="say" data="en number pronounced ${conf_count}"/&gt;
    &lt;/condition&gt;
  &lt;/extension&gt;
&lt;/include&gt;  </pre></div></body></html>