[Home]

Summary:ASTERISK-12450: Local channel have emty account code in CDR
Reporter:Visu Kaka (visu)Labels:
Date Opened:2008-07-25 02:12:51Date Closed:2011-06-07 14:03:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_local
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:${CDR(accountcode)} is empty in local channel

Strangely enough, if I do dummy jump using Goto, ${CDR(accountcode)} appears automatically (this is a workaround I am using)

exten => _[+a-zA-Z0-9].,n, Goto(dodummy)
exten => _[+a-zA-Z0-9].,n(dodummy),Playback(${CDR(accountcode)}-prompt)
Comments:By: Visu Kaka (visu) 2008-07-26 08:53:33

As a matter of fact, it does not copy many other user variable exported by pbx_builtin_setvar_helper

By: Tilghman Lesher (tilghman) 2008-08-07 11:56:07

We need more information in order to do anything with this report.  How are you originating the Local channel?

By: Tilghman Lesher (tilghman) 2008-09-11 17:42:05

No response from reporter.