Recent content by rajahgroup

  1. R

    Fax Server Time Zone

    Seems to be a bug in the code. Server is set to UTC. I am in Toronto so my time is -4 (EDT) Weird thing is when I add a line of code in fax_files.php setting time_zone variable to -8 (PST), the times show correctly. //set the time zone if (isset($_SESSION['domain']['time_zone']['name']))...
  2. R

    Fax Server Time Zone

    Hello, I'm running the latest FusionPBX code and I'm having an issue with the times of received faxes. The fax inbox is showing all received faxes in UTC time and not the time zone I have set in Default Settings and php.ini (America/Toronto) I haven't noticed this issue with any other apps in...
  3. R

    FusionPBX & OPUS

    I ended up resolving it by changing packet time on the Groundwire app to 30ms rather than 20ms (ptime of 30ms was the default for data which is why it worked and 20ms for WiFi on the app). This is with opus@8000h@20i set on FusionPBX side which I find interesting. I haven't had the time to go...
  4. R

    FusionPBX & OPUS

    Update: When I switch the device to mobile data and make the call, it seems to work fine. It's just WiFi that is giving me issues. Not sure if its a networking issue, since other codecs seem to work fine, its just OPUS that doesn't work on WiFi.
  5. R

    FusionPBX & OPUS

    Hello, I'm playing around with OPUS, so far so good with my Yealink phones at 16kHz with 20ms ptime. I have some mobile clients (Groundwire on iOS), when I use OPUS, I'm not able to hear anything from the call on the mobile device, however when I switch to PCMU or G722, everything works fine...