search for: ____logfile

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

2011 Feb 12
1
Variables losing their value????
...and then the next line in the dialplan I use it but it appears to be empty...I've googled and found nothing stating this kind of weirdness.. Asterisk 1.8.2.2 (upgrading to 1.8.2.3 shortly) dialplan: [menu.main] exten => s,1,Set(____recfile=${FILTER(0-9,${UNIQUEID})}); exten => s,n,Set(____logfile=${recfile}) ; The log output: -- Executing [s at menu.main:1] Set("SIP/9999-00000000", "____recfile=12974953060") in new stack -- Executing [s at menu.main:2] Set("SIP/9999-00000000", "____logfile=") in new stack Anybody have thoughts? Thanks, S Mc...