mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +00:00
wrong commit
This commit is contained in:
parent
412efaaf87
commit
87eeaac629
@ -2865,12 +2865,12 @@ SWITCH_STANDARD_APP(audio_bridge_function)
|
|||||||
camp_data = (char *) data;
|
camp_data = (char *) data;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(moh = switch_channel_get_hold_music(caller_channel))) {
|
if (!(moh = switch_channel_get_variable(caller_channel, "campon_hold_music"))) {
|
||||||
moh = switch_channel_get_variable(caller_channel, "campon_hold_music");
|
moh = switch_channel_get_hold_music(caller_channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!zstr(moh) && !strcasecmp(moh, "silence")) {
|
if (!zstr(moh) && !strcasecmp(moh, "silence")) {
|
||||||
moh = "silence_stream://0";
|
moh = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user