Code

Updated gofon handling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 13:15:39 +0000 (13:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 13:15:39 +0000 (13:15 +0000)
-Some extension applications are outdated and hat to be replaced

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18380 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc

index 4f7e26600f717ce237aa24a09b19758689e2e626..d72eb47ccbb30135dce2c4e82fe455f05607c11f 100644 (file)
@@ -689,7 +689,7 @@ class phonequeue extends plugin
           $a_ext[$i]['context']  = 'GOsa';
           $a_ext[$i]['exten']    = $num;
           $a_ext[$i]['priority'] = 5;
-          $a_ext[$i]['app']      = "SetVar";
+          $a_ext[$i]['app']      = "Set";
           $a_ext[$i]['appdata']  = "QUEUE_PRIO=".$prio;
           $i ++ ;