[Home]

Summary:ASTERISK-07502: [patch] [post-1.4] The frequently requested arguments to Gosub
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2006-08-21 23:22:22Date Closed:2006-09-26 12:31:07
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_stack
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20060821__stack_args.diff.txt
Description:The one thing that the Gosub subroutines were missing were arguments.  This patch provides them.
Comments:By: Serge Vecher (serge-v) 2006-08-22 08:23:50

cool

By: Sherwood McGowan (rushowr) 2006-09-01 06:33:20

Corydon, thanks for getting this together! In addition to just being something Gosub needed, it also helps alleviate the problem with Macros and the stack memory overhead associated with 'em, so many of our lives will probably get a little easier :)

I don't know if testing feedback is needed, but I've patched app_stack.c and I'm beginning my own testing for our uses. If you guys need the feedback, I'll be glad to toss it to ya.

Cheers,

Rushowr



By: Sherwood McGowan (rushowr) 2006-09-09 17:47:17

Gents,

Wanted to ask if this will be included in 1.4 or if I'll need to patch it into the new version as well.

By: Leif Madsen (lmadsen) 2006-09-09 20:17:50

Feature freeze was a while ago, so this won't be going into 1.4

By: Tilghman Lesher (tilghman) 2006-09-10 09:43:09

This is also being provided via svncommunity, in the app_stack project:

http://svncommunity.digium.com/view/app_stack/

By: Tilghman Lesher (tilghman) 2006-09-26 12:31:07

Committed to trunk r43667