From: Anthony Minessale Date: Fri, 1 Jun 2012 19:11:21 +0000 (-0500) Subject: add warning so users know inbound-zrtp-passthru will enable late negotiation X-Git-Tag: v1.2.0~290^2~9^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410040218aea5d3a423f5ebf30b878ff8335cce6;p=thirdparty%2Ffreeswitch.git add warning so users know inbound-zrtp-passthru will enable late negotiation --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index d865be6ee7..c6ab7dd76a 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -4814,6 +4814,7 @@ switch_status_t config_sofia(int reload, char *profile_name) } if (sofia_test_flag(profile, TFLAG_ZRTP_PASSTHRU)) { + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "ZRTP Passthru implictly sets inbound-late-negotiation to true.\n"); sofia_set_flag(profile, TFLAG_LATE_NEGOTIATION); }