Search results

  1. bcmike

    Session Border Controller Software

    I think the people at 3CX hype up NAT issues a little too much. Everyone that I've encountered from that world is scared to death of NAT. With todays routers NAT shouldn't be a big deal, sometimes the timers are a little aggressive but it's usually an easy fix. I do however see the the value in...
  2. bcmike

    Relay to outbound

    Hi, I'm sorry if this has been addressed elsewhere but I'm having trouble wrapping my head around this. I have a MS teams implementation and I use Kamailio to proxy and route that traffic. Right now when dialing a PSTN number from teams I prefix it and route it out through Kamailio to an...
  3. bcmike

    SOLVED Fax server

    One more thing to add. I was mistakenly faxing out using G722 and the transcoding (I'm assuming) was really messing up outgoing faxes. To fix this add this variable to the fax section: absolute_codec_string=PCMU
  4. bcmike

    Teams Integration

    I'm using DSIP and am fairly happy with it but there is a transfer issue.
  5. bcmike

    Teams Integration

    FYI: If you really want to you can strip the + out on the Microsoft side using dial plan rules.
  6. bcmike

    Guide to configure FusionPBX with ASTPP

    So I'm guessing you just want to know how to send a DID to your fusion box. I have two profiles set up on the ASTPP box, one internal and one external. My internal sends traffic to my Fusion boxes on an internal non routable subnet, lets call it 192.168.0/24 with my fusion box being at...
  7. bcmike

    Issues with Provisioning

    Ubiquiti ER does some magic tricks with offloading that you should disable, and yes you should also disable SIP ALG. These are my notes, your mileage may vary so be careful: Disable SIP ALG: configure set system conntrack modules sip disable commit save exit Disable IPv4 Offloading...
  8. bcmike

    SOLVED Fax server

    These are my settings: This basically attempts to force all faxes to 9600 baud and turns on ECM. This is probably the slowest way to receive faxes but I've found it to be the most reliable.
  9. bcmike

    Been playing with two factor auth :)

    I just finished going through this. Dropped my phone in a lake and getting all my 2FA authenticators going again on a new phone was a major pain. P.S. Really I'm looking forward to this feature. I've always been nervous having the gui exposed to the public network.
  10. bcmike

    SOLVED Append dial string

    Thank you so much! That worked like a charm!
  11. bcmike

    SOLVED Append dial string

    Hi I have unique use case where I have to append the dialed number with 1 before it goes out to a bridge. This would be a normal dial command from the outgoing route sofia/[sip profile]/$1@[remote machine]:5060 Now if I wanted to prefix it I's simply do this 1$1 , however if I go $11 I do not...
  12. bcmike

    On call tech function

    Hi, When we lived on FreePBX we'd create a queue for the on call tech and then create an IVR where they could login their cell phone as a dynamic agent. After the shift was over they log their cell phone out of the queue. Is there anyway to create a dynamic queues agent in FusionPBX or...
  13. bcmike

    SOLVED Fax server

    Ok, Sorry I did this in completely the wrong way. If you hand edit the XML for each fax server it'll just get copied over by the defaults when you make changes and save the fax server. The proper place to d this, and I would of known this if I RTFM is in the default settings are and add the...
  14. bcmike

    SOLVED Fax server

    Hi, I'm trying to force a lower baud rate and error correction on my clients fax servers to increase reliability. I added this in the dial plan manager to a fax server I created in a test domain: <action application="set" data="fax_use_ecm=true"/> <action...
  15. bcmike

    WHCMS module

    I am still looking for this. I'll be honest though I can't break the bank over this right now, covid impacted us recently. However I'm sure if developed there'd be no problem finding a market for it.
  16. bcmike

    MS Direct Routing Integration

    Hi, I'm looking for someone who has completed a successfull MS Teams integration directly with Freeswitch. I need some questions answered and some general consulting. I'm happy to pay for the time.
  17. bcmike

    ms teams kamailio and opensips

    I'm still struggling with this. I'd be willing to pay a few bucks if someone who's done a successful integration could answer a couple of questions and point me in the right direction.
  18. bcmike

    High CPU usage

    Are you getting heavy traffic on any of your interfaces? You might be getting DOS'd and fail2ban is having a hard time keeping up? if not maybe restart fail2ban?
  19. bcmike

    ms teams kamailio and opensips

    How do you guys handle the inbound from teams? As far as I can see it just goes to the public context. I suppose you could set up inbound routes for each of your extensions but how do you then route calls to the PSTN. Maybe I'm missing something..
  20. bcmike

    Bridging Jitsi-Meet to Fusion PBX

    You don't have to do anything in Fusion except set up an account for it to use in the domain. All the setup is on the jitsi side,