Search results

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

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    I do like the ESL push concept.
  4. 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.
  5. 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.
  6. 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...
  7. whut

    IVR Limitations ?

    you can delete the inoperable ivrs and ring groups and recreate them. that is where I would start.
  8. 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
  9. 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.
  10. 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:
  11. 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...
  12. whut

    SOLVED FAILED SOCKET CONNECTION

    It may be wise to add libtool to dependencies in the install.sh https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/install.sh
  13. whut

    SOLVED FAILED SOCKET CONNECTION

    watch the installation and see all of the errors. there are probably many freeswitch errors throughout, starting with installation of freeswitch perhaps
  14. whut

    freeswitch isn't starting on fresh install on Debian 12

    Run these 2 suggested commands. One of them will probably provide more details on the issue.
  15. whut

    Double/Duplicate Recordings

    Are you logging B-leg? You do see extra records in CDR page (a-leg cdr and b-leg cdr) if you have enabled logging b-leg.
  16. whut

    Total number of records

    you can search freeswitch logs cd /var/log/freeswitch/ grep -Ern --color --include=freeswitch.log* "REGISTER.*for.*from ip" in fs cli fs_cli -x "show registrations" fs_cli -x "show registrations as xml" count: fs_cli -x "show registrations as xml" | grep reg_user | wc -l I would add to a...
  17. whut

    Total number of records

    this displays automatic provisioned devices ONLY. You are out of luck checking log files etc for manually provisioned devices, so be aware of the pain of no data manually provisioned devices. Device log page you will see that device xyz hit the server again on intervals to update the remote...
  18. whut

    Call has been on hold and total hold time

    Hey! `sofia global siptrace on` did it. I now have these variables that include "hold" hold_stamp 2025-03-27 16:52:50 hold_events {{1743094370484252,1743094373098185}} hold_accum_ms 2613 hold_accum_usec 2613933 last_hold_epoch 1743094370 last_hold_uepoch...
  19. whut

    Call has been on hold and total hold time

    Oh! Now how/why do we not have any of these values on so many servers? Did you modify any of the autoload_config xml files to enable? I don't know how to enable. I am using hardware phones.