Last active
May 28, 2024 22:34
-
-
Save andrius/d53861ae5929657d0446 to your computer and use it in GitHub Desktop.
ODBC.ini for Asterisk PBX res_odbc, cdr_odbc and realtime integration #asterisk #odbc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; place this file to /etc (/etc/odbc.ini) | |
[mysql-asterisk] | |
Description = MySQL Asterisk database | |
; MySQL DB name | |
Database = asterisk | |
; User | |
User = asterisk | |
; Password | |
Password = asterisk | |
; MySQL server IP address or host name and port | |
Server = localhost | |
Port = 3306 | |
Trace = On | |
TraceFile = /var/log/odbc.log | |
;Please first do locate libmyodbc.so and locate libodbcmyS.so and paste correct path | |
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so | |
Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# now test it: | |
echo 'show tables;' | isql mysql-asterisk -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Paste following to botton of /etc/asterisk/res_odbc.conf | |
[mysql-asterisk] | |
enabled => yes | |
pre-connect => yes | |
sanitysql => select 1 | |
idlecheck => 300 | |
limit => 5 | |
share_connections => yes | |
isolation => repeatable_read | |
forcecommit => yes | |
; DSN from ODBC.ini | |
dsn => mysql-asterisk | |
; Database, username etc. | |
database => asterisk | |
username => asterisk | |
password => asterisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Paste (replace) /etc/asterisk/cdr_odbc.conf | |
[global] | |
dsn=mysql-asterisk | |
loguniqueid=yes | |
dispositionstring=yes | |
table=cdr ; "cdr" is default table name | |
usegmtime=yes ; set to "yes" to log in GMT | |
hrtime=yes ; Enables microsecond accuracy with the billsec and duration fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Table structure for table `sip_accounts` | |
# Import it to your MySQL | |
# | |
CREATE TABLE IF NOT EXISTS `sip_accounts` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`name` varchar(10) NOT NULL, | |
`ipaddr` varchar(45) DEFAULT NULL, | |
`port` int(5) DEFAULT NULL, | |
`regseconds` int(11) DEFAULT NULL, | |
`defaultuser` varchar(10) DEFAULT NULL, | |
`fullcontact` varchar(80) DEFAULT NULL, | |
`regserver` varchar(20) DEFAULT NULL, | |
`useragent` varchar(20) DEFAULT NULL, | |
`lastms` int(11) DEFAULT NULL, | |
`host` varchar(40) DEFAULT NULL, | |
`type` enum('friend','user','peer') DEFAULT NULL, | |
`context` varchar(40) DEFAULT NULL, | |
`permit` varchar(95) DEFAULT NULL, | |
`deny` varchar(95) DEFAULT NULL, | |
`secret` varchar(40) DEFAULT NULL, | |
`md5secret` varchar(40) DEFAULT NULL, | |
`remotesecret` varchar(40) DEFAULT NULL, | |
`transport` enum('udp','tcp','udp,tcp','tcp,udp') DEFAULT NULL, | |
`dtmfmode` enum('rfc2833','info','shortinfo','inband','auto') DEFAULT NULL, | |
`directmedia` enum('yes','no','nonat','update') DEFAULT NULL, | |
`nat` varchar(29) DEFAULT NULL, | |
`callgroup` varchar(40) DEFAULT NULL, | |
`pickupgroup` varchar(40) DEFAULT NULL, | |
`language` varchar(40) DEFAULT NULL, | |
`disallow` varchar(40) DEFAULT NULL, | |
`allow` varchar(40) DEFAULT NULL, | |
`insecure` varchar(40) DEFAULT NULL, | |
`trustrpid` enum('yes','no') DEFAULT NULL, | |
`progressinband` enum('yes','no','never') DEFAULT NULL, | |
`promiscredir` enum('yes','no') DEFAULT NULL, | |
`useclientcode` enum('yes','no') DEFAULT NULL, | |
`accountcode` varchar(40) DEFAULT NULL, | |
`setvar` varchar(40) DEFAULT NULL, | |
`callerid` varchar(40) DEFAULT NULL, | |
`amaflags` varchar(40) DEFAULT NULL, | |
`callcounter` enum('yes','no') DEFAULT NULL, | |
`busylevel` int(11) DEFAULT NULL, | |
`allowoverlap` enum('yes','no') DEFAULT NULL, | |
`allowsubscribe` enum('yes','no') DEFAULT NULL, | |
`videosupport` enum('yes','no') DEFAULT NULL, | |
`maxcallbitrate` int(11) DEFAULT NULL, | |
`rfc2833compensate` enum('yes','no') DEFAULT NULL, | |
`mailbox` varchar(40) DEFAULT NULL, | |
`session-timers` enum('accept','refuse','originate') DEFAULT NULL, | |
`session-expires` int(11) DEFAULT NULL, | |
`session-minse` int(11) DEFAULT NULL, | |
`session-refresher` enum('uac','uas') DEFAULT NULL, | |
`t38pt_usertpsource` varchar(40) DEFAULT NULL, | |
`regexten` varchar(40) DEFAULT NULL, | |
`fromdomain` varchar(40) DEFAULT NULL, | |
`fromuser` varchar(40) DEFAULT NULL, | |
`qualify` varchar(40) DEFAULT NULL, | |
`defaultip` varchar(45) DEFAULT NULL, | |
`rtptimeout` int(11) DEFAULT NULL, | |
`rtpholdtimeout` int(11) DEFAULT NULL, | |
`sendrpid` enum('yes','no') DEFAULT NULL, | |
`outboundproxy` varchar(40) DEFAULT NULL, | |
`callbackextension` varchar(40) DEFAULT NULL, | |
`timert1` int(11) DEFAULT NULL, | |
`timerb` int(11) DEFAULT NULL, | |
`qualifyfreq` int(11) DEFAULT NULL, | |
`constantssrc` enum('yes','no') DEFAULT NULL, | |
`contactpermit` varchar(95) DEFAULT NULL, | |
`contactdeny` varchar(95) DEFAULT NULL, | |
`usereqphone` enum('yes','no') DEFAULT NULL, | |
`textsupport` enum('yes','no') DEFAULT NULL, | |
`faxdetect` enum('yes','no') DEFAULT NULL, | |
`buggymwi` enum('yes','no') DEFAULT NULL, | |
`auth` varchar(40) DEFAULT NULL, | |
`fullname` varchar(40) DEFAULT NULL, | |
`trunkname` varchar(40) DEFAULT NULL, | |
`cid_number` varchar(40) DEFAULT NULL, | |
`callingpres` enum('allowed_not_screened','allowed_passed_screen','allowed_failed_screen','allowed','prohib_not_screened','prohib_passed_screen','prohib_failed_screen','prohib') DEFAULT NULL, | |
`mohinterpret` varchar(40) DEFAULT NULL, | |
`mohsuggest` varchar(40) DEFAULT NULL, | |
`parkinglot` varchar(40) DEFAULT NULL, | |
`hasvoicemail` enum('yes','no') DEFAULT NULL, | |
`subscribemwi` enum('yes','no') DEFAULT NULL, | |
`vmexten` varchar(40) DEFAULT NULL, | |
`autoframing` enum('yes','no') DEFAULT NULL, | |
`rtpkeepalive` int(11) DEFAULT NULL, | |
`call-limit` int(11) DEFAULT NULL, | |
`g726nonstandard` enum('yes','no') DEFAULT NULL, | |
`ignoresdpversion` enum('yes','no') DEFAULT NULL, | |
`allowtransfer` enum('yes','no') DEFAULT NULL, | |
`dynamic` enum('yes','no') DEFAULT NULL, | |
PRIMARY KEY (`id`), | |
UNIQUE KEY `name` (`name`), | |
KEY `ipaddr` (`ipaddr`,`port`), | |
KEY `host` (`host`,`port`) | |
) ENGINE=InnoDB; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE `cdr` ( | |
`calldate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', | |
`clid` varchar(80) NOT NULL DEFAULT '', | |
`src` varchar(80) NOT NULL DEFAULT '', | |
`dst` varchar(80) NOT NULL DEFAULT '', | |
`dcontext` varchar(80) NOT NULL DEFAULT '', | |
`channel` varchar(80) NOT NULL DEFAULT '', | |
`dstchannel` varchar(80) NOT NULL DEFAULT '', | |
`lastapp` varchar(80) NOT NULL DEFAULT '', | |
`lastdata` varchar(80) NOT NULL DEFAULT '', | |
`duration` int(11) NOT NULL DEFAULT '0', | |
`billsec` int(11) NOT NULL DEFAULT '0', | |
`disposition` varchar(45) NOT NULL DEFAULT '', | |
`amaflags` int(11) NOT NULL DEFAULT '0', | |
`accountcode` varchar(20) NOT NULL DEFAULT '', | |
`uniqueid` varchar(32) NOT NULL DEFAULT '', | |
`userfield` varchar(255) NOT NULL DEFAULT '', | |
`peeraccount` varchar(20) NOT NULL DEFAULT '', | |
`linkedid` varchar(32) NOT NULL DEFAULT '', | |
`sequence` int(11) NOT NULL DEFAULT '0' | |
) ENGINE=InnoDB; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Replace sippeers string in /etc/asterisk/extconfig.conf | |
; Uncomment it, if commencted (remove leading ';') | |
sippeers => odbc,mysql-asterisk,sip_accounts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment