On Tuesday 10 Mar 2015, janani m wrote:
> Thank You .
> 
> But now i get solved with that error since I had some mistakes in
> installing googletts.agi
> 
> Now when calling from my softphone i have written dialplan with an AGI
> script to convert from text to speech.
> 
> It get executed without error but there is no sound getting played.
> 
> My output,

[stuff deleted] 
 
> How could I solve this error??

Plain old-fashioned hacking!

First, try running the AGI script manually.  Do a trace on it, so you can see 
how parameters get passed to the script; then middle-click-paste the data 
straight into the terminal.  Make sure it really does what you're expecting it 
to do.  If your asterisk runs as a non-privileged user, make sure that it 
works even when the script is invoked as that user -- if not, check and 
double-check file and device permissions.

In the worst case, you will have to modify your AGI script by inserting 
statements at strategic points to write to syslog, or a file somewhere under 
/tmp/ so you can get an idea what is happening.

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to