Archives : June-2011
If you are using MySQL or MariaDB, this table schema for CDR table could be useful: CREATE TABLE `cdr` (`calldate` datetime NOT NULL DEFAULT 0000-00-00 00:00:00,`clid` varchar(80) COLLATE utf8_unicode_ci NOT NULL,`src` varchar(80) COLLATE utf8_unicode..
If you are using MySQL or MariaDB, this is the table schema for CEL ODBC backed:CREATE TABLE `cel` (`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`e..
So, I finally got some time out to write about Asterisk and post some (hopefully relevant and useful) tips about it. The idea is to increase my understanding of Asterisk while at the same time post things that might help someone out there.There are s..