Add a missing file sip_profile_copy.php to the dev branch.

This commit is contained in:
Mark Crane
2012-06-04 14:58:40 +00:00
commit af103e9c41
1240 changed files with 164946 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php
//application details
//$apps[$x]['name'] = "Provision";
//$apps[$x]['uuid'] = 'abf28ead-92ef-3de6-ebbb-023fbc2b6dd3';
//$apps[$x]['category'] = 'Switch';;
//$apps[$x]['subcategory'] = '';
//$apps[$x]['version'] = '';
//$apps[$x]['license'] = 'Mozilla Public License 1.1';
//$apps[$x]['url'] = 'http://www.fusionpbx.com';
//$apps[$x]['description']['en'] = 'Writes the provisioning files from templates.';
//menu details
//$apps[$x]['menu'][0]['title']['en'] = 'Provision';
//$apps[$x]['menu'][0]['uuid'] = '';
//$apps[$x]['menu'][0]['parent_uuid'] = '';
//$apps[$x]['menu'][0]['category'] = 'internal';
//$apps[$x]['menu'][0]['path'] = '';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//permission details
//$apps[$x]['permissions'][0]['name'] = 'zzz';
//$apps[$x]['permissions'][0]['groups'][] = 'admin';
//$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
?>