<br><br><div class="gmail_quote">2012/4/10 Roland Hänel <span dir="ltr"><<a href="mailto:roland@haenel.me">roland@haenel.me</a>></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="'courier new', monospace"><span style="white-space:pre-wrap">        </span>/* Set MOH from variable if not set */</font></div><div><font face="'courier new', monospace"><span style="white-space:pre-wrap">        </span>if (zstr(conference->moh_sound)) {</font></div>
<div><font face="'courier new', monospace"><span style="white-space:pre-wrap">                </span>conference->moh_sound = switch_core_strdup(conference->pool, switch_channel_get_variable(channel, "<b>conference_moh_sound</b>"));</font></div>
<div><font face="'courier new', monospace"><span style="white-space:pre-wrap">        </span>}</font></div><div><br></div><div>This evaluate channel variable conference_moh_sound only if the "conference" 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>