[asterisk-users] Losing CDR(accountcode)

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Jun 11 14:05:05 CDT 2008


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 occasionially
> something going wrong earlier such that there's no value to assign in
> the first place? Debugging to a log would confirm that the problem is
> between the assignment and the write of the CDR, rather than a problem
> with something else before that step.

Another problem might be alternate entry points in the dialplan.  For example,
spool files and the manager Originate command can both set up calls at a
context, extension, and priority of their own choosing, rather than going
through all steps of your dialplan (as external calls would).  Also, SIP calls
can setup to any extension in your entry context, including non-numeric
extensions.  So you can't depend upon that, either.

-- 
Tilghman



More information about the asterisk-users mailing list