Hi All, I have a question about Fastagi because I can't get it to work for some reason. Everytime I execute the fastagi command, i get an error: my extensions.conf: .. exten => 1000,1,agi(agi://some_ip_address) .. output from asterisk console: -- Executing AGI("Zap/1-1", "agi://some_ip_address") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/agi://some_ip_address Failed to execute '/var/lib/asterisk/agi-bin/agi://some_ip_address': No such file or directory I executed the JAGIServer on the remote machine to act as the AGI server. Is it a problem with the version of asterisk that I am using? Somehow I don't think it is recognizing the fastagi command or is there something else I need to do?1 Thanks for all your help! __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail
On Tue, 8 Feb 2005 22:09:59 -0800 (PST), Paul Chan <wayofdragon@yahoo.com> wrote:> Hi All, > > I have a question about Fastagi because I can't get > it to work for some reason. Everytime I execute the > fastagi command, i get an error: > > my extensions.conf: > .. > exten => 1000,1,agi(agi://some_ip_address) > ..try this exten => 1000,1,agi(agi://some_ip_address:some_port) Here is the exact line from my extensions.conf I am running on 1.0.5 against a JAGI server as well. exten => 5282,2,agi(agi://10.10.2.250:4573) Hope this helps, -Chuji