[Asterisk-Users] Asterisk System() call error

2005-03-09 Thread Jonathan Hobbs
I have a linux (bash) script file which is invoked via: exten = s,3,System(./BuildMsg.sh ${SFile} msg02 msg99) When I start asterisk with the command: asterisk -gc This script executes as expected ('asterisk -gc' and 'asterisk -vg' also work). However, when I try to start asterisk with

Re: [Asterisk-Users] Asterisk System() call error *SOLVED*

2005-03-09 Thread Jonathan Hobbs
, Mar 09, 2005 at 08:37:02AM -0500, Jonathan Hobbs wrote: I have a linux (bash) script file which is invoked via: exten = s,3,System(./BuildMsg.sh ${SFile} msg02 msg99) Don't assume the daemon runs in a certain directory. The working directory of a daemon should generally be '/' unless

Re: [Asterisk-Users] DTMF to Email

2005-03-07 Thread Jonathan Hobbs
Asterisk with a simple agi routine could do this easily. Jonathan - Original Message - From: Eric Balsa [EMAIL PROTECTED] To: asterisk-users@lists.digium.com Sent: March 7, 2005 1:02 PM Subject: [Asterisk-Users] DTMF to Email I need some suggestions (not necessarily using Asterisk?)

Re: [OT] - [Asterisk-Users] Why should I answer a Newbie question, therethick!

2005-03-04 Thread Jonathan Hobbs
To paraphrase: Ignore them and they will go away. - Original Message - From: David Brodbeck [EMAIL PROTECTED] To: 'Asterisk Users Mailing List - Non-Commercial Discussion' asterisk-users@lists.digium.com Sent: March 4, 2005 11:04 AM Subject: RE: [OT] - [Asterisk-Users] Why should I

Re: [Asterisk-Users] Festival - Asterisk@home

2005-02-25 Thread Jonathan Hobbs
Title: Festival - [EMAIL PROTECTED] Does your Festival installation work ok? (run the tests/example scripts that came with the installation). I installed Festival, and according to the installation scripts all went well, however none of the tests/example routines would work - I kept getting

Re: [Asterisk-Users] Brainstorm: Running Asterisk as cool as possible - AKA solid state.

2005-02-24 Thread Jonathan Hobbs
How about getting rid of the drives (hard, floppy, cd, dvd) and using RamDisk technology instead. You can boot from flash memory. This will reduce heat and increase reliability. Jonathan - Original Message - From: Vledder, Hans [EMAIL PROTECTED] To: Asterisk Users Mailing List -

Re: [Asterisk-Users] Inheriting variables

2005-02-24 Thread Jonathan Hobbs
What you want is SetGlobalVar, which sets a variable that is available to any channel. hth Jonathan - Original Message - From: Asterisk [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: February 24, 2005 10:31 AM

[Asterisk-Users] Newbie Help - Auto Fallthrough

2005-02-23 Thread Jonathan Hobbs
I am a serious Asterisk newbie: just installed asterisk last week and it is now running with our Voicetronix OpenLine4 hardware. All is working as expected with one exception, in the following sequence (extracted from my extensions.conf file): [GetConfirmation] exten = s,n,SetVar(TimeOut=0)

Re: [Asterisk-Users] IVR stats

2005-02-23 Thread Jonathan Hobbs
In the Tips Tricks section of the Asterisk wiki there is an IVR section that contains an example of an extensions.conf setup that tracks the user-entered path thru the menu structure (the example uses the path to pull up unique audio files for the users current location within the menu