Search results

  1. J

    Music on Hold needs 3 seconds to start playing

    I, too, have the same issue. Latest git pull. Anyone have an idea?
  2. J

    Mailbox name on VM to email template

    I am using cidlookup, and I remember I had to set one of these, which ever is missing: effective_caller_id_name=${cidlookup_caller_id_name} caller_id_name=${cidlookup_caller_id_name}
  3. J

    Mailbox name on VM to email template

    I had a request to add the name of the voice mail box in the VM to email template. Can easily be done: Edit /usr/share/freeswitch/scripts/app/voicemail/index.lua Under get session variables, add line: origination_callee_id_name = session:getVariable("origination_callee_id_name"); Edit...
  4. J

    multiple-registrations Possible Bug?

    Hi, I set multiple-registrations=contact to true for the internal sip profile and tried both a profile restart and a freeswitch restart and am experiencing two issues: 1. When 2 phones are registered to the same extension, after the call_timeout value has reached, instead of going to voicemail...
  5. J

    Google Cloud Speech to Text Voicemail Transcription

    Edit: Updated 04/02/2021 ***As Mark stated in training videos, you should be using email queue for a production server. I've personally experienced issues with freeswitch locking up and completely crashing under heavy load. Root of the issue was transcriptions*** Make sure you have the latest...
  6. J

    CID Lookup - Cache Storage Directory

    Where exactly can I tap into the CNAME database of cached results? cidlookup.conf.xml contains param name="odbc-dsn" value="/var/www/fusionpbx/secure/fusionpbx.db" Even though there is absolutely nothing stored in fusionpbx.db, it still manages to cache the results. I am unable to find the...
  7. J

    Correctly setting Caller ID for each domain

    Thank you. I actually did try that initially and it worked but ended up undoing it when I saw that it also applied that setting to all my other domains. Is there a specific way to edit that variable to apply for only the domain in question?
  8. J

    Correctly setting Caller ID for each domain

    Hi, First post, and looking forward to getting experience with FusionPBX Set up my first system. Trying to work with Caller ID. I set the effective_caller_id_number in the outbound routes. For basic outbound calling, this works fine. Two scenarios: A. Call forwarding - the original Caller ID...