Code

Updated gofon extension entries
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 13:17:31 +0000 (13:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 May 2010 13:17:31 +0000 (13:17 +0000)
-Some applications were outdated and had to be replace

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18382 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 ++ ;