mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8353 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -4196,11 +4196,13 @@ SWITCH_STANDARD_APP(conference_function)
|
||||
profile_name = "default";
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (0) {
|
||||
member.dtmf_parser = conference->dtmf_parser;
|
||||
} else {
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
switch_event_create(¶ms, SWITCH_EVENT_MESSAGE);
|
||||
switch_assert(params);
|
||||
@@ -4521,7 +4523,7 @@ SWITCH_STANDARD_APP(conference_function)
|
||||
switch_buffer_destroy(&member.resample_buffer);
|
||||
switch_buffer_destroy(&member.audio_buffer);
|
||||
switch_buffer_destroy(&member.mux_buffer);
|
||||
if (member.dtmf_parser != conference->dtmf_parser) {
|
||||
if (conference && member.dtmf_parser != conference->dtmf_parser) {
|
||||
switch_ivr_digit_stream_parser_destroy(member.dtmf_parser);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user