CDR de Freepbx no se visualiza

562 views
Skip to first unread message

melfree

unread,
Oct 6, 2008, 6:43:21 PM10/6/08
to asterisk-es, obat...@gmail.com
Hola instale Freepbx 2.5 en asterisk 2.4

Pero tengo problemas con el CDR de freepbx, cuando hago clic en
reportes para visualizar las llamadas me sale una pagina en blanco.
Instale todas las dependencias

e2fsprogs-devel keyutils-libs-devel krb5-devel libogg libselinux-devel
libsepol-devel libxml2-devel libtiff-devel gmp php-pear php-pear-DB
php-gd php-mysql php-pdo ncurses-devel audiofile-devel libogg-devel
mysql-devel zlib-devel perl-DateManip sendmail-cf kernel-devel
openssl-devel httpd sox spandsp mpg123

en mysql instale :
mysqlclient10-3.23.58-4.RHEL4.1



En el CDR Estatus es esto lo que me sale:
CDR logging: enabled
CDR mode: simple
CDR output unanswered calls: no
CDR registered backend: mysql
CDR registered backend: cdr-custom
CDR registered backend: csv
CDR registered backend: cdr_manager

Espero su ayuda.

Gracias

Adrià Vidal

unread,
Oct 7, 2008, 5:25:54 PM10/7/08
to aster...@googlegroups.com, obat...@gmail.com
Y miraste en la table del mysql a ver si hay datos?

Desdel cli del asterisk que te da un:

cdr mysql status

por ejemplo algo como esto?

Connected to asteriskcdrdb@localhost using table cdr for 2 days, 1 hours, 46 minutes, 55 seconds.
  Wrote 1 records since last restart.
--
--
Adrià Vidal
adria...@gmail.com

Sisco Ds

unread,
Oct 8, 2008, 4:37:46 AM10/8/08
to asterisk-es
Antes que los puristas de la lista te acribillen por usar FreePBX,...

Yo tengo una máquina de pruebas con esa versión de FreePBX y si
funciona, así que debes de tener algún error de configuración.

Échate una vuelta por los logs del apache seguramente allí te estará
diciendo algo,... dependiendo del Sistema Operativo deberías tenerlo
más o menos en /var/log/httpd-access.log y /var/log/httpd-error.log ó
en /var/log/apache2/access.log y /var/log/apache2/error.log.

Por otro lado cuando hicistes el install_amp le indicaste el usuario y
la clave del MYSQL asteriskcdrdb, comprueba que es correcta y puedes
acceder.

Y no estaría de más que comprobaras como dice Adrià que realmente
tienes datos.

Mírate esta página
http://www.voip-info.org/wiki/view/Asterisk+cdr+mysql

y comprueba que pusiste lo del CFLAGS en el asterisk-addons a ver si
no lo estás grabando.

Espero serte de ayuda.

Saludos
> adriavi...@gmail.com

melfree

unread,
Oct 9, 2008, 11:37:13 AM10/9/08
to asterisk-es
Hola,

hice una llamda entre anexos y despues entre a la consola.

en el cdr mysql status me sale lo siguiente:

cdr mysql status
Connected to asteriskcdrdb@localhost using table cdr for 14 minutes,
11 seconds.
Wrote 1 records since last restart.

en el cdr_mysql.conf tengo lo siguiente:

[global]
hostname = localhost
dbname=asteriskcdrdb
password = asterisk
user = root
userfield=1
;port=3306
;sock=/tmp/mysql.sock

en el /var/log/httpd/access.log
192.168.1.40 - - [09/Oct/2008:10:10:06 -0500] "GET /admin/config.php
HTTP/1.1" 200 20152 "http://192.168.1.100/admin/panel.php" "Mozilla/
4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:10:09 -0500] "GET /admin/images/
modules-hover1.png HTTP/1.1" 200 432 "http://192.168.1.100/admin/
config.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:10:10 -0500] "GET /admin/config.php?
type=setup&display=extensions HTTP/1.1" 200 8165 "http://192.168.1.100/
admin/config.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:15:37 -0500] "GET /admin/reports.php
HTTP/1.1" 200 3007 "http://192.168.1.100/admin/config.php?
type=setup&display=extensions" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1; SV1; GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:15:37 -0500] "GET /admin/config.php?
handler=cdr&s=1&posted=1 HTTP/1.1" 200 48128 "http://192.168.1.100/
admin/reports.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:15:42 -0500] "GET /admin/reports.php?
display=1 HTTP/1.1" 200 3026 "http://192.168.1.100/admin/reports.php"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GoogleT5)"
192.168.1.40 - - [09/Oct/2008:10:15:42 -0500] "GET /admin/config.php?
handler=cdr&s=1&posted=1 HTTP/1.1" 200 48128 "http://192.168.1.100/
admin/reports.php?display=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1; SV1; GoogleT5)"



