Page 1 of 1

Comma being spoken as the word "Backslash"

PostPosted: Thu Nov 11, 2010 11:13 am
by troy
Hi all,

Has anyone seen a case where Cepstral via Asterisk (1.6) speaks a comma (ie, ",") as the word "backslash"?

I initially thought it might be getting escaped accidentally by Asterisk itself, but I verified with AGI debugging that Asterisk is running:

Code: Select all
-- AGI Script Executing Application: (swift) Options: (Welcome, test case.)


which is spoken as "Welcome backslash test case."

Anyone seen something like this or have suggestions where to look? Thanks.

PostPosted: Fri Nov 12, 2010 12:26 am
by AdamW
I think the issue is with escaping the comma. There is an extra backslash somewhere, but it's not obvious from the given command. Is that the log or the command itself. If you have the source that drove this, please post it?