Displaying 1 result from an estimated 1 matches for "b7d94f78".
2008 Oct 09
2
Asterisk 1.6.0 CDR billsec and duration not working from h extension
...=yes
extensions.conf
[macro-Dial]
; ${ARG1} - Dial String
exten => s,1,Dial(${ARG1},,M(post-dial))
exten => h,1,NoOp(Call was hung up - ${CDR(duration)} seconds long,
billed for ${CDR(billsec)} seconds)
The log shows:
-- Executing [h at macro-Dial:1] NoOp("SIP/10.10.10.170-b7d94f78",
"Call was hung up - 0 seconds long, billed for 0 seconds") in new stack
But cdr-csv/Master.csv has logged time values for duration and billsec:
"","5105550000","+4155550001","pop-inbound","""15105550000""
<5...