Hi Everyone,<div><br></div><div>I want to know if a specific codec type is used at least one. For example, I want to know if out of the 100 calls on the system if there is a 1 channel that is running G.729 codec right now. If using dial-plan and I dial in, I can use this to obtain information about CURRENT channel. But it won&#39;t allow me to obtain information about OTHER channels and that is what I want to do. I want a search for all channels and an output spit out as g729 or TRUE or FALSE if there is a g729 channel.</div>

<div><br></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: medium; "><pre>exten =&gt; s,1,Answer()
exten =&gt; s,n,Set(foo=${CHANNEL(audioreadformat)})
exten =&gt; s,n,NoOp(${foo})</pre><pre>Above ^^^^ NoOp spits out g729 if I call in with a g729 codec. But I want that to be about other channels and not the one I am calling into.</pre><pre>Thanks,</pre><pre>Bruce</pre></span></div>