search for: undersorces

Displaying 2 results from an estimated 2 matches for "undersorces".

Did you mean: underscores
2016 Nov 23
2
Non-global variable that follows channel?
Related to http://lists.digium.com/pipermail/asterisk-users/2016-November/290384.html, at the moment I'm passing one variable via DIAL. Now I'd like to pass a whole bunch, and my idea was to rather than having a great string of b(synctest3b^setVar^1(something)^2(more things)^3(etc)) and then get them with ARG1..ARGn etc, I could bundle the whole lot into a HASH and then unbundle them at
2016 Nov 27
2
Non-global variable that follows channel?
...vtest2" On 27 November 2016 at 11:39, Max Grobecker <max.grobecker at ml.grobecker.info> wrote: > Hi, > > is channel variable inheritance working for your setup? > Passing variables to other channels can normally simply be done by naming the variable with one or two prefixed undersorces > to make it available to the channel that is created from that one defining the variable. > But I have no idea if it's getting inherited to Gosub called from a Dial command... > -> https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Set > > If that is not work...