en el /var/log/httpd/error.log


[Thu Oct 09 10:15:37 2008] [error] [client 192.168.1.40] PHP Notice:
A session had already been started - ignoring session_start() in /var/
www/html/admin/cdr/cdr.php on line 3, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 396, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: FG_ACTION_SIZE_COLUMN in /var/www/html/admin/cdr/
call-log.php on line 589, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:38 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
A session had already been started - ignoring session_start() in /var/
www/html/admin/cdr/cdr.php on line 3, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 364, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 384, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 396, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 405, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 422, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 433, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 450, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: FG_ACTION_SIZE_COLUMN in /var/www/html/admin/cdr/
call-log.php on line 589, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: stitle in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: atmenu in /var/www/html/admin/cdr/call-log.php on
line 603, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: Period in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: frommonth in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tomonth in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromday in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: fromstatsmonth_sday in /var/www/html/admin/cdr/
call-log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: today in /var/www/html/admin/cdr/call-log.php on
line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsday_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: tostatsmonth_sday in /var/www/html/admin/cdr/call-
log.php on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined variable: resulttype in /var/www/html/admin/cdr/call-log.php
on line 604, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1
[Thu Oct 09 10:15:43 2008] [error] [client 192.168.1.40] PHP Notice:
Undefined offset: 7 in /var/www/html/admin/cdr/call-log.php on line
636, referer: http://192.168.1.100/admin/reports.php?display=1



Tengo instalado en 2 maquinas 1 con centos 4.7 y la otra con centos
5.2 y en las 2 presenta el mismo problema.





On 8 oct, 03:37, Sisco Ds <francisco.casasemp...@gmail.com> wrote:
> Antes que los puristas de la lista te acribillen por usar FreePBX,...
>
> Yo tengo una máquina de pruebas con esa versión de FreePBX y si
> funciona, así que debes de tener algún error de configuración.
>
> Échate una vuelta por los logs del apache seguramente allí te estará
> diciendo algo,... dependiendo del Sistema Operativo deberías tenerlo
> más o menos en /var/log/httpd-access.log y /var/log/httpd-error.log ó
> en /var/log/apache2/access.log y /var/log/apache2/error.log.
>
> Por otro lado cuando hicistes el install_amp le indicaste el usuario y
> la clave del MYSQL asteriskcdrdb, comprueba que es correcta y puedes
> acceder.
>
> Y no estaría de más que comprobaras como dice Adrià que realmente
> tienes datos.
>
> Mírate esta páginahttp://www.voip-info.org/wiki/view/Asterisk+cdr+mysql
> > adriavi...@gmail.com- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Leonor

unread,
Oct 7, 2008, 5:40:58 PM10/7/08
to asterisk-es
Hola Melfree, yo tenia un problema similar, lo que pasa tiene que ver
con la configuración de mysql. No está
bien realizada, tal como indica Adriá desde el CLI del asterisk
ejecuta:

myasterisk*CLI> cdr status --- ( y te debe dar algo como esto )

CDR logging: enabled
CDR mode: simple
CDR output unanswered calls: no
CDR registered backend: cdr-custom
CDR registered backend: csv
CDR registered backend: cdr_manager
CDR registered backend: mysql

& ejecuta:

myasterisk*CLI> cdr mysql status --- ( y te debe dar algo como
esto )

Connected to asteriskcdrdb@localhost using table cdr for 2 days, 6
hours, 17 minutes, 39 seconds.
Wrote 1902 records since last restart.

De no ser asi se soluciona volviendo a reinstalar el asterisk-addons
con soporte para mysql

Luis Morales

