[Home]

Summary:ASTERISK-01191: [patch] Exec
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-03-10 13:02:08.000-0600Date Closed:2004-09-25 02:18:19
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_exec.c
Description:Allows an application to be executed from the dialplan without hardcoding that application into the dialplan.  Similar to the AGI command Exec.

****** ADDITIONAL INFORMATION ******

Exec(${APPNAME}(${APPARGS})

APPARGS may additionally have variables defined, as they will be Eval'ed before passing to the application.
Comments:By: twisted (twisted) 2004-04-18 11:06:43

HouseKeeping - Nothing added since origional submission.  Corydon76: if you would like to have this action reconsidered, post back here and we'll reopen it and re-evaluate.

By: Tilghman Lesher (tilghman) 2004-04-18 23:42:23

I would like to see a commit of this application or at least a test.  Closing patches because those with commit privileges haven't reacted positively or negatively yet is nonsensical.

By: James Golovich (jamesgolovich) 2004-04-19 01:00:46

I think the idea of this is great.  I just haven't had time to test it out but the code looks fine.

I'm suprised that everyone didn't jump on this one because it allows a highly flexible dialplan.  Any source of data available to extensions.conf can be used for callflow then.  astdb, pgsql app stuff, etc.

By: James Golovich (jamesgolovich) 2004-04-20 16:01:57

Commited to CVS HEAD