FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
maulishshah
Staff
Staff
Article Id 296365
Description This article describes how to view VoIP profiles in UTM features of the GUI.
Scope FortiGate.
Solution

By default, the Firewall policy operates in Flow-based inspection mode, and due to this reason, the firewall fails to display the VoIP profile.

 

Here is the reference image: 

 

VOIP_missing.PNG

 

Note: 

If it is not possible to see the VOIP profile in the Firewall Policy, enable 'VoIP' from the System Feature Visibility.

If the Firewall Policy is moved from Flow-based to Proxy-mode inspection, it is possible to see the VoIP profiles.

 

Refer to the following image: 

Profile_Visiblew.PNG

 

VoIP profile can be set through CLI using the below command:


config firewall policy
    edit <Policy_ID>
        set set inspection-mode proxy
        set voip-profile <Profile_name>
    end