From 59bd2f516f1987833b0ee16c9aa8fa7234b76b85 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Sep 2005 06:49:25 +0000 Subject: [PATCH] Remove Set Cidname i git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1368 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index b4478f8bb..31e38b139 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -476,12 +476,12 @@ class phoneAccount extends plugin $EXT[$i]['app'] = 'SIP/'.$this->uid; $i ++; /* SetCID */ - $EXT[$i]['context'] = 'GOsa'; - $EXT[$i]['exten'] = $s_telenums; - $EXT[$i]['priority']= 1; - $EXT[$i]['app'] = "SetCIDName"; - $EXT[$i]['appdata'] = $CNname; - $i ++; + //$EXT[$i]['context'] = 'GOsa'; + //$EXT[$i]['exten'] = $s_telenums; + //$EXT[$i]['priority']= 1; + //$EXT[$i]['app'] = "SetCIDName"; + //$EXT[$i]['appdata'] = $CNname; + //$i ++; // If no macro is selected use Dial if($this->macro!="none"){ @@ -496,7 +496,7 @@ class phoneAccount extends plugin $EXT[$i]['context'] = 'GOsa'; $EXT[$i]['exten'] = $s_telenums; - $EXT[$i]['priority']= 2; + $EXT[$i]['priority']= 1; $EXT[$i]['app'] = $s_app; $EXT[$i]['appdata'] = $s_par; $i ++; -- 2.30.2