Search results

  1. K

    Cannot make outgoing calls.

    Hi, When I try to make a call from a phone connected to my FusionPBX to the outside world (my cell phone), the call either fails immediately or fails slowly. I'm not getting any errors from my SIP trunking provider (twilio) just a notice that the call failed. I've attached the output of the...
  2. K

    Remote extensions register and call but no audio

    sngrep -c was interesting. Here's the output that I got when calling 102 from 101. "MY.DOMAIN.NAME.COM" resolves to my FusionPBX. "MY PUBLIC IP" is the WAN address of the phones that I'm calling from... i.e. my office network. Your clues are very helpful btw.
  3. K

    Remote extensions register and call but no audio

    The public IP address you mentioned does not resolve to MY.DOMAIN.NAME.COM it's the WAN IP of my office network where I was trying to make the calls from. MY.DOMAIN.NAME.COM points to the WAN IP assigned to my AWS lightsail server(fusion box). The 192.XXX private IP is the LAN IP address for my...
  4. K

    Remote extensions register and call but no audio

    This is what I get in my logs when I call the 102 extension from 101. I don't quite know what to look for in these logs... I come from the asterisk world... /101@MY.DOMAIN.NAME.COM Regex (PASS) [local_extension] ${user_exists}(true) =~ /true/ break=on-false 3ec21880-128b-42ad-bb7c-3c4033f0919e...
  5. K

    Remote extensions register and call but no audio

    I'm new to FusionPBX and right now I'm just testing things out. I have FusionPBX on Debian running on a remote AWS lightsail server that has the following ports open; 5060-5090(TCP-UDP), and 16384-32768(UDP). I have two phones registering to my.domain.com on two separate extensions (101 and...
  6. K

    FusionPBX on CentOS 8

    Hi, I prefer CentOS for my server builds. I'm aware that FusionPBX currently recommends Debian but would I experience any issues if I were to install on CentOS instead? Thanks