<br><br><div class="gmail_quote">2012/4/10 Roland Hänel <span dir="ltr">&lt;<a href="mailto:roland@haenel.me">roland@haenel.me</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I found this in mod_conference.c:<div><br></div><div><div><font face="&#39;courier new&#39;, monospace"><span style="white-space:pre-wrap">        </span>/* Set MOH from variable if not set */</font></div><div><font face="&#39;courier new&#39;, monospace"><span style="white-space:pre-wrap">        </span>if (zstr(conference-&gt;moh_sound)) {</font></div>

<div><font face="&#39;courier new&#39;, monospace"><span style="white-space:pre-wrap">                </span>conference-&gt;moh_sound = switch_core_strdup(conference-&gt;pool, switch_channel_get_variable(channel, &quot;<b>conference_moh_sound</b>&quot;));</font></div>

<div><font face="&#39;courier new&#39;, monospace"><span style="white-space:pre-wrap">        </span>}</font></div><div><br></div><div>This evaluate channel variable conference_moh_sound only if the &quot;conference&quot; command creates a new conference. Give it a try. ;-)</div>

<div><br></div><div>Greetings,</div><div>Roland</div><br></div></blockquote><div><br>Roland,<br>Nice detective work! It turns out that my channel variable lister script missed this one. I will revisit it and try again. In the meantime, thanks for digging this up. <br>
<br>-MC <br></div></div>