Re: Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Gabriel Gunderson
On Fri, 2008-02-22 at 15:43 -0700, Chris Carey wrote: > My second hurdle is how can you fire off an asterisk dial plan from > the (bash) command prompt? Usually if you want to tell Asterisk to do something, you connect to the manager interface: http://www.voip-info.org/wiki/view/Asterisk+manager+

Re: Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Chris Carey
On Fri, Feb 22, 2008 at 3:57 PM, Corey Edwards <[EMAIL PROTECTED]> wrote: > http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out Perfect. Thank you Andrew and Corey /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the

Re: Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Corey Edwards
On Fri, 2008-02-22 at 15:43 -0700, Chris Carey wrote: > My second hurdle is how can you fire off an asterisk dial plan from > the (bash) command prompt? http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out Corey /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: ht

Re: Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Chris Carey
My second hurdle is how can you fire off an asterisk dial plan from the (bash) command prompt? Asterisk has a -x command line switch that lets you fire off Asterisk CLI commands from the bash command line. However, I don't see anything that could trigger a dial plan to execute. Perhaps I'm lookin

Re: Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Chris Carey
On Fri, Feb 22, 2008 at 3:09 PM, Chris Carey <[EMAIL PROTECTED]> wrote: > But I have not been able to do: > > Dial(some number) > Festival('Hi, Im calling you!!') > > Does anyone know how this could be accomplished? DOH, right after posting I found the answer. On the dial function options th

Using Asterisk to Dial and Talk with Festival

2008-02-22 Thread Chris Carey
Some of you may have seen one of these web sites before where you can type in a phone number, and a message. When you submit the form, a server will call the phone number and say the message. I want to implement this with Asterisk + Festival. There are a few technical hurdles to figure out in doin