]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add warning so users know inbound-zrtp-passthru will enable late negotiation
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 1 Jun 2012 19:11:21 +0000 (14:11 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 1 Jun 2012 19:11:21 +0000 (14:11 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index d865be6ee72b03b0a2d9404a73ee6fcc54930875..c6ab7dd76a959bb54a5179ce37282a7efddbcc34 100644 (file)
@@ -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);
                                }