Fri, 15 Oct 2010 19:06:09 +0200
Correct shared library and plugin link logic, as well as informal text.
Update file server URL, update build resource estimations, correct RPATH
logic, allow for qmake(1) static to shared library changes via CONFIG
argument, correct documentation broken title and index links, correct
shared library install path, install only one set of (correct) plugins,
install the designer shared library (as required by QtCreator), announce
features related to shared linking using qmake(1), and correclty
substitute hard coded paths in prl and la library files.
michael@202 | 1 | ; |
michael@202 | 2 | ; Mappings for custom config file |
michael@202 | 3 | ; |
michael@202 | 4 | ; to get your csv output in a format tailored to your liking, uncomment the following |
michael@202 | 5 | ; and look for the output in the cdr-custom/Master.csv file (usually in /var/log/asterisk). |
michael@202 | 6 | ; |
michael@202 | 7 | ; |
michael@202 | 8 | ;[mappings] |
michael@202 | 9 | ;Master.csv => "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration)}","${CDR(billsec)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}" |
michael@202 | 10 |