[Freeswitch-svn] [commit] r4171 - freeswitch/trunk/src/mod/endpoints/mod_dingaling
Freeswitch SVN
mikej at freeswitch.org
Thu Feb 8 16:08:45 EST 2007
Author: mikej
Date: Thu Feb 8 16:08:45 2007
New Revision: 4171
Modified:
freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
Log:
add a more descriptive error message on no (or no usable) candidates
Modified: freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c Thu Feb 8 16:08:45 2007
@@ -703,6 +703,7 @@
}
if (!(tech_pvt->remote_ip && tech_pvt->remote_port)) {
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "No valid candidates received!\n");
return 0;
}
More information about the Freeswitch-svn
mailing list