]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
let campon_hold_music take precedence over the normal hold_music variable
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Jul 2012 17:53:52 +0000 (12:53 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Jul 2012 17:54:01 +0000 (12:54 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 344544f7056967438f64417e0cdb4b62a40d1c84..814e541be8ad1f41c5b0e3df028781bc75fcfc7c 100755 (executable)
@@ -2870,7 +2870,7 @@ SWITCH_STANDARD_APP(audio_bridge_function)
                }
 
                if (!zstr(moh) && !strcasecmp(moh, "silence")) { 
-                       moh = NULL;
+                       moh = "silence_stream://0";
                }
 
                do {