search for: checkinherit

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

2006 Jan 31
0
dialing 2 channelsatthesametimewithdifferentcaller ID number?
.... > (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." > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews....
2006 Jan 31
1
dialing 2 channels atthesametimewithdifferentcaller ID number?
...l 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."