Search results

  1. D

    Fusion PBX Billing

    Yes, I sort of feel bad about it but I hadn't gotten any response yet and thought hijacking my thread would distract readers from the actual message in my post. However, no matter what the developer did in the past, if this Billing module works as advertised (and feedback so far seems to say it...
  2. D

    Fusion PBX Billing

    I contacted the developer via messenger and his website is back up. Apparently a DNS issue on the server. I will also try to install it later this week and go for the $300 CAD license. It's not a big investment. It's cheaper in the long term and brings us one step closer to going open source.
  3. D

    Fusion PBX Billing

    It's not free. There is a recurring monthly fee of $49 (I think) or a one-time fee of $300 for the license. I haven't tried it yet which I why I asked for feedback here.
  4. D

    Fusion PBX Billing

    It's not abandoned. Just takes a long time to load. Try this link. https://okay.network/communications/freeswitch-fusionpbx-goodies/billing-for-fusionpbx-with-freeswitch/billing-for-fusionpbx-installation.html
  5. D

    Fusion PBX Billing

    I don't know if it's really necessary to write a whole new billing module when there is already one available that can potentially do the job. That's what this thread is about. To get some feedback from users on this forum who have used the Billing module from Okay Network. There must be...
  6. D

    Screen Robo Calls to an Extension

    Can you check your code if it's compatible with version 5.0? It just repeats "To continue press 1" and disconnects even if 1 is pressed.
  7. D

    Fusion PBX Billing

    Coming from the FreePBX / Asterisk community, I am a bit disappointed about the level of engagement and help on this forum. There must be some users in this forum who have used the Okay Network LCR and billing system for fusionpbx but when I search this forum there is almost no mention about...
  8. D

    Fusion PBX Billing

    Please don’t hijack my thread with your advertisement. I would appreciate an answer from actual users if the above mentioned billing system. I just find it weird that this forum does not mention it at all.
  9. D

    Fusion PBX Billing

    Is anyone here using the fusionpbx billing system by Okay Network? I'd like to get some feedback on this application, please. It sounds like a better option than trunking every outbound call to ASTPP. Many thanks in advance for your help.
  10. D

    iPhone Softphone Options or Advice - iOS 13

    GS Wave Lite does not need push notifications for incoming calls. It works fine running in the background with TCP protocol.
  11. D

    iPhone Softphone Options or Advice - iOS 13

    GS Wave does not need push notifications for incoming calls. It works fine running in the background with TCP protocol.
  12. D

    GSM & Opus codec

    Thanks but that's not it. The codecs are loaded in Modules. However, I got it to work in the end. After changing the codecs in Advanced->variables, I had to go to Advanced->sip profiles and SAVE the internal or external profile. Then go to Status-sip status and restart the internal and external...
  13. D

    GSM & Opus codec

    I am new to fusionpbx and could not find the info in the forum. I am using Acrobits to register an extension and can make and receive calls with ulaw and G722 codec. However when I try either Opus or GSM codecs the call fails. The codecs are loaded in MODULES and show codec in fs_cli lists the...
  14. D

    iPhone Softphone Options or Advice - iOS 13

    Actually, we have no issue in IOS with GS wave incoming calls if we use the TCP protocol. The app runs in the background and receives all incoming calls. The real problem with GS Wave, is the 2-3 seconds audio delay for all incoming and outgoing calls. We even opened a ticket with Grandstream...
  15. D

    Debian 10 install UFW problem

    Because in the Debian 9 install fusionpbx sets up all the iptables default rules whereas in the Debian 10 install, it doesn't seem to do it.
  16. D

    Debian 10 install UFW problem

    When installing fusionpbx on debian 10 (buster), the fusionpbx web GUI is not accessible because the install script can't handle the new UFW firewall. Debian 9 uses iptables and 10 uses UFW. I can access the GUI if I turn off the UFW firewall but that's not really a solution. Installing on...