[asterisk-users] cannot run agi scripts

2009-08-29 Thread Michael Connors
Hi,I am new to Asterisk, I installed it add got it working for incoming calls using a sip provider. I can for example run the following successfully: exten = 124,1,Wait(1) exten = 124,2,Playback(demo-thanks) exten = 124,3,Hangup My problem is that I can not run AGI scripts, I tried the default

Re: [asterisk-users] cannot run agi scripts

2009-08-29 Thread Todd Fulton
-users] cannot run agi scripts From: Michael Connors connor...@gmail.com Date: Sat, August 29, 2009 5:29 am To: asterisk-users@lists.digium.com Hi,I am new to Asterisk, I installed it add got it working for incoming calls using a sip provider.I can for example run the following successfully:exten

Re: [asterisk-users] cannot run agi scripts

2009-08-29 Thread Michael Connors
in order for asterisk to be able to connect. Once you do start the server, telnet to localhost 4573 (or whatever your agi host is) and you'll know if its available. Todd Original Message Subject: [asterisk-users] cannot run agi scripts From: Michael Connors connor

Re: [asterisk-users] cannot run agi scripts

2009-08-29 Thread Steve Edwards
On Sat, 29 Aug 2009, Michael Connors wrote: My problem is that I can not run AGI scripts, I tried the default test-agi.agi and a more simple python based one. I am using the following to use AGI. exten = 124,1,wait(1) exten = 124,2,AGI(hello.agi) exten = 124,3,Hangup My AGI scripts

Re: [asterisk-users] cannot run agi scripts

2009-08-29 Thread Steve Edwards
Un-top-posting... From: Michael Connors connor...@gmail.com My problem is that I can not run AGI scripts, I tried the default test-agi.agi and a more simple python based one. I am using the following to use AGI. exten = 124,2,AGI(hello.agi) On Sat, 29 Aug 2009, Todd Fulton wrote: Did

Re: [asterisk-users] cannot run agi scripts

2009-08-29 Thread Steve Edwards
On Sat, 29 Aug 2009, Michael Connors wrote: Thanks Todd, I didn't realise that it worked like that. I thought Asterisk would find it and serve it. I installed StarPy now, and I have a working AGI script. OK. Now I'm confused. You said you had the following in your dialplan: exten =