Search results

  1. whut

    Ongoing Issue With CDR

    Which version of FusionPBX are your webpages resting upon?
  2. whut

    Ongoing Issue With CDR

    I do not know of any proven correlation that would exclude you from updating FusionPBX and that would stop the CDRs from updating. Run every FusionPBX update option 1 at a time in successsion. Do not skip any upgrade options. If you watch the changes in github you will notice there have been...
  3. whut

    User Permission

    No. this has nothing to do with one of the few paid member feature. It is solely incorrectly setting user permissions and user extension associations.
  4. whut

    User Permission

    Fusionpbx already has this. It looks like you are assigning accounts to have super admin permissions group. Very not good. Assign the user group, assign the user to the appropriate extensions. Read any dcumentation you have access to.
  5. whut

    No outbound calls

    Have you set all extensions to have CID name and CID number? You do need these set for outbound calls
  6. whut

    alert_info

    <action application="set" data="valet_info_park=${valet_info park@${valet_context}}|\*${park_lot}" inline="true"/> <action application="set" data="park_in_use=${regex ${valet_info park@${valet_context}}|\*${park_lot}}" inline="true"/>
  7. whut

    Dashboard Widget Authoring

    :cool::cool: I had to do a lot of investigation when building my first dashboard widget. It is much easier to display every widget after the first one! :)
  8. whut

    Toll Allow

    Would it be better to update the session variable to toll_allow so the default settings will all be consistent with all default setting categories that are more than 1 word? eg: default_setting_category call_block call_center call_flow call_recordings conference_center fax_queue follow_me...
  9. whut

    Dashboard Widget Authoring

    You also need a config.php. Look at the existing dashboard widgets so you will know how to add the code to that page.
  10. whut

    Dashboard Widget Authoring

    I don't think there is any documentation on how to create a dashboard widget. Within your app/invoices directory create resources and dashboard directories. Add your PHP inside the dashboard directory. mkdir invoices/resources/ mkdir invoices/resources/dashboard/ Chown the directories and files
  11. whut

    fs_cli empty response on list_users

    The extension webpage has colored dots to display which extensions are registered, not registered, and multiple registrations.
  12. whut

    fs_cli empty response on list_users

    You can use fs_cli with fusionpbx. You have run into one of the items where it was determined that performing actions in fusionpbx instead of freeswitch or fs_cli was better, faster, more reliable. Freeswitch is a requirement for phone registrations, phone calls, and many other things. If you...
  13. whut

    fs_cli empty response on list_users

    this helped me figure it out https://stackoverflow.com/questions/57525227/how-to-see-details-about-user-even-if-theyre-not-registered
  14. whut

    fs_cli empty response on list_users

    I do not believe that fusionpbx uses the freeswitch directory/user directory. /etc/freeswitch/freeswitch.xml ... <!-- mod_dingaling is reliant on the vcard data in the "directory" section. --> <!-- mod_sofia is reliant on the user data for authorization --> <section name="directory"...
  15. whut

    Toll Allow

    Excellent
  16. whut

    Toll Allow

    I believe country code and area code inclusion would require unnecessary overhead to maintain tables with this data and would require a lot of development to organize. This data changes more often than we would expect. Another downfall with this would be when new country and area codes are...
  17. whut

    Parking bay music on hold

    5900-5999 are all valet park. Check all of the dialplans containing 'valet_park' in the name
  18. whut

    Parking bay music on hold

    If you are referring to valet park then the valet park dialplans have the moh set with the variables valet_hold_music=${hold_music} Hold music variable is defined foremost in Advanced -> Variables
  19. whut

    Make the callee (foreign accent) sound like a British man/woman when speaking to the caller

    I immediately start thinking about the ways this will be abused scammers. Impersonating a real person will definitely happen by many bad actors and will be a large factor in illegal activities worldwide. I do not see an issue of ethics to "improve" person-to-person communication.