Search results

  1. whut

    Yealink T44U

    I see fusion does not yet have a provisioning template for the new T44U. https://github.com/fusionpbx/fusionpbx/tree/master/resources/templates/provision/yealink you threw me off for a minute.
  2. whut

    Internal Calls

    whuuuut? on a domain if you dial the number of an IVR, time condition, ring group, et cetera, you will be directly dialing that said item. The call remains local and remains on the domain. Equally, when you select any one of these entities as the action from a dropdown, your call still remains...
  3. whut

    Change call recording file to GSM

    tut tut good sir or madam! Try it like this in the domain-variables dialplan, flush cache. If that works perfectly for you then move the record_ext to the global-variables dialplan to apply to all domains for all future recordings.
  4. whut

    least cost routing in fusionpbx

    Is there no one using least cost routing?
  5. whut

    time to store call recording files and CDR per domain

    The maintenance application does allow for domain level. When using it you will need to carefully review what it is handling and what your maintenance script is handling. Maintenance application keeping ABC domain call recordings for 365 days and maintenance script keeping for 180 will yield...
  6. whut

    Change call recording file to GSM

    switch variables page has record_ext set to wav by default. You can change to mp3 for mp3 compression. Restart freeswitch if you modify here. Also know that mp3 is smaller file size but takes more CPU to compress and uncompress. I do not know how heavy that load is to the CPU. You could run a...
  7. whut

    Importing Follow-Me info

    Not for follow me and the follow me destinations. That requires 2 more tables. You can import and export extensions/destinations for call forward, on busy, no answer, and not registered.
  8. whut

    Voicemail Transcription not Working

    Use the speech application to go in the opposite direction; text to speech https://github.com/fusionpbx/fusionpbx-app-speech
  9. whut

    Voicemail Transcription not Working

    Voicemail transcription has moved to the newish transcription application. It is confusing if you have voicemail transcribe settings, which I believe, are no longer used. https://github.com/fusionpbx/fusionpbx-app-transcribe
  10. whut

    least cost routing in fusionpbx

    How to implement least cost routing in fusionpbx? I know you need to add the LCR module and that you need to load rate sheet(s). Where and how to you load rate sheets? What is the full implementation of LCR in fusionpbx?
  11. whut

    time to store call recording files and CDR per domain

    When you use the fusion maintenance script you can easily adjust it to "delete CDRs, call recordings, etc at N days old except where the domain is X, Y, or Z. Delete "mikeme" domain CDRs and call recording at X days old" There are 12 items or more that fusion is maintaining out of the box with...
  12. whut

    caller id when pickup call - group-intercept

    I believe you would want to set the caller ID in both groups of conditions. As you have it set I would interpret CID to only be set when you do not dial *8. With that, I would set the CID to the *8 group/block. Which points to dutifully test both the `group-intercept` and the `intercept-ext`...
  13. whut

    caller id when pickup call - group-intercept

    What information does the CDR display when you intercept the call? Have you tried adding the CID into the intercept dialplan?
  14. whut

    Editing device type list

    https://docs.fusionpbx.com/en/latest/accounts/devices.html#device-vendors
  15. whut

    Reset Default Settings

    Delete the variables that you want to reset back to default values and enablements. Run app detaults upgrade. Logout. Login. Start with only 1 variable to give yourself a greater comfort level before deleting all of your intended variables. Screenshots, SQL query, etc for more safeties.
  16. whut

    Inbound SMS from voip.ms gateway

    Recursively delete the sms directory. Run all fusion updates except for updates #1. Then as a cleanup review make sure the default settings variables were removed. If they somehow were not removed, then delete them.
  17. whut

    Change FusionPBX theme for screen reader accessibility?

    I believe you can disable the new styled dashboard items and enable the old styling items by the settings button on the dashboard page.
  18. whut

    Call Center and Call Center Agent Settings Not Having Any Effect

    Bugs must be submitted to Fusionpbx. Free Fusionpbx accounts are able to submit bugs. This forum is not an official FusionPBX resource. It is a bunch of guys and a few girls primarily discussing Fusionpbx.
  19. whut

    VM Cleanup

    the included maintenance script would be an easier modification since you can improve the voicemail section to not delete v_voicemail_messages.message_status = 'saved'. The files and the database records need to be maintained...
  20. whut

    Transfer a call and then call back the transferring extension if destination no answer

    You would also have a dialplan for each extension that you would ever use this transfer method on. yuck