mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	optionally log uniqueid as well
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -22,7 +22,8 @@ CREATE TABLE cdr ( | ||||
|   billsec int(11) NOT NULL default '0', | ||||
|   disposition int(11) NOT NULL default '0', | ||||
|   amaflags int(11) NOT NULL default '0', | ||||
|   accountcode varchar(45) NOT NULL default '' | ||||
|   accountcode varchar(45) NOT NULL default '', | ||||
|   uniqueid varchar(45) NOT NULL default '' | ||||
| ); | ||||
|  | ||||
| The calls will automatically be logged as long as the module is loaded. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user