From ee6b7562a8b3c82b3aa251c7f1d37d5417976f9d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 16 Oct 2007 16:54:45 +0000 Subject: [PATCH] make * and # become words explicitly in the core tts func (part 2) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5897 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_play_say.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index 4eaf2e925d..46e6e509cc 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -1238,14 +1238,12 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_speak_text_handle(switch_core_session *tp++ = 't'; *tp++ = 'a'; *tp++ = 'r'; - p++; } else if (*p == '#') { *tp++ = 'p'; *tp++ = 'o'; *tp++ = 'u'; *tp++ = 'n'; *tp++ = 'd'; - p++; } else { *tp++ = *p; }