search for: utf8_czech_ci

Displaying 2 results from an estimated 2 matches for "utf8_czech_ci".

2015 Mar 18
2
Asterisk 13. Writing call quality parameters to CDR. How?
Hello. Voice quality when calling - this is one of the most important in the PBX. You need to record the quality parameters for each call to improve. Because the overall quality of a call can only be determined upon completion, I did it in the HangUp handler and wrote in custom fields of CDR. This worked well in asterisk 11. In asterisk 13 I did not find a handler after the call, but before
2015 Mar 19
0
Asterisk 13. Writing call quality parameters to CDR. How?
...go way with second table CREATE TABLE `cdr_extended` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `uniqueid` varchar(32) NOT NULL DEFAULT '', `callid` varchar(256) NOT NULL DEFAULT '' COMMENT 'sip call-id', `hangupcause` varchar(10) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL COMMENT 'info about hangup', `peerip` varchar(15) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL, `recvip` varchar(15) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL, `from_u` varchar(30) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL, `uri` varchar(30) CHARAC...