diff --git a/htdocs/telephonie/client/new.php b/htdocs/telephonie/client/new.php
index 69f2332cdcbaf731f3c596fdab035ee694b24bdd..11d3c36edbf0fe641d38b004fff5f639ea5e6d54 100644
--- a/htdocs/telephonie/client/new.php
+++ b/htdocs/telephonie/client/new.php
@@ -177,7 +177,11 @@ if ($_POST["action"] == 'add')
       
       if ($result == 0)
 	{
-
+	  $soc->AddPerms(1,1,1,1);
+	  $soc->AddPerms(5,1,1,1);
+	  $soc->AddPerms(9,1,1,1);
+	  $soc->AddPerms(16,1,1,1);
+	  $soc->AddPerms($_POST["commercial_sign"],1,0,0);
 	}
       else
 	{