[Freeswitch-svn] [commit] r9895 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Wed Oct 8 14:12:12 EDT 2008
Author: anthm
Date: Wed Oct 8 14:12:11 2008
New Revision: 9895
Modified:
freeswitch/trunk/src/switch_channel.c
Log:
s/Pre-Answer/Ring-Ready/
Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c (original)
+++ freeswitch/trunk/src/switch_channel.c Wed Oct 8 14:12:11 2008
@@ -1458,7 +1458,7 @@
switch_event_t *event;
if (!switch_channel_test_flag(channel, CF_RING_READY)) {
- switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, SWITCH_LOG_NOTICE, "Ring-Ready %s!\n", channel->name);
+ switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, SWITCH_LOG_NOTICE, "Pre-Answer %s!\n", channel->name);
switch_channel_set_flag(channel, CF_RING_READY);
if (channel->caller_profile && channel->caller_profile->times) {
switch_mutex_lock(channel->profile_mutex);
More information about the Freeswitch-svn
mailing list