search for: ishouldnotseethis

Displaying 1 result from an estimated 1 matches for "ishouldnotseethis".

2003 Sep 07
0
chan_local environments: unexpected results
...the other channel types work... Is this the expected behavior? JT Calls are handed from my SIP phone directly to [local]. The user at SIP extension 2209 is not registered, so the "Busy" (priority 105 in this case) routines will be called. [local] exten => 2213,1,SetVar(MYTEST=ishouldnotseethis) exten => 2213,2,Dial(Local/2209@local) exten => 2209,1,SetVar(OTHERTEST=goodness) exten => 2209,2,NoOp(${MYTEST}) exten => 2209,3,NoOp(${OTHERTEST}) exten => 2209,4,Dial(SIP/2209) exten => 2209,105,Answer exten => 2209,106,Playback(invalid) exten => 2209,107,NoOp(${MYTEST}...