v_config.php 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /*
  3. //application details
  4. $apps[$x]['name'] = "Soft Phone";
  5. $apps[$x]['uuid'] = 'd49d1e25-2240-dcb3-8a40-643232472a2d';
  6. $apps[$x]['category'] = 'Switch';;
  7. $apps[$x]['subcategory'] = '';
  8. $apps[$x]['version'] = '';
  9. $apps[$x]['license'] = 'Mozilla Public License 1.1';
  10. $apps[$x]['url'] = 'http://www.fusionpbx.com';
  11. $apps[$x]['description']['en'] = 'Used with PortAudio.';
  12. //menu details
  13. $apps[$x]['menu'][0]['title']['en'] = 'Soft Phone';
  14. $apps[$x]['menu'][0]['uuid'] = '0875598d-bf25-d348-2e87-8d05aef3cf78';
  15. $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  16. $apps[$x]['menu'][0]['category'] = 'internal';
  17. $apps[$x]['menu'][0]['path'] = '/app/soft_phone/v_softphone.php';
  18. $apps[$x]['menu'][0]['groups'][] = 'admin';
  19. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  20. //permission details
  21. $apps[$x]['permissions'][0]['name'] = 'soft_phone_view';
  22. $apps[$x]['permissions'][0]['groups'][] = 'admin';
  23. $apps[$x]['permissions'][0]['groups'][] = 'superadmin';
  24. $apps[$x]['permissions'][1]['name'] = 'soft_phone_dial';
  25. $apps[$x]['permissions'][1]['groups'][] = 'admin';
  26. $apps[$x]['permissions'][1]['groups'][] = 'superadmin';
  27. */
  28. ?>