unread,
Oct 8, 2008, 8:17:46 AM10/8/08
to aster...@googlegroups.com
A mi me sucedio igual, creo q debe haber algun tipo de
incompatibilidad en el html del reporte. Si estas usando internet
exploiter cambia a firefox u opera y veras tus reportes.

Saludos,

Luis Morales

2008/10/9 Sisco Ds <francisco....@gmail.com>:
--
---------------------------------------------------------------------------------
Luis Morales
Consultor de Tecnologia
Cel: +(58)416-4242091
---------------------------------------------------------------------------------
"Empieza por hacer lo necesario, luego lo que es posible... y de
pronto estarás haciendo lo imposible"

Leonardo Da'Vinci
---------------------------------------------------------------------------------

mikel

unread,
Oct 8, 2008, 6:13:07 PM10/8/08
to asterisk-es
prueba con firefox en vez de i.e.


On 8 oct, 10:37, Sisco Ds <francisco.casasemp...@gmail.com> wrote:
> Antes que los puristas de la lista te acribillen por usar FreePBX,...
>
> Yo tengo una máquina de pruebas con esa versión de FreePBX y si
> funciona, así que debes de tener algún error de configuración.
>
> Échate una vuelta por los logs del apache seguramente allí te estará
> diciendo algo,... dependiendo del Sistema Operativo deberías tenerlo
> más o menos en /var/log/httpd-access.log y /var/log/httpd-error.log ó
> en /var/log/apache2/access.log y /var/log/apache2/error.log.
>
> Por otro lado cuando hicistes el install_amp le indicaste el usuario y
> la clave del MYSQL asteriskcdrdb, comprueba que es correcta y puedes
> acceder.
>
> Y no estaría de más que comprobaras como dice Adrià que realmente
> tienes datos.
>
> Mírate esta páginahttp://www.voip-info.org/wiki/view/Asterisk+cdr+mysql

melfree

unread,
Oct 9, 2008, 8:58:30 PM10/9/08
to asterisk-es

hola a todos gracias por sus colaboraciones.


Les comento algo curioso que me paso ayer.

cuando estaba configurando

cdr_mysql.conf

[global]
hostname = localhost
dbname=asteriskcdrdb
password = asterisk
user = root
userfield=1
;port=3306
;sock=/tmp/mysql.sock


reinicie asterisk y freepbx

despues hice 1 llamada

voy a ver en report de freepbx y si registraba y podia ver todo, pero
despues de hacer una actualizacion de la pagina con F5, nuevamente me
salia todo en blanco. trate de hacer una segunda llamada y ya no me
mostraba nada en el CDR.

Saludos




Trate de
> > - Mostrar texto de la cita -- Ocultar texto de la cita -

melfree

unread,
Oct 9, 2008, 9:15:55 PM10/9/08
to asterisk-es

Hola Nuevamnete.

Gracais a todos por sus aportes.

Efectivamnete el problema es incompatibilidad con internet explore,
probe en una pc que tengo centos con firefox y si puedo visualizar los
reportes.

Ahora va otra pregunta como se puede hacer para que en internet
explore se pueda visualizar los reportes.


Saludos






On 8 oct, 17:13, mikel <mcantabr...@gmail.com> wrote:
> > - Mostrar texto de la cita -- Ocultar texto de la cita -

melfree

unread,
Oct 9, 2008, 8:53:56 PM10/9/08
to asterisk-es
Hola Leonor.

Gracias por la respusta.

Hice como me dices y me sale tal cual como t sale a ti.

Ramses II

unread,
Oct 10, 2008, 4:43:58 AM10/10/08
to aster...@googlegroups.com
¿Has probado desde otros navegadores desde otros equipos?


Saludos,

Ramses

-----Mensaje original-----
De: aster...@googlegroups.com [mailto:aster...@googlegroups.com] En
nombre de melfree
Enviado el: viernes, 10 de octubre de 2008 2:59
Para: asterisk-es
Asunto: [Asterisk-ES] Re: CDR de Freepbx no se visualiza

Ramses II

unread,
Oct 12, 2008, 5:49:01 AM10/12/08
to aster...@googlegroups.com
Je, je, siempre nos empeñamos en lo difícil... ;-)

