<html><body><style>blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex; border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;} </style>
<p>What about</p>
<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: #2f6fab; border-right-color: #2f6fab; border-bottom-color: #2f6fab; border-left-color: #2f6fab; border-image: initial; color: #000000; background-color: #ffffff; 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;action application="say" data="en number pronounced ${expr(${conf_count}-1)}"/&gt;?</pre>
<p>&nbsp;</p>
<p>Regards,</p>
<p>Mariusz</p>
<p>&nbsp;</p>
<p>Dnia 18-12-2011 o godz. 19:22 Rodney napisał(a):</p>
<blockquote>
<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: #000000; 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: #ffffff; 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: #2f6fab; border-right-color: #2f6fab; border-bottom-color: #2f6fab; border-left-color: #2f6fab; border-image: initial; color: #000000; background-color: #ffffff; 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;<br />  &lt;!-- Sample dialplan for announcing the call count --&gt;<br />  &lt;extension name="Announce Conf Count (Inline)"&gt;<br />    &lt;condition field="destination_number" 
expression="^ANNOUNCE_CONF_COUNT_PRIVATE$"&gt;<br />      &lt;action application="set" data="conf_count=${conference ${conference_name} list count}"/&gt;<br />      &lt;action application="log" data="INFO ${conf_count}"/&gt;<br />      &lt;action application="say" data="en number pronounced ${conf_count}"/&gt;<br />    &lt;/condition&gt;<br />  &lt;/extension&gt;<br />&lt;/include&gt;  </pre>
</div>
</blockquote>
<p><br /></p><br />