Re: [Freeswitch-dev] [PATCH] Fixed loop unrolling in dialplan configuration

2008-10-17 Thread Travis Cross
Brian West wrote: > The same would apply to the call_debug variable too but it works > without $$ in the config as is. And I'm pretty sure they work in > either case but you're right it shouldn't have to eval it every time. I did wonder if there might be some super special magic going on t

Re: [Freeswitch-dev] [PATCH] Fixed loop unrolling in dialplan configuration

2008-10-17 Thread Brian West
The same would apply to the call_debug variable too but it works without $$ in the config as is. And I'm pretty sure they work in either case but you're right it shouldn't have to eval it every time. /b On Oct 16, 2008, at 9:50 PM, Travis Cross wrote: >Fixed loop unrolling in dialpla

Re: [Freeswitch-dev] [PATCH] Fixed loop unrolling in dialplan configuration

2008-10-17 Thread Brian West
Committed revision 10051. Thanks for this find. /b On Oct 16, 2008, at 9:50 PM, Travis Cross wrote: > Greetings, > > While grepping through the sources to identify how channel variables > are > used (and I must say, the FreeSWITCH sources are exquisitely > beautiful C > code), I uncovered t

[Freeswitch-dev] [PATCH] Fixed loop unrolling in dialplan configuration

2008-10-16 Thread Travis Cross
Greetings, While grepping through the sources to identify how channel variables are used (and I must say, the FreeSWITCH sources are exquisitely beautiful C code), I uncovered the following minor issue. It appears this would have prevented loop unrolling from working as intended with the in-tree