[asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread Mike
Hi, I`m occassionally seeing CDR(accountcode)'s value empty at a place in my diaplan where it was filled with some value a few lines before, with nothing else having changed it. It`s giving me headaches (as I rely on it for MySQL queries). Anything I can do? Mick

Re: [asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread David Backeberg
You can enable debugging and make sure that the assignment earlier in your dialplan is always assigning a value. That is, if you assign nothing to CDR(accountcode), of course the value will be nothing. Is there any chance that there's occasionially something going wrong earlier such that there's

Re: [asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread Tilghman Lesher
On Wednesday 11 June 2008 13:48:48 David Backeberg wrote: You can enable debugging and make sure that the assignment earlier in your dialplan is always assigning a value. That is, if you assign nothing to CDR(accountcode), of course the value will be nothing. Is there any chance that there's

Re: [asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread Steve Murphy
On Wed, 2008-06-11 at 14:21 -0400, Mike wrote: Hi, I`m occassionally seeing CDR(accountcode)'s value empty at a place in my diaplan where it was filled with some value a few lines before, with nothing else having changed it. It`s giving me headaches (as I rely on it for MySQL

Re: [asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread Steve Murphy
On Wed, 2008-06-11 at 13:34 -0600, Steve Murphy wrote: On Wed, 2008-06-11 at 14:21 -0400, Mike wrote: Hi, I`m occassionally seeing CDR(accountcode)'s value empty at a place in my diaplan where it was filled with some value a few lines before, with nothing else having changed it.

Re: [asterisk-users] Losing CDR(accountcode)

2008-06-11 Thread Mike
-Commercial Discussion Subject: Re: [asterisk-users] Losing CDR(accountcode) You can enable debugging and make sure that the assignment earlier in your dialplan is always assigning a value. That is, if you assign nothing to CDR(accountcode), of course the value will be nothing. Is there any chance