From: hickert Date: Thu, 15 Sep 2005 06:49:25 +0000 (+0000) Subject: Remove Set Cidname i X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=59bd2f516f1987833b0ee16c9aa8fa7234b76b85;p=gosa.git Remove Set Cidname i git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1368 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 ++;