mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
revert a bad bit in r12317
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12318 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9d6dd53afc
commit
2717c1e034
@ -1846,7 +1846,7 @@ static void conference_loop_output(conference_member_t *member)
|
|||||||
int to = 60;
|
int to = 60;
|
||||||
|
|
||||||
if (ann) {
|
if (ann) {
|
||||||
member->conference->special_announce = switch_core_strdup(member->pool, ann);
|
member->conference->special_announce = switch_core_strdup(member->conference->pool, ann);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_channel_set_private(channel, "_conference_autocall_list_", NULL);
|
switch_channel_set_private(channel, "_conference_autocall_list_", NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user