search for: testinherit

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

2006 Jan 31
0
dialing 2 channelsatthesametimewithdifferentcaller ID number?
...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(${FOO}) > > will result in FOO being inherited. Without the underscores, > the new local channel would start with a clean slate." > > > _...
2006 Jan 31
1
dialing 2 channels atthesametimewithdifferentcaller ID number?
...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(${FOO}) will result in FOO being inherited. Without the underscores, the new local channel would start with a clean slate."