Code

Fixed queue priority
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Aug 2005 05:31:33 +0000 (05:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Aug 2005 05:31:33 +0000 (05:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1142 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_phonequeue.inc

index 5ff58af0dbd81a56c868c01502d87a5f0c4c1059..52bc8949d3cdecb2a27d9b4c360e623d9790e98a 100644 (file)
@@ -365,7 +365,7 @@ class phonequeue extends plugin
           $a_ext[$i]['exten']    = $num;
           $a_ext[$i]['priority'] = 5;
           $a_ext[$i]['app']      = "SetVar";
-          $a_ext[$i]['appdata']  =  $prio;
+          $a_ext[$i]['appdata']  = "QUEUE_PRIO=".$prio;
           $i ++ ; 
           $a_ext[$i]['context']  = 'GOsa';
           $a_ext[$i]['exten']    = $num;