Changeset 12388 for modules/branches/2.10
- Timestamp:
- 08/10/11 01:07:08 (2 years ago)
- Files:
-
- modules/branches/2.10/cdr/functions.inc.php (modified) (1 diff)
- modules/branches/2.10/cdr/install.php (modified) (1 diff)
- modules/branches/2.10/cdr/page.cdr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/cdr/functions.inc.php
r12380 r12388 16 16 // 17 17 // cdr module for FreePBX 2.7+ 18 // Copyright (C) 2011 Igor Okunev 18 // Copyright (C) 2010, 2011 Anthony Joseph Messina 19 // Portions Copyright (C) 2011 Igor Okunev 19 20 // Portions Copyright (C) 2011 Mikael Carlsson 20 21 // Portions Copyright (C) 2006 Seth Sargent, Steven Ward 21 22 // 22 23 // NOTE: This function should probably be in a FreePBX library 23 24 // php function empty() treats 0 as empty, that is why I need the function below modules/branches/2.10/cdr/install.php
r12380 r12388 1 1 <?php 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 2 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 17 // cdr module for FreePBX 2.7+ 18 // Copyright (C) Mikael Carlsson 19 // 2 20 // Update cdr database with did field 21 // 3 22 $sql = "SELECT did FROM asteriskcdrdb.cdr"; 4 23 $confs = $db->getRow($sql, DB_FETCHMODE_ASSOC); modules/branches/2.10/cdr/page.cdr.php
r12380 r12388 16 16 // 17 17 // cdr module for FreePBX 2.7+ 18 // Copyright (C) 2011 Igor Okunev 18 // Copyright (C) 2010, 2011 Anthony Joseph Messina 19 // Portions Copyright (C) 2011 Igor Okunev 19 20 // Portions Copyright (C) Mikael Carlsson 20 21 // 21 22 global $amp_conf; 22 23 $dispnum = "cdr";
