Update ChangeLog through r14275

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14276 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins
2009-07-16 20:05:54 +00:00
parent 21af72d3ea
commit 28d8aeaf5c
6 changed files with 25 additions and 3 deletions
+1
View File
@@ -501,6 +501,7 @@ static switch_status_t es_say(switch_core_session_t *session, char *tosay, switc
}
if (say_cb) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Using es callback [tosay: %s, type: %d, method: %d]\n", tosay, type, method);
return say_cb(session, tosay, type, method, args);
}
+1
View File
@@ -2039,6 +2039,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_say(switch_core_session_t *session, c
if ((si = switch_loadable_module_get_say_interface(module_name))) {
/* should go back and proto all the say mods to const.... */
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Using SAY Interface %s\n", module_name);
status = si->say_function(session, (char *) tosay, switch_ivr_get_say_type_by_name(say_type), switch_ivr_get_say_method_by_name(say_method), args);
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid SAY Interface [%s]!\n", module_name);