• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
Back to Tutorials

6.10. cdr_manager.conf

The file is located in the /etc/asterisk/ directory.

This configuration file is used to enable or disable the sending of CDRs through the asterisk manager interface.

;
; Asterisk Call Management CDR
;
[general]
enabled = yes

When you are connected to the asterisk manager interface, and a call is ended, an event will be sent to everybody or everything connected to the manager interface. (If that manager interface itself is enabled of course ;-).

E.g.:
Event: Cdr
AccountCode: ...
Source: ...
Destination: ...
DestinationContext: ...
CallerID: ...
Channel: ...
DestinationChannel: ...
LastApplication: ...
LastData: ...
StartTime: ...
AnswerTime: ...
EndTime: ...
Duration: ...
BillableSeconds: ...
Disposition: ...
AMAFlags: ...
UniqueID: ...
UserField: ...


Related links:

cdr_custom.conf- change what fields are used in a CDR.


 
User Comments
RkvIA (nn147826 at mail dot ru)
11 January 2021 01:54:02
Drug information sheet. What side effects? <a href="https://viagra4u.top">can i get generic viagra pill</a> in Canada. Some trends of medicament. Get information now.
<a href=http://cryptoboom.info/t405598.html>Everything information about medicament.</a> <a href=http://www.rapidemot.com/%3C/setChat.php?idlast=546590>Actual news about drug.</a> <a href=https://capeden.com/2018/11/30/pure-luxe-in-punta-mita/#comment-314382>All what you want to know about medicament.</a> d8130fe
keflex antibiotic coverage (stellavinesfsidjk48 at lobumisan dot gq)
16 September 2020 17:02:37
keflex antibiotic coverage https://keflex.webbfenix.com/
YrhaelKex (aelSoR at mantilia48 dot fancycarnavalmasks dot com)
09 March 2019 12:59:01
<a href="https://chatespaa.es/chat-gay-granada/">cruising gay granada</a>
<a href="https://chatespaa.es/chat-gay-sevilla-gay-chat-network/">chueca gay sevilla</a>
<a href="https://chatespaa.es/gay-chat-madrid/">chat hispano madrid</a>
<a href="https://chatespaa.es/">chathispan</a>


http://www.proskore.com/%e0%b8%98%e0%b8%b8%e0%b8%a3%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%ad%e0%b8%ad%e0%b8%99%e0%b9%84%e0%b8%a5%e0%b8%99%e0%b9%8c-%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b8%aa%e0%b8%99%e0%b9%83%e0%b8%88/?unapproved=17492&moderation-hash=d69364992f6d8840fec0fc8d7ad3f6d5#comment-17492
https://forum.talkcloud.com.ng/thread-125493-post-390685.html#pid390685
http://www.proskore.com/%e0%b8%96%e0%b8%ad%e0%b8%94%e0%b8%a3%e0%b8%ab%e0%b8%b1%e0%b8%aa%e0%b8%98%e0%b8%b8%e0%b8%a3%e0%b8%81%e0%b8%b4%e0%b8%88-%e0%b8%9e%e0%b8%ad%e0%b9%83%e0%b8%88-%e0%b8%9e%e0%b8%b8%e0%b8%81%e0%b8%81/?unapproved=15984&moderation-hash=d15f4f3f5c49cf11636ffd4ce49f2cdf#comment-15984
Rathod (64vnk87dw at outlook dot com)
18 December 2015 07:23:32
Еще можно смотреть exaplin, поле rows (предсказание планировщика по выборке): mysql> exaplin select * from tbl G*************************** 1. row ***************************id: 1select_type: SIMPLEtable: tbltype: ALLpossible_keys: NULLkey: NULLkey_len: NULLref: NULLrows: 697Extra: 1 row in set (0.00 sec) Погрешность будет в районе 1-2%, зато быстро и можно использовать условия.
Shoham (shohamlevy at gmail dot com)
17 April 2006 13:58:25
I am not sure, but I think this is the place to post the next comment:

In order to let cdr_addon_mysql register the unique ID of calls (may be very useful sometimes), you need to manually modify the Makefile of the asterisk-add-ons:
CFLAGS+=-D_GNU_SOURCE -DMYSQL_LOGUNIQUEID

Other than that, here is a proper MySQL table for CDR:
REATE TABLE `cdr` (
`uniqueid` float NOT NULL default '0',
`clid` varchar(80) NOT NULL default '',
`src` varchar(80) NOT NULL default '',
`dst` varchar(80) NOT NULL default '',
`accountcode` varchar(20) NOT NULL default '',
`amaflags` int(11) NOT NULL default '0',
`billsec` int(11) NOT NULL default '0',
`channel` varchar(80) NOT NULL default '',
`dcontext` varchar(80) NOT NULL default '',
`disposition` varchar(45) NOT NULL default '',
`dstchannel` varchar(80) NOT NULL default '',
`duration` int(11) NOT NULL default '0',
`lastapp` varchar(80) NOT NULL default '',
`lastdata` varchar(80) NOT NULL default '',
`userfield` varchar(255) NOT NULL default '',
`calldate` datetime default NULL,
PRIMARY KEY (`uniqueid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

I hope it helps.
paldi (paldi at paldi dot cjb dot net)
14 January 2006 21:32:44
've a look at NoCDR

expample

[Sip]
exten => _X.,1,NoCDR
exten => _X.,2,Dail(..........)
...
Dov (dovb at terra dot com dot br)
09 January 2006 18:46:46
Is there a way to disable CDR from being logged at all?
 
Add Comment
Name:
Email:
Comment:
In order to prevent automatic posting on our website, we kindly request you to type in the number you see in the picture below.
Image Verification:
 

Latest Headlines:

  • T.38 faxing with Zoiper 2.15 is now easier than ever
    section: voip software
  • Asterisk 1.4.21 Released
    section: Asterisk
  • Asterisk 1.4.20 Released
    section: Asterisk
  • Asterisk 1.4.20-rc2 Released
    section: Asterisk
  • Asterisk 1.4.20-rc1 Now Available
    section: Asterisk
  • News Archives (older news)

Latest Tutorials:

  • Sending Fax from Zoiper to Zoiper using T.38
    added 08/Dec/2008 18:16
  • VMAuthenticate (dialplan application)
    added 01/Mar/2008 15:57
  • Siptronic ST-530
    added 06/Nov/2007 17:57
  • Siemens C455 IP hardphone
    added 05/Nov/2007 10:24
  • Zoiper
    added 22/Oct/2007 17:53

Latest Comments:

  • https://git-ce.rwth-aachen.de/mbd/kiste_...
    tutorial: Basic Information
  • https://git-ce.rwth-aachen.de/mbd/kiste_...
    tutorial: Basic Information
  • https://www.thebeachlittlehampton.co.uk/...
    tutorial: Digium Wildcard TE405 / Wildcard TE410P
  • https://www.viessmann-community.com/t5/R...
    tutorial: Asterisk Installation
  • https://d2l.msu.edu/d2l/eP/presentations...
    tutorial: Asterisk Realtime configuration
 
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™