Recent content by UCtech

  1. U

    Remote Call Forwarding & Caller ID

    @markjcrane default_caller_id seems to only add the callerID if not set on an extension in newer versions of Fusion. That used to work in older versions for remote call forwarding but I have not been able to get it to work in 5.3, not sure why. In my testing, if the call forward is set in the...
  2. U

    Remote Call Forwarding & Caller ID

    @whut I don't think that will work in my case as I have too many different unique outbound callerID's within the same domain, unless there is another way?
  3. U

    Remote Call Forwarding & Caller ID

    However, with this fix/workaround, remote call forwarding and the caller ID is not working when someone has call forwarding turned on in their individual phone (and not using the Call Forward App in Fusion). In this case it appears that basic routing is used and not the call_forward_all in the...
  4. U

    Remote Call Forwarding & Caller ID

    Having some trouble with FusionPBX 5.3 and CallerID with remote call forwarding. Caller ID is set on each extension and works well locally and outbound to the SIP provider O.K. However, when forwarding using the Call Forward app in Fusion, there is a problem when the forward is remote. So...
  5. U

    Voicemail Hangup Issues 5.3 Fresh Install

    Logs show: [WARNING] mod_sndfile.c:281 Error Opening File [/var/lib/freeswitch/storage/voicemail/default/mydomain/430/msg_04f331de-5c7d-425c-88f4-ee5c01582373.wav] [No Error.] [NOTICE] switch_ivr_play_say.c:564 Hangup sofia/internal/ext@mydomain:5061 [CS_EXECUTE] [DESTINATION_OUT_OF_ORDER] The...
  6. U

    Voicemail Hangup Issues 5.3 Fresh Install

    Having issues with voicemail on a fresh install of 5.3. After the tone to leave a message the call is dropped. Otherwise everything works. I am wondering if this is due to using Freeswitch 1.10.12? Install details: Debian 12 Fusion 5.3 installed using Signalwire/Freeswitch token in...
  7. U

    After Upgrade from 5.0 to 5.1 Login Authentication Fails

    Was able to resolve this by doing a schema upgrade from the command line: https://docs.fusionpbx.com/en/latest/advanced/upgrade.html As root run the following: cd /var/www/fusionpbx /usr/bin/php /var/www/fusionpbx/core/upgrade/upgrade.php That let me login to the GUI again . . .
  8. U

    After Upgrade from 5.0 to 5.1 Login Authentication Fails

    After doing a GUI upgrade from 5.09 to 5.1, SuperAdmin logins fail. My system: Debian 10 with updates Freeswitch 1.10.9 Using Master Branch Using multi-tenant with 1 active domain After upgrade, flushed browser cache as usual. Login authentication fails. Tested: pgsql connections are working...
  9. U

    Transcription option

    Have you run the option checkboxes under Advanced-Upgrade below source code? That usually fixes menu issues after upgrades. I usually do Schema and Data Types 1st, and then after that has finished App Defaults, Menu Defaults, and Permission Defaults. Whenever I do all those after an upgrade I...
  10. U

    Voicemails are not getting emailed

    For those with the missing email parameter issue, what do you have in Advanced--Default Settings--Email--smtp_from ? My working system has noreply@mydomain.com and Enabled is True. Curious if this setting is the issue or something else . . .
  11. U

    Sofia-sip security issues

    There are many different ways to check this. Search engines might help. Here is one method: apt list Then look in the list for: libsofia-sip-ua-dev/stable 1.13.9-105~2a6190f892~buster amd64 libsofia-sip-ua-glib-dev/stable 1.13.9-105~2a6190f892~buster amd64 libsofia-sip-ua-glib3-dbgsym/stable...
  12. U

    Sofia-sip security issues

    I don't know if there is a better way, but I resolved this for my system by following these guides: https://freeswitch.org/confluence/display/FREESWITCH/HOWTO+Create+a+SignalWire+Personal+Access+Token https://freeswitch.org/confluence/display/FREESWITCH/Debian I wasn't sure how this would work...
  13. U

    Sofia-sip security issues

    Since FusionPBX/Freeswitch uses Sofia-sip, these security vulns caught my eye: https://github.com/freeswitch/sofia-sip/security/advisories https://www.cvedetails.com/cve/CVE-2022-31003/ https://www.cvedetails.com/cve/CVE-2022-31002/ https://www.cvedetails.com/cve/CVE-2022-31001/ CVE rating is 5...
  14. U

    Voicemails are not getting emailed

    If you upgraded from 4.x to 5.x, you will need to install the email queue. This was covered in a few other threads like this one: https://www.pbxforums.com/threads/transcription-stop-working-after-upgrade-to-v5.6414/ Here is the link on how to install the service...
  15. U

    transcription stop working after upgrade to v5

    I noticed the slowness also using the queue. Found a setting: Default-Settings-Email Queue-interval which by default is 120 seconds. I tried changing it to 10 seconds and it definitely speeds things up, but not sure if there might be other unintended consequences of making the number low. If...