How to Disable SIP and RTP Processing on your Fortigate for VoIP Goodness!

So I’m sitting there… having moved our SIP Gateway and VoIP Phone system behind the Firewall and then OMG ITS NOT WORKING! I mean, it is, and by it is, I mean, no. It isn’t working. :)   Lo and behold technically OMG THE SOLUTION IS DISABLE SIP!  Well, that sounds pretty ridiculous… But I guess it turns out that the system has a native SIP handler and knows better than we do! Well, you’re wrong. You don’t know better than we do, unless ‘knowing better’ means breaking my SIP traffic!

That said, there are a few other blogs where I found answers which helped lead to this solution (included below) but you know me.. I like to make sure I have a source to refer back to things and of course to share my experience on the matter, thus here it is! :)

Step One: Disable SIP Helper!

  1. config system settings
  2. set  sip-helper disable
  3. set sip-nat-trace disable
  4. REBOOT THE DEVICE!!! (You may want to wait on rebooting until AFTER you do the next few steps!)

Step Two: Delete the SIP Helper

  1. config system session-helper
  2. show (Look for the SIP helper, often object 12)
  3. delete # (whatever number the SIP helper was)

Step Three: Disable RTP Processing

  1. config voip profile
  2. edit default
  3. config sip
  4. set rtp disable

And there you have it! If you did the steps in reverse and then rebooted, your Fortigate should no longer be preventing your SIP traffic from working!  That is also of course ensuring you’re sending all of the right ports through in your firewall rules… that’s up to you to check with your respective VoIP vendor to make sure you have the full compliment of ports, policies, etc!

Good luck! <3

Other blogs which helped solve this!