/[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.6 by rodolphe, Wed Nov 2 09:07:47 2005 UTC revision 1.7 by rodolphe, Wed Nov 30 08:55:17 2005 UTC
# Line 19  Line 19 
19   * $Source$   * $Source$
20   *   *
21   *   *
22   * Recupération des fichiers CDR   * Commandes des lignes par API
23   *   *
24   */   */
25  require ("../../master.inc.php");  require ("../../master.inc.php");
26  require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";  require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";
27    
   
28  $verbose = 0;  $verbose = 0;
29    
30  for ($i = 1 ; $i < sizeof($argv) ; $i++)  for ($i = 1 ; $i < sizeof($argv) ; $i++)
# Line 131  if ($resql) Line 130  if ($resql)
130  function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person)  function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person)
131  {    {  
132    global $verbose;    global $verbose;
133    dolibarr_syslog("Appel de CreatePreselection($host, $user_login, ****, $ligne, $id_person)");    //dolibarr_syslog("Appel de CreatePreselection($host, $user_login, ****, $ligne, $id_person)");
134    
135    $url = "/AzurApp_websvc_b3gdb/account.asmx/CreatePreselection?";    $url = "/AzurApp_websvc_b3gdb/account.asmx/CreatePreselection?";
136    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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