On Thursday 04 October 2007 23:26:16 Faidon Liambotis wrote: > Backporting stuff from trunk may be error-prone and is not easy to draw > a line of which stuff we should backport. > I'm open to suggestions on other modules that may have sense in > backporting.
There are a number of packages for which backports have already been done from trunk. The three that I've done are: app_stack (Gosub, Return) which incorporates optional arguments and will serve as a replacement for Macro (except without the limit on the number of nested executions); func_odbc, which permits the retrieval of multiple rows from a single query via a special mode; and cdr_adaptive_odbc, which matches up CDR variables with the identically named database table column name, simplifying the action of adding new bits of data to your CDR, without cramming them all into userfield (and conversely, letting you drop columns that are not important to you). http://svncommunity.digium.com/view/app_stack/1.4/ http://svncommunity.digium.com/view/func_odbc/1.4/ http://svncommunity.digium.com/view/tilghman/branches/1.4/ -- Tilghman _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
