Просмотр исходного кода

Change category 'PBX' to 'Switch'

Mark Crane 13 лет назад
Родитель
Сommit
e2f797668d
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      get_call_details/app_config.php
  2. 1 1
      get_call_details/v_config.php
  3. 1 1
      soft_phone/v_config.php

+ 1 - 1
get_call_details/app_config.php

@@ -2,7 +2,7 @@
 	//application details
 		$apps[$x]['name'] = "Get Call Details";
 		$apps[$x]['uuid'] = 'a1200636-cc9e-4636-852c-3ac4ad1bbaa6';
-		$apps[$x]['category'] = 'PBX';
+		$apps[$x]['category'] = 'Switch';;
 		$apps[$x]['subcategory'] = '';
 		$apps[$x]['version'] = '';
 		$apps[$x]['license'] = 'Mozilla Public License 1.1';

+ 1 - 1
get_call_details/v_config.php

@@ -2,7 +2,7 @@
 	//application details
 		$apps[$x]['name'] = "Get Call Details";
 		$apps[$x]['uuid'] = 'a1200636-cc9e-4636-852c-3ac4ad1bbaa6';
-		$apps[$x]['category'] = 'PBX';
+		$apps[$x]['category'] = 'Switch';;
 		$apps[$x]['subcategory'] = '';
 		$apps[$x]['version'] = '';
 		$apps[$x]['license'] = 'Mozilla Public License 1.1';

+ 1 - 1
soft_phone/v_config.php

@@ -3,7 +3,7 @@
 	//application details
 		$apps[$x]['name'] = "Soft Phone";
 		$apps[$x]['uuid'] = 'd49d1e25-2240-dcb3-8a40-643232472a2d';
-		$apps[$x]['category'] = 'PBX';
+		$apps[$x]['category'] = 'Switch';;
 		$apps[$x]['subcategory'] = '';
 		$apps[$x]['version'] = '';
 		$apps[$x]['license'] = 'Mozilla Public License 1.1';