v_config.php 573 B

12345678910111213141516
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Get Call Details";
  4. $apps[$x]['uuid'] = 'a1200636-cc9e-4636-852c-3ac4ad1bbaa6';
  5. $apps[$x]['category'] = 'Switch';;
  6. $apps[$x]['subcategory'] = '';
  7. $apps[$x]['version'] = '';
  8. $apps[$x]['license'] = 'Mozilla Public License 1.1';
  9. $apps[$x]['url'] = 'http://www.fusionpbx.com';
  10. $apps[$x]['description']['en'] = 'Get call details for active calls results are in json.';
  11. //permission details
  12. $apps[$x]['permissions'][0]['name'] = 'get_call_details';
  13. $apps[$x]['permissions'][0]['groups'][] = 'superadmin';
  14. ?>