/[dolibarr]/dolibarr/htdocs/telephonie/script/commande_presel.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/commande_presel.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by rodolphe, Thu Dec 1 09:59:14 2005 UTC revision 1.12 by rodolphe, Thu Dec 1 10:00:33 2005 UTC
# Line 211  function CreatePreselection($host, $user Line 211  function CreatePreselection($host, $user
211    
212    if (substr($result,0,2) == "OK")    if (substr($result,0,2) == "OK")
213      {      {
214        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");
215        return 0;        return 0;
216      }      }
217    else    else
218      {      {
219        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");
220    
221        $fp = fopen("/tmp/".$lint->numero.".presel","w");        $fp = fopen("/tmp/".$lint->numero.".presel","w");
222        if ($fp)        if ($fp)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26