[Voiceglue] FIXED - Weird problem with tts streaming. - but now I need some hints

emiliano esposito emiespo at tiscali.it
Fri Dec 5 05:25:49 EST 2008


I brutally changed this in phoneglue:

        $bytes = join (" ",
                       "STREAM FILE",
                       $filename,
 
to this:

        $bytes = join (" ",
                       "STREAM FILE",
                       "/var/lib/asterisk/sounds/".$filename,

and now it works. So Asterisk was simply looking somewhere else (a thing 
I would have discovered in no time with a program like FileMon...)!!

Now I kindly ask you, why did this happen? Does some configuration file 
need to be fixed?

thank you.


More information about the Voiceglue mailing list