[Home]

Summary:ASTERISK-07846: GoSub doesn't pass arguments
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2006-09-30 09:30:33Date Closed:2006-10-01 23:28:21
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_stack
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the 1.2 version from svncommunity, GoSub does not actually pass arguments when you do something like:

exten => s,1,GoSub(sub-test,s,1:foobar)

[sub-test]
exten => s,1,Verbose(1|${ARG1})
Comments: