On Mon, Oct 8, 2018, at 7:44 AM, Yves wrote: > Hello, everybody, > often it is necessary to issue a single AGI command... > How can I realize this within a normal dialplan processing without > having to go the circumstantial way through an AGI script every time? > Why is it not possible to use the AGI commands like other functions > within the dialplan? > Although there are many dialplan functions that can be used as a > substitute for one or the other AGi command, or whose results are the > same, but not always... > > Example: > AGI_Command "Set Autohangup"... > > There is no way (at least of what I know) to set this AutoHangup feature > for a "normal" Call within the dialplan... and again, this is just an > example. I am looking > for an easy way to execute any AGI Command directly from the dialplan > without the need to call an external script.
In particular for this it can done in dialplan using the TIMEOUT dialplan function[1]. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_TIMEOUT -- Joshua Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Astricon is coming up October 9-11! Signup is available at: https://www.asterisk.org/community/astricon-user-conference Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
