Search results

  1. 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
  2. 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"...
  3. whut

    Toll Allow

    Excellent
  4. 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...
  5. whut

    Parking bay music on hold

    5900-5999 are all valet park. Check all of the dialplans containing 'valet_park' in the name
  6. 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
  7. 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.
  8. whut

    Toll Allow

    A session variable for `toll allow` is not set. You can add print_r or var_dump debugging code to extension_edit.php to verify this. The FusionPBX code for toll allow has been written to allow any text in this field and the code as it is written allows for you to add a session variable to the...
  9. whut

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    If you search the fusionpbx code you will find many fusionpbx pages have ESL and establish an ESL socket. I have not looked deeper to see how it is being used.
  10. whut

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    I do like the ESL push concept.
  11. whut

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

    I think that impersonating someone gets into very unethical activities.
  12. whut

    YealinkW60b connects via tcp but not up

    I have no problems with registrations nearly exclusively TCP with T54 and W60. What register expires value are you using on device edit page for the devices? Too high of a value can cause registration issues.
  13. whut

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    Hey! Building this is on my list of low priority projects and you beat me to it! Great idea and work. I really like the ringing icon. As you know the active calls page refresh is 2 seconds. In my experience I believe 2 seconds is a good interval. Easily changed. I am considering trying the...
  14. whut

    IVR Limitations ?

    you can delete the inoperable ivrs and ring groups and recreate them. that is where I would start.
  15. whut

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

    I do not believe this has been done before. It does have some possibility but the development costs and the large ongoing gpu costs will both be very high. It would be faster and more cost effective to immerse oneself in british elocusion lessons. This use case steps outside the purpose for a pbx
  16. whut

    IVR Limitations ?

    The number of IVRs, Ring Groups, etc are not limited on any version of fusionpbx, including the very old version you are using.
  17. whut

    Yealink/Snom Record Lamp - On by Default?

    Connecting a micro controller to light LEDs would definitely not scale. And is a silly idea. :rolleyes:
  18. whut

    Yealink/Snom Record Lamp - On by Default?

    Perhaps add a mask_unmask.lua script to the user record & record on demand dialplans that will play tone stream beep/double beeps or tts "masked" / "unmasked" audio when the *5 mask and *6 unmask actions occur. I have not looked into the SIP Record DSS keys. Theoretically that would seem easy...