search for: indefinitelty

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

Did you mean: indefinately
2006 Jan 31
0
dialing 2 channelsatthesametimewithdifferentcaller ID number?
...cter to a variables name in SetVar > will cause that variable to be inherited by channels created > by the main channel. > eg. when using Dial(Local/...); once inherited these > variables will not be further inherited. Prepending two _ > characters will cause them to be inherited indefinitelty. > (Only works in CVS HEAD, not yet implemented in Asterisk 1.0.9.) > > Note that for retrieval purposes these variable names do not > need to include the underscores. > > [TestInherit] > exten => 100,1,SetVar(__FOO=5) > exten => 100,2,Dial(Local/test@...
2006 Jan 31
1
dialing 2 channels atthesametimewithdifferentcaller ID number?
...Prepending a single _ character to a variables name in SetVar will cause that variable to be inherited by channels created by the main channel. eg. when using Dial(Local/...); once inherited these variables will not be further inherited. Prepending two _ characters will cause them to be inherited indefinitelty. (Only works in CVS HEAD, not yet implemented in Asterisk 1.0.9.) Note that for retrieval purposes these variable names do not need to include the underscores. [TestInherit] exten => 100,1,SetVar(__FOO=5) exten => 100,2,Dial(Local/test@CheckInherit) exten => test,1,NoOp(...