diff --git a/htdocs/telephonie/config/index.php b/htdocs/telephonie/config/index.php
index 5a77000cb00..7cd563e448c 100644
--- a/htdocs/telephonie/config/index.php
+++ b/htdocs/telephonie/config/index.php
@@ -33,6 +33,12 @@ $langs->load("admin");
if (!$user->admin)
accessforbidden();
+if ($_GET["action"] == "set")
+{
+ dolibarr_set_const($db, $_GET["name"], $_GET["value"], $type='chaine');
+ Header("Location: index.php");
+}
+
/*
*
*
@@ -43,7 +49,6 @@ print_titre("Configuration du module de T
print "
";
-
/*
*
*
@@ -68,11 +73,38 @@ print TELEPHONIE_EMAIL_FACTURATION_EMAIL;
print '