search for: cdr_prop

Displaying 12 results from an estimated 12 matches for "cdr_prop".

2013 Sep 27
0
Function CDR_PROP
In Asterisk 12, how should I call the function CDR_PROP "set(CDR_PROP(disable)=true)" or simply CDR_PROP(disable) I am getting two records per call attempt, and I cannot figure out how to go back to get only one record. So far I am using this technique, but it changes nothing. My calls always involve a single caller a single calee exten =>...
2014 Sep 16
1
Disabling CDR for all dialed parties in Asterisk 12
Hello, is it possible to disable the CDR record creation for all dialed parties? From my limited testing it looks like CDR_PROP(disable) is effective only for the first party (the one specified before the first ampersand in the Dial application argument) and I can't find any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design? Is there any other known w...
2015 Aug 07
0
Asterisk 13.5.0 Now Available
...options and other volume controls such as func_volume don't work (Reported by Dmitriy Serov) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24867 - Docs for 'e' option in ResetCDR say to use CDR_PROP instead, CDR_PROP docs are unclear (Reported by Rusty Newton) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25242 - PJSIP: No audio when Asterisk inside NAT and endpoin...
2023 Apr 06
1
log custom variable in cdr
Hello, in my extensions.conf, I have a custom macro which I use at the beginning of incoming call, and then I turn on cdr recording: exten => 123456789,1,Macro(record) ... same => n,Set(CDR_PROP(disable)=0) ... the macro is defined later, and sets one filename variable: [macro-record] exten => s,1,Set(FILE=${CDR(src)}-${CDR(dst)}.wav) ..... my question is, how can I log this filename in my cdr ? I would like to have custom field in my sqlite database, where this filename is store...
2023 Aug 17
1
Segmentation fault
On 8/17/23 12:44, John Harragin wrote: > You should be able to define multiple data sources. However I'm having my > own issues. I have my dialplan accessing one maria database which is hosted > locally on the asterisk server then logging cdr with odbc adaptive which > connects to maria on a remote machine. This works fine except when the > remote server is out of reach the
2023 Aug 17
1
Segmentation fault
...one maria database which is hosted locally on the asterisk server then logging cdr with odbc adaptive which connects to maria on a remote machine. This works fine except when the remote server is out of reach the calls zombie and eventually lead to a fault. The cli imply that the calls hang on SET(CDR_PROP(disable)=1) which is ironic since instructing the system not to connect to the cdr server appears to cause the problem and there may be a defect in the adaptive_odbc implementation where it somehow still communicates with the server during the cdr_func(disable). My experimentation suggests that the...
2023 Aug 16
3
Segmentation fault
I tested this issue with version 13 and version 18. In res_odbc.conf, if I add a second, new data source like [asterisk] enabled=yes dsn=asterisk sanitysql => select 1 isolation => read_committed username=root ;password= pre-connect => yes forcecommit => yes connect_timeout => 10 negative_connection_cache => 0 max_connections =>500 my odbc.ini [cdr]
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...RI: Generate events on connected line changes (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-24436 - Missing header in res/res_srtp.c when compiling against libsrtp-1.5.0 (Reported by Patrick Laimbock) * ASTERISK-24455 - func_cdr: CDR_PROP leaks payload (Reported by Corey Farrell) * ASTERISK-24454 - app_queue: ao2_iterator not destroyed, causing leak (Reported by Corey Farrell) * ASTERISK-24430 - missing letter "p" in word response in OriginateResponse event documentation (Reported by Dafi Ni) * ASTERIS...
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...RI: Generate events on connected line changes (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-24436 - Missing header in res/res_srtp.c when compiling against libsrtp-1.5.0 (Reported by Patrick Laimbock) * ASTERISK-24455 - func_cdr: CDR_PROP leaks payload (Reported by Corey Farrell) * ASTERISK-24454 - app_queue: ao2_iterator not destroyed, causing leak (Reported by Corey Farrell) * ASTERISK-24430 - missing letter "p" in word response in OriginateResponse event documentation (Reported by Dafi Ni) * ASTERIS...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...options and other volume controls such as func_volume don't work (Reported by Dmitriy Serov) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24867 - Docs for 'e' option in ResetCDR say to use CDR_PROP instead, CDR_PROP docs are unclear (Reported by Rusty Newton) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25242 - PJSIP: No audio when Asterisk inside NAT and endpoin...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-25263 - [patch]cdr_adaptive_odbc: CDR insert failure due to reversed if logic (Reported by Elazar Broad) * ASTERISK-24867 - Docs for 'e' option in ResetCDR say to use CDR_PROP instead, CDR_PROP docs are unclear (Reported by Rusty Newton) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25242 - PJSIP: No audio when Asterisk inside NAT and endpoin...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...ps://issues.asterisk.org/jira/browse/ASTERISK-25263>] - [patch]cdr_adaptive_odbc: CDR insert failure due to reversed if logic (Reported by Elazar Broad) - [ASTERISK-24867 <https://issues.asterisk.org/jira/browse/ASTERISK-24867>] - Docs for 'e' option in ResetCDR say to use CDR_PROP instead, CDR_PROP docs are unclear (Reported by Rusty Newton) - [ASTERISK-24853 <https://issues.asterisk.org/jira/browse/ASTERISK-24853>] - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) - [ASTERISK-25242...