Modif debug
This commit is contained in:
parent
0cbdb8b24d
commit
5bd04207df
@ -19,13 +19,12 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Recupération des fichiers CDR
|
* Commandes des lignes par API
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require ("../../master.inc.php");
|
require ("../../master.inc.php");
|
||||||
require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";
|
require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";
|
||||||
|
|
||||||
|
|
||||||
$verbose = 0;
|
$verbose = 0;
|
||||||
|
|
||||||
for ($i = 1 ; $i < sizeof($argv) ; $i++)
|
for ($i = 1 ; $i < sizeof($argv) ; $i++)
|
||||||
@ -131,7 +130,7 @@ if ($resql)
|
|||||||
function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person)
|
function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person)
|
||||||
{
|
{
|
||||||
global $verbose;
|
global $verbose;
|
||||||
dolibarr_syslog("Appel de CreatePreselection($host, $user_login, ****, $ligne, $id_person)");
|
//dolibarr_syslog("Appel de CreatePreselection($host, $user_login, ****, $ligne, $id_person)");
|
||||||
|
|
||||||
$url = "/AzurApp_websvc_b3gdb/account.asmx/CreatePreselection?";
|
$url = "/AzurApp_websvc_b3gdb/account.asmx/CreatePreselection?";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user