Re: [Asterisk-Users] dial-out and variable inheritance problems

2005-12-06 Thread Philipp von Klitzing
Hi again, found the matching bug report including fix SVN/CVS, just for the record: http://bugs.digium.com/view.php?id=5917 Philipp > my test dial.out file: > Channel: Local/[EMAIL PROTECTED] > MaxRetries: 0 > Context: mytest-in > Extension: 1 > Priority: 1 > Set: __MYVAR1=hello > As you can se

Re: [Asterisk-Users] dial-out and variable inheritance problems

2005-12-06 Thread Philipp von Klitzing
Hi! > my test dial.out file: > Channel: Local/[EMAIL PROTECTED] > MaxRetries: 0 > Context: mytest-in > Extension: 1 > Priority: 1 > Set: __MYVAR1=hello > > As you can see, the MYVAR1 variable did not inherit, which breaks my > dial-out application. This way it worked well for a long time, however

[Asterisk-Users] dial-out and variable inheritance problems

2005-12-02 Thread Tamas
Hello, extensions.conf: [mytest-in] exten => 1,1,NoOp(${MYVAR1}) exten => 1,n,Wait(20) exten => 1,n,Hangup() [mytest-out] exten => 1,1,NoOp(${MYVAR1}) exten => 1,n,Dial(Zap/g1/06111,10,H|g) my test dial.out file: Channel: Local/[EMAIL PROTECTED] MaxRetries: 0 Context: mytest-in Extension: 1