From 3b0eb49d08ab6484cf5cbbc86c8ab8cc42d945fa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 10:00:33 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/script/commande_presel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/script/commande_presel.php b/htdocs/telephonie/script/commande_presel.php index 6ebf3ca0940..62b03a33907 100644 --- a/htdocs/telephonie/script/commande_presel.php +++ b/htdocs/telephonie/script/commande_presel.php @@ -211,12 +211,12 @@ function CreatePreselection($host, $user_login, $user_passwd, $lint, $id_person) if (substr($result,0,2) == "OK") { - dolibarr_syslog("Presel réussie ligne ".$lint->numero." id client ".$id_person." $result\n"); + dolibarr_syslog("Presel OK ".$lint->numero." ".$lint->support." id client ".$id_person." $result\n"); return 0; } else { - dolibarr_syslog("Presel échouée ligne ".$lint->numero." id client ".$id_person." $result\n"); + dolibarr_syslog("Presel ERR ".$lint->numero." ".$lint->support." id client ".$id_person." $result\n"); $fp = fopen("/tmp/".$lint->numero.".presel","w"); if ($fp)