Search results

  1. J

    call echo problem

    Did you try on linphone desktop application?
  2. J

    call echo problem

    When you try to call the local number in Australia, are you hearing the echo or the other side complains? Can you test calling from Linphone desktop to Australian local number and while on call check the stats for jitter, pocket loss etc.
  3. J

    call echo problem

    Can you give full information on how you are testing the voice? Internal calls? External calls? On mobile phone, desktop computer, are testing alone, are you testing with another person? Inside the same room, apart from each other on different networks?
  4. J

    Silent Ring on Caller's Side

    Hi @DigitalDaz, The VPSs on my dedicated server are all physically on one ethernet card. However, VPSs see themselves as they were connected to their own physical network. The network sees each VPS has its own MAC. Also, each VPS has its own dedicated public IP address. Default bridge mode...
  5. J

    call echo problem

    You should look for the issue outside the Freeswitch. I would follow this path. See if your device has a calibration for echo cancellation. Make sure all your devices are setup to use ulaw/g711 codec unless for WebRTC which would be Opus. Make sure your carrier is also using Ulaw/G711...
  6. J

    Silent Ring on Caller's Side

    It is not the first time you are helping me. So thank you very much for that. I was asking if there is a way that I could receive an email when someone asks for help, so I could also help if I knew the answer. I guess there isn't. But at least I know how to look for it now.
  7. J

    Silent Ring on Caller's Side

    Adrian, You are right. Reloading ACL on reboot does not solve the issue, as FreeSwtich is already doing that. I scheduled the reaload ACL-- by the way thanks for saving me time on finding the right crone command--few minutes after the reboot. I also do not understand why reload ACL solves the...
  8. J

    Silent Ring on Caller's Side

    Adrian, Thank you very much for the detailed explanation. I will do some tracing and see what is going on. However, I have some updates on this issue, which I would like to share. I can now fully reproduce the problem. My server reboots every night to get a full image copy. Simply it happens...
  9. J

    Silent Ring on Caller's Side

    Adrian, Thank you very much for doing your best to help as always. Yes. I would appreciate more information on this. Also, how did you force 180 ringing? Sincerely, J
  10. J

    Silent Ring on Caller's Side

    Hi everyone, I recently have an issue with my FusionPBX/FreeSwitch. What happens is the calls ring silently on the caller's side. That is, it rings on my phone, but the caller is not hearing any ring. Just silence until I answer the call or it goes to voicemail. Many just give up thinking the...
  11. J

    Voicemail Transcript Issue - SOLVED

    I just removed the new record_message.lua and uploaded an old record_message.lua into "/usr/share/freeswitch/scripts/app/voicemail/resources/functions" After that both Azure and Bing Speech to Text APIs are working perfectly. There is something wrong with the new record_message.lua.
  12. J

    Voicemail Transcript Issue - SOLVED

    I did some research and found that the Microsoft Bing Speech API will actually retire in November 2021. So I guess something else happened on February 23rd, 2021. Is anyone experiencing the same problem?
  13. J

    Voicemail Transcript Issue - SOLVED

    Hi everyone, I was using voicemail transcript since 2015 with Microsoft. Since late February 2021, the Microsoft transcript does not function and I receive ${message_text} instead of transcripts in the emails. I think this is because of the changes Microsoft made, which it had announced long...
  14. J

    Hello from Kansas

    Thanks for your reply!
  15. J

    Hello from Kansas

    When was that "one day" and what happened exactly?
  16. J

    Tips for large deployment

    As a member, I cannot also justify $1,200/year, but since he is not sharing any information about the updates publicly and there is not a human readable changelog for none members, not paying that $1,200/year means that next time you update your Fusion you can end up with a non-working system...
  17. J

    Hello from Kansas

    I cannot agree with you more, Adrian. Very good point. As a member, I cannot also justify $1,200/year, but since he is not sharing any information about the updates publicly and there is not a human readable changelog for none members, not paying that $1,200/year means that next time you update...
  18. J

    Yet Another Take On Call Recordings Storage: AWS S3

    Thank you for your kind reply KonradSC and DigitalDaz.
  19. J

    Yet Another Take On Call Recordings Storage: AWS S3

    Why don't you just mount it as a directory and let the Fusion deal with it as a local directory, by changing call recording and voicemail location in default or domain level settings? If you go this long way for cost reduction, there are many s3 compatible and S3FS certified storages out there...
  20. J

    FusionPBX Auto Login (autologin)

    Hi Team, Is there a way to login into FusionPBX using API Key and stay signed in? I would like to create an external link on my dashboard, so clients can sign in from my service dashboard. Having multiple usernames and password is inconvenient. I used the API key to sign in and it works...