search for: it_cdrs

Displaying 3 results from an estimated 3 matches for "it_cdrs".

Did you mean: it_cdr
2018 Feb 20
2
Modifying CDR values from a hangup extension in Asterisk 13
...ngerous only in the "fork" > scenario, as it may result in a CDR that a user 'ended' being modified. > This is a concern when, as updating a value on a CDR walks the entire chain > of CDRs, for all CDRs related to the channel: > > for (; (cdr = ao2_iterator_next(it_cdrs)); ao2_unlock(cdr), > ao2_cleanup(cdr)) { > ao2_lock(cdr); > for (it_cdr = cdr; it_cdr; it_cdr = it_cdr->next) { > struct varshead *headp = NULL; > > if (it_cdr->fn_table == &finalized_state_fn_table) { > continu...
2015 Aug 04
2
Modifying CDR values from a hangup extension in Asterisk 13
With endbeforehexten=no I actually get two CDR entries. One for the call and a second one for the "h" extension. "","13","10","sip-locals","""13"" <13>","SIP/13-00000006","SIP/10-00000007","Dial","SIP/10","2015-08-04 06:28:44","2015-08-04
2015 Aug 03
2
Modifying CDR values from a hangup extension in Asterisk 13
Hi, I'm trying to migrate from Asterisk 1.8 to Asterisk 13 and can't figure this one out. I'm pretty sure the question has been already asked, but I failed to find a solution. Can you modify CDR values in an h-extension? My cdr.conf contains: [general] enable=yes unanswered=yes endbeforehexten=yes initiatedseconds=no batch=no The diaplan contains a simple "h" extension