En cuanto a lo de poder visualizar los Reports con IE, yo no he tenido
ningún problema visualizarlos ni con Firefox ni con IE, puede que tengas
machacado tu IE.

Prueba desde otra máquina con IE y si te los visualiza, reinstala tu IE.

¿Qué versión de IE usas?


Saludos,

Ramses

-----Mensaje original-----
De: aster...@googlegroups.com [mailto:aster...@googlegroups.com] En
nombre de melfree
Enviado el: viernes, 10 de octubre de 2008 3:16
Para: asterisk-es
Asunto: [Asterisk-ES] Re: CDR de Freepbx no se visualiza



Elio Rojano

unread,
Oct 12, 2008, 7:09:36 AM10/12/08
to aster...@googlegroups.com
Qué clase de pregunta es esta para una lista de Asterisk?????? XD

El día 12 de octubre de 2008 11:49, Ramses II
<ramses....@gmail.com> escribió:
--
http://www.sinologic.net/

Ramses II

unread,
Oct 12, 2008, 3:20:50 PM10/12/08
to aster...@googlegroups.com
Pues no sé, Elio, de la clase de preguntas que se hacen cuando intentas
echarle una mano a alguien...

Como si hubiese preguntado que qué distribución de Linux usa, o qué versión
de PHP, o qué versión de Ruby, o qué editor, o ...., pero esta estaba
relacionada con el "maldito"... ;-)

Siento que os haya molestado a algunos... ;-(


Saludos,

Ramses

-----Mensaje original-----
De: aster...@googlegroups.com [mailto:aster...@googlegroups.com] En
nombre de Ramses II
Enviado el: domingo, 12 de octubre de 2008 11:49
Para: aster...@googlegroups.com

Elio Rojano

unread,
Oct 12, 2008, 3:44:20 PM10/12/08
to aster...@googlegroups.com
No te lo tomes así hombre... era una broma... no has visto la carita?

El día 12 de octubre de 2008 21:20, Ramses II
<ramses....@gmail.com> escribió:
--
http://www.sinologic.net/

Ramses II

unread,
Oct 12, 2008, 4:37:25 PM10/12/08
to aster...@googlegroups.com
Elio, es que, como sabes, algunas veces por aquí hay que cogérsela con
pinzas, y he dicho: "¡Ea!, ya he pisao en el charco..." ;-)

Y como para algunos el "XD" es sinónimo de "Por Dios", pues.....


Saludos,

Ramses

-----Mensaje original-----
De: aster...@googlegroups.com [mailto:aster...@googlegroups.com] En
nombre de Elio Rojano
Enviado el: domingo, 12 de octubre de 2008 21:44

Elio Rojano

unread,
Oct 12, 2008, 4:44:41 PM10/12/08
to aster...@googlegroups.com
XD para mí es como alguien riéndose, nada de dios... aunque la verdad,
lo de "Por X Dios D" sí que no me lo esperaba es cuanto menos,
ocurrente. :)

Aprovechando la pregunta de Melfre "como se puede hacer para que en
internet explore se pueda visualizar los reportes."
Esa es la misma pregunta que llevan haciéndose los de Microsoft desde
que sacaron IE6.

Usa Firefox, Konkeror, Nautilus, Safari o cualquier otro navegador que
por lo menos sepa leer HTML en condiciones... y no uno que se inventa
el código para funcionar. :D


El día 12 de octubre de 2008 22:37, Ramses II
<ramses....@gmail.com> escribió:
--
http://www.sinologic.net/

Ramses II

unread,
Oct 12, 2008, 4:54:39 PM10/12/08
to aster...@googlegroups.com
Je, je, yo es que soy muy ocurrente ;-)

Cuando me has contestado a mi correo ya vi que era un guiño en vez de una
abreviación...

Yo también me hago esa pregunta, lo mismo no te funciona una cosa y con
Firefox sí, que al contrario.

Yo recomiendo también hacer las pruebas con distintos navegadores, de esta
forma se hubiese ahorrado alguna que otra "vuelta a la pelota..."


Saludos,

Ramses

-----Mensaje original-----
De: aster...@googlegroups.com [mailto:aster...@googlegroups.com] En
nombre de Elio Rojano
Enviado el: domingo, 12 de octubre de 2008 22:45
Reply all
Reply to author
Forward
0 new messages