Griepentrog Scott wrote:

> I don't think you can put arguments to the agi.  Try is as:
> 
>  
> exten => 492,2,eagi,InfMsg
>  
>  -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of equis software
> Sent: Wednesday, April 11, 2007 10:54 AM
> To: [email protected]
> Subject: [asterisk-users] Execute EAGI script with params fromextensions.conf
> 
> 
> 
> How can I execute an EAGI script with params from extensions.conf
> 
> Example python script:
> InfMsg -s 1
> 
> in my extensions.conf
> exten => 492,1,Answer
> exten => 492,2,eagi,InfMsg -s 1
> exten => 492,3,Hangup() 
> 
> It doesn´t work
> 
> my * report...
> 
> -- Executing [EMAIL PROTECTED]:2] EAGI("Zap/4-1", "InfMsg -s 1") in new stack
>     -- Launched AGI Script /var/lib/asterisk/agi-bin/InfMsg -s 1
>   ==  InfoTerminal -s 1: Failed to execute '/var/lib/asterisk/agi-bin/InfMsg 
> -s 1': No such file or directory 

Then why not try EAGI(InfMsg,-s 1) or EAGI(InfMsg,-s,1) ?


Regards,
  Philipp

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
     Let's use IT to solve problems and not to create new ones.
           Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to