diff --git a/htdocs/telephonie/adsl/ligneadsl.class.php b/htdocs/telephonie/adsl/ligneadsl.class.php index 1b340e470ed..c1b1938ed36 100644 --- a/htdocs/telephonie/adsl/ligneadsl.class.php +++ b/htdocs/telephonie/adsl/ligneadsl.class.php @@ -107,6 +107,11 @@ class LigneAdsl { if ( $resql ) { $this->id = $this->db->last_insert_id($resql); + + // Appel le workflow + $wkf = new WorkflowTelephonie($this->db); + $wkf->notify('xdsl', -1, $this->numero); + return 0; } else