From: Anthony Minessale Date: Mon, 2 Jul 2012 17:53:52 +0000 (-0500) Subject: let campon_hold_music take precedence over the normal hold_music variable X-Git-Tag: v1.2.0~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412efaaf870ff562056568df143576f42911224a;p=thirdparty%2Ffreeswitch.git let campon_hold_music take precedence over the normal hold_music variable --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index 344544f705..814e541be8 100755 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -2870,7 +2870,7 @@ SWITCH_STANDARD_APP(audio_bridge_function) } if (!zstr(moh) && !strcasecmp(moh, "silence")) { - moh = NULL; + moh = "silence_stream://0"; } do {