mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
This commit is contained in:
@@ -39,13 +39,13 @@ SWITCH_STANDARD_APP(mg_notify_function)
|
||||
if (!strcmp(data, "cng")) {
|
||||
mg_send_t38_cng_notify(term->profile, term->name);
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Sent CNG notify\n");
|
||||
/* Disable echo cancellation */
|
||||
mg_term_set_ec(term, 0);
|
||||
/* Disable echo cancellation */
|
||||
mg_term_set_ec(term, 0);
|
||||
} else if (!strcmp(data, "ced")) {
|
||||
mg_send_t38_ans_notify(term->profile, term->name);
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Sent CED notify\n");
|
||||
/* Disable echo cancellation */
|
||||
mg_term_set_ec(term, 0);
|
||||
mg_send_t38_ans_notify(term->profile, term->name);
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Sent CED notify\n");
|
||||
/* Disable echo cancellation */
|
||||
mg_term_set_ec(term, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user