Description

Sangoma's Vega Enterprise SBC and NetBorder Session Controller (NSC) are advanced and flexible Session Border Controllers that allow you to interconnect different SIP networks securely to perform SIP trunking and general SIP call routing with its advanced XML-based routing engine or the friendly call routing Web UI.

Version 2.3 GA

The NetBorder Session Controller REST API allows you to provision and manage Sangoma's SBC without making use of the front end Web UI. You can add, edit and remove SIP trunks, profiles, domains, users with ease. You can use the programming language of your preference to automate provisioning of the SBC and integrate the SBC with other applications or business logic and processes in your company. In NSC 2.1 virtually all components can be configured through the REST API.

Changes since version 2.2
  • acl
    {
      "object": {
        "user_acl": {
          "popup_add_form": true,
          "pagination": false,
          "autoname": true,
          "methods": {
            "create": {
              "description": "Create a user ACL",
              "request": "POST",
              "name": "Create",
              "icon": "create"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List user_acl."
              ]
            },
            "upload": {
              "description": "Upload a user ACL file",
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a user ACL file"
            }
          },
          "file_def": {
            "file_type": "csv",
            "filesystem": true
          },
          "description": "User ACL File",
          "dynamic": true,
          "base_path": "/NSC/local/software/acl/user_acl",
          "configurable": true,
          "global_methods": false,
          "class": {
            "count": {
              "default": "",
              "label": "User Count",
              "field": "count",
              "readonly": "readonly",
              "type": "integer",
              "size": 50
            },
            "file_name": {
              "default": "",
              "label": "File Name",
              "field": "file_name",
              "readonly": "readonly",
              "type": "string",
              "size": 50
            },
            "enabled": {
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enabled",
              "field": "enabled",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 100,
              "type": "string",
              "label": "Description"
            }
          },
          "name": "User ACL File"
        },
        "user_acl_zone": {
          "popup_add_form": true,
          "pagination": false,
          "autoname": true,
          "methods": {
            "create": {
              "description": "Create a ACL zone",
              "request": "POST",
              "name": "Create",
              "icon": "create"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List user_acl_zone."
              ]
            },
            "upload": {
              "description": "Upload a ACL zone file",
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a ACL zone file"
            }
          },
          "file_def": {
            "file_type": "csv",
            "filesystem": true
          },
          "description": "ACL Zone File",
          "dynamic": true,
          "base_path": "/NSC/local/software/acl/user_acl_zone",
          "configurable": true,
          "global_methods": false,
          "class": {
            "count": {
              "default": "",
              "label": "User Count",
              "field": "count",
              "readonly": "readonly",
              "type": "integer",
              "size": 50
            },
            "file_name": {
              "default": "",
              "label": "File Name",
              "field": "file_name",
              "readonly": "readonly",
              "type": "string",
              "size": 50
            },
            "enabled": {
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enabled",
              "field": "enabled",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 100,
              "type": "string",
              "label": "Description"
            }
          },
          "name": "ACL Zone File"
        },
        "network_list": {
          "pagination": false,
          "description": "ACL",
          "has_child": true,
          "object": {
            "node": {
              "pagination": false,
              "autoname": true,
              "description": "ACL Nodes",
              "dynamic": true,
              "base_path": "/NSC/local/software/acl/acl/default/node",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List node."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create an ACL node"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve an ACL node"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update an ACL node"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete an ACL node"
                }
              },
              "global_methods": false,
              "class": {
                "policy": {
                  "help": "To accept or to reject the access for the specified CIDR",
                  "default": "allow",
                  "value": {
                    "deny": "Deny",
                    "allow": "Allow"
                  },
                  "label": "Policy",
                  "field": "policy",
                  "rules": "required|in_list[deny,allow]",
                  "ha_rules": "required|in_list[deny,allow]",
                  "type": "dropdown"
                },
                "prefix": {
                  "composite_parent": "ip-address",
                  "default": "",
                  "label": "Prefix",
                  "field": "prefix",
                  "rules": "valid_ip_prefix[ip-address]",
                  "type": "text",
                  "size": 5
                },
                "ip-address": {
                  "composite": [
                    "prefix"
                  ],
                  "help": [
                    "IP Address",
                    "Network address or the IP of a host",
                    " ",
                    "Prefix",
                    "The network prefix for the target IP address.",
                    "",
                    "Optional: If not specified, a host rule is created.",
                    " "
                  ],
                  "default": "",
                  "label": "IP Address",
                  "field": "ip-address",
                  "rules": "required[type,in,cidr_acl]|valid_ip",
                  "type": "text",
                  "size": 40
                }
              },
              "name": "ACL Nodes"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/acl/acl",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List network_list."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a new ACL"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve an ACL item"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update an ACL item"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete an ACL item"
            }
          },
          "global_methods": false,
          "class": {
            "default-policy": {
              "help": "When peer's IP address does NOT fall into any ACL node of the applied ACL, what operation shall be taken",
              "default": "false",
              "value": {
                "true": "Allow",
                "false": "Deny"
              },
              "label": "Default Policy",
              "field": "default-policy",
              "rules": "required|in_list[false,true]",
              "ha_rules": "required|in_list[false,true]",
              "type": "dropdown"
            }
          },
          "name": "ACL"
        }
      },
      "name": "Access Control List",
      "description": ""
    }
  • auditor
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • cluster/cluster/monitor/action
            {
              "composite": [
                "cluster/cluster/monitor/level"
              ],
              "category": "High Availability",
              "group": "cluster/cluster/monitor/action",
              "help": [
                "Alert when failure events happen in starting/stopping cluster resources.",
                {
                  "Cluster Resources Status": [
                    "Enable/Disable Cluster Resources Status audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Cluster Resources Status",
              "field": "cluster/cluster/monitor/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • cluster/cluster/monitor/level
            {
              "composite_parent": "cluster/cluster/monitor/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "cluster/cluster/monitor/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • cluster/cluster/rings/action
            {
              "composite": [
                "cluster/cluster/rings/level"
              ],
              "category": "High Availability",
              "group": "cluster/cluster/rings/action",
              "help": [
                "Alert when cluster communication channels (rings) on dedicated or backup interfaces are faulty.",
                {
                  "Cluster Network Interfaces": [
                    "Enable/Disable Cluster Network Interfaces audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Cluster Network Interfaces",
              "field": "cluster/cluster/rings/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • cluster/cluster/rings/level
            {
              "composite_parent": "cluster/cluster/rings/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "cluster/cluster/rings/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • cluster/cluster/sync/action
            {
              "composite": [
                "cluster/cluster/sync/level"
              ],
              "category": "High Availability",
              "group": "cluster/cluster/sync/action",
              "help": [
                "Alert when configuration was generated with synchronization disabled.",
                {
                  "Cluster Setup Synchronization": [
                    "Enable/Disable Cluster Setup Synchronization audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Cluster Setup Synchronization",
              "field": "cluster/cluster/sync/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • cluster/cluster/sync/level
            {
              "composite_parent": "cluster/cluster/sync/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "cluster/cluster/sync/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • clustermon/log/critical/action
            {
              "composite": [
                "clustermon/log/critical/level"
              ],
              "category": "Cluster Management",
              "group": "clustermon/log/critical/action",
              "help": [
                "Alert when Cluster Management logs critical messages.",
                {
                  "Critical Messages": [
                    "Enable/Disable Critical Messages audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Critical Messages",
              "field": "clustermon/log/critical/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • clustermon/log/critical/level
            {
              "composite_parent": "clustermon/log/critical/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "clustermon/log/critical/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • clustermon/log/error/action
            {
              "composite": [
                "clustermon/log/error/level"
              ],
              "category": "Cluster Management",
              "group": "clustermon/log/error/action",
              "help": [
                "Alert when Cluster Management logs error messages.",
                {
                  "Error Messages": [
                    "Enable/Disable Error Messages audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Error Messages",
              "field": "clustermon/log/error/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • clustermon/log/error/level
            {
              "composite_parent": "clustermon/log/error/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "clustermon/log/error/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • clustermon/log/warning/action
            {
              "composite": [
                "clustermon/log/warning/level"
              ],
              "category": "Cluster Management",
              "group": "clustermon/log/warning/action",
              "help": [
                "Alert when Cluster Management logs warning messages.",
                {
                  "Warning Messages": [
                    "Enable/Disable Warning Messages audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Warning Messages",
              "field": "clustermon/log/warning/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            }
          • clustermon/log/warning/level
            {
              "composite_parent": "clustermon/log/warning/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "clustermon/log/warning/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • mediamon/log/critical/action
            • ha_rules
              "required|in_list[false,alert]"
          • mediamon/log/critical/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • mediamon/log/error/action
            • ha_rules
              "required|in_list[false,alert]"
          • mediamon/log/error/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • mediamon/log/warning/action
            • ha_rules
              "required|in_list[false,alert]"
          • mediamon/log/warning/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • mediamon/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • mediamon/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • monitor/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • monitor/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • mysqld/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • mysqld/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • network/network/interface/eth0/status/action
            • ha_rules
              "required|in_list[false,alert]"
          • network/network/interface/eth0/status/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • network/network/interface/eth1/status/action
            {
              "composite": [
                "network/network/interface/eth1/status/level"
              ],
              "category": "System",
              "group": "network/network/interface/eth1/status/action",
              "help": [
                "Alert when a network interface eth1 is disconnected.",
                {
                  "Network Interface eth1 Status": [
                    "Enable/Disable Network Interface eth1 Status audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Network Interface eth1 Status",
              "field": "network/network/interface/eth1/status/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "type": "dropdown"
            }
          • network/network/interface/eth1/status/level
            {
              "composite_parent": "network/network/interface/eth1/status/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "network/network/interface/eth1/status/level",
              "rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          • nsc/dsp/capacity/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/dsp/capacity/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/log/core-dump/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/log/core-dump/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/log/critical/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/log/critical/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/log/error/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/log/error/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/log/warning/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/log/warning/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/session/capacity/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/session/capacity/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • nsc/trunk/status/action
            • ha_rules
              "required|in_list[false,alert]"
          • nsc/trunk/status/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • rtcpmon/call/quality/action
            • ha_rules
              "required|in_list[false,alert]"
          • rtcpmon/call/quality/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • rtcpmon/log/critical/action
            • ha_rules
              "required|in_list[false,alert]"
          • rtcpmon/log/critical/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • rtcpmon/log/error/action
            • ha_rules
              "required|in_list[false,alert]"
          • rtcpmon/log/error/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • rtcpmon/log/warning/action
            • ha_rules
              "required|in_list[false,alert]"
          • rtcpmon/log/warning/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • rtcpmon/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • rtcpmon/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • sipsecmon/log/critical/action
            • ha_rules
              "required|in_list[false,alert]"
          • sipsecmon/log/critical/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • sipsecmon/log/error/action
            • ha_rules
              "required|in_list[false,alert]"
          • sipsecmon/log/error/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • sipsecmon/log/warning/action
            • ha_rules
              "required|in_list[false,alert]"
          • sipsecmon/log/warning/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • sipsecmon/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • sipsecmon/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/cpu/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/cpu/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/filesystem/root/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/filesystem/root/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/filesystem/var/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/filesystem/var/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/loadavg/15min
            • default
              "1.0"
              "2.0"
          • system/loadavg/1min
            • default
              "2.0"
              "3.0"
          • system/loadavg/5min
            • default
              "1.0"
              "2.0"
          • system/loadavg/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/loadavg/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/memory/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/memory/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • system/raid/action
            • ha_rules
              "required|in_list[false,alert]"
          • system/raid/level
            • ha_rules
              "required|in_list[info,error,critical]"
          • webconfig/service/action
            • ha_rules
              "required|in_list[false,alert]"
          • webconfig/service/level
            • ha_rules
              "required|in_list[info,error,critical]"
  • cac
    • description
      • 1
        ""
    • object
      • rule
        • class
          • sip-profiles
            • ha_rules
              "is_array|in_list[]"
        • object
          • ipaddr
            • class
              • max
                • label
                  "Maximum Concurrent Sessions"
                  "Maximum Concurrent SIP Sessions"
          • user
            • class
              • max
                • label
                  "Maximum Concurrent Sessions"
                  "Maximum Concurrent SIP Sessions"
  • cdr
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • global/http
            • ha_rules
              "required|in_list[true,false]"
          • global/local
            • ha_rules
              "required|in_list[true,false]"
          • local/schedule
            • ha_rules
              "required|in_list[hourly,daily,weekly,monthly]"
  • certificate
    • description
      • 1
        ""
    • object
      • webssl
        {
          "popup_add_form": true,
          "pagination": false,
          "name": "Web SSL Certificate",
          "file_def": {
            "file_type": "key|pem|cert|cer|crt|p7b|pkcs12|pfx|p12"
          },
          "description": "Web SSL Certificate",
          "dynamic": true,
          "base_path": "/NSC/local/software/certificate/webssl",
          "configurable": true,
          "global_methods": false,
          "class": {
            "certificate-file-name": {
              "default": "",
              "field": "certificate-file-name",
              "type": "text",
              "label": "file"
            },
            "name": {
              "default": "",
              "field": "name",
              "size": 60,
              "type": "text",
              "label": "Name"
            },
            "expires": {
              "default": "",
              "field": "expires",
              "size": 60,
              "type": "text",
              "label": "Expires"
            },
            "certificate-file-contents": {
              "default": "",
              "field": "certificate-file-contents",
              "type": "base64",
              "help": "Base64 encoded PEM-formatted string.",
              "label": "file-contents"
            },
            "issuer": {
              "default": "",
              "field": "issuer",
              "size": 60,
              "type": "text",
              "label": "Issuer"
            },
            "subject": {
              "default": "",
              "field": "subject",
              "size": 60,
              "type": "text",
              "label": "Subject"
            }
          },
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List webssl."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create Web SSL certificate"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve Web SSL certificate"
            },
            "update": {
              "request": "POST",
              "name": "Create",
              "description": "Update Web SSL certificate"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete Web SSL certificate"
            }
          }
        }
  • cluster
    {
      "methods": {
        "local_key": {
          "description": "Show access key for the local node",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "key",
          "name": "Generate Access Key"
        },
        "synchronize": {
          "description": "Copy configuration to Peer",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "redirect_url": "",
          "icon": "save",
          "display": false,
          "name": "Copy configuration to Peer"
        },
        "reset_uuid": {
          "description": "Generate new UUID and access key for local node",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "key",
          "name": "Reset UUID and Access Key"
        }
      },
      "object": {
        "peer": {
          "pagination": false,
          "controller_url": "/SAFe/sng_cluster_config",
          "description": "Peer nodes",
          "has_child": true,
          "object": {
            "sngms_module": {
              "pagination": false,
              "autoname": true,
              "description": "Media Interface Modules",
              "dynamic": false,
              "base_path": "/NSC/local/software/cluster/peer/default/sngms_module",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List sngms_module."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a SNGMS Module"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a SNGMS Module"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a SNGMS Module"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a SNGMS Module"
                }
              },
              "global_methods": false,
              "class": {
                "ipv6_address": {
                  "category": "Network IPv6",
                  "default": "",
                  "label": "IPv6 address",
                  "field": "ipv6_address",
                  "rules": "valid_ip[ipv6]",
                  "category_setting": "expanded",
                  "type": "text",
                  "size": 40
                },
                "jitter/mode": {
                  "category": "Jitter",
                  "help": [
                    "Jitter buffer mode to operate on.",
                    "Static allocates a fixed buffer.",
                    "Adaptive changes the buffer on runtime depending on the network."
                  ],
                  "default": "static",
                  "value": {
                    "adaptive": "Adaptive",
                    "static": "Static"
                  },
                  "label": "Jitter Mode",
                  "disabled": "disabled",
                  "field": "jitter/mode",
                  "rules": "required|in_list[static,adaptive]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[static,adaptive]",
                  "type": "dropdown"
                },
                "vqe/tx_automatic_level_control": {
                  "composite": [
                    "vqe/tx_automatic_level_control_target_dbm0"
                  ],
                  "help": [
                    "Enable TX Automatic Level Control for all media sessions.",
                    "Using the level threshold limit specified in Automatic Level Control Target, dBm0 level is being filtered.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 15%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Automatic Level Control (TX)",
                  "disabled": "disabled",
                  "field": "vqe/tx_automatic_level_control",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "gateway": {
                  "help": "Default IPv4 gateway of this particular module.",
                  "default": "",
                  "label": "IPv4 Gateway",
                  "field": "gateway",
                  "rules": "valid_ip[ipv4]",
                  "type": "text"
                },
                "vlan_id": {
                  "help": [
                    "(Optional) Identifies which VLAN this module is part of.",
                    "If the VLAN ID was entered in the Media Interface, it does not need to be entered here unless the VLAN ID is different.",
                    "A VLAN ID is not required, and will be ignored, when the Media Interfaces are set to Hidden."
                  ],
                  "default": "",
                  "label": "VLAN Identifier",
                  "field": "vlan_id",
                  "rules": "greater_than[0]|less_than[4097]",
                  "type": "string",
                  "size": 10
                },
                "vqe/rx_automatic_level_control_target_dbm0": {
                  "composite_parent": "vqe/rx_automatic_level_control",
                  "default": -21,
                  "label": "Target",
                  "disabled": "disabled",
                  "field": "vqe/rx_automatic_level_control_target_dbm0",
                  "rules": "required[vqe/rx_automatic_level_control]|integer|greater_or_equal[-42]|less_or_equal[-6]",
                  "type": "integer",
                  "size": 5
                },
                "ip_address": {
                  "category": "Network IPv4",
                  "help": "IPv4 address of this particular module.",
                  "default": "",
                  "label": "IPv4 address",
                  "field": "ip_address",
                  "rules": "required[enable]|valid_ip_array[ipv4]",
                  "category_setting": "expanded",
                  "type": "text"
                },
                "version": {
                  "default": null,
                  "field": "version",
                  "readonly": "readonly",
                  "type": "string",
                  "label": "Version"
                },
                "ipv6_prefix": {
                  "default": "",
                  "field": "ipv6_prefix",
                  "type": "text",
                  "rules": "integer|greater_than[0]|less_or_equal[128]",
                  "label": "IPv6 prefix"
                },
                "ifname": {
                  "default": "",
                  "field": "ifname",
                  "readonly": "readonly",
                  "type": "string",
                  "label": "Interface"
                },
                "udp_begin": {
                  "help": "Starting UDP port being used by this module",
                  "default": "14000",
                  "label": "First UDP port",
                  "field": "udp_begin",
                  "rules": "required|valid_port_number|greater_or_equal[5004]",
                  "type": "text"
                },
                "enable": {
                  "category": "General",
                  "help": "Enable/Disable this particular module.",
                  "default": "true",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Enable",
                  "field": "enable",
                  "rules": "required|in_list[true,false]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                },
                "jitter/max_pdv_ms": {
                  "category": "Jitter",
                  "help": "Maximum tolerated\n                packet delay variation in milliseconds.",
                  "default": null,
                  "label": "Jitter Max PDV",
                  "disabled": "disabled",
                  "field": "jitter/max_pdv_ms",
                  "category_setting": "expanded",
                  "type": "integer",
                  "size": 5
                },
                "vqe/acoustic_echo": {
                  "category": "VQE",
                  "help": [
                    "Enable acoustic echo cancellation for all media sessions.",
                    "This reduces echo on calls but increases the possibility of double-talk clipping.",
                    "Use this value for situations where the echo path is highly non-linear.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 35%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Acoustic Echo Cancellation",
                  "disabled": "disabled",
                  "field": "vqe/acoustic_echo",
                  "rules": "required|in_list[1,0]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "vqe/rx_adaptive_noise_reduction": {
                  "help": [
                    "Enable Adaptive Noise Reduction for all media sessions.",
                    "This removes the noise present while leaving voice intact.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 35%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Adaptive Noise Reduction",
                  "disabled": "disabled",
                  "field": "vqe/rx_adaptive_noise_reduction",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "jitter/min_delay_ms": {
                  "category": "Jitter",
                  "help": "Minimal delay tolerated in milliseconds.",
                  "default": null,
                  "label": "Jitter Minimal Delay",
                  "disabled": "disabled",
                  "field": "jitter/min_delay_ms",
                  "category_setting": "expanded",
                  "type": "integer",
                  "size": 5
                },
                "vqe/rx_automatic_level_control": {
                  "composite": [
                    "vqe/rx_automatic_level_control_target_dbm0"
                  ],
                  "help": [
                    "Enable RX Automatic Level Control for all media sessions.",
                    "Using the level threshold limit specified in Automatic Level Control Target, dBm0 level is being filtered.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 15%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Automatic Level Control (RX)",
                  "disabled": "disabled",
                  "field": "vqe/rx_automatic_level_control",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "mac": {
                  "default": "default",
                  "field": "mac",
                  "readonly": "readonly",
                  "type": "string",
                  "label": "MAC Address"
                },
                "udp_end": {
                  "help": "Ending UDP port being used by this module.",
                  "default": "16000",
                  "label": "Last UDP port",
                  "field": "udp_end",
                  "rules": "required|valid_port_number",
                  "type": "text"
                },
                "vqe/tx_automatic_level_control_target_dbm0": {
                  "composite_parent": "vqe/tx_automatic_level_control",
                  "default": -21,
                  "label": "Target",
                  "disabled": "disabled",
                  "field": "vqe/tx_automatic_level_control_target_dbm0",
                  "rules": "required[vqe/tx_automatic_level_control]|integer|greater_or_equal[-42]|less_or_equal[-6]",
                  "type": "integer",
                  "size": 5
                },
                "ext_ip_address": {
                  "help": [
                    "Optional parameter.",
                    "IPv4 address used by gateway in the SDP offer or answer. ",
                    "If not specified, gateway uses the assigned IP address to the media interface(default behavior).",
                    "When gateway is behind a firewall (ie: DMZ or port-forwarding) with RTP ports being forwarded to the media interface, it may be desirable to specify this parameter to an IP address that will be mapped by the firewall port-forwarding capabilities to the internal IP address of the media interface, if not set when working under a DMZ or port-forwarding scenario, calls may end up not having audio."
                  ],
                  "default": "",
                  "label": "External IPv4 address",
                  "field": "ext_ip_address",
                  "rules": "valid_ip[ipv4]",
                  "type": "text"
                },
                "ext_ipv6_address": {
                  "default": "",
                  "label": "External IPv6 address",
                  "field": "ext_ipv6_address",
                  "rules": "valid_ip[ipv6]",
                  "type": "text",
                  "size": 40
                },
                "mask": {
                  "help": "Subnet Mask of this particular module",
                  "default": "",
                  "label": "IPv4 Network Mask",
                  "field": "mask",
                  "rules": "required[enable]|valid_ip[ipv4]",
                  "type": "text"
                },
                "jitter/initial_delay_ms": {
                  "category": "Jitter",
                  "help": "Initial delay (buffer size) in milliseconds.",
                  "default": null,
                  "label": "Jitter Initial\n                Delay",
                  "disabled": "disabled",
                  "field": "jitter/initial_delay_ms",
                  "category_setting": "expanded",
                  "type": "integer",
                  "size": 5
                },
                "ipv6_gateway": {
                  "default": "",
                  "label": "IPv6 Gateway",
                  "field": "ipv6_gateway",
                  "rules": "valid_ip[ipv6]",
                  "type": "text",
                  "size": 40
                }
              },
              "name": "Media Interface Modules"
            },
            "network_configuration": {
              "singleton": true,
              "autoname": true,
              "description": "General Network",
              "dynamic": false,
              "pagination": false,
              "base_path": "/NSC/local/software/cluster/peer/default/network_configuration",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": "List Network Configuration"
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create Network Configuration"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve Network Configuration"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update Network Configuration"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete Network Configuration"
                }
              },
              "global_methods": false,
              "class": {
                "dns/4": {
                  "default": "",
                  "label": "Static DNS #4",
                  "field": "dns/4",
                  "rules": "valid_ip_or_domain",
                  "type": "text",
                  "size": 40
                },
                "dns/1": {
                  "category": "DNS",
                  "default": "",
                  "label": "Static DNS #1",
                  "field": "dns/1",
                  "rules": "valid_ip_or_domain",
                  "category_setting": "expanded",
                  "type": "text",
                  "size": 40
                },
                "dns/3": {
                  "default": "",
                  "label": "Static DNS #3",
                  "field": "dns/3",
                  "rules": "valid_ip_or_domain",
                  "type": "text",
                  "size": 40
                },
                "dns/2": {
                  "default": "",
                  "label": "Static DNS #2",
                  "field": "dns/2",
                  "rules": "valid_ip_or_domain",
                  "type": "text",
                  "size": 40
                },
                "ipv4/default_gw": {
                  "default": "",
                  "label": "Default IPV4 Gateway",
                  "field": "ipv4/default_gw",
                  "rules": "valid_ip_or_domain[ipv4]",
                  "type": "text",
                  "size": 40
                },
                "ipv6/default_gw": {
                  "default": "",
                  "label": "Default IPV6 Gateway",
                  "field": "ipv6/default_gw",
                  "rules": "valid_ip_or_domain[ipv6]",
                  "type": "text",
                  "size": 40
                },
                "global/gatewaydev": {
                  "category": "Gateway",
                  "default": null,
                  "value": null,
                  "label": "Default Gateway Interface",
                  "field": "global/gatewaydev",
                  "rules": "required|in_list[]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[]",
                  "type": "dropdown"
                },
                "global/hostname": {
                  "category": "General",
                  "default": "",
                  "label": "Host Name",
                  "field": "global/hostname",
                  "rules": "required",
                  "category_setting": "expanded",
                  "type": "text",
                  "size": 40
                }
              },
              "name": "General Network"
            },
            "sngms_device": {
              "pagination": false,
              "autoname": true,
              "description": "Media Interface Device",
              "dynamic": false,
              "base_path": "/NSC/local/software/cluster/peer/default/sngms_device",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List sngms_device."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a SNGMS Device"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a SNGMS Device"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a SNGMS Device"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a SNGMS Device"
                }
              },
              "global_methods": false,
              "class": {
                "split": {
                  "help": "When set to true macvlan devices will be created on demand per each vocallo module on this sngdsp interafce.",
                  "default": "false",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Split Modules",
                  "field": "split",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
              },
              "name": "Media Interface Device"
            },
            "sngms_configuration": {
              "singleton": true,
              "autoname": true,
              "description": "Media Interface",
              "dynamic": false,
              "pagination": false,
              "base_path": "/NSC/local/software/cluster/peer/default/sngms_configuration",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": "List a SNGMS Configuration"
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a SNGMS Configuration"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a SNGMS Configuration"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a SNGMS Configuration"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a SNGMS Configuration"
                }
              },
              "global_methods": false,
              "class": {
                "ipv6_address": {
                  "category": "Network IPv6",
                  "default": "2001:db8::99:2",
                  "label": "Base IPv6 address",
                  "field": "ipv6_address",
                  "rules": "valid_ip[ipv6]",
                  "category_setting": "expanded",
                  "type": "text",
                  "size": 40
                },
                "jitter/mode": {
                  "category": "Jitter",
                  "group": "jitter_group",
                  "help": [
                    "Jitter buffer mode to operate on.",
                    "Static allocates a fixed buffer.",
                    "Adaptive changes the buffer on runtime depending on the network"
                  ],
                  "default": "adaptive",
                  "value": {
                    "adaptive": "Adaptive",
                    "static": "Static"
                  },
                  "label": "Jitter Mode",
                  "field": "jitter/mode",
                  "rules": "required|in_list[static,adaptive]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[static,adaptive]",
                  "type": "dropdown"
                },
                "vqe/tx_automatic_level_control": {
                  "composite": [
                    "vqe/tx_automatic_level_control_target_dbm0"
                  ],
                  "group": "tx_alc",
                  "help": [
                    "Enable TX Automatic Level Control for all media sessions.",
                    "Using the level threshold limit specified in Automatic Level Control Target, dBm0 level is being filtered.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 15%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Automatic Level Control (TX)",
                  "field": "vqe/tx_automatic_level_control",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "udp_begin": {
                  "help": "Starting UDP port to be assigned to the media modules.",
                  "default": "10000",
                  "label": "First UDP port",
                  "field": "udp_begin",
                  "rules": "required|valid_port_number|greater_or_equal[5004]",
                  "type": "text"
                },
                "vlan_id": {
                  "help": "Specify the VLAN identifier that will be used on all media modules discovered.",
                  "default": "",
                  "label": "VLAN Identifier",
                  "field": "vlan_id",
                  "rules": "greater_than[0]|less_than[4097]",
                  "type": "string",
                  "size": 10
                },
                "vqe/rx_automatic_level_control_target_dbm0": {
                  "composite_parent": "vqe/rx_automatic_level_control",
                  "default": -21,
                  "label": "Target",
                  "field": "vqe/rx_automatic_level_control_target_dbm0",
                  "rules": "required[vqe/rx_automatic_level_control]|integer|greater_or_equal[-42]|less_or_equal[-6]",
                  "type": "integer",
                  "size": 5
                },
                "ip_address": {
                  "category": " Network IPv4",
                  "help": [
                    "Starting IP Address to be assigned to the media modules.",
                    "For every module discovered, the IP address will be incremented by 1."
                  ],
                  "default": "10.10.0.1",
                  "label": "Base IPv4 address",
                  "field": "ip_address",
                  "rules": "required|valid_ip[ipv4]",
                  "category_setting": "expanded",
                  "type": "text"
                },
                "gateway": {
                  "help": "Default Gateway to be assigned to the media modules.",
                  "default": "10.10.0.100",
                  "label": "Default IPv4 Gateway",
                  "field": "gateway",
                  "rules": "valid_ip[ipv4]",
                  "type": "text"
                },
                "ipv6_prefix": {
                  "default": "120",
                  "field": "ipv6_prefix",
                  "type": "text",
                  "rules": "integer|greater_than[0]|less_or_equal[128]",
                  "label": "IPv6 prefix"
                },
                "jitter/max_pdv_ms": {
                  "help": "Maximum tolerated\n                packet delay variation in milliseconds.",
                  "default": 100,
                  "label": "Jitter Max PDV",
                  "field": "jitter/max_pdv_ms",
                  "rules": "required[jitter/mode]|integer|greater_or_equal[20]|less_or_equal[200]",
                  "type": "integer",
                  "size": 5
                },
                "vqe/acoustic_echo": {
                  "category": "VQE",
                  "help": [
                    "Enable acoustic echo cancellation for all media sessions.",
                    "This reduces echo on calls but increases the possibility of double-talk clipping.",
                    "Use this value for situations where the echo path is highly non-linear.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 35%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Acoustic Echo Cancellation",
                  "field": "vqe/acoustic_echo",
                  "rules": "required|in_list[1,0]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "vqe/rx_adaptive_noise_reduction": {
                  "help": [
                    "Enable Adaptive Noise Reduction for all media sessions.",
                    "This removes the noise present while leaving voice intact.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 35%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Adaptive Noise Reduction",
                  "field": "vqe/rx_adaptive_noise_reduction",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "jitter/min_delay_ms": {
                  "help": "Minimal delay tolerated in milliseconds.",
                  "default": 20,
                  "label": "Jitter Minimal Delay",
                  "field": "jitter/min_delay_ms",
                  "rules": "required[jitter/mode]|integer|greater_or_equal[20]|less_or_equal[jitter/initial_delay_ms]",
                  "type": "integer",
                  "size": 5
                },
                "vqe/rx_automatic_level_control": {
                  "composite": [
                    "vqe/rx_automatic_level_control_target_dbm0"
                  ],
                  "group": "rx_alc",
                  "help": [
                    "Enable RX Automatic Level Control for all media sessions.",
                    "Using the level threshold limit specified in Automatic Level Control Target, dBm0 level is being filtered.",
                    "<font color=\"red\">Note that enabling this feature will reduce your call capacity in about 15%.</font>"
                  ],
                  "default": "0",
                  "value": {
                    "0": "Disable",
                    "1": "Enable"
                  },
                  "label": "Automatic Level Control (RX)",
                  "field": "vqe/rx_automatic_level_control",
                  "rules": "required|in_list[1,0]",
                  "ha_rules": "required|in_list[1,0]",
                  "type": "dropdown"
                },
                "udp_end": {
                  "help": "Ending UDP port to be assigned to the media modules.",
                  "default": "20000",
                  "label": "Last UDP port",
                  "field": "udp_end",
                  "rules": "valid_port_number",
                  "type": "text"
                },
                "vqe/tx_automatic_level_control_target_dbm0": {
                  "composite_parent": "vqe/tx_automatic_level_control",
                  "default": -21,
                  "label": "Target",
                  "field": "vqe/tx_automatic_level_control_target_dbm0",
                  "rules": "required[vqe/tx_automatic_level_control]|integer|greater_or_equal[-42]|less_or_equal[-6]",
                  "type": "integer",
                  "size": 5
                },
                "ext_ip_address": {
                  "help": [
                    "This is the starting IP address that system will use in the SDP offer or answer. For every module discovered, the IP address will be incremented by 1.",
                    "If not specified, system will use the assigned IP address to the media module(default behavior).",
                    "",
                    "When system is behind a firewall (ie: DMZ or port-forwarding) with RTP ports being forwarded to the media module,\n    \t\tit may be desirable to specify this parameter to an IP address that will be mapped by the firewall port-forwarding capabilities to the IP address of the media module.\n    \t\tIf not set when working under a DMZ or port-forwarding scenario, calls may end up not having audio.\n    \t\t"
                  ],
                  "default": "",
                  "label": "Base External IPv4 address",
                  "field": "ext_ip_address",
                  "rules": "valid_ip[ipv4]",
                  "type": "text"
                },
                "ext_ipv6_address": {
                  "default": "",
                  "label": "Base External IPv6 address",
                  "field": "ext_ipv6_address",
                  "rules": "valid_ip[ipv6]",
                  "type": "text",
                  "size": 40
                },
                "mask": {
                  "help": "Subnet mask to be assigned to the media modules.",
                  "default": "255.255.255.0",
                  "label": "IPv4 Network Mask",
                  "field": "mask",
                  "rules": "required|valid_ip[ipv4]",
                  "type": "text"
                },
                "jitter/initial_delay_ms": {
                  "help": "Initial delay (buffer size) in milliseconds.",
                  "default": 40,
                  "label": "Jitter Initial\n                Delay",
                  "field": "jitter/initial_delay_ms",
                  "rules": "required[jitter/mode]|integer|greater_or_equal[20]|less_or_equal[jitter/max_pdv_ms]",
                  "type": "integer",
                  "size": 5
                },
                "mode": {
                  "category": "General",
                  "group": "media_int",
                  "help": [
                    "Sets the Transcoding Mode",
                    {
                      "Software": [
                        "Disable media interfaces."
                      ]
                    },
                    {
                      "Hidden": [
                        "All media interfaces will be hidden and protected from the external network. Signaling and media will flow together thru the primary network interfaces (ie, eth0 and eth1).",
                        "Do NOT plug an ethernet cable to the media ethernet port (D500/D100)."
                      ]
                    }
                  ],
                  "default": "hardware-hidden",
                  "value": {
                    "hardware-hidden": "Hardware Hidden",
                    "software": "Software"
                  },
                  "label": "Transcoding Mode",
                  "field": "mode",
                  "rules": "required|in_list[software,hardware-hidden]",
                  "category_setting": "expanded",
                  "ha_rules": "required|in_list[software,hardware-hidden]",
                  "type": "dropdown"
                },
                "ipv6_gateway": {
                  "default": "2001:db8::99:1",
                  "label": "Default IPv6 Gateway",
                  "field": "ipv6_gateway",
                  "rules": "valid_ip[ipv6]",
                  "type": "text",
                  "size": 40
                }
              },
              "name": "Media Interface"
            },
            "network_route": {
              "pagination": false,
              "autoname": true,
              "description": "Static Routes",
              "dynamic": false,
              "base_path": "/NSC/local/software/cluster/peer/default/network_route",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List network_route."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Network Route"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Network Route"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Network Route"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Network Route"
                }
              },
              "global_methods": false,
              "class": {
                "interface": {
                  "help": "The network interface used to reach destination IP address.",
                  "default": null,
                  "value": false,
                  "label": "Network Interface",
                  "field": "interface",
                  "rules": "required|in_list[]",
                  "ha_rules": "required|in_list[]",
                  "type": "dropdown"
                },
                "prefix": {
                  "composite_parent": "address",
                  "default": "",
                  "label": "Prefix",
                  "field": "prefix",
                  "rules": "required|greater_than[1]|less_or_equal[128]",
                  "type": "text",
                  "size": 5
                },
                "gateway": {
                  "help": "The default gateway, or an IP address that can be used to reach the destination IP address.",
                  "default": "",
                  "label": "Gateway",
                  "field": "gateway",
                  "rules": "valid_ip",
                  "type": "text",
                  "size": 40
                },
                "address": {
                  "composite": [
                    "prefix"
                  ],
                  "help": [
                    "Destination",
                    "IP address.",
                    " ",
                    "Prefix",
                    "The network prefix for the destination IP address.",
                    " "
                  ],
                  "default": "",
                  "label": "Destination",
                  "field": "address",
                  "rules": "required|valid_ip",
                  "type": "text",
                  "size": 40
                }
              },
              "name": "Static Routes"
            },
            "network_ip": {
              "pagination": false,
              "controller_url": "/SAFe/sng_cluster_config",
              "description": "IP Addresses",
              "dynamic": false,
              "base_path": "/NSC/local/software/cluster/peer/default/network_ip",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List network_ip."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Network IP"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Network IP"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Network IP"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Network IP"
                }
              },
              "global_methods": false,
              "autoname": true,
              "class": {
                "proto": {
                  "group": "proto",
                  "default": "static-4",
                  "value": {
                    "slaac-6": "IPv6 - Automatic",
                    "dhcp-4": "IPv4 - Dynamic",
                    "static-4": "IPv4 - Static",
                    "dhcp-6": "IPv6 - Dynamic",
                    "static-6": "IPv6 - Static"
                  },
                  "label": "Configuration",
                  "field": "proto",
                  "rules": "required|in_list[dhcp-4,static-4,dhcp-6,slaac-6,static-6]",
                  "ha_rules": "required|in_list[dhcp-4,static-4,dhcp-6,slaac-6,static-6]",
                  "type": "dropdown"
                },
                "hostname": {
                  "default": "",
                  "label": "Hostname",
                  "field": "hostname",
                  "rules": "required[proto,in,dhcp-4,dhcp-6,slaac-6]|valid_domain",
                  "type": "text",
                  "size": 40
                },
                "persistent": {
                  "help": "Keep retrying to get a DHCP lease indefinitely",
                  "default": "true",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Persistent DHCP client",
                  "field": "persistent",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                },
                "peerdns": {
                  "default": "true",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Use automatic DNS servers",
                  "field": "peerdns",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                },
                "prefix": {
                  "composite_parent": "address",
                  "default": "",
                  "label": " / ",
                  "field": "prefix",
                  "rules": "required[proto,in,static-4,static-6]|integer|greater_than[0]|less_or_equal[128]",
                  "type": "string",
                  "size": 10
                },
                "address": {
                  "composite": [
                    "prefix"
                  ],
                  "default": "",
                  "label": "Address",
                  "field": "address",
                  "rules": "required[proto,in,static-4,static-6]|valid_ip",
                  "type": "text",
                  "size": 40
                },
                "interface": {
                  "default": null,
                  "value": false,
                  "label": "Interface",
                  "field": "interface",
                  "rules": "required|in_list[]",
                  "ha_rules": "required|in_list[]",
                  "type": "dropdown"
                }
              },
              "name": "IP Addresses"
            },
            "network_interface": {
              "pagination": false,
              "autoname": "create_obj_name",
              "description": "Network Interfaces",
              "dynamic": false,
              "base_path": "/NSC/local/software/cluster/peer/default/network_interface",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List network_interface."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Network Interface"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Network Interface"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Network Interface"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Network Interface"
                }
              },
              "global_methods": false,
              "class": {
                "macvlan_device": {
                  "default": "",
                  "label": "MAC VLAN Interface",
                  "field": "macvlan_device",
                  "readonly": "readonly",
                  "type": "text",
                  "size": 20
                },
                "ifname": {
                  "default": null,
                  "value": [],
                  "label": "Interface",
                  "field": "ifname",
                  "rules": "required|in_list[]",
                  "ha_rules": "required|in_list[]",
                  "type": "dropdown"
                },
                "vlan_type": {
                  "group": "vlan_type",
                  "default": "vlan",
                  "value": {
                    "macvlan": "MAC VLAN",
                    "vlan": "VLAN"
                  },
                  "label": "VLAN Type",
                  "field": "vlan_type",
                  "rules": "required|in_list[vlan,macvlan]",
                  "ha_rules": "required|in_list[vlan,macvlan]",
                  "type": "dropdown"
                },
                "id": {
                  "default": "",
                  "field": "id",
                  "size": 20,
                  "type": "text",
                  "label": "Virtual interface ID"
                },
                "macvlan_mac": {
                  "default": "",
                  "label": "MAC Address",
                  "field": "macvlan_mac",
                  "readonly": "readonly",
                  "type": "text",
                  "size": 17
                }
              },
              "name": "Network Interfaces"
            }
          },
          "dynamic": false,
          "base_path": "/NSC/local/software/cluster/peer",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List peer."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a peer node"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a peer node"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a peer node"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a peer node"
            }
          },
          "global_methods": false,
          "class": {
            "uuid": {
              "default": "",
              "label": "UUID",
              "field": "uuid",
              "rules": "required|valid_uuid",
              "type": "text",
              "size": 60
            },
            "fingerprint": {
              "default": "",
              "label": "Fingerprint",
              "field": "fingerprint",
              "rules": "required",
              "type": "text",
              "size": 50
            }
          },
          "name": "Peer nodes"
        },
        "configuration": {
          "singleton": true,
          "controller_url": "/SAFe/sng_cluster_config",
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/cluster/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "primary_bus_port": {
              "composite_parent": "primary_bus_addr",
              "default": "5405",
              "label": "port",
              "field": "primary_bus_port",
              "type": "string",
              "size": "5"
            },
            "backup_interface": {
              "category": "Network Interfaces",
              "help": "Network interface used on backup link, in case the dedicated link is broken.",
              "default": "__selectone__",
              "value": {
                "__selectone__": "(None)"
              },
              "label": "Backup Network / Interface",
              "field": "backup_interface",
              "rules": "required|in_list[__selectone__]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            },
            "dedicated_interface": {
              "category": "Network Interfaces",
              "help": [
                "Network interface used on dedicated network link between servers.",
                "",
                "Use private IP address range for dedicated network in case of direct cable connection",
                "10.0.0.0 to 10.255.255.255",
                "172.16.0.0 to 172.31.255.255",
                "192.168.0.0 to 192.168.255.255",
                ""
              ],
              "default": "__selectone__",
              "value": {
                "__selectone__": "(None)"
              },
              "label": "Dedicated Network / Interface",
              "field": "dedicated_interface",
              "rules": "required|in_list[__selectone__]",
              "category_setting": "expanded",
              "ha_rules": "required|not_matches[backup_interface]|different_than[__selectone__]|required|in_list[__selectone__]",
              "type": "dropdown"
            },
            "migrate_threshold": {
              "category": "Advanced Cluster Options",
              "help": "Number of attempts.",
              "default": "3",
              "label": "Number of failures for triggering migration",
              "field": "migrate_threshold",
              "category_setting": "expanded",
              "type": "string",
              "size": 2
            },
            "secondary_bus_addr": {
              "composite": [
                "secondary_bus_port"
              ],
              "category": "Advanced Network Options",
              "help": "",
              "default": "226.26.130.45",
              "label": "Secondary Bus",
              "field": "secondary_bus_addr",
              "category_setting": "expanded",
              "type": "string",
              "size": "15"
            },
            "resource_stickiness_score": {
              "composite_parent": "resource_stickiness",
              "default": "1",
              "label": "score",
              "field": "resource_stickiness_score",
              "type": "string",
              "size": "4"
            },
            "primary_bus_addr": {
              "composite": [
                "primary_bus_port"
              ],
              "category": "Advanced Network Options",
              "help": "",
              "default": "226.24.130.45",
              "label": "Primary Bus",
              "field": "primary_bus_addr",
              "category_setting": "expanded",
              "type": "string",
              "size": "15"
            },
            "loglevel": {
              "help": "Minimum level for log messages.",
              "default": "debug",
              "value": {
                "debug": "Debug",
                "info": "Info"
              },
              "label": "Log level",
              "field": "loglevel",
              "rules": "required|in_list[debug,info]",
              "ha_rules": "required|in_list[debug,info]",
              "type": "dropdown"
            },
            "secondary_bus_port": {
              "composite_parent": "secondary_bus_addr",
              "default": "5405",
              "label": "port",
              "field": "secondary_bus_port",
              "type": "string",
              "size": "5"
            },
            "resource_stickiness": {
              "category": "Advanced Cluster Options",
              "group": "automatic",
              "help": "\"Stickiness score\": migrate resources if constraint score is higher that stickiness, use \"0\" to migrate resources back after failure recover of original master node.<br>\"Fully sticky\": cluster will not migrate resources unless resource fails or node leaves cluster.",
              "default": "score",
              "value": {
                "score": "Stickiness score",
                "sticky": "Fully sticky"
              },
              "label": "Resources stickiness after migration",
              "field": "resource_stickiness",
              "rules": "required|in_list[sticky,score]",
              "composite": [
                "resource_stickiness_score"
              ],
              "category_setting": "expanded",
              "ha_rules": "required|in_list[sticky,score]",
              "type": "dropdown"
            },
            "mode": {
              "category": "General settings",
              "help": [
                "Configures the mode of operation for high availability",
                {
                  "Disabled": [
                    "Disable high availability feature."
                  ]
                },
                {
                  "Active/passive": [
                    "Enable active-passive mode"
                  ]
                }
              ],
              "default": "disabled",
              "value": {
                "disabled": "Disabled",
                "active-passive": "Active/passive"
              },
              "label": "Operational Mode",
              "field": "mode",
              "rules": "required|in_list[disabled,active-passive]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[disabled,active-passive]",
              "type": "dropdown"
            },
            "db_cluster_port": {
              "category": "Advanced Network Options",
              "help": "",
              "default": "3307",
              "label": "Database Cluster Port",
              "field": "db_cluster_port",
              "category_setting": "expanded",
              "type": "string",
              "size": "5"
            },
            "failed_timeout": {
              "category": "Advanced Cluster Options",
              "help": "Time in seconds to kee resources away after migration due to failed resource startup.",
              "default": "300",
              "label": "Resource ban timeout after migration due to failures",
              "field": "failed_timeout",
              "category_setting": "expanded",
              "type": "string",
              "size": 3
            },
            "current_node_name": {
              "help": "Name used to identify this node on peer node configuration.",
              "default": "Primary_Node",
              "label": "Name for current node on peers",
              "field": "current_node_name",
              "type": "string",
              "size": "15"
            }
          },
          "name": "Configuration"
        },
        "floating_ip": {
          "pagination": false,
          "description": "Floating IPs",
          "dynamic": false,
          "base_path": "/NSC/local/software/cluster/floating_ip",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List floating_ip."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a floating IP address"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a floating IP address"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a floating IP address"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a floating IP address"
            }
          },
          "global_methods": false,
          "class": {
            "interface": {
              "default": null,
              "value": [],
              "label": "Interface",
              "field": "interface",
              "rules": "required|in_list[]",
              "ha_rules": "required|in_list[]",
              "type": "dropdown"
            },
            "prefix": {
              "composite_parent": "address",
              "default": "",
              "label": "Prefix",
              "field": "prefix",
              "rules": "valid_ip_prefix[address]|required",
              "type": "text",
              "size": 5
            },
            "address": {
              "composite": [
                "prefix"
              ],
              "default": "",
              "label": "IP Address",
              "field": "address",
              "rules": "required|valid_ip",
              "type": "text",
              "size": 40
            },
            "interval": {
              "default": "3",
              "label": "Monitor Interval",
              "field": "interval",
              "rules": "greater_than[0]|less_than[90]|required",
              "type": "text",
              "size": 40
            },
            "proto": {
              "help": "The protocol family type should be used.",
              "default": "static-4",
              "value": {
                "static-4": "IPv4 - Static",
                "static-6": "IPv6 - Static"
              },
              "label": "Configuration",
              "field": "proto",
              "rules": "required|in_list[static-4,static-6]",
              "ha_rules": "required|in_list[static-4,static-6]",
              "type": "dropdown"
            }
          },
          "name": "Floating IPs"
        },
        "failover_trigger": {
          "pagination": false,
          "description": "Failover triggers",
          "dynamic": false,
          "base_path": "/NSC/local/software/cluster/failover_trigger",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List failover_trigger."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a failover trigger"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a failover trigger"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a failover trigger"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a failover trigger"
            }
          },
          "global_methods": false,
          "class": {
            "action": {
              "default": "migrate-away",
              "value": {
                "standby": "Disable node",
                "migrate-away": "Migrate resources away"
              },
              "label": "Failover action",
              "field": "action",
              "rules": "required|in_list[standby,migrate-away]",
              "ha_rules": "required|in_list[standby,migrate-away]",
              "type": "dropdown"
            },
            "point-name": {
              "group": "persistence",
              "default": "__none__",
              "value": {
                "nsc/service": "Service > Vega Session Controller",
                "rtcpmon/log/error": "RTCP Monitor > Error Messages",
                "mediamon/log/error": "Media Firewall > Error Messages",
                "__none__": "(select one audit point)",
                "nsc/session/capacity": "NetBorder Session Controller > Call Capacity %",
                "mediamon/log/critical": "Media Firewall > Critical Messages",
                "clustermon/log/error": "Cluster Management > Error Messages",
                "rtcpmon/call/quality": "NetBorder Session Controller > Call Quality",
                "monitor/service": "Service > Monitor",
                "system/filesystem/root": "System > File System Usage % (root)",
                "nsc/log/error": "Vega Session Controller > Error Messages",
                "mediamon/service": "Service > Media Firewall",
                "sipsecmon/log/error": "SIP Security Monitor > Error Messages",
                "mysqld/service": "Service > SQL Server",
                "webconfig/service": "Service > Web Server",
                "system/raid": "System > RAID Status",
                "system/memory": "System > Memory Usage %",
                "rtcpmon/log/warning": "RTCP Monitor > Warning Messages",
                "network/network/interface/eth0/status": "System > Network Interface eth0 Status",
                "nsc/dsp/capacity": "NetBorder Session Controller > DSP Availability %",
                "nsc/trunk/status": "NetBorder Session Controller > Trunk Availability %",
                "system/loadavg": "System > Load Average",
                "sipsecmon/service": "Service > SIP Security Monitor",
                "system/cpu": "System > CPU Usage %",
                "nsc/log/core-dump": "Vega Session Controller > Core Dump",
                "clustermon/log/warning": "Cluster Management > Warning Messages",
                "rtcpmon/log/critical": "RTCP Monitor > Critical Messages",
                "clustermon/log/critical": "Cluster Management > Critical Messages",
                "system/filesystem/var": "System > File System Usage % (var)",
                "nsc/log/critical": "Vega Session Controller > Critical Messages",
                "mediamon/log/warning": "Media Firewall > Warning Messages",
                "sipsecmon/log/critical": "SIP Security Monitor > Critical Messages",
                "sipsecmon/log/warning": "SIP Security Monitor > Warning Messages",
                "rtcpmon/service": "Service > RTCP Monitor",
                "nsc/log/warning": "Vega Session Controller > Warning Messages"
              },
              "label": "Audit point",
              "field": "point-name",
              "rules": "required|in_list[__none__,clustermon/log/critical,clustermon/log/error,clustermon/log/warning,mediamon/log/critical,mediamon/log/error,mediamon/log/warning,nsc/session/capacity,nsc/trunk/status,nsc/dsp/capacity,rtcpmon/call/quality,rtcpmon/log/critical,rtcpmon/log/error,rtcpmon/log/warning,sipsecmon/log/critical,sipsecmon/log/error,sipsecmon/log/warning,nsc/service,rtcpmon/service,sipsecmon/service,mediamon/service,webconfig/service,mysqld/service,monitor/service,system/loadavg,system/cpu,system/memory,system/filesystem/root,system/filesystem/var,system/raid,network/network/interface/eth0/status,nsc/log/critical,nsc/log/error,nsc/log/warning,nsc/log/core-dump]",
              "ha_rules": "required|in_list[__none__,clustermon/log/critical,clustermon/log/error,clustermon/log/warning,mediamon/log/critical,mediamon/log/error,mediamon/log/warning,nsc/session/capacity,nsc/trunk/status,nsc/dsp/capacity,rtcpmon/call/quality,rtcpmon/log/critical,rtcpmon/log/error,rtcpmon/log/warning,sipsecmon/log/critical,sipsecmon/log/error,sipsecmon/log/warning,nsc/service,rtcpmon/service,sipsecmon/service,mediamon/service,webconfig/service,mysqld/service,monitor/service,system/loadavg,system/cpu,system/memory,system/filesystem/root,system/filesystem/var,system/raid,network/network/interface/eth0/status,nsc/log/critical,nsc/log/error,nsc/log/warning,nsc/log/core-dump]",
              "type": "dropdown"
            },
            "persistence": {
              "default": "1",
              "label": "Failure persistence",
              "field": "persistence",
              "rules": "greater_than[0]|less_than[99999]|required",
              "type": "string",
              "size": "4"
            }
          },
          "name": "Failover triggers"
        }
      },
      "name": "High Availability",
      "description": ""
    }
  • clustermon
    {
      "object": {
        "node": {
          "pagination": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve a node status"
            },
            "migrate": {
              "request": "POST",
              "name": "Migrate",
              "description": "Migrate resources to this node"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List node."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve node properties"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update node properties"
            }
          },
          "description": "Node",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/node",
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Node"
        },
        "group": {
          "pagination": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve a group status"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List group."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve group properties"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update group properties"
            }
          },
          "description": "Group",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/group",
          "configurable": false,
          "class": [],
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Group"
        },
        "monitor": {
          "singleton": true,
          "name": "Monitor",
          "description": "Monitor",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/clustermon/monitor",
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve the monitor status"
            }
          }
        },
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Service Status",
              "description": "Returns service status and statistics."
            },
            "start": {
              "request": "POST",
              "name": "Start Service",
              "description": "Starts the service and change startup mode to automatic."
            },
            "stop": {
              "request": "POST",
              "name": "Stop Service",
              "description": "Stops the service and change startup mode to manual."
            },
            "restart": {
              "request": "POST",
              "name": "Start Service",
              "description": "Restarts the service and change startup mode to automatic."
            }
          },
          "description": "Controls the service running state and startup mode.",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/clustermon/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        },
        "database": {
          "singleton": true,
          "name": "Database",
          "description": "Database",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/clustermon/database",
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve the database status"
            }
          }
        },
        "rings": {
          "pagination": false,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List rings."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a cluster ring"
            }
          },
          "description": "Cluster Rings",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/rings",
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Cluster Rings"
        },
        "services": {
          "pagination": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve a service status"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a service"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List services."
              ]
            },
            "stop": {
              "request": "POST",
              "name": "Stop",
              "description": "Stop service on nodes"
            },
            "start": {
              "request": "POST",
              "name": "Start",
              "description": "Start service on nodes"
            },
            "restart": {
              "request": "POST",
              "name": "Restart",
              "description": "Restart service on nodes"
            }
          },
          "description": "Services",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/services",
          "configurable": false,
          "class": [],
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Services"
        },
        "resource": {
          "pagination": false,
          "methods": {
            "status": {
              "request": "POST",
              "name": "Status",
              "description": "Retrieve a resource status"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List resource."
              ]
            },
            "cleanup": {
              "request": "POST",
              "name": "Cleanup",
              "description": "Cleanup errors from previous operations"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve resource properties"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update resource properties"
            }
          },
          "description": "Resource",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/resource",
          "configurable": false,
          "class": [],
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Resource"
        },
        "options": {
          "pagination": false,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List options."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a cluster option group"
            }
          },
          "description": "Cluster Option Group",
          "dynamic": true,
          "base_path": "/NSC/local/software/clustermon/options",
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": false,
          "name": "Cluster Option Group"
        },
        "log": {
          "description": "Log file",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download log files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/cluster/log",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List log."
              ]
            }
          }
        }
      },
      "name": "Cluster Management",
      "description": ""
    }
  • cman
    {
      "object": {
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Service Status",
              "description": "Returns service status and statistics."
            },
            "start": {
              "request": "POST",
              "name": "Start Service",
              "description": "Starts the service and change startup mode to automatic."
            },
            "stop": {
              "request": "POST",
              "name": "Stop Service",
              "description": "Stops the service and change startup mode to manual."
            },
            "restart": {
              "request": "POST",
              "name": "Start Service",
              "description": "Restarts the service and change startup mode to automatic."
            }
          },
          "description": "Controls the service running state and startup mode.",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/cman/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Quorum Manager",
      "description": ""
    }
  • core
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • enable-session-log-dumping
            • ha_rules
              "required|in_list[true,false]"
          • enable-sip-capture
            {
              "group": "sip-capture-options",
              "help": [
                "Enable Sending sip\n                    traces to a configured HEP capture server",
                "Restart NSC service to apply change"
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable SIP Capture",
              "field": "enable-sip-capture",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-use-system-time
            {
              "help": [
                "NSC service will use the system time as time reference.",
                "",
                "It is not recommended to use this setting in modern machines, ",
                "as it is likely to break timing and other things like CDR",
                "",
                "<span class=\"field_error\">Enable this option if only required.</span>"
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable Using System Time",
              "field": "enable-use-system-time",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • loglevel
            • ha_rules
              "required|in_list[debug,info,notice,warning,err,crit,alert]"
          • max-sessions
            • help
              "Global maximum number of simultaneous sessions."
              "Global maximum number of simultaneous SIP sessions."
            • label
              "Max Sessions"
              "Max SIP Sessions"
          • sessions-per-second
            • help
              "Global maximum number of sessions per second."
              "Global maximum number of SIP sessions per second."
            • label
              "Sessions Per Second"
              "SIP Sessions Per Second"
          • sofia/capture-server
            {
              "help": [
                "HEP Capture server to send the sip traces to.",
                "format should be udp:capture_server_ip:capture_server_port"
              ],
              "default": "",
              "label": "HEP Capture Server",
              "field": "sofia/capture-server",
              "type": "string",
              "size": 100
            }
          • sofia/debug-suppress-ptime-warning
            {
              "help": [
                "Supress debug warning of ptime change. Restart NSC service to apply change"
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Supress ptime warning",
              "field": "sofia/debug-suppress-ptime-warning",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • sofia/tracelevel
            • ha_rules
              "required|in_list[debug,info,notice,warning,err,crit,alert]"
  • cwmp
    • object
      • configuration
        • class
          • PeriodicInformEnable
            • ha_rules
              "required|in_list[true,false]"
          • config/allow_acs_only
            • ha_rules
              "required|in_list[true,false]"
          • config/auto_reload
            • ha_rules
              "required|in_list[true,false]"
          • config/debug
            • ha_rules
              "required|in_list[true,false]"
          • config/default_inform_enabled
            • ha_rules
              "required|in_list[true,false]"
          • config/use_dhcp_acs
            • ha_rules
              "required|in_list[true,false]"
  • did_list
    {
      "object": {
        "did_list": {
          "popup_add_form": true,
          "pagination": false,
          "autoname": true,
          "methods": {
            "create": {
              "description": "Create DID list file",
              "request": "POST",
              "name": "Create",
              "icon": "create"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List did_list."
              ]
            },
            "upload": {
              "description": "Upload a DID list file",
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a DID list file"
            }
          },
          "file_def": {
            "file_type": "csv",
            "filesystem": true
          },
          "description": "DID list File",
          "dynamic": false,
          "base_path": "/NSC/local/software/did_list/did_list",
          "configurable": true,
          "global_methods": false,
          "class": {
            "count": {
              "default": "",
              "label": "DID Count",
              "field": "count",
              "readonly": "readonly",
              "type": "integer",
              "size": 50
            },
            "file_name": {
              "default": "",
              "label": "File Name",
              "field": "file_name",
              "readonly": "readonly",
              "type": "string",
              "size": 50
            },
            "list_name": {
              "default": "",
              "field": "list_name",
              "size": 100,
              "type": "string",
              "label": "List Name"
            },
            "enabled": {
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enabled",
              "field": "enabled",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 100,
              "type": "string",
              "label": "Description"
            }
          },
          "name": "DID list File"
        }
      },
      "name": "DID List",
      "description": ""
    }
  • directory
    • description
      • 1
        ""
    • object
      • domain
        • autoname
          true
        • class
          • block-ip-duration
            {
              "help": "If specified, it is the number of seconds to block an IP address. 0 = forever.",
              "default": "60",
              "label": "IP Blocking duration",
              "field": "block-ip-duration",
              "rules": "integer|greater_or_equal[0]",
              "type": "string",
              "size": 10
            }
          • block-ip-on-unresponsive-challenge
            {
              "group": "blockip",
              "help": "Enable/Disable IP Blocking on unresponsive challenged registration.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Block IP On Unresponsive Challenged Registration",
              "field": "block-ip-on-unresponsive-challenge",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • display-name
            {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash_star",
              "type": "string",
              "size": 50
            }
          • forward-registration
            • ha_rules
              "required|in_list[true,false]"
          • forward-registration-remote-network-info
            {
              "help": "If Enabled SBC will forward the network information from the regsitration origination endpoint into an X header in the forwarded REGISTER message.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Forward Registration Origination Network Info",
              "field": "forward-registration-remote-network-info",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • multiple-registrations
            {
              "help": "Enable or Disable ability to register several phones using the same extension.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Multiple registrations",
              "field": "multiple-registrations",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • reg-server-error-map
            {
              "help": "Comma delimited error codes that are considered as server errors. Firewall will not block registration errors matching any item in the list.",
              "default": "408",
              "label": "Server Error Codes",
              "field": "reg-server-error-map",
              "type": "string",
              "size": "100%"
            }
          • registrar-gateways
            • ha_rules
              "is_array|in_list[]"
            • help
              "List of sip trunk to be used for forwarding registrations on this domain. Round robbin load balancing will be used to forward the REGISTRATIONS to the configured list of gateways."
            • label
              "Gateway List"
              "Trunk List"
          • registrar-profile
            • default
              "none"
              "__selectone__"
            • ha_rules
              "required|in_list[__selectone__]"
            • rules
              • 6013
                in_list[n__selectone__]
            • value
              • __selectone__
                "--- Select Profile ---"
              • none
                "--- Select Profile ---"
          • sip-forward-refer-headers
            • ha_rules
              "required|in_list[true,false]"
        • controller_url
          "/SAFe/fs_directory_config"
        • object
          • user
            • class
              • call-routing
                • ha_rules
                  "required|in_list[__none__]"
              • cidr
                {
                  "help": "List of CIDR defined in ACL module from which this user can access NSC. ",
                  "default": "__none__",
                  "value": {
                    "__none__": "( none )"
                  },
                  "label": "ACL",
                  "field": "cidr",
                  "rules": "required|in_list[__none__]",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
  • distributor
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • enable
            • ha_rules
              "required|in_list[true,false]"
      • generic
        • class
          • enable
            • ha_rules
              "required|in_list[true,false]"
      • trunk
        • class
          • enable
            • ha_rules
              "required|in_list[true,false]"
        • object
          • resource
            • class
              • trunk
                • default
                  null
                  "__selectone__"
                • ha_rules
                  "required|in_list[__selectone__]"
                • rules
                  "required[,in,none]|required|in_list[]"
                  "required[,in,none]|required|in_list[__selectone__]"
                • value
                  []
                  {
                    "__selectone__": "( Please Select One )"
                  }
  • enum
    • description
      • 1
        ""
  • firewall
    • description
      • 1
        ""
    • object
      • forward
        • class
          • partial
            • ha_rules
              "required|in_list[true,false]"
          • protocol
            • ha_rules
              "required|in_list[any,udp,tcp]"
      • ip
        • class
          • type
            • ha_rules
              "required|in_list[false,true]"
      • port
        • class
          • protocol
            • ha_rules
              "required|in_list[any,udp,tcp]"
        • controller_url
          "/SAFe/sng_firewall_config"
  • hmr
    • description
      • 4
        ""
    • object
      • advanced
        • class
          • description
            {
              "default": "",
              "field": "description",
              "size": 100,
              "type": "text",
              "label": "Description"
            }
          • display-name
            {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            }
      • basic
        • class
          • display-name
            {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            }
          • trace-call
            • ha_rules
              "required|in_list[true,false]"
        • object
          • rule
            • class
              • action/1/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/1/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • action/1/type
                • class
                  "action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • action/10/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/10/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/10/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/10/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/10/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/10/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/type
                {
                  "composite": [
                    "action/10/manipulate_invite/name",
                    "action/10/manipulate_invite/value",
                    "action/10/header_add/name",
                    "action/10/header_add/value",
                    "action/10/header_remove/name",
                    "action/10/header_remove/value",
                    "action/10/header_modify/name",
                    "action/10/header_modify/value",
                    "action/10/set_variable/name",
                    "action/10/set_variable/value",
                    "action/10/unset_variable/name",
                    "action/10/unset_variable/value",
                    "action/10/log/name",
                    "action/10/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/10/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/10/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/10/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/11/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/11/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/11/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/11/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/11/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/type
                {
                  "composite": [
                    "action/11/manipulate_invite/name",
                    "action/11/manipulate_invite/value",
                    "action/11/header_add/name",
                    "action/11/header_add/value",
                    "action/11/header_remove/name",
                    "action/11/header_remove/value",
                    "action/11/header_modify/name",
                    "action/11/header_modify/value",
                    "action/11/set_variable/name",
                    "action/11/set_variable/value",
                    "action/11/unset_variable/name",
                    "action/11/unset_variable/value",
                    "action/11/log/name",
                    "action/11/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/11/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/11/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/11/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/12/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/12/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/12/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/12/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/12/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/type
                {
                  "composite": [
                    "action/12/manipulate_invite/name",
                    "action/12/manipulate_invite/value",
                    "action/12/header_add/name",
                    "action/12/header_add/value",
                    "action/12/header_remove/name",
                    "action/12/header_remove/value",
                    "action/12/header_modify/name",
                    "action/12/header_modify/value",
                    "action/12/set_variable/name",
                    "action/12/set_variable/value",
                    "action/12/unset_variable/name",
                    "action/12/unset_variable/value",
                    "action/12/log/name",
                    "action/12/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/12/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/12/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/12/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/13/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/13/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/13/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/13/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/13/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/type
                {
                  "composite": [
                    "action/13/manipulate_invite/name",
                    "action/13/manipulate_invite/value",
                    "action/13/header_add/name",
                    "action/13/header_add/value",
                    "action/13/header_remove/name",
                    "action/13/header_remove/value",
                    "action/13/header_modify/name",
                    "action/13/header_modify/value",
                    "action/13/set_variable/name",
                    "action/13/set_variable/value",
                    "action/13/unset_variable/name",
                    "action/13/unset_variable/value",
                    "action/13/log/name",
                    "action/13/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/13/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/13/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/13/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/14/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/14/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/14/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/14/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/14/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/type
                {
                  "composite": [
                    "action/14/manipulate_invite/name",
                    "action/14/manipulate_invite/value",
                    "action/14/header_add/name",
                    "action/14/header_add/value",
                    "action/14/header_remove/name",
                    "action/14/header_remove/value",
                    "action/14/header_modify/name",
                    "action/14/header_modify/value",
                    "action/14/set_variable/name",
                    "action/14/set_variable/value",
                    "action/14/unset_variable/name",
                    "action/14/unset_variable/value",
                    "action/14/log/name",
                    "action/14/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/14/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/14/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/14/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/15/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/15/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/15/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/15/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/15/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/type
                {
                  "composite": [
                    "action/15/manipulate_invite/name",
                    "action/15/manipulate_invite/value",
                    "action/15/header_add/name",
                    "action/15/header_add/value",
                    "action/15/header_remove/name",
                    "action/15/header_remove/value",
                    "action/15/header_modify/name",
                    "action/15/header_modify/value",
                    "action/15/set_variable/name",
                    "action/15/set_variable/value",
                    "action/15/unset_variable/name",
                    "action/15/unset_variable/value",
                    "action/15/log/name",
                    "action/15/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/15/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/15/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/15/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/2/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/2/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • action/2/type
                • class
                  "action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • action/3/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/3/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • action/3/type
                • class
                  "action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • action/4/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/4/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • action/4/type
                • class
                  "action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • action/5/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/5/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • action/5/type
                • class
                  "action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • action/6/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/6/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/6/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/6/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/6/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/6/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/type
                {
                  "composite": [
                    "action/6/manipulate_invite/name",
                    "action/6/manipulate_invite/value",
                    "action/6/header_add/name",
                    "action/6/header_add/value",
                    "action/6/header_remove/name",
                    "action/6/header_remove/value",
                    "action/6/header_modify/name",
                    "action/6/header_modify/value",
                    "action/6/set_variable/name",
                    "action/6/set_variable/value",
                    "action/6/unset_variable/name",
                    "action/6/unset_variable/value",
                    "action/6/log/name",
                    "action/6/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/6/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/6/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/6/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/7/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/7/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/7/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/7/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/7/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/type
                {
                  "composite": [
                    "action/7/manipulate_invite/name",
                    "action/7/manipulate_invite/value",
                    "action/7/header_add/name",
                    "action/7/header_add/value",
                    "action/7/header_remove/name",
                    "action/7/header_remove/value",
                    "action/7/header_modify/name",
                    "action/7/header_modify/value",
                    "action/7/set_variable/name",
                    "action/7/set_variable/value",
                    "action/7/unset_variable/name",
                    "action/7/unset_variable/value",
                    "action/7/log/name",
                    "action/7/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/7/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/7/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/7/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/8/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/8/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/8/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/8/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/8/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/type
                {
                  "composite": [
                    "action/8/manipulate_invite/name",
                    "action/8/manipulate_invite/value",
                    "action/8/header_add/name",
                    "action/8/header_add/value",
                    "action/8/header_remove/name",
                    "action/8/header_remove/value",
                    "action/8/header_modify/name",
                    "action/8/header_modify/value",
                    "action/8/set_variable/name",
                    "action/8/set_variable/value",
                    "action/8/unset_variable/name",
                    "action/8/unset_variable/value",
                    "action/8/log/name",
                    "action/8/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/8/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/8/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/8/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/9/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/9/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/9/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "action/9/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • action/9/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/type
                {
                  "composite": [
                    "action/9/manipulate_invite/name",
                    "action/9/manipulate_invite/value",
                    "action/9/header_add/name",
                    "action/9/header_add/value",
                    "action/9/header_remove/name",
                    "action/9/header_remove/value",
                    "action/9/header_modify/name",
                    "action/9/header_modify/value",
                    "action/9/set_variable/name",
                    "action/9/set_variable/value",
                    "action/9/unset_variable/name",
                    "action/9/unset_variable/value",
                    "action/9/log/name",
                    "action/9/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/9/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "action/9/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/9/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/1/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/1/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • anti-action/1/type
                • class
                  "anti-action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • anti-action/10/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/10/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/10/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/10/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/10/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/10/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/type
                {
                  "composite": [
                    "anti-action/10/manipulate_invite/name",
                    "anti-action/10/manipulate_invite/value",
                    "anti-action/10/header_add/name",
                    "anti-action/10/header_add/value",
                    "anti-action/10/header_remove/name",
                    "anti-action/10/header_remove/value",
                    "anti-action/10/header_modify/name",
                    "anti-action/10/header_modify/value",
                    "anti-action/10/set_variable/name",
                    "anti-action/10/set_variable/value",
                    "anti-action/10/unset_variable/name",
                    "anti-action/10/unset_variable/value",
                    "anti-action/10/log/name",
                    "anti-action/10/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/10/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/10/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/10/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/11/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/11/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/11/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/11/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/11/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/type
                {
                  "composite": [
                    "anti-action/11/manipulate_invite/name",
                    "anti-action/11/manipulate_invite/value",
                    "anti-action/11/header_add/name",
                    "anti-action/11/header_add/value",
                    "anti-action/11/header_remove/name",
                    "anti-action/11/header_remove/value",
                    "anti-action/11/header_modify/name",
                    "anti-action/11/header_modify/value",
                    "anti-action/11/set_variable/name",
                    "anti-action/11/set_variable/value",
                    "anti-action/11/unset_variable/name",
                    "anti-action/11/unset_variable/value",
                    "anti-action/11/log/name",
                    "anti-action/11/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/11/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/11/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/11/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/12/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/12/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/12/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/12/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/12/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/type
                {
                  "composite": [
                    "anti-action/12/manipulate_invite/name",
                    "anti-action/12/manipulate_invite/value",
                    "anti-action/12/header_add/name",
                    "anti-action/12/header_add/value",
                    "anti-action/12/header_remove/name",
                    "anti-action/12/header_remove/value",
                    "anti-action/12/header_modify/name",
                    "anti-action/12/header_modify/value",
                    "anti-action/12/set_variable/name",
                    "anti-action/12/set_variable/value",
                    "anti-action/12/unset_variable/name",
                    "anti-action/12/unset_variable/value",
                    "anti-action/12/log/name",
                    "anti-action/12/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/12/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/12/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/12/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/13/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/13/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/13/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/13/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/13/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/type
                {
                  "composite": [
                    "anti-action/13/manipulate_invite/name",
                    "anti-action/13/manipulate_invite/value",
                    "anti-action/13/header_add/name",
                    "anti-action/13/header_add/value",
                    "anti-action/13/header_remove/name",
                    "anti-action/13/header_remove/value",
                    "anti-action/13/header_modify/name",
                    "anti-action/13/header_modify/value",
                    "anti-action/13/set_variable/name",
                    "anti-action/13/set_variable/value",
                    "anti-action/13/unset_variable/name",
                    "anti-action/13/unset_variable/value",
                    "anti-action/13/log/name",
                    "anti-action/13/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/13/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/13/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/13/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/14/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/14/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/14/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/14/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/14/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/type
                {
                  "composite": [
                    "anti-action/14/manipulate_invite/name",
                    "anti-action/14/manipulate_invite/value",
                    "anti-action/14/header_add/name",
                    "anti-action/14/header_add/value",
                    "anti-action/14/header_remove/name",
                    "anti-action/14/header_remove/value",
                    "anti-action/14/header_modify/name",
                    "anti-action/14/header_modify/value",
                    "anti-action/14/set_variable/name",
                    "anti-action/14/set_variable/value",
                    "anti-action/14/unset_variable/name",
                    "anti-action/14/unset_variable/value",
                    "anti-action/14/log/name",
                    "anti-action/14/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/14/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/14/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/14/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/15/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/15/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/15/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/15/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/15/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/type
                {
                  "composite": [
                    "anti-action/15/manipulate_invite/name",
                    "anti-action/15/manipulate_invite/value",
                    "anti-action/15/header_add/name",
                    "anti-action/15/header_add/value",
                    "anti-action/15/header_remove/name",
                    "anti-action/15/header_remove/value",
                    "anti-action/15/header_modify/name",
                    "anti-action/15/header_modify/value",
                    "anti-action/15/set_variable/name",
                    "anti-action/15/set_variable/value",
                    "anti-action/15/unset_variable/name",
                    "anti-action/15/unset_variable/value",
                    "anti-action/15/log/name",
                    "anti-action/15/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/15/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/15/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/15/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/2/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/2/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • anti-action/2/type
                • class
                  "anti-action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • anti-action/3/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/3/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • anti-action/3/type
                • class
                  "anti-action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • anti-action/4/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/4/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • anti-action/4/type
                • class
                  "anti-action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • anti-action/5/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/5/manipulate_invite/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]"
              • anti-action/5/type
                • class
                  "anti-action-row"
                • ha_rules
                  "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]"
              • anti-action/6/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/6/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/6/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/6/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/6/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/6/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/type
                {
                  "composite": [
                    "anti-action/6/manipulate_invite/name",
                    "anti-action/6/manipulate_invite/value",
                    "anti-action/6/header_add/name",
                    "anti-action/6/header_add/value",
                    "anti-action/6/header_remove/name",
                    "anti-action/6/header_remove/value",
                    "anti-action/6/header_modify/name",
                    "anti-action/6/header_modify/value",
                    "anti-action/6/set_variable/name",
                    "anti-action/6/set_variable/value",
                    "anti-action/6/unset_variable/name",
                    "anti-action/6/unset_variable/value",
                    "anti-action/6/log/name",
                    "anti-action/6/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/6/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/6/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/6/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/7/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/7/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/7/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/7/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/7/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/type
                {
                  "composite": [
                    "anti-action/7/manipulate_invite/name",
                    "anti-action/7/manipulate_invite/value",
                    "anti-action/7/header_add/name",
                    "anti-action/7/header_add/value",
                    "anti-action/7/header_remove/name",
                    "anti-action/7/header_remove/value",
                    "anti-action/7/header_modify/name",
                    "anti-action/7/header_modify/value",
                    "anti-action/7/set_variable/name",
                    "anti-action/7/set_variable/value",
                    "anti-action/7/unset_variable/name",
                    "anti-action/7/unset_variable/value",
                    "anti-action/7/log/name",
                    "anti-action/7/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/7/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/7/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/7/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/8/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/8/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/8/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/8/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/8/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/type
                {
                  "composite": [
                    "anti-action/8/manipulate_invite/name",
                    "anti-action/8/manipulate_invite/value",
                    "anti-action/8/header_add/name",
                    "anti-action/8/header_add/value",
                    "anti-action/8/header_remove/name",
                    "anti-action/8/header_remove/value",
                    "anti-action/8/header_modify/name",
                    "anti-action/8/header_modify/value",
                    "anti-action/8/set_variable/name",
                    "anti-action/8/set_variable/value",
                    "anti-action/8/unset_variable/name",
                    "anti-action/8/unset_variable/value",
                    "anti-action/8/log/name",
                    "anti-action/8/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/8/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/8/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/8/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/header_add/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/header_add/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/header_modify/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/header_modify/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/header_remove/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/9/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/9/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/9/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/manipulate_invite/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_invite_route_uri}": "Route",
                    "${sip_invite_to_params}": "To: Parameters",
                    "${sip_invite_from_uri}": "From: URI",
                    "${sip_invite_params}": "R-URI Parameters",
                    "${sip_invite_full_to}": "To",
                    "${sip_invite_cseq}": "CSeq",
                    "${sip_invite_full_from}": "From",
                    "${sip_invite_full_via}": "Via",
                    "${sip_invite_contact_params}": "Contact: Parameters",
                    "${sip_invite_from_params}": "From: Parameters",
                    "${sip_invite_req_uri}": "Request URI",
                    "${max_forwards}": "Max-Forwards",
                    "${alert_info}": "Alert-Info",
                    "${sip_invite_to_uri}": "To: URI",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_invite_call_id}": "Call-ID",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "anti-action/9/manipulate_invite/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_invite_cseq},${sip_invite_call_id},${sip_invite_contact_params},${sip_contact_user},${sip_invite_full_from},${sip_from_display},${sip_invite_from_params},${sip_invite_from_uri},${max_forwards},${sip_invite_params},${sip_invite_req_uri},${sip_invite_route_uri},${sip_invite_full_to},${sip_invite_to_params},${sip_invite_to_uri},${sip_invite_full_via}]",
                  "type": "dropdown"
                }
              • anti-action/9/manipulate_invite/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/type
                {
                  "composite": [
                    "anti-action/9/manipulate_invite/name",
                    "anti-action/9/manipulate_invite/value",
                    "anti-action/9/header_add/name",
                    "anti-action/9/header_add/value",
                    "anti-action/9/header_remove/name",
                    "anti-action/9/header_remove/value",
                    "anti-action/9/header_modify/name",
                    "anti-action/9/header_modify/value",
                    "anti-action/9/set_variable/name",
                    "anti-action/9/set_variable/value",
                    "anti-action/9/unset_variable/name",
                    "anti-action/9/unset_variable/value",
                    "anti-action/9/log/name",
                    "anti-action/9/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/9/type",
                  "default": "__none__",
                  "value": {
                    "header_modify": "Modify Header",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "__none__": "( Please Select One )",
                    "header_remove": "Remove Header",
                    "header_add": "Add Header",
                    "manipulate_invite": "Manipulate INVITE"
                  },
                  "label": "Action",
                  "field": "anti-action/9/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "ha_rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/9/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/1/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/1/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/1/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/1/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/1/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/1/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/1/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/1/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/1/DID_dest_num/name"
                  • 21
                    "condition/1/DID_dest_num/value"
                  • 22
                    "condition/1/DID_from/name"
                  • 23
                    "condition/1/DID_from/value"
                  • 24
                    "condition/1/DID_to/name"
                  • 25
                    "condition/1/DID_to/value"
                • ha_rules
                  "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                • rules
                  • 18116
                    ,domain,DID_dest_num,DID_from,DID_to,user,aut
                • value
                  • DID_dest_num
                    "Known Destination Number"
                  • DID_from
                    "Known From Number"
                  • DID_to
                    "Known To Number"
              • condition/1/user/name
                • ha_rules
                  "required|in_list[sip_from_user,sip_to_user]"
              • condition/10/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/10/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/10/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/10/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/10/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/10/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/10/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/10/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/10/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/10/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/10/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/10/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/10/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/10/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/10/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/10/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/10/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/10/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/10/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/10/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/10/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/10/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/10/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/10/type
                {
                  "composite": [
                    "condition/10/standard/name",
                    "condition/10/standard/value",
                    "condition/10/header/name",
                    "condition/10/header/value",
                    "condition/10/call/name",
                    "condition/10/call/value",
                    "condition/10/sdp/name",
                    "condition/10/sdp/value",
                    "condition/10/custom_header/name",
                    "condition/10/custom_header/value",
                    "condition/10/custom_from/name",
                    "condition/10/custom_from/value",
                    "condition/10/custom_to/name",
                    "condition/10/custom_to/value",
                    "condition/10/custom_referred_by/name",
                    "condition/10/custom_referred_by/value",
                    "condition/10/variable/name",
                    "condition/10/variable/value",
                    "condition/10/domain/name",
                    "condition/10/domain/value",
                    "condition/10/DID_dest_num/name",
                    "condition/10/DID_dest_num/value",
                    "condition/10/DID_from/name",
                    "condition/10/DID_from/value",
                    "condition/10/DID_to/name",
                    "condition/10/DID_to/value",
                    "condition/10/user/name",
                    "condition/10/user/value",
                    "condition/10/auth/name",
                    "condition/10/auth/value",
                    "condition/10/from_trunk/name",
                    "condition/10/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/10/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/10/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/10/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/10/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/10/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/10/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/10/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/10/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/11/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/11/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/11/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/11/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/11/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/11/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/11/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/11/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/11/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/11/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/11/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/11/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/11/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/11/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/11/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/11/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/11/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/11/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/11/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/11/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/11/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/11/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/11/type
                {
                  "composite": [
                    "condition/11/standard/name",
                    "condition/11/standard/value",
                    "condition/11/header/name",
                    "condition/11/header/value",
                    "condition/11/call/name",
                    "condition/11/call/value",
                    "condition/11/sdp/name",
                    "condition/11/sdp/value",
                    "condition/11/custom_header/name",
                    "condition/11/custom_header/value",
                    "condition/11/custom_from/name",
                    "condition/11/custom_from/value",
                    "condition/11/custom_to/name",
                    "condition/11/custom_to/value",
                    "condition/11/custom_referred_by/name",
                    "condition/11/custom_referred_by/value",
                    "condition/11/variable/name",
                    "condition/11/variable/value",
                    "condition/11/domain/name",
                    "condition/11/domain/value",
                    "condition/11/DID_dest_num/name",
                    "condition/11/DID_dest_num/value",
                    "condition/11/DID_from/name",
                    "condition/11/DID_from/value",
                    "condition/11/DID_to/name",
                    "condition/11/DID_to/value",
                    "condition/11/user/name",
                    "condition/11/user/value",
                    "condition/11/auth/name",
                    "condition/11/auth/value",
                    "condition/11/from_trunk/name",
                    "condition/11/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/11/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/11/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/11/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/11/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/11/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/11/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/11/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/11/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/12/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/12/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/12/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/12/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/12/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/12/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/12/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/12/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/12/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/12/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/12/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/12/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/12/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/12/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/12/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/12/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/12/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/12/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/12/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/12/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/12/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/12/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/12/type
                {
                  "composite": [
                    "condition/12/standard/name",
                    "condition/12/standard/value",
                    "condition/12/header/name",
                    "condition/12/header/value",
                    "condition/12/call/name",
                    "condition/12/call/value",
                    "condition/12/sdp/name",
                    "condition/12/sdp/value",
                    "condition/12/custom_header/name",
                    "condition/12/custom_header/value",
                    "condition/12/custom_from/name",
                    "condition/12/custom_from/value",
                    "condition/12/custom_to/name",
                    "condition/12/custom_to/value",
                    "condition/12/custom_referred_by/name",
                    "condition/12/custom_referred_by/value",
                    "condition/12/variable/name",
                    "condition/12/variable/value",
                    "condition/12/domain/name",
                    "condition/12/domain/value",
                    "condition/12/DID_dest_num/name",
                    "condition/12/DID_dest_num/value",
                    "condition/12/DID_from/name",
                    "condition/12/DID_from/value",
                    "condition/12/DID_to/name",
                    "condition/12/DID_to/value",
                    "condition/12/user/name",
                    "condition/12/user/value",
                    "condition/12/auth/name",
                    "condition/12/auth/value",
                    "condition/12/from_trunk/name",
                    "condition/12/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/12/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/12/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/12/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/12/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/12/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/12/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/12/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/12/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/12/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/13/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/13/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/13/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/13/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/13/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/13/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/13/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/13/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/13/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/13/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/13/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/13/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/13/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/13/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/13/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/13/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/13/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/13/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/13/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/13/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/13/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/13/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/13/type
                {
                  "composite": [
                    "condition/13/standard/name",
                    "condition/13/standard/value",
                    "condition/13/header/name",
                    "condition/13/header/value",
                    "condition/13/call/name",
                    "condition/13/call/value",
                    "condition/13/sdp/name",
                    "condition/13/sdp/value",
                    "condition/13/custom_header/name",
                    "condition/13/custom_header/value",
                    "condition/13/custom_from/name",
                    "condition/13/custom_from/value",
                    "condition/13/custom_to/name",
                    "condition/13/custom_to/value",
                    "condition/13/custom_referred_by/name",
                    "condition/13/custom_referred_by/value",
                    "condition/13/variable/name",
                    "condition/13/variable/value",
                    "condition/13/domain/name",
                    "condition/13/domain/value",
                    "condition/13/DID_dest_num/name",
                    "condition/13/DID_dest_num/value",
                    "condition/13/DID_from/name",
                    "condition/13/DID_from/value",
                    "condition/13/DID_to/name",
                    "condition/13/DID_to/value",
                    "condition/13/user/name",
                    "condition/13/user/value",
                    "condition/13/auth/name",
                    "condition/13/auth/value",
                    "condition/13/from_trunk/name",
                    "condition/13/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/13/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/13/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/13/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/13/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/13/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/13/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/13/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/13/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/13/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/14/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/14/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/14/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/14/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/14/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/14/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/14/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/14/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/14/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/14/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/14/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/14/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/14/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/14/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/14/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/14/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/14/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/14/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/14/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/14/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/14/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/14/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/14/type
                {
                  "composite": [
                    "condition/14/standard/name",
                    "condition/14/standard/value",
                    "condition/14/header/name",
                    "condition/14/header/value",
                    "condition/14/call/name",
                    "condition/14/call/value",
                    "condition/14/sdp/name",
                    "condition/14/sdp/value",
                    "condition/14/custom_header/name",
                    "condition/14/custom_header/value",
                    "condition/14/custom_from/name",
                    "condition/14/custom_from/value",
                    "condition/14/custom_to/name",
                    "condition/14/custom_to/value",
                    "condition/14/custom_referred_by/name",
                    "condition/14/custom_referred_by/value",
                    "condition/14/variable/name",
                    "condition/14/variable/value",
                    "condition/14/domain/name",
                    "condition/14/domain/value",
                    "condition/14/DID_dest_num/name",
                    "condition/14/DID_dest_num/value",
                    "condition/14/DID_from/name",
                    "condition/14/DID_from/value",
                    "condition/14/DID_to/name",
                    "condition/14/DID_to/value",
                    "condition/14/user/name",
                    "condition/14/user/value",
                    "condition/14/auth/name",
                    "condition/14/auth/value",
                    "condition/14/from_trunk/name",
                    "condition/14/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/14/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/14/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/14/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/14/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/14/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/14/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/14/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/14/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/14/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/15/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/15/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/15/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/15/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/15/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/15/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/15/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/15/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/15/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/15/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/15/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/15/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/15/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/15/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/15/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/15/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/15/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/15/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/15/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/15/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/15/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/15/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/15/type
                {
                  "composite": [
                    "condition/15/standard/name",
                    "condition/15/standard/value",
                    "condition/15/header/name",
                    "condition/15/header/value",
                    "condition/15/call/name",
                    "condition/15/call/value",
                    "condition/15/sdp/name",
                    "condition/15/sdp/value",
                    "condition/15/custom_header/name",
                    "condition/15/custom_header/value",
                    "condition/15/custom_from/name",
                    "condition/15/custom_from/value",
                    "condition/15/custom_to/name",
                    "condition/15/custom_to/value",
                    "condition/15/custom_referred_by/name",
                    "condition/15/custom_referred_by/value",
                    "condition/15/variable/name",
                    "condition/15/variable/value",
                    "condition/15/domain/name",
                    "condition/15/domain/value",
                    "condition/15/DID_dest_num/name",
                    "condition/15/DID_dest_num/value",
                    "condition/15/DID_from/name",
                    "condition/15/DID_from/value",
                    "condition/15/DID_to/name",
                    "condition/15/DID_to/value",
                    "condition/15/user/name",
                    "condition/15/user/value",
                    "condition/15/auth/name",
                    "condition/15/auth/value",
                    "condition/15/from_trunk/name",
                    "condition/15/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/15/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/15/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/15/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/15/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/15/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/15/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/15/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/15/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/15/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/2/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/2/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/2/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/2/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/2/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/2/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/2/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/2/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/2/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/2/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/2/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/2/DID_dest_num/name"
                  • 21
                    "condition/2/DID_dest_num/value"
                  • 22
                    "condition/2/DID_from/name"
                  • 23
                    "condition/2/DID_from/value"
                  • 24
                    "condition/2/DID_to/name"
                  • 25
                    "condition/2/DID_to/value"
                • ha_rules
                  "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                • rules
                  • 11516
                    ,domain,DID_dest_num,DID_from,DID_to,user,aut
                • value
                  • DID_dest_num
                    "Known Destination Number"
                  • DID_from
                    "Known From Number"
                  • DID_to
                    "Known To Number"
              • condition/2/user/name
                • ha_rules
                  "required|in_list[sip_from_user,sip_to_user]"
              • condition/3/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/3/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/3/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/3/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/3/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/3/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/3/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/3/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/3/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/3/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/3/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/3/DID_dest_num/name"
                  • 21
                    "condition/3/DID_dest_num/value"
                  • 22
                    "condition/3/DID_from/name"
                  • 23
                    "condition/3/DID_from/value"
                  • 24
                    "condition/3/DID_to/name"
                  • 25
                    "condition/3/DID_to/value"
                • ha_rules
                  "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                • rules
                  • 11516
                    ,domain,DID_dest_num,DID_from,DID_to,user,aut
                • value
                  • DID_dest_num
                    "Known Destination Number"
                  • DID_from
                    "Known From Number"
                  • DID_to
                    "Known To Number"
              • condition/3/user/name
                • ha_rules
                  "required|in_list[sip_from_user,sip_to_user]"
              • condition/4/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/4/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/4/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/4/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/4/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/4/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/4/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/4/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/4/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/4/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/4/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/4/DID_dest_num/name"
                  • 21
                    "condition/4/DID_dest_num/value"
                  • 22
                    "condition/4/DID_from/name"
                  • 23
                    "condition/4/DID_from/value"
                  • 24
                    "condition/4/DID_to/name"
                  • 25
                    "condition/4/DID_to/value"
                • ha_rules
                  "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                • rules
                  • 11516
                    ,domain,DID_dest_num,DID_from,DID_to,user,aut
                • value
                  • DID_dest_num
                    "Known Destination Number"
                  • DID_from
                    "Known From Number"
                  • DID_to
                    "Known To Number"
              • condition/4/user/name
                • ha_rules
                  "required|in_list[sip_from_user,sip_to_user]"
              • condition/5/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/5/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/5/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/5/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/5/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/5/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/5/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/5/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/5/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/5/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/5/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/5/DID_dest_num/name"
                  • 21
                    "condition/5/DID_dest_num/value"
                  • 22
                    "condition/5/DID_from/name"
                  • 23
                    "condition/5/DID_from/value"
                  • 24
                    "condition/5/DID_to/name"
                  • 25
                    "condition/5/DID_to/value"
                • ha_rules
                  "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                • rules
                  • 11516
                    ,domain,DID_dest_num,DID_from,DID_to,user,aut
                • value
                  • DID_dest_num
                    "Known Destination Number"
                  • DID_from
                    "Known From Number"
                  • DID_to
                    "Known To Number"
              • condition/5/user/name
                • ha_rules
                  "required|in_list[sip_from_user,sip_to_user]"
              • condition/6/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/6/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/6/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/6/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/6/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/6/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/6/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/6/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/6/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/6/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/6/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/6/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/6/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/6/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/6/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/6/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/6/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/6/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/6/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/6/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/6/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/6/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/6/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/6/type
                {
                  "composite": [
                    "condition/6/standard/name",
                    "condition/6/standard/value",
                    "condition/6/header/name",
                    "condition/6/header/value",
                    "condition/6/call/name",
                    "condition/6/call/value",
                    "condition/6/sdp/name",
                    "condition/6/sdp/value",
                    "condition/6/custom_header/name",
                    "condition/6/custom_header/value",
                    "condition/6/custom_from/name",
                    "condition/6/custom_from/value",
                    "condition/6/custom_to/name",
                    "condition/6/custom_to/value",
                    "condition/6/custom_referred_by/name",
                    "condition/6/custom_referred_by/value",
                    "condition/6/variable/name",
                    "condition/6/variable/value",
                    "condition/6/domain/name",
                    "condition/6/domain/value",
                    "condition/6/DID_dest_num/name",
                    "condition/6/DID_dest_num/value",
                    "condition/6/DID_from/name",
                    "condition/6/DID_from/value",
                    "condition/6/DID_to/name",
                    "condition/6/DID_to/value",
                    "condition/6/user/name",
                    "condition/6/user/value",
                    "condition/6/auth/name",
                    "condition/6/auth/value",
                    "condition/6/from_trunk/name",
                    "condition/6/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/6/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/6/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/6/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/6/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/6/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/6/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/6/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/6/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/6/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/7/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/7/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/7/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/7/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/7/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/7/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/7/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/7/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/7/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/7/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/7/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/7/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/7/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/7/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/7/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/7/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/7/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/7/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/7/type
                {
                  "composite": [
                    "condition/7/standard/name",
                    "condition/7/standard/value",
                    "condition/7/header/name",
                    "condition/7/header/value",
                    "condition/7/call/name",
                    "condition/7/call/value",
                    "condition/7/sdp/name",
                    "condition/7/sdp/value",
                    "condition/7/custom_header/name",
                    "condition/7/custom_header/value",
                    "condition/7/custom_from/name",
                    "condition/7/custom_from/value",
                    "condition/7/custom_to/name",
                    "condition/7/custom_to/value",
                    "condition/7/custom_referred_by/name",
                    "condition/7/custom_referred_by/value",
                    "condition/7/variable/name",
                    "condition/7/variable/value",
                    "condition/7/domain/name",
                    "condition/7/domain/value",
                    "condition/7/DID_dest_num/name",
                    "condition/7/DID_dest_num/value",
                    "condition/7/DID_from/name",
                    "condition/7/DID_from/value",
                    "condition/7/DID_to/name",
                    "condition/7/DID_to/value",
                    "condition/7/user/name",
                    "condition/7/user/value",
                    "condition/7/auth/name",
                    "condition/7/auth/value",
                    "condition/7/from_trunk/name",
                    "condition/7/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/7/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/7/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/7/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/7/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/7/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/7/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/7/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/7/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/8/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/8/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/8/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/8/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/8/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/8/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/8/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/8/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/8/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/8/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/8/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/8/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/8/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/8/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/8/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/8/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/8/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/8/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/8/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/8/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/8/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/8/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/8/type
                {
                  "composite": [
                    "condition/8/standard/name",
                    "condition/8/standard/value",
                    "condition/8/header/name",
                    "condition/8/header/value",
                    "condition/8/call/name",
                    "condition/8/call/value",
                    "condition/8/sdp/name",
                    "condition/8/sdp/value",
                    "condition/8/custom_header/name",
                    "condition/8/custom_header/value",
                    "condition/8/custom_from/name",
                    "condition/8/custom_from/value",
                    "condition/8/custom_to/name",
                    "condition/8/custom_to/value",
                    "condition/8/custom_referred_by/name",
                    "condition/8/custom_referred_by/value",
                    "condition/8/variable/name",
                    "condition/8/variable/value",
                    "condition/8/domain/name",
                    "condition/8/domain/value",
                    "condition/8/DID_dest_num/name",
                    "condition/8/DID_dest_num/value",
                    "condition/8/DID_from/name",
                    "condition/8/DID_from/value",
                    "condition/8/DID_to/name",
                    "condition/8/DID_to/value",
                    "condition/8/user/name",
                    "condition/8/user/value",
                    "condition/8/auth/name",
                    "condition/8/auth/value",
                    "condition/8/from_trunk/name",
                    "condition/8/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/8/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/8/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/8/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/8/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/8/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/8/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/8/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/8/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/call/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "${sip_authorized}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_local_network_addr}": "SIP Local Network Address",
                    "${sip_network_port}": "Remote Network Port",
                    "${sip_network_ip}": "Remote Network IP",
                    "${sip_looped_call}": "Looped Call",
                    "${sip_authorized}": "Authorized",
                    "${sip_cid_type}": "Caller ID Type",
                    "${sip_trunk}": "Trunk Name"
                  },
                  "label": "Name",
                  "field": "condition/9/call/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                  "type": "dropdown"
                }
              • condition/9/call/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/custom_from/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/9/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/9/custom_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/custom_header/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/9/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/9/custom_header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/custom_referred_by/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/9/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/9/custom_referred_by/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/custom_to/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/9/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/9/custom_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/domain/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "sip_from_host",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_host": "SIP To:Host",
                    "sip_from_host": "SIP From:Host"
                  },
                  "label": "Direction",
                  "field": "condition/9/domain/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                  "type": "dropdown"
                }
              • condition/9/domain/value
                {
                  "style": "width:210px;",
                  "composite_parent": "condition/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/9/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/9/from_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/9/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • condition/9/header/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "${alert_info}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_contact_host}": "Contact: Host",
                    "${sip_call_info}": "Call-Info",
                    "${sip_to_tag}": "To: tag",
                    "${sip_history_info}": "History-Info",
                    "${sip_cseq}": "CSeq",
                    "${sip_referred_by_host}": "Referred-By: Host",
                    "${sip_from_params}": "From: Parameters",
                    "${sip_req_host}": "R-URI Host",
                    "${sip_req_uri}": "R-URI",
                    "${sip_user_agent}": "User-Agent",
                    "${max_forwards}": "Max-Forwards",
                    "${sip_full_via}": "Via",
                    "${sip_full_to}": "To",
                    "${sip_referred_by_user}": "Referred-By: User",
                    "${sip_subject}": "Subject",
                    "${sip_to_params}": "To: Parameters",
                    "${sip_from_port}": "From: Host Network Port",
                    "${sip_contact_port}": "Contact: Host Network Port",
                    "${sip_call_id}": "Call-ID",
                    "${sip_to_port}": "To: Host Network Port",
                    "${sip_referred_by_uri}": "Referred-By: URI",
                    "${sip_referred_by_params}": "Referred-By: Parameters",
                    "${sip_via_protocol}": "Via Protocol",
                    "${sip_from_tag}": "From: tag",
                    "${sip_full_from}": "From",
                    "${sip_req_params}": "R-URI Parameters",
                    "${sip_via_rport}": "Via Remote Port",
                    "${sip_via_host}": "Via Host",
                    "${alert_info}": "Alert-Info",
                    "${sip_contact_params}": "Contact: Parameters",
                    "${sip_from_host}": "From: Host",
                    "${sip_via_port}": "Via Port",
                    "${sip_from_uri}": "From: URI",
                    "${sip_req_user}": "R-URI User",
                    "${sip_req_port}": "R-URI Host Network Port",
                    "${sip_from_user}": "From: User",
                    "${sip_contact_uri}": "Contact: URI",
                    "${sip_to_uri}": "To: URI",
                    "${sip_to_host}": "To: Host",
                    "${sip_referred_by_port}": "Referred-By: Host Network Port",
                    "${sip_to_user}": "To: User",
                    "${sip_full_route}": "Route",
                    "${sip_contact_user}": "Contact: User",
                    "${sip_from_display}": "From: Display"
                  },
                  "label": "Name",
                  "field": "condition/9/header/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                  "type": "dropdown"
                }
              • condition/9/header/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/sdp/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "${dtmf_type}",
                  "composite_style": "display: none;",
                  "value": {
                    "${sip_secure_media}": "Secure Media",
                    "${media_audio_mode}": "Media Mode",
                    "${remote_media_ip}": "SDP RTP IP",
                    "${switch_r_sdp}": "Remote SDP",
                    "${dtmf_type}": "DTMF type",
                    "${ep_codec_string}": "SDP Codec",
                    "${remote_media_port}": "SDP RTP Port",
                    "${sip_has_crypto}": "SDP Crypto Suite",
                    "${sip_remote_audio_rtcp_port}": "RTCP Port"
                  },
                  "label": "Name",
                  "field": "condition/9/sdp/name",
                  "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                  "type": "dropdown"
                }
              • condition/9/sdp/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/standard/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "callee_id_name",
                  "composite_style": "display: none;",
                  "value": {
                    "caller_id_name": "Caller ID Name",
                    "destination_number": "Destination Address",
                    "callee_id_number": "Callee ID Number",
                    "callee_id_name": "Callee ID Name",
                    "caller_id_number": "Caller ID Number"
                  },
                  "label": "Name",
                  "field": "condition/9/standard/name",
                  "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                  "type": "dropdown"
                }
              • condition/9/standard/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/9/type
                {
                  "composite": [
                    "condition/9/standard/name",
                    "condition/9/standard/value",
                    "condition/9/header/name",
                    "condition/9/header/value",
                    "condition/9/call/name",
                    "condition/9/call/value",
                    "condition/9/sdp/name",
                    "condition/9/sdp/value",
                    "condition/9/custom_header/name",
                    "condition/9/custom_header/value",
                    "condition/9/custom_from/name",
                    "condition/9/custom_from/value",
                    "condition/9/custom_to/name",
                    "condition/9/custom_to/value",
                    "condition/9/custom_referred_by/name",
                    "condition/9/custom_referred_by/value",
                    "condition/9/variable/name",
                    "condition/9/variable/value",
                    "condition/9/domain/name",
                    "condition/9/domain/value",
                    "condition/9/DID_dest_num/name",
                    "condition/9/DID_dest_num/value",
                    "condition/9/DID_from/name",
                    "condition/9/DID_from/value",
                    "condition/9/DID_to/name",
                    "condition/9/DID_to/value",
                    "condition/9/user/name",
                    "condition/9/user/value",
                    "condition/9/auth/name",
                    "condition/9/auth/value",
                    "condition/9/from_trunk/name",
                    "condition/9/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/9/type",
                  "default": "__none__",
                  "value": {
                    "custom_to": "SIP To: Parameter",
                    "domain": "Known Domain",
                    "DID_dest_num": "Known Destination Number",
                    "sdp": "SDP Information",
                    "custom_from": "SIP From: Parameter",
                    "custom_referred_by": "SIP Referred-By:Parameter",
                    "from_trunk": "From SIP Trunk",
                    "custom_header": "SIP Custom Header",
                    "standard": "Standard Information",
                    "header": "SIP Header Information",
                    "DID_from": "Known From Number",
                    "DID_to": "Known To Number",
                    "call": "SIP Call Information",
                    "__none__": "( Please Select One )",
                    "variable": "Variable",
                    "auth": "Authorized User",
                    "user": "Known User"
                  },
                  "label": "Condition",
                  "field": "condition/9/type",
                  "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                  "type": "dropdown",
                  "class": "condition-row"
                }
              • condition/9/user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "condition/9/type",
                  "default": "sip_from_user",
                  "composite_style": "display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/9/user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                  "type": "dropdown"
                }
              • condition/9/variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/9/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/9/variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/9/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/break
                • ha_rules
                  "required|in_list[on-true,on-false,always,never]"
              • condition/matching
                • ha_rules
                  "required|in_list[all,any,xor,always]"
              • global/description
                • ha_rules
                  "unicode"
  • lcr
    • description
      • 1
        ""
    • object
      • carrier
        • class
          • binding_name
            • ha_rules
              "required|in_list[none]"
          • enabled
            • ha_rules
              "required|in_list[1,2]"
        • object
          • rate
            • class
              • enabled
                • ha_rules
                  "required|in_list[true,false]"
            • methods
              • create
                {
                  "description": "Create a rates file",
                  "request": "POST",
                  "name": "Create",
                  "icon": "create"
                }
  • mariadbgalera
    {
      "object": {
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Service Status",
              "description": "Returns service status and statistics."
            },
            "start": {
              "request": "POST",
              "name": "Start Service",
              "description": "Starts the service and change startup mode to automatic."
            },
            "stop": {
              "request": "POST",
              "name": "Stop Service",
              "description": "Stops the service and change startup mode to manual."
            },
            "restart": {
              "request": "POST",
              "name": "Start Service",
              "description": "Restarts the service and change startup mode to automatic."
            }
          },
          "description": "Controls the service running state and startup mode.",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/mariadbgalera/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Database Cluster",
      "description": ""
    }
  • media
    • description
      • 1
        ""
    • object
      • profile
        • class
          • codec-1
            • ha_rules
              "required|in_list[none,PCMU@10i,PCMU@20i,PCMU@30i,PCMA@10i,PCMA@20i,PCMA@30i,G729@20i,G729@30i,AMR@4750b@20i,AMR@4750b@40i,AMR@12200b@20i,AMR@12200b@40i,AMR-WB@23850b@20i,iLBC@15200b@20i,iLBC@13330b@30i,GSM@20i,G722@20i,G722@30i,G7221@16000h@32000b@20i,G7221@16000h@24000b@20i,G723@30i,G726-16@20i,G726-24@20i,G726-32@20i,G726-40@20i,G726-16@30i,G726-24@30i,G726-32@30i,G726-40@30i]"
          • codec-2
            • ha_rules
              "required|in_list[none,PCMU@10i,PCMU@20i,PCMU@30i,PCMA@10i,PCMA@20i,PCMA@30i,G729@20i,G729@30i,AMR@4750b@20i,AMR@4750b@40i,AMR@12200b@20i,AMR@12200b@40i,AMR-WB@23850b@20i,iLBC@15200b@20i,iLBC@13330b@30i,GSM@20i,G722@20i,G722@30i,G7221@16000h@32000b@20i,G7221@16000h@24000b@20i,G723@30i,G726-16@20i,G726-24@20i,G726-32@20i,G726-40@20i,G726-16@30i,G726-24@30i,G726-32@30i,G726-40@30i]"
          • codec-3
            • ha_rules
              "required|in_list[none,PCMU@10i,PCMU@20i,PCMU@30i,PCMA@10i,PCMA@20i,PCMA@30i,G729@20i,G729@30i,AMR@4750b@20i,AMR@4750b@40i,AMR@12200b@20i,AMR@12200b@40i,AMR-WB@23850b@20i,iLBC@15200b@20i,iLBC@13330b@30i,GSM@20i,G722@20i,G722@30i,G7221@16000h@32000b@20i,G7221@16000h@24000b@20i,G723@30i,G726-16@20i,G726-24@20i,G726-32@20i,G726-40@20i,G726-16@30i,G726-24@30i,G726-32@30i,G726-40@30i]"
          • codec-4
            • ha_rules
              "required|in_list[none,PCMU@10i,PCMU@20i,PCMU@30i,PCMA@10i,PCMA@20i,PCMA@30i,G729@20i,G729@30i,AMR@4750b@20i,AMR@4750b@40i,AMR@12200b@20i,AMR@12200b@40i,AMR-WB@23850b@20i,iLBC@15200b@20i,iLBC@13330b@30i,GSM@20i,G722@20i,G722@30i,G7221@16000h@32000b@20i,G7221@16000h@24000b@20i,G723@30i,G726-16@20i,G726-24@20i,G726-32@20i,G726-40@20i,G726-16@30i,G726-24@30i,G726-32@30i,G726-40@30i]"
          • codec-5
            • ha_rules
              "required|in_list[none,PCMU@10i,PCMU@20i,PCMU@30i,PCMA@10i,PCMA@20i,PCMA@30i,G729@20i,G729@30i,AMR@4750b@20i,AMR@4750b@40i,AMR@12200b@20i,AMR@12200b@40i,AMR-WB@23850b@20i,iLBC@15200b@20i,iLBC@13330b@30i,GSM@20i,G722@20i,G722@30i,G7221@16000h@32000b@20i,G7221@16000h@24000b@20i,G723@30i,G726-16@20i,G726-24@20i,G726-32@20i,G726-40@20i,G726-16@30i,G726-24@30i,G726-32@30i,G726-40@30i]"
          • dtmf-type
            • ha_rules
              "required|in_list[none,rfc2833]"
          • negotiation
            • ha_rules
              "required|in_list[generous,greedy]"
          • silence-supp
            • ha_rules
              "required|in_list[true,false]"
  • mediamon
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • global/NSC_MEDIAMON_ENABLE
            • ha_rules
              "required|in_list[true,false]"
          • logging/level
            • ha_rules
              "required|in_list[debug,info]"
          • logging/syslog
            • ha_rules
              "required|in_list[true,false]"
  • monitor
    • description
      • 1
        ""
  • network
    • description
      • 1
        ""
    • methods
      • bonding
        {
          "description": "Bonding interface",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "link",
          "class": {
            "bonded_interface": {
              "default": [],
              "value": [],
              "label": "Physical Interfaces",
              "field": "bonded_interface",
              "rules": "is_array|in_list[]",
              "ha_rules": "is_array|in_list[]",
              "type": "checkbox"
            },
            "bonding_type": {
              "default": "6",
              "value": {
                "4": "802.3ad",
                "6": "balance-alb"
              },
              "label": "Bonding Type",
              "field": "bonding_type",
              "rules": "required|in_list[6,4]",
              "ha_rules": "required|in_list[6,4]",
              "type": "dropdown"
            },
            "display_name": {
              "default": "bond0",
              "field": "display_name",
              "size": 20,
              "type": "text",
              "label": "Bonding Interface Name"
            }
          },
          "name": "Bonding interface"
        }
    • object
      • configuration
        • class
          • global/hostname
            • ha_rules
              "required|regex_match[/^(?=.{1,254}$)((?=[a-z0-9-]{1,63}\\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,63}$/i]"
            • rules
              "required|valid_domain"
              "required|regex_match[/^(?=.{1,254}$)((?=[a-z0-9-]{1,63}\\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,63}$/i]"
      • interface
        • class
          • id
            • rules
              "required|integer|greater_than[0]|less_than[4095]"
          • ifname
            • ha_rules
              "required|in_list[]"
          • macvlan_device
            {
              "default": "",
              "label": "MAC VLAN Interface",
              "field": "macvlan_device",
              "readonly": "readonly",
              "type": "text",
              "size": 20
            }
          • macvlan_mac
            {
              "default": "",
              "label": "MAC Address",
              "field": "macvlan_mac",
              "readonly": "readonly",
              "type": "text",
              "size": 17
            }
          • vlan_type
            {
              "group": "vlan_type",
              "default": "vlan",
              "value": {
                "macvlan": "MAC VLAN",
                "vlan": "VLAN"
              },
              "label": "VLAN Type",
              "field": "vlan_type",
              "rules": "required|in_list[vlan,macvlan]",
              "ha_rules": "required|in_list[vlan,macvlan]",
              "type": "dropdown"
            }
        • methods
          • down
            • name
              "Status"
              "Down"
      • ip
        • class
          • interface
            • ha_rules
              "required|in_list[]"
          • peerdns
            • ha_rules
              "required|in_list[true,false]"
          • persistent
            • ha_rules
              "required|in_list[true,false]"
          • proto
            • ha_rules
              "required|in_list[dhcp-4,static-4,dhcp-6,slaac-6,static-6]"
      • route
        • class
          • interface
            • ha_rules
              "required|in_list[]"
      • source_policy_routing
        {
          "pagination": false,
          "controller_url": "/SAFe/sng_network_config",
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List source_policy_routing."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Source Policy Routing"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Source Policy Routing"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Source Policy Routing"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Source Policy Routing"
            }
          },
          "description": "Source Policy Routing",
          "dynamic": true,
          "base_path": "/NSC/local/software/network/source_policy_routing",
          "configurable": true,
          "global_methods": false,
          "autoname": true,
          "class": {
            "source_ip": {
              "default": null,
              "value": [],
              "label": "Source Ip",
              "field": "source_ip",
              "rules": "required|required|in_list[]",
              "ha_rules": "required|in_list[]",
              "type": "dropdown"
            },
            "gateway": {
              "default": "",
              "label": "Default Gateway",
              "field": "gateway",
              "rules": "required[proto,in,static-4,static-6]|valid_ip",
              "type": "text",
              "size": 40
            }
          },
          "name": "Source Policy Routing"
        }
  • notifier
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • check
            {
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Show Warning Message When Email Notification is disabled",
              "field": "check",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • email/enable
            • ha_rules
              "required|in_list[true,false]"
          • email/smtp/from
            {
              "help": "Email address used for the From and Reply-to field of the Email. This can be the same as the SMTP User",
              "default": "",
              "label": "Send From Email",
              "field": "email/smtp/from",
              "rules": "required[email/enable]|valid_email",
              "type": "text",
              "size": "30"
            }
          • email/smtp/server
            • category
              "SMTP Settings"
            • category_setting
              "expanded"
          • email/smtp/starttls
            {
              "help": "Enable/Disable use of starttls",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Use starttls",
              "field": "email/smtp/starttls",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • email/smtp/user
            • category
              "SMTP Credentials"
            • category_setting
              "expanded"
      • rule
        • class
          • action
            • ha_rules
              "required|in_list[email,hourly,daily]"
          • service
            • ha_rules
              "required|in_list[__any__,nsc,system,network,cluster,rtcpmon,sipsecmon,mediamon,webconfig,mysqld,clustermon,monitor]"
            • rules
              • 3716
                network,cluster,rtcpmon,
              • 8916
                ,mysqld,clustermon,monitor]
            • value
              • cluster
                "High Availability"
              • clustermon
                "Cluster Management"
          • severity
            • ha_rules
              "is_array|in_list[info,error,critical]"
          • user
            • ha_rules
              "required|in_list[__all__]"
  • nsc
    • description
      • 1
        ""
    • object
      • archive
        • methods
          • backup
            • class
              • backup_type
                • ha_rules
                  "required|in_list[configuration,data,support,system,template]"
                • rules
                  "required|in_list[configuration,data,support,system]"
                  "required|in_list[configuration,data,support,system,template]"
                • value
                  • template
                    "Template Backup"
          • restore
            • class
              • backup_exclude_opts
                • ha_rules
                  "is_array|in_list[Network,License]"
      • license
        • methods
          • refresh
            {
              "description": [
                "Download License from Portal."
              ],
              "processing": true,
              "request": "POST",
              "icon": "download",
              "display": false,
              "name": "Download License from Portal"
            }
      • preferences
        • class
          • keyboard_mode
            • ha_rules
              "required|in_list[standard,vim,emacs]"
          • web_session_timeout
            • default
              "15"
              "180"
      • version
        • class
          • build_version
            • default
              "57"
              "134"
          • minor_version
            • default
              "2"
              "3"
          • patch_version
            • default
              "14"
              "30"
          • product_version
            • default
              "2.2.14-57"
              "2.3.30-134"
  • ntpd
    • object
      • configuration
        • class
          • config/date
            {
              "help": "Enter the system date.",
              "default": "2022-02-10",
              "label": "Date",
              "field": "config/date",
              "rules": "valid_date",
              "type": "date",
              "size": 20
            }
          • config/datetime
            {
              "default": "Thu Feb 10 08:22:50 EST 2022",
              "label": "Server Datetime",
              "disabled": "disabled",
              "field": "config/datetime",
              "type": "datetime",
              "size": 49
            }
          • config/mode
            • group
              "manual"
              "configuration-mode"
            • ha_rules
              "required|in_list[false,true]"
          • config/time
            {
              "help": "Enter the system time.",
              "default": "08:22:50",
              "label": "Time",
              "field": "config/time",
              "rules": "valid_time",
              "type": "time",
              "size": 20
            }
          • config/timezone
            • ha_rules
              "required|in_list[PRC,MST,GMT0,Poland,Libya,Iceland,Africa/Porto-Novo,Africa/El_Aaiun,Africa/Nouakchott,Africa/Dakar,Africa/Juba,Africa/Freetown,Africa/Bangui,Africa/Kinshasa,Africa/Nairobi,Africa/Timbuktu,Africa/Accra,Africa/Luanda,Africa/Windhoek,Africa/Mbabane,Africa/Cairo,Africa/Gaborone,Africa/Niamey,Africa/Malabo,Africa/Kampala,Africa/Mogadishu,Africa/Libreville,Africa/Addis_Ababa,Africa/Monrovia,Africa/Djibouti,Africa/Tripoli,Africa/Douala,Africa/Lome,Africa/Ouagadougou,Africa/Banjul,Africa/Ndjamena,Africa/Conakry,Africa/Tunis,Africa/Bamako,Africa/Lusaka,Africa/Bujumbura,Africa/Casablanca,Africa/Johannesburg,Africa/Asmera,Africa/Maputo,Africa/Algiers,Africa/Maseru,Africa/Asmara,Africa/Kigali,Africa/Abidjan,Africa/Bissau,Africa/Dar_es_Salaam,Africa/Ceuta,Africa/Blantyre,Africa/Khartoum,Africa/Lagos,Africa/Brazzaville,Africa/Harare,Africa/Lubumbashi,Africa/Sao_Tome,GMT,Australia/Eucla,Australia/South,Australia/Lord_Howe,Australia/Hobart,Australia/Brisbane,Australia/Adelaide,Australia/ACT,Australia/Canberra,Australia/Yancowinna,Australia/Darwin,Australia/NSW,Australia/Broken_Hill,Australia/Victoria,Australia/Queensland,Australia/Perth,Australia/West,Australia/LHI,Australia/Tasmania,Australia/Currie,Australia/Sydney,Australia/Melbourne,Australia/Lindeman,Australia/North,Japan,Kwajalein,MST7MDT,HST,Singapore,EST,Hongkong,GMT-0,Turkey,Indian/Reunion,Indian/Kerguelen,Indian/Chagos,Indian/Mayotte,Indian/Mahe,Indian/Comoro,Indian/Antananarivo,Indian/Cocos,Indian/Mauritius,Indian/Maldives,Indian/Christmas,Eire,Cuba,US/Mountain,US/Aleutian,US/Michigan,US/Pacific,US/Arizona,US/Central,US/East-Indiana,US/Alaska,US/Hawaii,US/Eastern,US/Samoa,US/Indiana-Starke,US/Pacific-New,Asia/Pyongyang,Asia/Riyadh89,Asia/Kamchatka,Asia/Pontianak,Asia/Tokyo,Asia/Makassar,Asia/Aqtau,Asia/Damascus,Asia/Hebron,Asia/Ulaanbaatar,Asia/Karachi,Asia/Thimbu,Asia/Calcutta,Asia/Jayapura,Asia/Aqtobe,Asia/Tbilisi,Asia/Amman,Asia/Katmandu,Asia/Dhaka,Asia/Baghdad,Asia/Sakhalin,Asia/Novokuznetsk,Asia/Kolkata,Asia/Omsk,Asia/Harbin,Asia/Ujung_Pandang,Asia/Singapore,Asia/Tel_Aviv,Asia/Tehran,Asia/Dushanbe,Asia/Riyadh88,Asia/Novosibirsk,Asia/Tashkent,Asia/Krasnoyarsk,Asia/Vientiane,Asia/Kuching,Asia/Yakutsk,Asia/Kuala_Lumpur,Asia/Yekaterinburg,Asia/Qyzylorda,Asia/Baku,Asia/Kabul,Asia/Kashgar,Asia/Almaty,Asia/Vladivostok,Asia/Irkutsk,Asia/Yerevan,Asia/Dacca,Asia/Magadan,Asia/Hong_Kong,Asia/Bishkek,Asia/Anadyr,Asia/Qatar,Asia/Riyadh87,Asia/Colombo,Asia/Istanbul,Asia/Bahrain,Asia/Ulan_Bator,Asia/Jakarta,Asia/Brunei,Asia/Nicosia,Asia/Phnom_Penh,Asia/Riyadh,Asia/Dili,Asia/Dubai,Asia/Urumqi,Asia/Beirut,Asia/Ust-Nera,Asia/Ho_Chi_Minh,Asia/Ashkhabad,Asia/Khandyga,Asia/Rangoon,Asia/Muscat,Asia/Jerusalem,Asia/Seoul,Asia/Samarkand,Asia/Manila,Asia/Oral,Asia/Ashgabat,Asia/Taipei,Asia/Kathmandu,Asia/Saigon,Asia/Chongqing,Asia/Kuwait,Asia/Aden,Asia/Macau,Asia/Choibalsan,Asia/Bangkok,Asia/Thimphu,Asia/Gaza,Asia/Chungking,Asia/Macao,Asia/Shanghai,Asia/Hovd,Zulu,UTC,MET,CET,Brazil/East,Brazil/West,Brazil/Acre,Brazil/DeNoronha,NZ-CHAT,Antarctica/Macquarie,Antarctica/Palmer,Antarctica/DumontDUrville,Antarctica/Syowa,Antarctica/Mawson,Antarctica/Rothera,Antarctica/Davis,Antarctica/South_Pole,Antarctica/McMurdo,Antarctica/Casey,Antarctica/Vostok,Israel,GMT+0,W-SU,Arctic/Longyearbyen,Europe/Prague,Europe/Andorra,Europe/Zagreb,Europe/Guernsey,Europe/Zurich,Europe/Dublin,Europe/Kiev,Europe/Zaporozhye,Europe/Paris,Europe/Skopje,Europe/Bucharest,Europe/Lisbon,Europe/Luxembourg,Europe/Vienna,Europe/Mariehamn,Europe/San_Marino,Europe/Jersey,Europe/Warsaw,Europe/Amsterdam,Europe/Stockholm,Europe/Belfast,Europe/Chisinau,Europe/Madrid,Europe/Athens,Europe/London,Europe/Copenhagen,Europe/Tallinn,Europe/Moscow,Europe/Tirane,Europe/Belgrade,Europe/Tiraspol,Europe/Minsk,Europe/Gibraltar,Europe/Samara,Europe/Istanbul,Europe/Helsinki,Europe/Nicosia,Europe/Oslo,Europe/Isle_of_Man,Europe/Ljubljana,Europe/Berlin,Europe/Kaliningrad,Europe/Simferopol,Europe/Vatican,Europe/Vaduz,Europe/Sarajevo,Europe/Budapest,Europe/Rome,Europe/Monaco,Europe/Sofia,Europe/Volgograd,Europe/Brussels,Europe/Vilnius,Europe/Bratislava,Europe/Riga,Europe/Podgorica,Europe/Uzhgorod,Europe/Malta,Europe/Busingen,Canada/Mountain,Canada/Pacific,Canada/Central,Canada/East-Saskatchewan,Canada/Atlantic,Canada/Eastern,Canada/Saskatchewan,Canada/Yukon,Canada/Newfoundland,Pacific/Pago_Pago,Pacific/Fakaofo,Pacific/Marquesas,Pacific/Apia,Pacific/Rarotonga,Pacific/Midway,Pacific/Saipan,Pacific/Efate,Pacific/Pitcairn,Pacific/Kwajalein,Pacific/Guadalcanal,Pacific/Kosrae,Pacific/Truk,Pacific/Funafuti,Pacific/Easter,Pacific/Tarawa,Pacific/Fiji,Pacific/Ponape,Pacific/Kiritimati,Pacific/Chuuk,Pacific/Pohnpei,Pacific/Auckland,Pacific/Norfolk,Pacific/Majuro,Pacific/Tahiti,Pacific/Gambier,Pacific/Wallis,Pacific/Enderbury,Pacific/Niue,Pacific/Galapagos,Pacific/Guam,Pacific/Chatham,Pacific/Wake,Pacific/Samoa,Pacific/Palau,Pacific/Johnston,Pacific/Honolulu,Pacific/Tongatapu,Pacific/Noumea,Pacific/Yap,Pacific/Nauru,Pacific/Port_Moresby,Mideast/Riyadh89,Mideast/Riyadh88,Mideast/Riyadh87,Egypt,EST5EDT,Universal,Navajo,Chile/Continental,Chile/EasterIsland,ROK,Atlantic/Bermuda,Atlantic/Reykjavik,Atlantic/Cape_Verde,Atlantic/Canary,Atlantic/Faroe,Atlantic/St_Helena,Atlantic/South_Georgia,Atlantic/Azores,Atlantic/Jan_Mayen,Atlantic/Madeira,Atlantic/Stanley,Atlantic/Faeroe,GB-Eire,GB,America/Coral_Harbour,America/El_Salvador,America/Rankin_Inlet,America/Bahia_Banderas,America/Caracas,America/Sao_Paulo,America/Maceio,America/Puerto_Rico,America/New_York,America/Martinique,America/Jujuy,America/Chicago,America/Detroit,America/Cuiaba,America/Managua,America/Ensenada,America/Anchorage,America/Cayenne,America/Blanc-Sablon,America/Mazatlan,America/Cordoba,America/Araguaina,America/Tijuana,America/Antigua,America/Metlakatla,America/Noronha,America/Tegucigalpa,America/Boa_Vista,America/Inuvik,America/Santa_Isabel,America/Yellowknife,America/Aruba,America/Guatemala,America/Recife,America/Lima,America/Montreal,America/Buenos_Aires,America/Hermosillo,America/Dawson_Creek,America/Regina,America/Indiana/Knox,America/Indiana/Vevay,America/Indiana/Winamac,America/Indiana/Indianapolis,America/Indiana/Vincennes,America/Indiana/Marengo,America/Indiana/Petersburg,America/Indiana/Tell_City,America/Sitka,America/St_Vincent,America/Kentucky/Monticello,America/Kentucky/Louisville,America/Santiago,America/Goose_Bay,America/Matamoros,America/Santo_Domingo,America/Paramaribo,America/Chihuahua,America/Miquelon,America/Cancun,America/Mexico_City,America/Fortaleza,America/Atka,America/Santarem,America/Port-au-Prince,America/St_Kitts,America/Kralendijk,America/Juneau,America/Dawson,America/Dominica,America/Belize,America/Tortola,America/Denver,America/Creston,America/Indianapolis,America/St_Lucia,America/Guyana,America/Thunder_Bay,America/Monterrey,America/Halifax,America/Manaus,America/Shiprock,America/Los_Angeles,America/Phoenix,America/Havana,America/Costa_Rica,America/Knox_IN,America/Campo_Grande,America/North_Dakota/Beulah,America/North_Dakota/Center,America/North_Dakota/New_Salem,America/La_Paz,America/Menominee,America/Lower_Princes,America/Swift_Current,America/Grenada,America/Rosario,America/Guadeloupe,America/Winnipeg,America/Louisville,America/Nipigon,America/Danmarkshavn,America/Rio_Branco,America/Porto_Acre,America/Panama,America/Porto_Velho,America/Mendoza,America/St_Johns,America/Boise,America/Nome,America/Barbados,America/Vancouver,America/Merida,America/Toronto,America/Catamarca,America/Ojinaga,America/Iqaluit,America/Glace_Bay,America/Asuncion,America/Virgin,America/Montevideo,America/Moncton,America/St_Barthelemy,America/Port_of_Spain,America/Grand_Turk,America/Anguilla,America/Scoresbysund,America/Belem,America/Cayman,America/Bogota,America/Fort_Wayne,America/Cambridge_Bay,America/Edmonton,America/Thule,America/Jamaica,America/Godthab,America/Argentina/Tucuman,America/Argentina/Rio_Gallegos,America/Argentina/Jujuy,America/Argentina/La_Rioja,America/Argentina/Cordoba,America/Argentina/Salta,America/Argentina/Buenos_Aires,America/Argentina/San_Luis,America/Argentina/San_Juan,America/Argentina/Mendoza,America/Argentina/ComodRivadavia,America/Argentina/Catamarca,America/Argentina/Ushuaia,America/Marigot,America/Curacao,America/Adak,America/Nassau,America/Yakutat,America/Whitehorse,America/Atikokan,America/St_Thomas,America/Eirunepe,America/Bahia,America/Resolute,America/Guayaquil,America/Pangnirtung,America/Rainy_River,America/Montserrat,Mexico/General,Mexico/BajaSur,Mexico/BajaNorte,NZ,EET,UCT,CST6CDT,PST8PDT,Jamaica,Etc/GMT-11,Etc/GMT0,Etc/GMT+3,Etc/GMT,Etc/GMT-4,Etc/GMT+9,Etc/GMT+7,Etc/GMT-9,Etc/GMT-0,Etc/GMT-13,Etc/GMT-14,Etc/GMT+6,Etc/GMT-6,Etc/Zulu,Etc/UTC,Etc/GMT-10,Etc/GMT+0,Etc/GMT+12,Etc/GMT+8,Etc/GMT+4,Etc/GMT+2,Etc/GMT+10,Etc/Universal,Etc/GMT+5,Etc/GMT-12,Etc/GMT-1,Etc/GMT-2,Etc/GMT+11,Etc/GMT-3,Etc/GMT-8,Etc/UCT,Etc/GMT-7,Etc/GMT-5,Etc/GMT+1,Etc/Greenwich,Greenwich,Iran,Portugal,ROC,WET,__empty__]"
            • rules
              • 148903
                ist[MST,America/Caracas,America/Lima,America/Virgin,AmePRC,MST,GMT0,Poland,Libya,Iceland,Africa/Noronha,America/Recife,America/El_Salvador,America/Coral_Harbour,America/Ojinaga,America/Catamarca,AmePorto-Novo,Africa/El_Aaiun,Africa/Nouakchott,Africa/Dakar,Africa/Juba,Africa/Miquelon,AmeFreetown,Africa/St_Barthelemy,America/Thunder_Bay,America/Mazatlan,America/Merida,America/Halifax,America/Louisville,America/Port-au-Prince,America/Mendoza,America/Indiana/Knox,America/Indiana/Vincennes,America/Indiana/Marengo,America/Indiana/Vevay,America/Indiana/Indianapolis,America/Indiana/Petersburg,America/Indiana/Winamac,America/Indiana/Tell_City,America/Anchorage,America/Danmarkshavn,America/Boise,America/Lower_Princes,America/St_Vincent,America/Winnipeg,America/St_Lucia,America/Chihuahua,America/Buenos_Aires,America/Cordoba,America/St_Thomas,AmeBangui,Africa/Kinshasa,Africa/Nairobi,Africa/Timbuktu,Africa/Accra,Africa/Luanda,Africa/Windhoek,Africa/Mbabane,Africa/Cairo,Africa/Gaborone,Africa/Niamey,Africa/Malabo,Africa/Kampala,Africa/Mogadishu,Africa/Libreville,Africa/Addis_Ababa,Africa/Monrovia,Africa/Djibouti,Africa/Tripoli,Africa/Douala,Africa/Lome,Africa/Ouagadougou,Africa/Banjul,Africa/Ndjamena,Africa/Conakry,Africa/Tunis,Africa/Rosario,AmeBamako,Africa/Fort_Wayne,America/Barbados,America/Santiago,America/Santo_Domingo,America/Inuvik,America/Porto_Velho,America/Thule,America/Eirunepe,America/Guadeloupe,America/Montreal,America/Godthab,America/Juneau,America/Monterrey,America/Asuncion,America/Curacao,America/Hermosillo,America/Goose_Bay,America/Tortola,America/Indianapolis,AmeLusaka,Africa/Bujumbura,Africa/Casablanca,Africa/Johannesburg,Africa/Asmera,Africa/Maputo,Africa/Algiers,Africa/Maseru,Africa/Asmara,Africa/Kigali,Africa/Abidjan,Africa/Bissau,Africa/Dar_es_Salaam,Africa/Ceuta,Africa/Blantyre,Africa/Khartoum,Africa/Lagos,Africa/Dominica,America/Araguaina,AmeBrazzaville,Africa/SantHararem,Amefrica/Blanc-Sablon,America/Yakutat,America/Matamoros,America/Regina,America/Port_of_Spain,America/New_York,America/Rankin_Inlet,America/St_Johns,America/Phoenix,America/Tegucigalpa,America/Nipigon,America/Chicago,America/Los_Angeles,America/Cuiaba,America/Nome,America/Montserrat,America/Costa_Rica,America/Metlakatla,America/Managua,America/Belize,America/Cancun,America/Bahia,America/Campo_Grande,America/Glace_Bay,America/Denver,America/Adak,America/Edmonton,America/Atikokan,America/Rio_Branco,America/Montevideo,America/Cambridge_Bay,America/Guyana,America/Martinique,America/Scoresbysund,America/Pangnirtung,America/Ensenada,America/North_Dakota/Center,America/North_Dakota/New_Salem,America/North_Dakota/Beulah,America/Guatemala,America/Tijuana,America/La_Paz,America/Creston,America/Whitehorse,America/Vancouver,America/Toronto,America/Cayman,America/Cayenne,America/Panama,America/Marigot,America/Belem,America/Anguilla,America/Yellowknife,America/Havana,America/Resolute,America/Detroit,America/Santa_Isabel,America/Moncton,America/Rainy_River,America/Bogota,America/Bahia_Banderas,America/Dawson,America/Sitka,America/Jamaica,America/St_Kitts,America/Nassau,America/Dawson_Creek,America/Knox_IN,America/Swift_Current,America/Menominee,America/Guayaquil,America/Maceio,America/Jujuy,America/Boa_Vista,America/Mexico_City,America/Argentina/Catamarca,America/Argentina/Rio_Gallegos,America/Argentina/Mendoza,America/Argentina/Ushuaia,America/Argentina/Buenos_Aires,America/Argentina/Cordoba,America/Argentina/La_Rioja,America/Argentina/Salta,America/Argentina/San_Juan,America/Argentina/San_Luis,America/Argentina/ComodRivadavia,America/Argentina/Jujuy,America/Argentina/Tucuman,America/Puerto_Rico,America/Paramaribo,America/Fortaleza,America/Porto_Acre,America/Kralendijk,America/Shiprock,America/Manaus,America/Aruba,America/Sao_Paulo,America/Iqaluit,America/Antigua,America/Grenada,America/Grand_Turk,America/Kentucky/Monticello,America/Kentucky/Louisville,America/Atka,GB-Eire,Cuba,UCT,Japan,GMT+0,Indian/Christmas,Indian/Mahe,Indian/Chagos,Indian/Antananarivo,Indian/Mayotte,Indian/Comoro,Indian/Reunion,Indian/Maldives,Indian/Mauritius,Indian/Kerguelen,Indian/Cocos,Kwajalein,GMT0,EST,ROC,Hongkong,Arctic/Longyearbyen,Portugal,NZ-CHAT,W-SU,Iceland,HST,Africa/Khartoum,Africa/Gaborone,Africa/Addis_Ababa,Africa/Kinshasa,Africa/Bujumbura,Africa/Kampala,Africa/Malabo,Africa/Djibouti,Africa/Tunis,Africa/Lubumbashi,Africa/Niamey,Africa/Dar_es_Salaam,Africa/Ndjamena,Africa/Asmera,Africa/Libreville,Africa/Brazzaville,Africa/Maputo,Africa/Mbabane,Africa/Nairobi,Africa/Nouakchott,Africa/Mogadishu,Africa/Kigali,Africa/Lagos,Africa/Algiers,Africa/El_Aaiun,Africa/Dakar,Africa/Cairo,Africa/Blantyre,Africa/Windhoek,Africa/Ceuta,Africa/Bamako,Africa/Luanda,Africa/Accra,Africa/Sao_Tome,Africa/Bissau,Africa/Johannesburg,Africa/Lome,Africa/Timbuktu,Africa/Bangui,Africa/Lusaka,Africa/Monrovia,Africa/Asmara,Africa/Casablanca,Africa/Freetown,Africa/Banjul,Africa/Harare,Africa/Ouagadougou,Africa/Porto-Novo,Africa/Abidjan,Africa/Juba,Africa/Conakry,Africa/Tripoli,Africa/Maseru,Africa/Douala,Mexico/BajaNorte,Mexico/BajaSur,Mexico/General,Israel,NZ,PST8PDT,PRC,UTC,CST6CDT,Eire,Zulu,GMT,Etc/GMT+11,Etc/GMT-11,Etc/GMT+1,Etc/UCT,Etc/GMT+0,Etc/GMT0,Etc/GMT-13,Etc/GMT+8,Etc/GMT+9,Etc/GMT-1,Etc/GMT-12,Etc/GMT-2,Etc/UTC,Etc/GMT-8,Etc/Zulu,Etc/GMT,Etc/GMT-7,Etc/GMT+4,Etc/GMT+3,Etc/GMT-0,Etc/GMT-14,Etc/GMT-6,Etc/GMT-3,Etc/GMT+7,Etc/Universal,Etc/GMT-5,Etc/GMT-9,Etc/Greenwich,Etc/GMT+5,Etc/GMT-4,Etc/GMT-10,Etc/GMT+10,Etc/GMT+6,Etc/GMT+2,Etc/GMT+12,Iran,GMT-0,CET,Mideast/Riyadh89,Mideast/Riyadh87,Mideast/Riyadh88,Atlantic/Madeira,Atlantic/Jan_Mayen,Atlantic/St_Helena,Atlantic/Faeroe,Atlantic/Faroe,Atlantic/Bermuda,Atlantic/Stanley,Atlantic/South_Georgia,Atlantic/Reykjavik,Atlantic/Azores,Atlantic/Canary,Atlantic/Cape_Verde,Pacific/Gambier,Pacific/Ponape,Pacific/Chuuk,Pacific/Noumea,Pacific/Chatham,Pacific/Nauru,Pacific/Honolulu,Pacific/Enderbury,Pacific/Tongatapu,Pacific/Kwajalein,Pacific/Guadalcanal,Pacific/Funafuti,Pacific/Easter,Pacific/Galapagos,Pacific/Johnston,Pacific/Wake,Pacific/Pitcairn,Pacific/Palau,Pacific/Port_Moresby,Pacific/Kosrae,Pacific/Saipan,Pacific/Fiji,Pacific/Auckland,Pacific/Marquesas,Pacific/Kiritimati,Pacific/Wallis,Pacific/Tarawa,Pacific/Efate,Pacific/Truk,Pacific/Tahiti,Pacific/Samoa,Pacific/Niue,Pacific/Fakaofo,Pacific/Apia,Pacific/Majuro,Pacific/Norfolk,Pacific/Midway,Pacific/Yap,Pacific/Rarotonga,Pacific/Pago_Pago,Pacific/Guam,Pacific/Pohnpei,Australia/Tasmania,Australia/Queensland,Australia/Yancowinna,Australia/NSW,Australia/Victoria,Australia/Lord_Howe,Australia/Canberra,Australia/North,Australia/Brisbane,Australia/Perth,Australia/Melbourne,Australia/Broken_Hill,Australia/Eucla,Australia/Lindeman,Australia/West,Australia/Darwin,Australia/Hobart,Australia/Currie,Australia/Sydney,Australia/South,Australia/ACT,Australia/LHI,Australia/Adelaide,GB,Canada/Eastern,Canada/East-Saskatchewan,Canada/Central,Canada/Newfoundland,Canada/Mountain,Canada/Atlantic,Canada/Pacific,Canada/Yukon,Canada/Saskatchewan,Universal,Asia/Bangkok,Asia/Phnom_Penh,Asia/Anadyr,Asia/Vladivostok,Asia/Baku,Asia/Almaty,Asia/Damascus,Asia/Karachi,Asia/Kuching,Asia/Vientiane,Asia/Yekaterinburg,Asia/Krasnoyarsk,Asia/Brunei,Asia/Seoul,Asia/Tehran,Asia/Colombo,Asia/Hebron,Asia/Hovd,Asia/Kuala_Lumpur,Asia/Taipei,Asia/Riyadh,Asia/Novosibirsk,Asia/Dushanbe,Asia/Dhaka,Asia/Magadan,Asia/Riyadh89,Asia/Ujung_Pandang,Asia/Qatar,Asia/Dili,Asia/Aden,Asia/Jakarta,Asia/Kathmandu,Asia/Ust-Nera,Asia/Amman,Asia/Kuwait,Asia/Nicosia,Asia/Thimbu,Asia/Novokuznetsk,Asia/Hong_Kong,Asia/Aqtau,Asia/Istanbul,Asia/Omsk,Asia/Macao,Asia/Aqtobe,Asia/Pyongyang,Asia/Baghdad,Asia/Muscat,Asia/Kolkata,Asia/Kabul,Asia/Dacca,Asia/Yakutsk,Asia/Kamchatka,Asia/Chongqing,Asia/Thimphu,Asia/Ulan_Bator,Asia/Riyadh87,Asia/Makassar,Asia/Ulaanbaatar,Asia/Riyadh88,Asia/Samarkand,Asia/Beirut,Asia/Dubai,Asia/Calcutta,Asia/Bahrain,Asia/Urumqi,Asia/Kashgar,Asia/Shanghai,Asia/Ashgabat,Asia/Choibalsan,Asia/Khandyga,Asia/Irkutsk,Asia/Singapore,Asia/Jayapura,Asia/Rangoon,Asia/Oral,Asia/Tel_Aviv,Asia/Yerevan,Asia/Tashkent,Asia/Pontianak,Asia/Tokyo,Asia/Katmandu,Asia/Gaza,Asia/Saigon,Asia/Qyzylorda,Asia/Bishkek,Asia/Harbin,Asia/Chungking,Asia/Sakhalin,Asia/Ashkhabad,Asia/Jerusalem,Asia/Manila,Asia/Macau,Asia/Tbilisi,Asia/Ho_Chi_Minh,EST5EDT,Libya,Europe/Tiraspol,Europe/Jersey,Europe/Belgrade,Europe/Gibraltar,Europe/Tirane,Europe/Stockholm,Europe/Kiev,Europe/Kaliningrad,Europe/Uzhgorod,Europe/Vatican,Europe/London,Europe/Malta,Europe/Riga,Europe/Ljubljana,Europe/Dublin,Europe/Simferopol,Europe/Guernsey,Europe/Bratislava,Europe/Oslo,Europe/Warsaw,Europe/Minsk,Europe/Monaco,Europe/Nicosia,Europe/Zagreb,Europe/Zaporozhye,Europe/Vilnius,Europe/Istanbul,Europe/Athens,Europe/Samara,Europe/Vienna,Europe/Tallinn,Europe/Brussels,Europe/Sofia,Europe/Podgorica,Europe/Bucharest,Europe/Copenhagen,Europe/San_Marino,Europe/Lisbon,Europe/Prague,Europe/Budapest,Europe/Helsinki,Europe/Moscow,Europe/Berlin,Europe/Chisinau,Europe/Skopje,Europe/Vaduz,Europe/Paris,Europe/Rome,Europe/Luxembourg,Europe/Andorra,Europe/Busingen,Europe/Madrid,Europe/Amsterdam,Europe/Belfast,Europe/Mariehamn,Europe/Volgograd,Europe/Isle_of_Man,Europe/Sarajevo,Europe/Zurich,Poland,Turkey,MST7MDT,Antarctica/Mawson,Antarctica/Palmer,Antarctica/Rothera,Antarctica/McMurdo,Antarctica/Casey,Antarctica/DumontDUrville,Antarctica/Vostok,Antarctica/Syowa,Antarctica/Macquarie,Antarctica/South_Pole,Antarctica/Davis,Greenwich,EET,Singapore,Navajo,ROK,Jamaica,MET,Brazil/DeNoronha,Brazil/West,Brazil/Acre,Brazil/East,Egypt,Chile/EasterIsland,Chile/Continental,US/Hawaii,US/Eastern,US/Central,US/Pacific-New,US/East-Indiana,US/Indiana-Starke,US/Alaska,US/Mountain,US/Arizona,US/Pacific,US/Samoa,US/Aleutian,US/Michigan,WETLubumbashi,Africa/Sao_Tome,GMT,Australia/Eucla,Australia/South,Australia/Lord_Howe,Australia/Hobart,Australia/Brisbane,Australia/Adelaide,Australia/ACT,Australia/Canberra,Australia/Yancowinna,Australia/Darwin,Australia/NSW,Australia/Broken_Hill,Australia/Victoria,Australia/Queensland,Australia/Perth,Australia/West,Australia/LHI,Australia/Tasmania,Australia/Currie,Australia/Sydney,Australia/Melbourne,Australia/Lindeman,Australia/North,Japan,Kwajalein,MST7MDT,HST,Singapore,EST,Hongkong,GMT-0,Turkey,Indian/Reunion,Indian/Kerguelen,Indian/Chagos,Indian/Mayotte,Indian/Mahe,Indian/Comoro,Indian/Antananarivo,Indian/Cocos,Indian/Mauritius,Indian/Maldives,Indian/Christmas,Eire,Cuba,US/Mountain,US/Aleutian,US/Michigan,US/Pacific,US/Arizona,US/Central,US/East-Indiana,US/Alaska,US/Hawaii,US/Eastern,US/Samoa,US/Indiana-Starke,US/Pacific-New,Asia/Pyongyang,Asia/Riyadh89,Asia/Kamchatka,Asia/Pontianak,Asia/Tokyo,Asia/Makassar,Asia/Aqtau,Asia/Damascus,Asia/Hebron,Asia/Ulaanbaatar,Asia/Karachi,Asia/Thimbu,Asia/Calcutta,Asia/Jayapura,Asia/Aqtobe,Asia/Tbilisi,Asia/Amman,Asia/Katmandu,Asia/Dhaka,Asia/Baghdad,Asia/Sakhalin,Asia/Novokuznetsk,Asia/Kolkata,Asia/Omsk,Asia/Harbin,Asia/Ujung_Pandang,Asia/Singapore,Asia/Tel_Aviv,Asia/Tehran,Asia/Dushanbe,Asia/Riyadh88,Asia/Novosibirsk,Asia/Tashkent,Asia/Krasnoyarsk,Asia/Vientiane,Asia/Kuching,Asia/Yakutsk,Asia/Kuala_Lumpur,Asia/Yekaterinburg,Asia/Qyzylorda,Asia/Baku,Asia/Kabul,Asia/Kashgar,Asia/Almaty,Asia/Vladivostok,Asia/Irkutsk,Asia/Yerevan,Asia/Dacca,Asia/Magadan,Asia/Hong_Kong,Asia/Bishkek,Asia/Anadyr,Asia/Qatar,Asia/Riyadh87,Asia/Colombo,Asia/Istanbul,Asia/Bahrain,Asia/Ulan_Bator,Asia/Jakarta,Asia/Brunei,Asia/Nicosia,Asia/Phnom_Penh,Asia/Riyadh,Asia/Dili,Asia/Dubai,Asia/Urumqi,Asia/Beirut,Asia/Ust-Nera,Asia/Ho_Chi_Minh,Asia/Ashkhabad,Asia/Khandyga,Asia/Rangoon,Asia/Muscat,Asia/Jerusalem,Asia/Seoul,Asia/Samarkand,Asia/Manila,Asia/Oral,Asia/Ashgabat,Asia/Taipei,Asia/Kathmandu,Asia/Saigon,Asia/Chongqing,Asia/Kuwait,Asia/Aden,Asia/Macau,Asia/Choibalsan,Asia/Bangkok,Asia/Thimphu,Asia/Gaza,Asia/Chungking,Asia/Macao,Asia/Shanghai,Asia/Hovd,Zulu,UTC,MET,CET,Brazil/East,Brazil/West,Brazil/Acre,Brazil/DeNoronha,NZ-CHAT,Antarctica/Macquarie,Antarctica/Palmer,Antarctica/DumontDUrville,Antarctica/Syowa,Antarctica/Mawson,Antarctica/Rothera,Antarctica/Davis,Antarctica/South_Pole,Antarctica/McMurdo,Antarctica/Casey,Antarctica/Vostok,Israel,GMT+0,W-SU,Arctic/Longyearbyen,Europe/Prague,Europe/Andorra,Europe/Zagreb,Europe/Guernsey,Europe/Zurich,Europe/Dublin,Europe/Kiev,Europe/Zaporozhye,Europe/Paris,Europe/Skopje,Europe/Bucharest,Europe/Lisbon,Europe/Luxembourg,Europe/Vienna,Europe/Mariehamn,Europe/San_Marino,Europe/Jersey,Europe/Warsaw,Europe/Amsterdam,Europe/Stockholm,Europe/Belfast,Europe/Chisinau,Europe/Madrid,Europe/Athens,Europe/London,Europe/Copenhagen,Europe/Tallinn,Europe/Moscow,Europe/Tirane,Europe/Belgrade,Europe/Tiraspol,Europe/Minsk,Europe/Gibraltar,Europe/Samara,Europe/Istanbul,Europe/Helsinki,Europe/Nicosia,Europe/Oslo,Europe/Isle_of_Man,Europe/Ljubljana,Europe/Berlin,Europe/Kaliningrad,Europe/Simferopol,Europe/Vatican,Europe/Vaduz,Europe/Sarajevo,Europe/Budapest,Europe/Rome,Europe/Monaco,Europe/Sofia,Europe/Volgograd,Europe/Brussels,Europe/Vilnius,Europe/Bratislava,Europe/Riga,Europe/Podgorica,Europe/Uzhgorod,Europe/Malta,Europe/Busingen,Canada/Mountain,Canada/Pacific,Canada/Central,Canada/East-Saskatchewan,Canada/Atlantic,Canada/Eastern,Canada/Saskatchewan,Canada/Yukon,Canada/Newfoundland,Pacific/Pago_Pago,Pacific/Fakaofo,Pacific/Marquesas,Pacific/Apia,Pacific/Rarotonga,Pacific/Midway,Pacific/Saipan,Pacific/Efate,Pacific/Pitcairn,Pacific/Kwajalein,Pacific/Guadalcanal,Pacific/Kosrae,Pacific/Truk,Pacific/Funafuti,Pacific/Easter,Pacific/Tarawa,Pacific/Fiji,Pacific/Ponape,Pacific/Kiritimati,Pacific/Chuuk,Pacific/Pohnpei,Pacific/Auckland,Pacific/Norfolk,Pacific/Majuro,Pacific/Tahiti,Pacific/Gambier,Pacific/Wallis,Pacific/Enderbury,Pacific/Niue,Pacific/Galapagos,Pacific/Guam,Pacific/Chatham,Pacific/Wake,Pacific/Samoa,Pacific/Palau,Pacific/Johnston,Pacific/Honolulu,Pacific/Tongatapu,Pacific/Noumea,Pacific/Yap,Pacific/Nauru,Pacific/Port_Moresby,Mideast/Riyadh89,Mideast/Riyadh88,Mideast/Riyadh87,Egypt,EST5EDT,Universal,Navajo,Chile/Continental,Chile/EasterIsland,ROK,Atlantic/Bermuda,Atlantic/Reykjavik,Atlantic/Cape_Verde,Atlantic/Canary,Atlantic/Faroe,Atlantic/St_Helena,Atlantic/South_Georgia,Atlantic/Azores,Atlantic/Jan_Mayen,Atlantic/Madeira,Atlantic/Stanley,Atlantic/Faeroe,GB-Eire,GB,America/Coral_Harbour,America/El_Salvador,America/Rankin_Inlet,America/Bahia_Banderas,America/Caracas,America/Sao_Paulo,America/Maceio,America/Puerto_Rico,America/New_York,America/Martinique,America/Jujuy,America/Chicago,America/Detroit,America/Cuiaba,America/Managua,America/Ensenada,America/Anchorage,America/Cayenne,America/Blanc-Sablon,America/Mazatlan,America/Cordoba,America/Araguaina,America/Tijuana,America/Antigua,America/Metlakatla,America/Noronha,America/Tegucigalpa,America/Boa_Vista,America/Inuvik,America/Santa_Isabel,America/Yellowknife,America/Aruba,America/Guatemala,America/Recife,America/Lima,America/Montreal,America/Buenos_Aires,America/Hermosillo,America/Dawson_Creek,America/Regina,America/Indiana/Knox,America/Indiana/Vevay,America/Indiana/Winamac,America/Indiana/Indianapolis,America/Indiana/Vincennes,America/Indiana/Marengo,America/Indiana/Petersburg,America/Indiana/Tell_City,America/Sitka,America/St_Vincent,America/Kentucky/Monticello,America/Kentucky/Louisville,America/Santiago,America/Goose_Bay,America/Matamoros,America/Santo_Domingo,America/Paramaribo,America/Chihuahua,America/Miquelon,America/Cancun,America/Mexico_City,America/Fortaleza,America/Atka,America/Santarem,America/Port-au-Prince,America/St_Kitts,America/Kralendijk,America/Juneau,America/Dawson,America/Dominica,America/Belize,America/Tortola,America/Denver,America/Creston,America/Indianapolis,America/St_Lucia,America/Guyana,America/Thunder_Bay,America/Monterrey,America/Halifax,America/Manaus,America/Shiprock,America/Los_Angeles,America/Phoenix,America/Havana,America/Costa_Rica,America/Knox_IN,America/Campo_Grande,America/North_Dakota/Beulah,America/North_Dakota/Center,America/North_Dakota/New_Salem,America/La_Paz,America/Menominee,America/Lower_Princes,America/Swift_Current,America/Grenada,America/Rosario,America/Guadeloupe,America/Winnipeg,America/Louisville,America/Nipigon,America/Danmarkshavn,America/Rio_Branco,America/Porto_Acre,America/Panama,America/Porto_Velho,America/Mendoza,America/St_Johns,America/Boise,America/Nome,America/Barbados,America/Vancouver,America/Merida,America/Toronto,America/Catamarca,America/Ojinaga,America/Iqaluit,America/Glace_Bay,America/Asuncion,America/Virgin,America/Montevideo,America/Moncton,America/St_Barthelemy,America/Port_of_Spain,America/Grand_Turk,America/Anguilla,America/Scoresbysund,America/Belem,America/Cayman,America/Bogota,America/Fort_Wayne,America/Cambridge_Bay,America/Edmonton,America/Thule,America/Jamaica,America/Godthab,America/Argentina/Tucuman,America/Argentina/Rio_Gallegos,America/Argentina/Jujuy,America/Argentina/La_Rioja,America/Argentina/Corntina/Salta,America/Argentina/Buenos_Aires,America/Argentina/San_Luis,America/Argentina/San_Juan,America/Argentina/Mendoza,America/Argentina/ComodRivadavia,America/Argentina/Catamarca,America/Argentina/Ushuaia,America/Marigot,America/Curacao,America/Adak,America/Nassau,America/Yakutat,America/Whitehorse,America/Atikokan,America/St_Thomas,America/Eirunepe,America/Bahia,America/Resolute,America/Guayaquil,America/Pangnirtung,America/Rainy_River,America/Montserrat,Mexico/General,Mexico/BajaSur,Mexico/BajaNorte,NZ,EET,UCT,CST6CDT,PST8PDT,Jamaica,Etc/GMT-11,Etc/GMT0,Etc/GMT+3,Etc/GMT,Etc/GMT-4,Etc/GMT+9,Etc/GMT+7,Etc/GMT-9,Etc/GMT-0,Etc/GMT-13,Etc/GMT-14,Etc/GMT+6,Etc/GMT-6,Etc/Zulu,Etc/UTC,Etc/GMT-10,Etc/GMT+0,Etc/GMT+12,Etc/GMT+8,Etc/GMT+4,Etc/GMT+2,Etc/GMT+10,Etc/Universal,Etc/GMT+5,Etc/GMT-12,Etc/GMT-1,Etc/GMT-2,Etc/GMT+11,Etc/GMT-3,Etc/GMT-8,Etc/UCT,Etc/GMT-7,Etc/GMT-5,Etc/GMT+1,Etc/Greenwich,Greenwich,Iran,Portugal,ROC,WET,__empty__]
            • value
              • __empty__
                ""
      • datetime
        {
          "pagination": false,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List datetime."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve server datetime"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update server datetime"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/ntpd/datetime",
          "name": "Datetime",
          "global_methods": false,
          "configurable": false,
          "description": "Datetime"
        }
  • pacemaker
    {
      "object": {
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Service Status",
              "description": "Returns service status and statistics."
            },
            "start": {
              "request": "POST",
              "name": "Start Service",
              "description": "Starts the service and change startup mode to automatic."
            },
            "stop": {
              "request": "POST",
              "name": "Stop Service",
              "description": "Stops the service and change startup mode to manual."
            },
            "restart": {
              "request": "POST",
              "name": "Start Service",
              "description": "Restarts the service and change startup mode to automatic."
            }
          },
          "description": "Controls the service running state and startup mode.",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/pacemaker/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Resources Manager",
      "description": ""
    }
  • provisioning
    {
      "object": {
        "template": {
          "singleton": true,
          "description": "Provisioning",
          "methods": {
            "apply": {
              "description": "Apply template",
              "request": "GET",
              "name": "Apply",
              "icon": ""
            },
            "register": {
              "description": "Register the SBC to EMS",
              "request": "GET",
              "name": "Register to EMS",
              "icon": ""
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve template content"
            },
            "update": {
              "description": "Update template from base 64 encoded string",
              "request": "POST",
              "name": "Update",
              "icon": "save"
            },
            "upload": {
              "description": "Update template from file",
              "request": "POST",
              "name": "Upload",
              "icon": "save"
            }
          }
        }
      },
      "name": "Provisioning",
      "description": ""
    }
  • radius
    • description
      • 1
        ""
    • object
      • configuration
        • class
          • bindaddr
            • ha_rules
              "required|in_list[__selectone__]"
          • enable
            • ha_rules
              "required|in_list[true,false]"
          • enable-accounting
            • ha_rules
              "required|in_list[true,false]"
      • vsas
        • class
          • radius-message
            • ha_rules
              "required|in_list[in,out]"
          • vsa-value-type
            • ha_rules
              "required|in_list[0,1]"
  • rest
    • description
      • 1
        ""
    • object
      • apikey
        • class
          • key
            • default
              "D9468318A9AE24AE01C4B8D5E21D28A8"
              "2B2DE85BF88F871D03A04A15618FF426"
      • configuration
        • class
          • api-key
            • ha_rules
              "required|in_list[true,false]"
          • enable
            • ha_rules
              "required|in_list[true,false]"
          • ip-whitelist
            • ha_rules
              "required|in_list[true,false]"
  • routing
    • description
      • 1
        ""
    • object
      • advanced
        • class
          • description
            {
              "default": "",
              "field": "description",
              "size": 100,
              "type": "text",
              "label": "Description"
            }
          • display-name
            {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            }
      • basic
        • class
          • display-name
            {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            }
          • trace-call
            • ha_rules
              "required|in_list[true,false]"
        • object
          • rule
            • class
              • action/1/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/1/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/1/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/1/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/1/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/1/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/1/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/1/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/1/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/1/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/1/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/1/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/1/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/1/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/1/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/1/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/1/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/1/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • action/1/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/1/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/1/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/1/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/1/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/1/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/1/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/1/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/1/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • action/1/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/1/type
                • class
                  "action-row"
                • composite
                  • 14
                    "action/1/bridge_contact/name"
                  • 15
                    "action/1/bridge_contact/value"
                  • 32
                    "action/1/check_acl/name"
                  • 33
                    "action/1/check_acl/value"
                  • 34
                    "action/1/check_acl/option"
                  • 35
                    "action/1/inline_check_acl/name"
                  • 36
                    "action/1/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 12616
                    ributor,bridge_contact,transfer
                  • 2299
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • action/10/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/10/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/10/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/10/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/10/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/10/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/10/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/10/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/10/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/10/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/10/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/10/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/10/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/10/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/10/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/10/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/10/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/10/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/10/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/10/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/10/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/10/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/10/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/10/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/10/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/10/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/10/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/10/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/10/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/10/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/10/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/10/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/10/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/10/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/10/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/10/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/10/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/10/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/10/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/10/type
                {
                  "composite": [
                    "action/10/respond/name",
                    "action/10/respond/value",
                    "action/10/hangup/name",
                    "action/10/hangup/value",
                    "action/10/challenge/name",
                    "action/10/challenge/value",
                    "action/10/bridge_profile/name",
                    "action/10/bridge_profile/value",
                    "action/10/bridge_trunk/name",
                    "action/10/bridge_trunk/value",
                    "action/10/bridge_user/name",
                    "action/10/bridge_user/value",
                    "action/10/bridge_distributor/name",
                    "action/10/bridge_distributor/value",
                    "action/10/bridge_contact/name",
                    "action/10/bridge_contact/value",
                    "action/10/transfer_dialplan/name",
                    "action/10/transfer_dialplan/value",
                    "action/10/set_variable/name",
                    "action/10/set_variable/value",
                    "action/10/unset_variable/name",
                    "action/10/unset_variable/value",
                    "action/10/log/name",
                    "action/10/log/value",
                    "action/10/export/name",
                    "action/10/export/value",
                    "action/10/custom/name",
                    "action/10/custom/value",
                    "action/10/inline_custom/name",
                    "action/10/inline_custom/value",
                    "action/10/trace_call/name",
                    "action/10/trace_call/value",
                    "action/10/check_acl/name",
                    "action/10/check_acl/value",
                    "action/10/check_acl/option",
                    "action/10/inline_check_acl/name",
                    "action/10/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/10/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/10/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/10/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/10/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/11/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/11/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/11/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/11/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/11/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/11/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/11/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/11/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/11/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/11/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/11/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/11/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/11/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/11/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/11/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/11/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/11/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/11/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/11/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/11/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/11/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/11/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/11/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/11/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/11/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/11/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/11/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/11/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/11/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/11/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/11/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/11/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/11/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/11/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/11/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/11/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/11/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/11/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/11/type
                {
                  "composite": [
                    "action/11/respond/name",
                    "action/11/respond/value",
                    "action/11/hangup/name",
                    "action/11/hangup/value",
                    "action/11/challenge/name",
                    "action/11/challenge/value",
                    "action/11/bridge_profile/name",
                    "action/11/bridge_profile/value",
                    "action/11/bridge_trunk/name",
                    "action/11/bridge_trunk/value",
                    "action/11/bridge_user/name",
                    "action/11/bridge_user/value",
                    "action/11/bridge_distributor/name",
                    "action/11/bridge_distributor/value",
                    "action/11/bridge_contact/name",
                    "action/11/bridge_contact/value",
                    "action/11/transfer_dialplan/name",
                    "action/11/transfer_dialplan/value",
                    "action/11/set_variable/name",
                    "action/11/set_variable/value",
                    "action/11/unset_variable/name",
                    "action/11/unset_variable/value",
                    "action/11/log/name",
                    "action/11/log/value",
                    "action/11/export/name",
                    "action/11/export/value",
                    "action/11/custom/name",
                    "action/11/custom/value",
                    "action/11/inline_custom/name",
                    "action/11/inline_custom/value",
                    "action/11/trace_call/name",
                    "action/11/trace_call/value",
                    "action/11/check_acl/name",
                    "action/11/check_acl/value",
                    "action/11/check_acl/option",
                    "action/11/inline_check_acl/name",
                    "action/11/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/11/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/11/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/11/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/11/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/12/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/12/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/12/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/12/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/12/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/12/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/12/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/12/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/12/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/12/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/12/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/12/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/12/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/12/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/12/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/12/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/12/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/12/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/12/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/12/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/12/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/12/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/12/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/12/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/12/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/12/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/12/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/12/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/12/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/12/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/12/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/12/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/12/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/12/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/12/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/12/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/12/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/12/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/12/type
                {
                  "composite": [
                    "action/12/respond/name",
                    "action/12/respond/value",
                    "action/12/hangup/name",
                    "action/12/hangup/value",
                    "action/12/challenge/name",
                    "action/12/challenge/value",
                    "action/12/bridge_profile/name",
                    "action/12/bridge_profile/value",
                    "action/12/bridge_trunk/name",
                    "action/12/bridge_trunk/value",
                    "action/12/bridge_user/name",
                    "action/12/bridge_user/value",
                    "action/12/bridge_distributor/name",
                    "action/12/bridge_distributor/value",
                    "action/12/bridge_contact/name",
                    "action/12/bridge_contact/value",
                    "action/12/transfer_dialplan/name",
                    "action/12/transfer_dialplan/value",
                    "action/12/set_variable/name",
                    "action/12/set_variable/value",
                    "action/12/unset_variable/name",
                    "action/12/unset_variable/value",
                    "action/12/log/name",
                    "action/12/log/value",
                    "action/12/export/name",
                    "action/12/export/value",
                    "action/12/custom/name",
                    "action/12/custom/value",
                    "action/12/inline_custom/name",
                    "action/12/inline_custom/value",
                    "action/12/trace_call/name",
                    "action/12/trace_call/value",
                    "action/12/check_acl/name",
                    "action/12/check_acl/value",
                    "action/12/check_acl/option",
                    "action/12/inline_check_acl/name",
                    "action/12/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/12/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/12/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/12/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/12/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/13/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/13/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/13/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/13/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/13/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/13/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/13/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/13/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/13/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/13/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/13/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/13/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/13/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/13/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/13/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/13/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/13/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/13/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/13/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/13/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/13/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/13/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/13/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/13/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/13/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/13/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/13/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/13/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/13/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/13/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/13/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/13/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/13/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/13/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/13/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/13/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/13/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/13/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/13/type
                {
                  "composite": [
                    "action/13/respond/name",
                    "action/13/respond/value",
                    "action/13/hangup/name",
                    "action/13/hangup/value",
                    "action/13/challenge/name",
                    "action/13/challenge/value",
                    "action/13/bridge_profile/name",
                    "action/13/bridge_profile/value",
                    "action/13/bridge_trunk/name",
                    "action/13/bridge_trunk/value",
                    "action/13/bridge_user/name",
                    "action/13/bridge_user/value",
                    "action/13/bridge_distributor/name",
                    "action/13/bridge_distributor/value",
                    "action/13/bridge_contact/name",
                    "action/13/bridge_contact/value",
                    "action/13/transfer_dialplan/name",
                    "action/13/transfer_dialplan/value",
                    "action/13/set_variable/name",
                    "action/13/set_variable/value",
                    "action/13/unset_variable/name",
                    "action/13/unset_variable/value",
                    "action/13/log/name",
                    "action/13/log/value",
                    "action/13/export/name",
                    "action/13/export/value",
                    "action/13/custom/name",
                    "action/13/custom/value",
                    "action/13/inline_custom/name",
                    "action/13/inline_custom/value",
                    "action/13/trace_call/name",
                    "action/13/trace_call/value",
                    "action/13/check_acl/name",
                    "action/13/check_acl/value",
                    "action/13/check_acl/option",
                    "action/13/inline_check_acl/name",
                    "action/13/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/13/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/13/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/13/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/13/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/14/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/14/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/14/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/14/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/14/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/14/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/14/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/14/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/14/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/14/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/14/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/14/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/14/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/14/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/14/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/14/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/14/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/14/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/14/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/14/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/14/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/14/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/14/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/14/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/14/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/14/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/14/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/14/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/14/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/14/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/14/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/14/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/14/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/14/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/14/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/14/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/14/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/14/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/14/type
                {
                  "composite": [
                    "action/14/respond/name",
                    "action/14/respond/value",
                    "action/14/hangup/name",
                    "action/14/hangup/value",
                    "action/14/challenge/name",
                    "action/14/challenge/value",
                    "action/14/bridge_profile/name",
                    "action/14/bridge_profile/value",
                    "action/14/bridge_trunk/name",
                    "action/14/bridge_trunk/value",
                    "action/14/bridge_user/name",
                    "action/14/bridge_user/value",
                    "action/14/bridge_distributor/name",
                    "action/14/bridge_distributor/value",
                    "action/14/bridge_contact/name",
                    "action/14/bridge_contact/value",
                    "action/14/transfer_dialplan/name",
                    "action/14/transfer_dialplan/value",
                    "action/14/set_variable/name",
                    "action/14/set_variable/value",
                    "action/14/unset_variable/name",
                    "action/14/unset_variable/value",
                    "action/14/log/name",
                    "action/14/log/value",
                    "action/14/export/name",
                    "action/14/export/value",
                    "action/14/custom/name",
                    "action/14/custom/value",
                    "action/14/inline_custom/name",
                    "action/14/inline_custom/value",
                    "action/14/trace_call/name",
                    "action/14/trace_call/value",
                    "action/14/check_acl/name",
                    "action/14/check_acl/value",
                    "action/14/check_acl/option",
                    "action/14/inline_check_acl/name",
                    "action/14/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/14/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/14/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/14/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/14/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/15/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/15/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/15/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/15/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/15/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/15/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/15/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/15/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/15/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/15/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/15/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/15/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/15/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/15/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/15/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/15/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/15/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/15/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/15/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/15/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/15/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/15/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/15/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/15/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/15/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/15/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/15/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/15/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/15/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/15/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/15/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/15/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/15/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/15/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/15/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/15/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/15/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/15/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/15/type
                {
                  "composite": [
                    "action/15/respond/name",
                    "action/15/respond/value",
                    "action/15/hangup/name",
                    "action/15/hangup/value",
                    "action/15/challenge/name",
                    "action/15/challenge/value",
                    "action/15/bridge_profile/name",
                    "action/15/bridge_profile/value",
                    "action/15/bridge_trunk/name",
                    "action/15/bridge_trunk/value",
                    "action/15/bridge_user/name",
                    "action/15/bridge_user/value",
                    "action/15/bridge_distributor/name",
                    "action/15/bridge_distributor/value",
                    "action/15/bridge_contact/name",
                    "action/15/bridge_contact/value",
                    "action/15/transfer_dialplan/name",
                    "action/15/transfer_dialplan/value",
                    "action/15/set_variable/name",
                    "action/15/set_variable/value",
                    "action/15/unset_variable/name",
                    "action/15/unset_variable/value",
                    "action/15/log/name",
                    "action/15/log/value",
                    "action/15/export/name",
                    "action/15/export/value",
                    "action/15/custom/name",
                    "action/15/custom/value",
                    "action/15/inline_custom/name",
                    "action/15/inline_custom/value",
                    "action/15/trace_call/name",
                    "action/15/trace_call/value",
                    "action/15/check_acl/name",
                    "action/15/check_acl/value",
                    "action/15/check_acl/option",
                    "action/15/inline_check_acl/name",
                    "action/15/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/15/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/15/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/15/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/15/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/2/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/2/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/2/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/2/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/2/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/2/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/2/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/2/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/2/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/2/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/2/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/2/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/2/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/2/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/2/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/2/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/2/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/2/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/2/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • action/2/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/2/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/2/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/2/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/2/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/2/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/2/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/2/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/2/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/2/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • action/2/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/2/type
                • class
                  "action-row"
                • composite
                  • 14
                    "action/2/bridge_contact/name"
                  • 15
                    "action/2/bridge_contact/value"
                  • 32
                    "action/2/check_acl/name"
                  • 33
                    "action/2/check_acl/value"
                  • 34
                    "action/2/check_acl/option"
                  • 35
                    "action/2/inline_check_acl/name"
                  • 36
                    "action/2/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • action/3/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/3/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/3/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/3/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/3/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/3/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/3/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/3/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/3/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/3/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/3/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/3/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/3/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/3/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/3/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/3/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/3/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/3/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/3/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • action/3/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/3/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/3/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/3/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/3/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/3/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/3/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/3/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/3/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/3/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • action/3/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/3/type
                • class
                  "action-row"
                • composite
                  • 14
                    "action/3/bridge_contact/name"
                  • 15
                    "action/3/bridge_contact/value"
                  • 32
                    "action/3/check_acl/name"
                  • 33
                    "action/3/check_acl/value"
                  • 34
                    "action/3/check_acl/option"
                  • 35
                    "action/3/inline_check_acl/name"
                  • 36
                    "action/3/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • action/4/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/4/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/4/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/4/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/4/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/4/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/4/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/4/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/4/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/4/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/4/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/4/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/4/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/4/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/4/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/4/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/4/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/4/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/4/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • action/4/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/4/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/4/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/4/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/4/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/4/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/4/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/4/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/4/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/4/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • action/4/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/4/type
                • class
                  "action-row"
                • composite
                  • 14
                    "action/4/bridge_contact/name"
                  • 15
                    "action/4/bridge_contact/value"
                  • 32
                    "action/4/check_acl/name"
                  • 33
                    "action/4/check_acl/value"
                  • 34
                    "action/4/check_acl/option"
                  • 35
                    "action/4/inline_check_acl/name"
                  • 36
                    "action/4/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • action/5/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/5/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/5/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/5/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/5/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/5/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/5/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/5/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/5/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/5/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/5/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/5/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/5/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/5/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/5/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/5/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/5/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/5/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • action/5/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/5/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/5/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/5/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/5/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/5/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/5/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/5/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • action/5/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • action/5/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • action/5/type
                • class
                  "action-row"
                • composite
                  • 14
                    "action/5/bridge_contact/name"
                  • 15
                    "action/5/bridge_contact/value"
                  • 32
                    "action/5/check_acl/name"
                  • 33
                    "action/5/check_acl/value"
                  • 34
                    "action/5/check_acl/option"
                  • 35
                    "action/5/inline_check_acl/name"
                  • 36
                    "action/5/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • action/6/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/6/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/6/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/6/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/6/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/6/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/6/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/6/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/6/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/6/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/6/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/6/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/6/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/6/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/6/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/6/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/6/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/6/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/6/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/6/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/6/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/6/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/6/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/6/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/6/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/6/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/6/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/6/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/6/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/6/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/6/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/6/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/6/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/6/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/6/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/6/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/6/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/6/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/6/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/6/type
                {
                  "composite": [
                    "action/6/respond/name",
                    "action/6/respond/value",
                    "action/6/hangup/name",
                    "action/6/hangup/value",
                    "action/6/challenge/name",
                    "action/6/challenge/value",
                    "action/6/bridge_profile/name",
                    "action/6/bridge_profile/value",
                    "action/6/bridge_trunk/name",
                    "action/6/bridge_trunk/value",
                    "action/6/bridge_user/name",
                    "action/6/bridge_user/value",
                    "action/6/bridge_distributor/name",
                    "action/6/bridge_distributor/value",
                    "action/6/bridge_contact/name",
                    "action/6/bridge_contact/value",
                    "action/6/transfer_dialplan/name",
                    "action/6/transfer_dialplan/value",
                    "action/6/set_variable/name",
                    "action/6/set_variable/value",
                    "action/6/unset_variable/name",
                    "action/6/unset_variable/value",
                    "action/6/log/name",
                    "action/6/log/value",
                    "action/6/export/name",
                    "action/6/export/value",
                    "action/6/custom/name",
                    "action/6/custom/value",
                    "action/6/inline_custom/name",
                    "action/6/inline_custom/value",
                    "action/6/trace_call/name",
                    "action/6/trace_call/value",
                    "action/6/check_acl/name",
                    "action/6/check_acl/value",
                    "action/6/check_acl/option",
                    "action/6/inline_check_acl/name",
                    "action/6/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/6/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/6/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/6/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/6/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/7/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/7/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/7/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/7/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/7/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/7/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/7/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/7/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/7/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/7/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/7/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/7/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/7/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/7/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/7/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/7/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/7/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/7/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/7/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/7/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/7/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/7/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/7/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/7/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/7/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/7/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/7/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/7/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/7/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/7/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/7/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/7/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/7/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/7/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/7/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/7/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/7/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/7/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/7/type
                {
                  "composite": [
                    "action/7/respond/name",
                    "action/7/respond/value",
                    "action/7/hangup/name",
                    "action/7/hangup/value",
                    "action/7/challenge/name",
                    "action/7/challenge/value",
                    "action/7/bridge_profile/name",
                    "action/7/bridge_profile/value",
                    "action/7/bridge_trunk/name",
                    "action/7/bridge_trunk/value",
                    "action/7/bridge_user/name",
                    "action/7/bridge_user/value",
                    "action/7/bridge_distributor/name",
                    "action/7/bridge_distributor/value",
                    "action/7/bridge_contact/name",
                    "action/7/bridge_contact/value",
                    "action/7/transfer_dialplan/name",
                    "action/7/transfer_dialplan/value",
                    "action/7/set_variable/name",
                    "action/7/set_variable/value",
                    "action/7/unset_variable/name",
                    "action/7/unset_variable/value",
                    "action/7/log/name",
                    "action/7/log/value",
                    "action/7/export/name",
                    "action/7/export/value",
                    "action/7/custom/name",
                    "action/7/custom/value",
                    "action/7/inline_custom/name",
                    "action/7/inline_custom/value",
                    "action/7/trace_call/name",
                    "action/7/trace_call/value",
                    "action/7/check_acl/name",
                    "action/7/check_acl/value",
                    "action/7/check_acl/option",
                    "action/7/inline_check_acl/name",
                    "action/7/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/7/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/7/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/7/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/7/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/8/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/8/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/8/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/8/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/8/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/8/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/8/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/8/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/8/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/8/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/8/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/8/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/8/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/8/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/8/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/8/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/8/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/8/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/8/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/8/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/8/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/8/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/8/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/8/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/8/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/8/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/8/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/8/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/8/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/8/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/8/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/8/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/8/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/8/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/8/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/8/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/8/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/8/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/8/type
                {
                  "composite": [
                    "action/8/respond/name",
                    "action/8/respond/value",
                    "action/8/hangup/name",
                    "action/8/hangup/value",
                    "action/8/challenge/name",
                    "action/8/challenge/value",
                    "action/8/bridge_profile/name",
                    "action/8/bridge_profile/value",
                    "action/8/bridge_trunk/name",
                    "action/8/bridge_trunk/value",
                    "action/8/bridge_user/name",
                    "action/8/bridge_user/value",
                    "action/8/bridge_distributor/name",
                    "action/8/bridge_distributor/value",
                    "action/8/bridge_contact/name",
                    "action/8/bridge_contact/value",
                    "action/8/transfer_dialplan/name",
                    "action/8/transfer_dialplan/value",
                    "action/8/set_variable/name",
                    "action/8/set_variable/value",
                    "action/8/unset_variable/name",
                    "action/8/unset_variable/value",
                    "action/8/log/name",
                    "action/8/log/value",
                    "action/8/export/name",
                    "action/8/export/value",
                    "action/8/custom/name",
                    "action/8/custom/value",
                    "action/8/inline_custom/name",
                    "action/8/inline_custom/value",
                    "action/8/trace_call/name",
                    "action/8/trace_call/value",
                    "action/8/check_acl/name",
                    "action/8/check_acl/value",
                    "action/8/check_acl/option",
                    "action/8/inline_check_acl/name",
                    "action/8/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/8/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/8/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/8/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/8/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/9/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/9/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • action/9/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "action/9/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/9/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/9/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "action/9/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/9/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/9/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/9/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/9/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/9/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/9/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/9/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/9/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/9/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/9/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/9/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/9/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/9/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "action/9/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • action/9/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "action/9/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • action/9/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/9/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/9/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/9/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "action/9/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • action/9/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/9/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "action/9/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • action/9/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/9/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • action/9/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/9/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/9/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • action/9/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/9/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • action/9/type
                {
                  "composite": [
                    "action/9/respond/name",
                    "action/9/respond/value",
                    "action/9/hangup/name",
                    "action/9/hangup/value",
                    "action/9/challenge/name",
                    "action/9/challenge/value",
                    "action/9/bridge_profile/name",
                    "action/9/bridge_profile/value",
                    "action/9/bridge_trunk/name",
                    "action/9/bridge_trunk/value",
                    "action/9/bridge_user/name",
                    "action/9/bridge_user/value",
                    "action/9/bridge_distributor/name",
                    "action/9/bridge_distributor/value",
                    "action/9/bridge_contact/name",
                    "action/9/bridge_contact/value",
                    "action/9/transfer_dialplan/name",
                    "action/9/transfer_dialplan/value",
                    "action/9/set_variable/name",
                    "action/9/set_variable/value",
                    "action/9/unset_variable/name",
                    "action/9/unset_variable/value",
                    "action/9/log/name",
                    "action/9/log/value",
                    "action/9/export/name",
                    "action/9/export/value",
                    "action/9/custom/name",
                    "action/9/custom/value",
                    "action/9/inline_custom/name",
                    "action/9/inline_custom/value",
                    "action/9/trace_call/name",
                    "action/9/trace_call/value",
                    "action/9/check_acl/name",
                    "action/9/check_acl/value",
                    "action/9/check_acl/option",
                    "action/9/inline_check_acl/name",
                    "action/9/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/9/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/9/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "action-row"
                }
              • action/9/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/9/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/1/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/1/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/1/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/1/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/1/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/1/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/1/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/1/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/1/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/1/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/1/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/1/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/1/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/1/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/1/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/1/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/1/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • anti-action/1/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/1/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/1/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/1/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/1/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/1/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/1/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/1/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • anti-action/1/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/1/type
                • class
                  "anti-action-row"
                • composite
                  • 14
                    "anti-action/1/bridge_contact/name"
                  • 15
                    "anti-action/1/bridge_contact/value"
                  • 32
                    "anti-action/1/check_acl/name"
                  • 33
                    "anti-action/1/check_acl/value"
                  • 34
                    "anti-action/1/check_acl/option"
                  • 35
                    "anti-action/1/inline_check_acl/name"
                  • 36
                    "anti-action/1/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • anti-action/10/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/10/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/10/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/10/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/10/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/10/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/10/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/10/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/10/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/10/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/10/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/10/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/10/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/10/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/10/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/10/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/10/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/10/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/10/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/10/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/10/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/10/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/10/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/10/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/10/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/10/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/10/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/10/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/10/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/10/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/10/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/10/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/10/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/10/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/10/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/10/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/10/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/10/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/10/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/10/type
                {
                  "composite": [
                    "anti-action/10/respond/name",
                    "anti-action/10/respond/value",
                    "anti-action/10/hangup/name",
                    "anti-action/10/hangup/value",
                    "anti-action/10/challenge/name",
                    "anti-action/10/challenge/value",
                    "anti-action/10/bridge_profile/name",
                    "anti-action/10/bridge_profile/value",
                    "anti-action/10/bridge_trunk/name",
                    "anti-action/10/bridge_trunk/value",
                    "anti-action/10/bridge_user/name",
                    "anti-action/10/bridge_user/value",
                    "anti-action/10/bridge_distributor/name",
                    "anti-action/10/bridge_distributor/value",
                    "anti-action/10/bridge_contact/name",
                    "anti-action/10/bridge_contact/value",
                    "anti-action/10/transfer_dialplan/name",
                    "anti-action/10/transfer_dialplan/value",
                    "anti-action/10/set_variable/name",
                    "anti-action/10/set_variable/value",
                    "anti-action/10/unset_variable/name",
                    "anti-action/10/unset_variable/value",
                    "anti-action/10/log/name",
                    "anti-action/10/log/value",
                    "anti-action/10/export/name",
                    "anti-action/10/export/value",
                    "anti-action/10/custom/name",
                    "anti-action/10/custom/value",
                    "anti-action/10/inline_custom/name",
                    "anti-action/10/inline_custom/value",
                    "anti-action/10/trace_call/name",
                    "anti-action/10/trace_call/value",
                    "anti-action/10/check_acl/name",
                    "anti-action/10/check_acl/value",
                    "anti-action/10/check_acl/option",
                    "anti-action/10/inline_check_acl/name",
                    "anti-action/10/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/10/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/10/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/10/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/10/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/10/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/11/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/11/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/11/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/11/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/11/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/11/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/11/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/11/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/11/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/11/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/11/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/11/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/11/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/11/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/11/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/11/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/11/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/11/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/11/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/11/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/11/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/11/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/11/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/11/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/11/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/11/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/11/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/11/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/11/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/11/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/11/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/11/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/11/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/11/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/11/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/11/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/11/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/11/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/11/type
                {
                  "composite": [
                    "anti-action/11/respond/name",
                    "anti-action/11/respond/value",
                    "anti-action/11/hangup/name",
                    "anti-action/11/hangup/value",
                    "anti-action/11/challenge/name",
                    "anti-action/11/challenge/value",
                    "anti-action/11/bridge_profile/name",
                    "anti-action/11/bridge_profile/value",
                    "anti-action/11/bridge_trunk/name",
                    "anti-action/11/bridge_trunk/value",
                    "anti-action/11/bridge_user/name",
                    "anti-action/11/bridge_user/value",
                    "anti-action/11/bridge_distributor/name",
                    "anti-action/11/bridge_distributor/value",
                    "anti-action/11/bridge_contact/name",
                    "anti-action/11/bridge_contact/value",
                    "anti-action/11/transfer_dialplan/name",
                    "anti-action/11/transfer_dialplan/value",
                    "anti-action/11/set_variable/name",
                    "anti-action/11/set_variable/value",
                    "anti-action/11/unset_variable/name",
                    "anti-action/11/unset_variable/value",
                    "anti-action/11/log/name",
                    "anti-action/11/log/value",
                    "anti-action/11/export/name",
                    "anti-action/11/export/value",
                    "anti-action/11/custom/name",
                    "anti-action/11/custom/value",
                    "anti-action/11/inline_custom/name",
                    "anti-action/11/inline_custom/value",
                    "anti-action/11/trace_call/name",
                    "anti-action/11/trace_call/value",
                    "anti-action/11/check_acl/name",
                    "anti-action/11/check_acl/value",
                    "anti-action/11/check_acl/option",
                    "anti-action/11/inline_check_acl/name",
                    "anti-action/11/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/11/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/11/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/11/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/11/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/12/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/12/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/12/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/12/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/12/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/12/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/12/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/12/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/12/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/12/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/12/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/12/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/12/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/12/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/12/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/12/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/12/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/12/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/12/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/12/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/12/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/12/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/12/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/12/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/12/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/12/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/12/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/12/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/12/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/12/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/12/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/12/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/12/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/12/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/12/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/12/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/12/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/12/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/12/type
                {
                  "composite": [
                    "anti-action/12/respond/name",
                    "anti-action/12/respond/value",
                    "anti-action/12/hangup/name",
                    "anti-action/12/hangup/value",
                    "anti-action/12/challenge/name",
                    "anti-action/12/challenge/value",
                    "anti-action/12/bridge_profile/name",
                    "anti-action/12/bridge_profile/value",
                    "anti-action/12/bridge_trunk/name",
                    "anti-action/12/bridge_trunk/value",
                    "anti-action/12/bridge_user/name",
                    "anti-action/12/bridge_user/value",
                    "anti-action/12/bridge_distributor/name",
                    "anti-action/12/bridge_distributor/value",
                    "anti-action/12/bridge_contact/name",
                    "anti-action/12/bridge_contact/value",
                    "anti-action/12/transfer_dialplan/name",
                    "anti-action/12/transfer_dialplan/value",
                    "anti-action/12/set_variable/name",
                    "anti-action/12/set_variable/value",
                    "anti-action/12/unset_variable/name",
                    "anti-action/12/unset_variable/value",
                    "anti-action/12/log/name",
                    "anti-action/12/log/value",
                    "anti-action/12/export/name",
                    "anti-action/12/export/value",
                    "anti-action/12/custom/name",
                    "anti-action/12/custom/value",
                    "anti-action/12/inline_custom/name",
                    "anti-action/12/inline_custom/value",
                    "anti-action/12/trace_call/name",
                    "anti-action/12/trace_call/value",
                    "anti-action/12/check_acl/name",
                    "anti-action/12/check_acl/value",
                    "anti-action/12/check_acl/option",
                    "anti-action/12/inline_check_acl/name",
                    "anti-action/12/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/12/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/12/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/12/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/12/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/12/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/13/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/13/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/13/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/13/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/13/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/13/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/13/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/13/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/13/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/13/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/13/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/13/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/13/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/13/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/13/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/13/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/13/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/13/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/13/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/13/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/13/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/13/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/13/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/13/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/13/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/13/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/13/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/13/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/13/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/13/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/13/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/13/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/13/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/13/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/13/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/13/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/13/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/13/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/13/type
                {
                  "composite": [
                    "anti-action/13/respond/name",
                    "anti-action/13/respond/value",
                    "anti-action/13/hangup/name",
                    "anti-action/13/hangup/value",
                    "anti-action/13/challenge/name",
                    "anti-action/13/challenge/value",
                    "anti-action/13/bridge_profile/name",
                    "anti-action/13/bridge_profile/value",
                    "anti-action/13/bridge_trunk/name",
                    "anti-action/13/bridge_trunk/value",
                    "anti-action/13/bridge_user/name",
                    "anti-action/13/bridge_user/value",
                    "anti-action/13/bridge_distributor/name",
                    "anti-action/13/bridge_distributor/value",
                    "anti-action/13/bridge_contact/name",
                    "anti-action/13/bridge_contact/value",
                    "anti-action/13/transfer_dialplan/name",
                    "anti-action/13/transfer_dialplan/value",
                    "anti-action/13/set_variable/name",
                    "anti-action/13/set_variable/value",
                    "anti-action/13/unset_variable/name",
                    "anti-action/13/unset_variable/value",
                    "anti-action/13/log/name",
                    "anti-action/13/log/value",
                    "anti-action/13/export/name",
                    "anti-action/13/export/value",
                    "anti-action/13/custom/name",
                    "anti-action/13/custom/value",
                    "anti-action/13/inline_custom/name",
                    "anti-action/13/inline_custom/value",
                    "anti-action/13/trace_call/name",
                    "anti-action/13/trace_call/value",
                    "anti-action/13/check_acl/name",
                    "anti-action/13/check_acl/value",
                    "anti-action/13/check_acl/option",
                    "anti-action/13/inline_check_acl/name",
                    "anti-action/13/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/13/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/13/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/13/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/13/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/14/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/14/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/14/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/14/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/14/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/14/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/14/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/14/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/14/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/14/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/14/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/14/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/14/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/14/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/14/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/14/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/14/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/14/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/14/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/14/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/14/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/14/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/14/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/14/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/14/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/14/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/14/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/14/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/14/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/14/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/14/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/14/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/14/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/14/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/14/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/14/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/14/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/14/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/14/type
                {
                  "composite": [
                    "anti-action/14/respond/name",
                    "anti-action/14/respond/value",
                    "anti-action/14/hangup/name",
                    "anti-action/14/hangup/value",
                    "anti-action/14/challenge/name",
                    "anti-action/14/challenge/value",
                    "anti-action/14/bridge_profile/name",
                    "anti-action/14/bridge_profile/value",
                    "anti-action/14/bridge_trunk/name",
                    "anti-action/14/bridge_trunk/value",
                    "anti-action/14/bridge_user/name",
                    "anti-action/14/bridge_user/value",
                    "anti-action/14/bridge_distributor/name",
                    "anti-action/14/bridge_distributor/value",
                    "anti-action/14/bridge_contact/name",
                    "anti-action/14/bridge_contact/value",
                    "anti-action/14/transfer_dialplan/name",
                    "anti-action/14/transfer_dialplan/value",
                    "anti-action/14/set_variable/name",
                    "anti-action/14/set_variable/value",
                    "anti-action/14/unset_variable/name",
                    "anti-action/14/unset_variable/value",
                    "anti-action/14/log/name",
                    "anti-action/14/log/value",
                    "anti-action/14/export/name",
                    "anti-action/14/export/value",
                    "anti-action/14/custom/name",
                    "anti-action/14/custom/value",
                    "anti-action/14/inline_custom/name",
                    "anti-action/14/inline_custom/value",
                    "anti-action/14/trace_call/name",
                    "anti-action/14/trace_call/value",
                    "anti-action/14/check_acl/name",
                    "anti-action/14/check_acl/value",
                    "anti-action/14/check_acl/option",
                    "anti-action/14/inline_check_acl/name",
                    "anti-action/14/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/14/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/14/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/14/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/14/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/14/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/15/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/15/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/15/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/15/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/15/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/15/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/15/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/15/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/15/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/15/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/15/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/15/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/15/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/15/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/15/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/15/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/15/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/15/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/15/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/15/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/15/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/15/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/15/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/15/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/15/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/15/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/15/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/15/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/15/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/15/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/15/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/15/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/15/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/15/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/15/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/15/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/15/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/15/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/15/type
                {
                  "composite": [
                    "anti-action/15/respond/name",
                    "anti-action/15/respond/value",
                    "anti-action/15/hangup/name",
                    "anti-action/15/hangup/value",
                    "anti-action/15/challenge/name",
                    "anti-action/15/challenge/value",
                    "anti-action/15/bridge_profile/name",
                    "anti-action/15/bridge_profile/value",
                    "anti-action/15/bridge_trunk/name",
                    "anti-action/15/bridge_trunk/value",
                    "anti-action/15/bridge_user/name",
                    "anti-action/15/bridge_user/value",
                    "anti-action/15/bridge_distributor/name",
                    "anti-action/15/bridge_distributor/value",
                    "anti-action/15/bridge_contact/name",
                    "anti-action/15/bridge_contact/value",
                    "anti-action/15/transfer_dialplan/name",
                    "anti-action/15/transfer_dialplan/value",
                    "anti-action/15/set_variable/name",
                    "anti-action/15/set_variable/value",
                    "anti-action/15/unset_variable/name",
                    "anti-action/15/unset_variable/value",
                    "anti-action/15/log/name",
                    "anti-action/15/log/value",
                    "anti-action/15/export/name",
                    "anti-action/15/export/value",
                    "anti-action/15/custom/name",
                    "anti-action/15/custom/value",
                    "anti-action/15/inline_custom/name",
                    "anti-action/15/inline_custom/value",
                    "anti-action/15/trace_call/name",
                    "anti-action/15/trace_call/value",
                    "anti-action/15/check_acl/name",
                    "anti-action/15/check_acl/value",
                    "anti-action/15/check_acl/option",
                    "anti-action/15/inline_check_acl/name",
                    "anti-action/15/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/15/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/15/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/15/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/15/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/15/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/2/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/2/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/2/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/2/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/2/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/2/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/2/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/2/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/2/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/2/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/2/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/2/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/2/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/2/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/2/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/2/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/2/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • anti-action/2/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/2/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/2/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/2/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/2/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/2/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/2/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/2/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • anti-action/2/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/2/type
                • class
                  "anti-action-row"
                • composite
                  • 14
                    "anti-action/2/bridge_contact/name"
                  • 15
                    "anti-action/2/bridge_contact/value"
                  • 32
                    "anti-action/2/check_acl/name"
                  • 33
                    "anti-action/2/check_acl/value"
                  • 34
                    "anti-action/2/check_acl/option"
                  • 35
                    "anti-action/2/inline_check_acl/name"
                  • 36
                    "anti-action/2/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • anti-action/3/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/3/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/3/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/3/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/3/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/3/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/3/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/3/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/3/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/3/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/3/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/3/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/3/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/3/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/3/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/3/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/3/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • anti-action/3/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/3/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/3/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/3/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/3/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/3/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/3/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/3/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • anti-action/3/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/3/type
                • class
                  "anti-action-row"
                • composite
                  • 14
                    "anti-action/3/bridge_contact/name"
                  • 15
                    "anti-action/3/bridge_contact/value"
                  • 32
                    "anti-action/3/check_acl/name"
                  • 33
                    "anti-action/3/check_acl/value"
                  • 34
                    "anti-action/3/check_acl/option"
                  • 35
                    "anti-action/3/inline_check_acl/name"
                  • 36
                    "anti-action/3/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • anti-action/4/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/4/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/4/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/4/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/4/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/4/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/4/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/4/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/4/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/4/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/4/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/4/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/4/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/4/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/4/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/4/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/4/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • anti-action/4/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/4/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/4/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/4/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/4/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/4/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/4/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/4/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • anti-action/4/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/4/type
                • class
                  "anti-action-row"
                • composite
                  • 14
                    "anti-action/4/bridge_contact/name"
                  • 15
                    "anti-action/4/bridge_contact/value"
                  • 32
                    "anti-action/4/check_acl/name"
                  • 33
                    "anti-action/4/check_acl/value"
                  • 34
                    "anti-action/4/check_acl/option"
                  • 35
                    "anti-action/4/inline_check_acl/name"
                  • 36
                    "anti-action/4/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • anti-action/5/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/5/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/5/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/5/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/5/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/5/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/5/bridge_distributor/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/5/bridge_profile/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/5/bridge_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/5/bridge_user/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/5/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/5/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/5/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/5/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/5/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/5/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/5/hangup/name
                • ha_rules
                  "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]"
              • anti-action/5/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/5/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/5/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/5/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/5/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/5/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/5/log/name
                • ha_rules
                  "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]"
              • anti-action/5/respond/name
                • ha_rules
                  "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]"
              • anti-action/5/transfer_dialplan/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • anti-action/5/type
                • class
                  "anti-action-row"
                • composite
                  • 14
                    "anti-action/5/bridge_contact/name"
                  • 15
                    "anti-action/5/bridge_contact/value"
                  • 32
                    "anti-action/5/check_acl/name"
                  • 33
                    "anti-action/5/check_acl/value"
                  • 34
                    "anti-action/5/check_acl/option"
                  • 35
                    "anti-action/5/inline_check_acl/name"
                  • 36
                    "anti-action/5/inline_check_acl/value"
                • ha_rules
                  "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]"
                • rules
                  • 10316
                    ributor,bridge_contact,transfer
                  • 2069
                    ace_call,check_acl,inline_check_acl]
                • value
                  • bridge_contact
                    "Bridge to Contact"
                  • check_acl
                    "Check ACL"
                  • inline_check_acl
                    "Check ACL(inline)"
              • anti-action/6/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/6/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/6/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/6/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/6/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/6/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/6/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/6/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/6/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/6/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/6/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/6/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/6/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/6/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/6/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/6/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/6/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/6/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/6/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/6/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/6/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/6/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/6/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/6/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/6/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/6/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/6/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/6/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/6/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/6/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/6/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/6/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/6/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/6/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/6/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/6/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/6/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/6/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/6/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/6/type
                {
                  "composite": [
                    "anti-action/6/respond/name",
                    "anti-action/6/respond/value",
                    "anti-action/6/hangup/name",
                    "anti-action/6/hangup/value",
                    "anti-action/6/challenge/name",
                    "anti-action/6/challenge/value",
                    "anti-action/6/bridge_profile/name",
                    "anti-action/6/bridge_profile/value",
                    "anti-action/6/bridge_trunk/name",
                    "anti-action/6/bridge_trunk/value",
                    "anti-action/6/bridge_user/name",
                    "anti-action/6/bridge_user/value",
                    "anti-action/6/bridge_distributor/name",
                    "anti-action/6/bridge_distributor/value",
                    "anti-action/6/bridge_contact/name",
                    "anti-action/6/bridge_contact/value",
                    "anti-action/6/transfer_dialplan/name",
                    "anti-action/6/transfer_dialplan/value",
                    "anti-action/6/set_variable/name",
                    "anti-action/6/set_variable/value",
                    "anti-action/6/unset_variable/name",
                    "anti-action/6/unset_variable/value",
                    "anti-action/6/log/name",
                    "anti-action/6/log/value",
                    "anti-action/6/export/name",
                    "anti-action/6/export/value",
                    "anti-action/6/custom/name",
                    "anti-action/6/custom/value",
                    "anti-action/6/inline_custom/name",
                    "anti-action/6/inline_custom/value",
                    "anti-action/6/trace_call/name",
                    "anti-action/6/trace_call/value",
                    "anti-action/6/check_acl/name",
                    "anti-action/6/check_acl/value",
                    "anti-action/6/check_acl/option",
                    "anti-action/6/inline_check_acl/name",
                    "anti-action/6/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/6/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/6/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/6/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/6/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/6/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/7/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/7/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/7/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/7/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/7/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/7/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/7/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/7/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/7/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/7/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/7/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/7/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/7/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/7/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/7/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/7/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/7/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/7/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/7/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/7/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/7/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/7/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/7/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/7/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/7/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/7/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/7/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/7/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/7/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/7/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/7/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/7/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/7/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/7/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/7/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/7/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/7/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/7/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/7/type
                {
                  "composite": [
                    "anti-action/7/respond/name",
                    "anti-action/7/respond/value",
                    "anti-action/7/hangup/name",
                    "anti-action/7/hangup/value",
                    "anti-action/7/challenge/name",
                    "anti-action/7/challenge/value",
                    "anti-action/7/bridge_profile/name",
                    "anti-action/7/bridge_profile/value",
                    "anti-action/7/bridge_trunk/name",
                    "anti-action/7/bridge_trunk/value",
                    "anti-action/7/bridge_user/name",
                    "anti-action/7/bridge_user/value",
                    "anti-action/7/bridge_distributor/name",
                    "anti-action/7/bridge_distributor/value",
                    "anti-action/7/bridge_contact/name",
                    "anti-action/7/bridge_contact/value",
                    "anti-action/7/transfer_dialplan/name",
                    "anti-action/7/transfer_dialplan/value",
                    "anti-action/7/set_variable/name",
                    "anti-action/7/set_variable/value",
                    "anti-action/7/unset_variable/name",
                    "anti-action/7/unset_variable/value",
                    "anti-action/7/log/name",
                    "anti-action/7/log/value",
                    "anti-action/7/export/name",
                    "anti-action/7/export/value",
                    "anti-action/7/custom/name",
                    "anti-action/7/custom/value",
                    "anti-action/7/inline_custom/name",
                    "anti-action/7/inline_custom/value",
                    "anti-action/7/trace_call/name",
                    "anti-action/7/trace_call/value",
                    "anti-action/7/check_acl/name",
                    "anti-action/7/check_acl/value",
                    "anti-action/7/check_acl/option",
                    "anti-action/7/inline_check_acl/name",
                    "anti-action/7/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/7/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/7/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/7/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/7/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/8/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/8/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/8/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/8/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/8/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/8/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/8/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/8/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/8/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/8/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/8/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/8/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/8/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": : "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/8/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/8/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/8/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/8/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/8/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/8/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/8/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/8/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/8/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/8/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/8/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/8/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/8/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/8/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/8/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/8/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/8/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/8/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/8/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/8/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/8/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/8/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/8/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/8/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/8/transfer_dialplan/value
                {
                  "style": "wid"anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/8/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/bridge_contact/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/9/bridge_contact/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/bridge_contact/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/9/bridge_contact/option",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": ""
                }
              • anti-action/9/bridge_contact/value
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "anti-action/9/bridge_contact/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/bridge_distributor/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/9/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/bridge_distributor/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/9/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/bridge_profile/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Profile",
                  "field": "anti-action/9/bridge_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/bridge_profile/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/9/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/bridge_trunk/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/9/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/bridge_trunk/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/9/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/bridge_user/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/9/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/9/check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/9/check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/9/check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/9/check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/9/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/9/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/9/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/export/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/export/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/hangup/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/9/hangup/name",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/9/inline_check_acl/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__none__",
                  "composite_style": "display: none;",
                  "value": {
                    "__none__": "( None )"
                  },
                  "label": "ACL",
                  "field": "anti-action/9/inline_check_acl/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__none__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                }
              • anti-action/9/inline_check_acl/option
                {
                  "style": "width:210px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
                    "BEARERCAPABILITY_NOTAVAIL": "BEARERCAPABILITY_NOTAVAIL",
                    "INVALID_NUMBER_FORMAT": "INVALID_NUMBER_FORMAT",
                    "ALLOTTED_TIMEOUT": "ALLOTTED_TIMEOUT",
                    "SERVICE_UNAVAILABLE": "SERVICE_UNAVAILABLE",
                    "LOSE_RACE": "LOSE_RACE",
                    "NORMAL_TEMPORARY_FAILURE": "NORMAL_TEMPORARY_FAILURE",
                    "WRONG_MESSAGE": "WRONG_MESSAGE",
                    "IE_NONEXIST": "IE_NONEXIST",
                    "CHANNEL_UNACCEPTABLE": "CHANNEL_UNACCEPTABLE",
                    "MANDATORY_IE_LENGTH_ERROR": "MANDATORY_IE_LENGTH_ERROR",
                    "INVALID_IE_CONTENTS": "INVALID_IE_CONTENTS",
                    "BEARERCAPABILITY_NOTAUTH": "BEARERCAPABILITY_NOTAUTH",
                    "USER_CHALLENGE": "USER_CHALLENGE",
                    "MANAGER_REQUEST": "MANAGER_REQUEST",
                    "NO_ROUTE_DESTINATION": "NO_ROUTE_DESTINATION",
                    "PRE_EMPTED": "PRE_EMPTED",
                    "NO_ROUTE_TRANSIT_NET": "NO_ROUTE_TRANSIT_NET",
                    "MESSAGE_TYPE_NONEXIST": "MESSAGE_TYPE_NONEXIST",
                    "USER_NOT_REGISTERED": "USER_NOT_REGISTERED",
                    "NORMAL_CLEARING": "NORMAL_CLEARING",
                    "NORMAL_CIRCUIT_CONGESTION": "NORMAL_CIRCUIT_CONGESTION",
                    "ORIGINATOR_CANCEL": "ORIGINATOR_CANCEL",
                    "SUBSCRIBER_ABSENT": "SUBSCRIBER_ABSENT",
                    "PROTOCOL_ERROR": "PROTOCOL_ERROR",
                    "FACILITY_NOT_SUBSCRIBED": "FACILITY_NOT_SUBSCRIBED",
                    "INCOMPATIBLE_DESTINATION": "INCOMPATIBLE_DESTINATION",
                    "BEARERCAPABILITY_NOTIMPL": "BEARERCAPABILITY_NOTIMPL",
                    "REDIRECTION_TO_NEW_DESTINATION": "REDIRECTION_TO_NEW_DESTINATION",
                    "NUMBER_CHANGED": "NUMBER_CHANGED",
                    "CALL_REJECTED": "CALL_REJECTED",
                    "NO_USER_RESPONSE": "NO_USER_RESPONSE",
                    "USER_BUSY": "USER_BUSY",
                    "FACILITY_NOT_IMPLEMENTED": "FACILITY_NOT_IMPLEMENTED",
                    "NO_ANSWER": "NO_ANSWER",
                    "GATEWAY_DOWN": "GATEWAY_DOWN",
                    "ATTENDED_TRANSFER": "ATTENDED_TRANSFER",
                    "SYSTEM_SHUTDOWN": "SYSTEM_SHUTDOWN",
                    "PICKED_OFF": "PICKED_OFF",
                    "EXCHANGE_ROUTING_ERROR": "EXCHANGE_ROUTING_ERROR",
                    "UNSPECIFIED": "UNSPECIFIED",
                    "CHAN_NOT_IMPLEMENTED": "CHAN_NOT_IMPLEMENTED",
                    "RECOVERY_ON_TIMER_EXPIRE": "RECOVERY_ON_TIMER_EXPIRE",
                    "MANDATORY_IE_MISSING": "MANDATORY_IE_MISSING",
                    "NETWORK_OUT_OF_ORDER": "NETWORK_OUT_OF_ORDER",
                    "INCOMING_CALL_BARRED": "INCOMING_CALL_BARRED",
                    "DESTINATION_OUT_OF_ORDER": "DESTINATION_OUT_OF_ORDER",
                    "MEDIA_TIMEOUT": "MEDIA_TIMEOUT",
                    "CRASH": "CRASH",
                    "CALL_AWARDED_DELIVERED": "CALL_AWARDED_DELIVERED",
                    "BLIND_TRANSFER": "BLIND_TRANSFER",
                    "RESPONSE_TO_STATUS_ENQUIRY": "RESPONSE_TO_STATUS_ENQUIRY",
                    "INVALID_MSG_UNSPECIFIED": "INVALID_MSG_UNSPECIFIED",
                    "PROGRESS_TIMEOUT": "PROGRESS_TIMEOUT",
                    "UNALLOCATED_NUMBER": "UNALLOCATED_NUMBER",
                    "ACCESS_INFO_DISCARDED": "ACCESS_INFO_DISCARDED",
                    "REQUESTED_CHAN_UNAVAIL": "REQUESTED_CHAN_UNAVAIL",
                    "NORMAL_UNSPECIFIED": "NORMAL_UNSPECIFIED",
                    "SERVICE_NOT_IMPLEMENTED": "SERVICE_NOT_IMPLEMENTED",
                    "INTERWORKING": "INTERWORKING",
                    "SWITCH_CONGESTION": "SWITCH_CONGESTION",
                    "INVALID_CALL_REFERENCE": "INVALID_CALL_REFERENCE",
                    "FACILITY_REJECTED": "FACILITY_REJECTED",
                    "WRONG_CALL_STATE": "WRONG_CALL_STATE",
                    "OUTGOING_CALL_BARRED": "OUTGOING_CALL_BARRED"
                  },
                  "label": "Cause",
                  "field": "anti-action/9/inline_check_acl/option",
                  "rules": "required[,in,__selectone__]|required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[NORMAL_CLEARING,UNSPECIFIED,UNALLOCATED_NUMBER,NO_ROUTE_TRANSIT_NET,NO_ROUTE_DESTINATION,CHANNEL_UNACCEPTABLE,CALL_AWARDED_DELIVERED,USER_BUSY,NO_USER_RESPONSE,NO_ANSWER,SUBSCRIBER_ABSENT,CALL_REJECTED,NUMBER_CHANGED,REDIRECTION_TO_NEW_DESTINATION,EXCHANGE_ROUTING_ERROR,DESTINATION_OUT_OF_ORDER,INVALID_NUMBER_FORMAT,FACILITY_REJECTED,RESPONSE_TO_STATUS_ENQUIRY,NORMAL_UNSPECIFIED,NORMAL_CIRCUIT_CONGESTION,NETWORK_OUT_OF_ORDER,NORMAL_TEMPORARY_FAILURE,SWITCH_CONGESTION,ACCESS_INFO_DISCARDED,REQUESTED_CHAN_UNAVAIL,PRE_EMPTED,FACILITY_NOT_SUBSCRIBED,OUTGOING_CALL_BARRED,INCOMING_CALL_BARRED,BEARERCAPABILITY_NOTAUTH,BEARERCAPABILITY_NOTAVAIL,SERVICE_UNAVAILABLE,BEARERCAPABILITY_NOTIMPL,CHAN_NOT_IMPLEMENTED,FACILITY_NOT_IMPLEMENTED,SERVICE_NOT_IMPLEMENTED,INVALID_CALL_REFERENCE,INCOMPATIBLE_DESTINATION,INVALID_MSG_UNSPECIFIED,MANDATORY_IE_MISSING,MESSAGE_TYPE_NONEXIST,WRONG_MESSAGE,IE_NONEXIST,INVALID_IE_CONTENTS,WRONG_CALL_STATE,RECOVERY_ON_TIMER_EXPIRE,MANDATORY_IE_LENGTH_ERROR,PROTOCOL_ERROR,INTERWORKING,ORIGINATOR_CANCEL,CRASH,SYSTEM_SHUTDOWN,LOSE_RACE,MANAGER_REQUEST,BLIND_TRANSFER,ATTENDED_TRANSFER,ALLOTTED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                }
              • anti-action/9/inline_check_acl/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "anti-action/9/inline_check_acl/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/inline_custom/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/9/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/inline_custom/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/9/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/log/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label": "Level",
                  "field": "anti-action/9/log/name",
                  "rules": "required[,in,__selectone__]|required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[DEBUG,INFO,NOTICE,WARNING,ERR,CRIT,ALERT]",
                  "type": "dropdown"
                }
              • anti-action/9/log/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/9/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/respond/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "181 Call is Being Forwarded",
                    "182": "182 Queued",
                    "183": "183 Session in Progress",
                    "199": "199 Early Dialog Terminated",
                    "200": "200 OK",
                    "202": "202 Accepted",
                    "204": "204 No Notification",
                    "300": "300 Multiple Choices",
                    "301": "301 Moved Permanently",
                    "302": "302 Moved Temporarily",
                    "305": "305 Use Proxy",
                    "380": "380 Alternative Service",
                    "400": "400 Bad Request",
                    "401": "401 Unauthorized",
                    "402": "402 Payment Required",
                    "403": "403 Forbidden",
                    "404": "404 Not Found",
                    "405": "405 Method Not Allowed",
                    "406": "406 Not Acceptable",
                    "407": "407 Proxy Authentication Required",
                    "408": "408 Request Timeout",
                    "409": "409 Conflict",
                    "410": "410 Gone",
                    "411": "411 Length Required",
                    "412": "412 Conditional Request Failed",
                    "413": "413 Request Entity Too Large",
                    "414": "414 Request-URI Too Long",
                    "415": "415 Unsupported Media Type",
                    "416": "416 Unsupported URI Scheme",
                    "417": "417 Unknown Resource-Priority",
                    "420": "420 Bad Extension",
                    "421": "421 Extension Required",
                    "422": "422 Session Interval Too Small",
                    "423": "423 Interval Too Brief",
                    "424": "424 Bad Location Information",
                    "428": "428 Use Identity Header",
                    "429": "429 Provide Referrer Identity",
                    "430": "430 Flow Failed",
                    "433": "433 Anonymity Disallowed",
                    "436": "436 Bad Identity-Info",
                    "437": "437 Unsupported Certificate",
                    "438": "438 Invalid Identity Header",
                    "439": "439 First Hop Lacks Outbound Support",
                    "470": "470 Consent Needed",
                    "480": "480 Temporarily Unavailable",
                    "481": "481 Call/Transaction Does Not Exist",
                    "482": "482 Loop Detected",
                    "483": "483 Too Many Hops",
                    "484": "484 Address Incomplete",
                    "485": "485 Ambiguous",
                    "486": "486 Busy Here",
                    "487": "487 Request Terminated",
                    "488": "488 Not Acceptable Here",
                    "489": "489 Bad Event",
                    "491": "491 Request Pending",
                    "493": "493 Undecipherable",
                    "494": "494 Security Agreement Required",
                    "500": "500 Server Internal Error",
                    "501": "501 Not Implemented",
                    "502": "502 Bad Gateway",
                    "503": "503 Service Unavailable",
                    "504": "504 Server Time-out",
                    "505": "505 Version Not Supported",
                    "513": "513 Message Too Large",
                    "580": "580 Precondition Failure",
                    "600": "600 Busy Everywhere",
                    "603": "603 Decline",
                    "604": "604 Does Not Exist Anywhere",
                    "606": "606 Not Acceptable"
                  },
                  "label": "Code",
                  "field": "anti-action/9/respond/name",
                  "rules": "required[,in,__selectone__]|required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[100,180,181,182,183,199,200,202,204,300,301,302,305,380,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,420,421,422,423,424,428,429,430,433,436,437,438,439,470,480,481,482,483,484,485,486,487,488,489,491,493,494,500,501,502,503,504,505,513,580,600,603,604,606]",
                  "type": "dropdown"
                }
              • anti-action/9/respond/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/9/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/set_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • anti-action/9/set_variable/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/9/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/transfer_dialplan/name
                {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/9/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              • anti-action/9/transfer_dialplan/value
                {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/9/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • anti-action/9/type
                {
                  "composite": [
                    "anti-action/9/respond/name",
                    "anti-action/9/respond/value",
                    "anti-action/9/hangup/name",
                    "anti-action/9/hangup/value",
                    "anti-action/9/challenge/name",
                    "anti-action/9/challenge/value",
                    "anti-action/9/bridge_profile/name",
                    "anti-action/9/bridge_profile/value",
                    "anti-action/9/bridge_trunk/name",
                    "anti-action/9/bridge_trunk/value",
                    "anti-action/9/bridge_user/name",
                    "anti-action/9/bridge_user/value",
                    "anti-action/9/bridge_distributor/name",
                    "anti-action/9/bridge_distributor/value",
                    "anti-action/9/bridge_contact/name",
                    "anti-action/9/bridge_contact/value",
                    "anti-action/9/transfer_dialplan/name",
                    "anti-action/9/transfer_dialplan/value",
                    "anti-action/9/set_variable/name",
                    "anti-action/9/set_variable/value",
                    "anti-action/9/unset_variable/name",
                    "anti-action/9/unset_variable/value",
                    "anti-action/9/log/name",
                    "anti-action/9/log/value",
                    "anti-action/9/export/name",
                    "anti-action/9/export/value",
                    "anti-action/9/custom/name",
                    "anti-action/9/custom/value",
                    "anti-action/9/inline_custom/name",
                    "anti-action/9/inline_custom/value",
                    "anti-action/9/trace_call/name",
                    "anti-action/9/trace_call/value",
                    "anti-action/9/check_acl/name",
                    "anti-action/9/check_acl/value",
                    "anti-action/9/check_acl/option",
                    "anti-action/9/inline_check_acl/name",
                    "anti-action/9/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/9/type",
                  "default": "__none__",
                  "value": {
                    "respond": "Respond",
                    "bridge_user": "Bridge to User",
                    "set_variable": "Set Variable",
                    "unset_variable": "Unset Variable",
                    "log": "Log",
                    "check_acl": "Check ACL",
                    "challenge": "Challenge",
                    "__none__": "( Please Select One )",
                    "bridge_distributor": "Bridge to Distributor",
                    "bridge_trunk": "Bridge to Trunk",
                    "hangup": "Hangup",
                    "inline_custom": "Custom(inline)",
                    "bridge_contact": "Bridge to Contact",
                    "transfer_dialplan": "Transfer to Dialplan",
                    "inline_check_acl": "Check ACL(inline)",
                    "trace_call": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "anti-action/9/type",
                  "rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "ha_rules": "required|in_list[__none__,respond,hangup,challenge,bridge_profile,bridge_trunk,bridge_user,bridge_distributor,bridge_contact,transfer_dialplan,set_variable,unset_variable,log,export,custom,inline_custom,trace_call,check_acl,inline_check_acl]",
                  "type": "dropdown",
                  "class": "anti-action-row"
                }
              • anti-action/9/unset_variable/name
                {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/9/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                }
              • condition/1/DID_dest_num/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_dest_num/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/DID_from/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/DID_to/value
                {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/DID_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                }
              • condition/1/call/name
                • ha_rules
                  "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
              • condition/1/domain/name
                • ha_rules
                  "required|in_list[sip_from_host,sip_to_host]"
              • condition/1/domain/value
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/1/from_trunk/name
                • ha_rules
                  "required|in_list[__selectone__]"
              • condition/1/header/name
                • ha_rules
                  "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
              • condition/1/sdp/name
                • ha_rules
                  "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
              • condition/1/standard/name
                • ha_rules
                  "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
              • condition/1/type
                • class
                  "condition-row"
                • composite
                  • 20
                    "condition/1/DID_dest_num/name"
                  • 21
                    "condition/1/DID_dest_num/value"
                  • 22
                  • condition/10/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/10/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/10/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/10/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/10/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/10/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/10/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/custom_referred_by/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/custom_to/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/10/custom_to/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/10/custom_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/custom_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/domain/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "sip_from_host",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_host": "SIP To:Host",
                        "sip_from_host": "SIP From:Host"
                      },
                      "label": "Direction",
                      "field": "condition/10/domain/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                      "type": "dropdown"
                    }
                  • condition/10/domain/value
                    {
                      "style": "width:210px;",
                      "composite_parent": "condition/10/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Domain",
                      "field": "condition/10/domain/value",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:65px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/10/from_trunk/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Trunk",
                      "field": "condition/10/from_trunk/name",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/10/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/10/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/10/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/sdp/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "${dtmf_type}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_secure_media}": "Secure Media",
                        "${media_audio_mode}": "Media Mode",
                        "${remote_media_ip}": "SDP RTP IP",
                        "${switch_r_sdp}": "Remote SDP",
                        "${dtmf_type}": "DTMF type",
                        "${ep_codec_string}": "SDP Codec",
                        "${remote_media_port}": "SDP RTP Port",
                        "${sip_has_crypto}": "SDP Crypto Suite",
                        "${sip_remote_audio_rtcp_port}": "RTCP Port"
                      },
                      "label": "Name",
                      "field": "condition/10/sdp/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "type": "dropdown"
                    }
                  • condition/10/sdp/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/sdp/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/standard/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "callee_id_name",
                      "composite_style": "display: none;",
                      "value": {
                        "caller_id_name": "Caller ID Name",
                        "destination_number": "Destination Address",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/10/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/10/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/10/type
                    {
                      "composite": [
                        "condition/10/standard/name",
                        "condition/10/standard/value",
                        "condition/10/header/name",
                        "condition/10/header/value",
                        "condition/10/call/name",
                        "condition/10/call/value",
                        "condition/10/sdp/name",
                        "condition/10/sdp/value",
                        "condition/10/custom_header/name",
                        "condition/10/custom_header/value",
                        "condition/10/custom_from/name",
                        "condition/10/custom_from/value",
                        "condition/10/custom_to/name",
                        "condition/10/custom_to/value",
                        "condition/10/custom_referred_by/name",
                        "condition/10/custom_referred_by/value",
                        "condition/10/variable/name",
                        "condition/10/variable/value",
                        "condition/10/domain/name",
                        "condition/10/domain/value",
                        "condition/10/DID_dest_num/name",
                        "condition/10/DID_dest_num/value",
                        "condition/10/DID_from/name",
                        "condition/10/DID_from/value",
                        "condition/10/DID_to/name",
                        "condition/10/DID_to/value",
                        "condition/10/user/name",
                        "condition/10/user/value",
                        "condition/10/auth/name",
                        "condition/10/auth/value",
                        "condition/10/from_trunk/name",
                        "condition/10/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/10/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/10/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/10/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/10/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/10/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/10/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/10/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/10/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/10/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/10/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/call/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "${sip_authorized}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_local_network_addr}": "SIP Local Network Address",
                        "${sip_network_port}": "Remote Network Port",
                        "${sip_network_ip}": "Remote Network IP",
                        "${sip_looped_call}": "Looped Call",
                        "${sip_authorized}": "Authorized",
                        "${sip_cid_type}": "Caller ID Type",
                        "${sip_trunk}": "Trunk Name"
                      },
                      "label": "Name",
                      "field": "condition/11/call/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "type": "dropdown"
                    }
                  • condition/11/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/11/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/11/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/11/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/11/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/11/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/11/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/custom_referred_by/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/custom_to/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/11/custom_to/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/11/custom_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/custom_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/domain/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "sip_from_host",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_host": "SIP To:Host",
                        "sip_from_host": "SIP From:Host"
                      },
                      "label": "Direction",
                      "field": "condition/11/domain/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                      "type": "dropdown"
                    }
                  • condition/11/domain/value
                    {
                      "style": "width:210px;",
                      "composite_parent": "condition/11/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Domain",
                      "field": "condition/11/domain/value",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:65px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/11/from_trunk/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Trunk",
                      "field": "condition/11/from_trunk/name",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/11/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/11/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/11/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/sdp/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "${dtmf_type}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_secure_media}": "Secure Media",
                        "${media_audio_mode}": "Media Mode",
                        "${remote_media_ip}": "SDP RTP IP",
                        "${switch_r_sdp}": "Remote SDP",
                        "${dtmf_type}": "DTMF type",
                        "${ep_codec_string}": "SDP Codec",
                        "${remote_media_port}": "SDP RTP Port",
                        "${sip_has_crypto}": "SDP Crypto Suite",
                        "${sip_remote_audio_rtcp_port}": "RTCP Port"
                      },
                      "label": "Name",
                      "field": "condition/11/sdp/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "type": "dropdown"
                    }
                  • condition/11/sdp/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/sdp/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/standard/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "callee_id_name",
                      "composite_style": "display: none;",
                      "value": {
                        "caller_id_name": "Caller ID Name",
                        "destination_number": "Destination Address",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/11/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/11/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/11/type
                    {
                      "composite": [
                        "condition/11/standard/name",
                        "condition/11/standard/value",
                        "condition/11/header/name",
                        "condition/11/header/value",
                        "condition/11/call/name",
                        "condition/11/call/value",
                        "condition/11/sdp/name",
                        "condition/11/sdp/value",
                        "condition/11/custom_header/name",
                        "condition/11/custom_header/value",
                        "condition/11/custom_from/name",
                        "condition/11/custom_from/value",
                        "condition/11/custom_to/name",
                        "condition/11/custom_to/value",
                        "condition/11/custom_referred_by/name",
                        "condition/11/custom_referred_by/value",
                        "condition/11/variable/name",
                        "condition/11/variable/value",
                        "condition/11/domain/name",
                        "condition/11/domain/value",
                        "condition/11/DID_dest_num/name",
                        "condition/11/DID_dest_num/value",
                        "condition/11/DID_from/name",
                        "condition/11/DID_from/value",
                        "condition/11/DID_to/name",
                        "condition/11/DID_to/value",
                        "condition/11/user/name",
                        "condition/11/user/value",
                        "condition/11/auth/name",
                        "condition/11/auth/value",
                        "condition/11/from_trunk/name",
                        "condition/11/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/11/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/11/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/11/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/11/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/11/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/11/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/11/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/11/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/11/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/11/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/call/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/12/type",
                      "default": "${sip_authorized}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_local_network_addr}": "SIP Local Network Address",
                        "${sip_network_port}": "Remote Network Port",
                        "${sip_network_ip}": "Remote Network IP",
                        "${sip_looped_call}": "Looped Call",
                        "${sip_authorized}": "Authorized",
                        "${sip_cid_type}": "Caller ID Type",
                        "${sip_trunk}": "Trunk Name"
                      },
                      "label": "Name",
                      "field": "condition/12/call/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "type": "dropdown"
                    }
                  • condition/12/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/12/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/12/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/12/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/12/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/12/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/12/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/custom_referred_by/value&quondiffpatch-property-name">condition/12/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/12/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/12/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/12/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/sdp/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/12/type",
                      "default": "${dtmf_type}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_secure_media}": "Secure Media",
                        "${media_audio_mode}": "Media Mode",
                        "${remote_media_ip}": "SDP RTP IP",
                        "${switch_r_sdp}": "Remote SDP",
                        "${dtmf_type}": "DTMF type",
                        "${ep_codec_string}": "SDP Codec",
                        "${remote_media_port}": "SDP RTP Port",
                        "${sip_has_crypto}": "SDP Crypto Suite",
                        "${sip_remote_audio_rtcp_port}": "RTCP Port"
                      },
                      "label": "Name",
                      "field": "condition/12/sdp/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "type": "dropdown"
                    }
                  • condition/12/sdp/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/sdp/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/standard/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/12/type",
                      "default": "callee_id_name",
                      "composite_style": "display: none;",
                      "value": {
                        "caller_id_name": "Caller ID Name",
                        "destination_number": "Destination Address",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/12/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/12/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/12/type
                    {
                      "composite": [
                        "condition/12/standard/name",
                        "condition/12/standard/value",
                        "condition/12/header/name",
                        "condition/12/header/value",
                        "condition/12/call/name",
                        "condition/12/call/value",
                        "condition/12/sdp/name",
                        "condition/12/sdp/value",
                        "condition/12/custom_header/name",
                        "condition/12/custom_header/value",
                        "condition/12/custom_from/name",
                        "condition/12/custom_from/value",
                        "condition/12/custom_to/name",
                        "condition/12/custom_to/value",
                        "condition/12/custom_referred_by/name",
                        "condition/12/custom_referred_by/value",
                        "condition/12/variable/name",
                        "condition/12/variable/value",
                        "condition/12/domain/name",
                        "condition/12/domain/value",
                        "condition/12/DID_dest_num/name",
                        "condition/12/DID_dest_num/value",
                        "condition/12/DID_from/name",
                        "condition/12/DID_from/value",
                        "condition/12/DID_to/name",
                        "condition/12/DID_to/value",
                        "condition/12/user/name",
                        "condition/12/user/value",
                        "condition/12/auth/name",
                        "condition/12/auth/value",
                        "condition/12/from_trunk/name",
                        "condition/12/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/12/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/12/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/12/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/12/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/12/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/12/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/12/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/12/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/12/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/12/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/call/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "${sip_authorized}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_local_network_addr}": "SIP Local Network Address",
                        "${sip_network_port}": "Remote Network Port",
                        "${sip_network_ip}": "Remote Network IP",
                        "${sip_looped_call}": "Looped Call",
                        "${sip_authorized}": "Authorized",
                        "${sip_cid_type}": "Caller ID Type",
                        "${sip_trunk}": "Trunk Name"
                      },
                      "label": "Name",
                      "field": "condition/13/call/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "type": "dropdown"
                    }
                  • condition/13/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/13/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/13/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/13/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/13/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/13/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/13/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/custom_referred_by/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/custom_to/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/13/custom_to/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/13/custom_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/custom_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/domain/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "sip_from_host",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_host": "SIP To:Host",
                        "sip_from_host": "SIP From:Host"
                      },
                      "label": "Direction",
                      "field": "condition/13/domain/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                      "type": "dropdown"
                    }
                  • condition/13/domain/value
                    {
                      "style": "width:210px;",
                      "composite_parent": "condition/13/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Domain",
                      "field": "condition/13/domain/value",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:65px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/13/from_trunk/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Trunk",
                      "field": "condition/13/from_trunk/name",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/13/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/13/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/13/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/sdp/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "${dtmf_type}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_secure_media}": "Secure Media",
                        "${media_audio_mode}": "Media Mode",
                        "${remote_media_ip}": "SDP RTP IP",
                        "${switch_r_sdp}": "Remote SDP",
                        "${dtmf_type}": "DTMF type",
                        "${ep_codec_string}": "SDP Codec",
                        "${remote_media_port}": "SDP RTP Port",
                        "${sip_has_crypto}": "SDP Crypto Suite",
                        "${sip_remote_audio_rtcp_port}": "RTCP Port"
                      },
                      "label": "Name",
                      "field": "condition/13/sdp/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "type": "dropdown"
                    }
                  • condition/13/sdp/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/sdp/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/standard/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "callee_id_name",
                      "composite_style": "display: none;",
                      "value": {
                        "caller_id_name": "Caller ID Name",
                        "destination_number": "Destination Address",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/13/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/13/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/13/type
                    {
                      "composite": [
                        "condition/13/standard/name",
                        "condition/13/standard/value",
                        "condition/13/header/name",
                        "condition/13/header/value",
                        "condition/13/call/name",
                        "condition/13/call/value",
                        "condition/13/sdp/name",
                        "condition/13/sdp/value",
                        "condition/13/custom_header/name",
                        "condition/13/custom_header/value",
                        "condition/13/custom_from/name",
                        "condition/13/custom_from/value",
                        "condition/13/custom_to/name",
                        "condition/13/custom_to/value",
                        "condition/13/custom_referred_by/name",
                        "condition/13/custom_referred_by/value",
                        "condition/13/variable/name",
                        "condition/13/variable/value",
                        "condition/13/domain/name",
                        "condition/13/domain/value",
                        "condition/13/DID_dest_num/name",
                        "condition/13/DID_dest_num/value",
                        "condition/13/DID_from/name",
                        "condition/13/DID_from/value",
                        "condition/13/DID_to/name",
                        "condition/13/DID_to/value",
                        "condition/13/user/name",
                        "condition/13/user/value",
                        "condition/13/auth/name",
                        "condition/13/auth/value",
                        "condition/13/from_trunk/name",
                        "condition/13/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/13/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/13/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/13/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/13/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/13/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/13/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/13/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/13/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/13/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/13/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/call/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/14/type",
                      "default": "${sip_authorized}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_local_network_addr}": "SIP Local Network Address",
                        "${sip_network_port}": "Remote Network Port",
                        "${sip_network_ip}": "Remote Network IP",
                        "${sip_looped_call}": "Looped Call",
                        "${sip_authorized}": "Authorized",
                        "${sip_cid_type}": "Caller ID Type",
                        "${sip_trunk}": "Trunk Name"
                      },
                      "label": "Name",
                      "field": "condition/14/call/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "type": "dropdown"
                    }
                  • condition/14/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/14/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/14/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/14/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/14/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/14/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/14/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/custom_referred_by/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/custom_to/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/14/custom_to/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/14/custom_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/custom_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/domain/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/14/type",
                      "default": "sip_from_host",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_host": "SIP To:Host",
                        "sip_from_host": "SIP From:Host"
                      },
                      "label": "Direction",
                      "field": "condition/14/domain/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                      "type": "dropdown"
                    }
                  • condition/14/domain/value
                    {
                      "style": "width:210px;",
                      "composite_parent": "condition/14/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Domain",
                      "field": "condition/14/domain/value",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:65px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/14/from_trunk/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/14/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Trunk",
                      "field": "condition/14/from_trunk/name",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/14/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/14/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/14/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/14/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": ",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/14/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/14/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/14/type
                    {
                      "composite": [
                        "condition/14/standard/name",
                        "condition/14/standard/value",
                        "condition/14/header/name",
                        "condition/14/header/value",
                        "condition/14/call/name",
                        "condition/14/call/value",
                        "condition/14/sdp/name",
                        "condition/14/sdp/value",
                        "condition/14/custom_header/name",
                        "condition/14/custom_header/value",
                        "condition/14/custom_from/name",
                        "condition/14/custom_from/value",
                        "condition/14/custom_to/name",
                        "condition/14/custom_to/value",
                        "condition/14/custom_referred_by/name",
                        "condition/14/custom_referred_by/value",
                        "condition/14/variable/name",
                        "condition/14/variable/value",
                        "condition/14/domain/name",
                        "condition/14/domain/value",
                        "condition/14/DID_dest_num/name",
                        "condition/14/DID_dest_num/value",
                        "condition/14/DID_from/name",
                        "condition/14/DID_from/value",
                        "condition/14/DID_to/name",
                        "condition/14/DID_to/value",
                        "condition/14/user/name",
                        "condition/14/user/value",
                        "condition/14/auth/name",
                        "condition/14/auth/value",
                        "condition/14/from_trunk/name",
                        "condition/14/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/14/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/14/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/14/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/14/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/14/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/14/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/14/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/14/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/14/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/14/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/call/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "${sip_authorized}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_local_network_addr}": "SIP Local Network Address",
                        "${sip_network_port}": "Remote Network Port",
                        "${sip_network_ip}": "Remote Network IP",
                        "${sip_looped_call}": "Looped Call",
                        "${sip_authorized}": "Authorized",
                        "${sip_cid_type}": "Caller ID Type",
                        "${sip_trunk}": "Trunk Name"
                      },
                      "label": "Name",
                      "field": "condition/15/call/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                      "type": "dropdown"
                    }
                  • condition/15/call/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/call/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/custom_from/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/15/custom_from/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/15/custom_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/custom_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/custom_header/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/15/custom_header/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/15/custom_header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/custom_header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/custom_referred_by/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/15/custom_referred_by/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/15/custom_referred_by/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/custom_referred_by/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/custom_to/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/15/custom_to/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/15/custom_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/custom_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/domain/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "sip_from_host",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_host": "SIP To:Host",
                        "sip_from_host": "SIP From:Host"
                      },
                      "label": "Direction",
                      "field": "condition/15/domain/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                      "type": "dropdown"
                    }
                  • condition/15/domain/value
                    {
                      "style": "width:210px;",
                      "composite_parent": "condition/15/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Domain",
                      "field": "condition/15/domain/value",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:65px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/15/from_trunk/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "__selectone__",
                      "composite_style": "display: none;",
                      "value": {
                        "__selectone__": "( Please Select One )"
                      },
                      "label": "Trunk",
                      "field": "condition/15/from_trunk/name",
                      "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[__selectone__]",
                      "type": "dropdown"
                    }
                  • condition/15/header/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "${alert_info}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_contact_host}": "Contact: Host",
                        "${sip_call_info}": "Call-Info",
                        "${sip_to_tag}": "To: tag",
                        "${sip_history_info}": "History-Info",
                        "${sip_cseq}": "CSeq",
                        "${sip_referred_by_host}": "Referred-By: Host",
                        "${sip_from_params}": "From: Parameters",
                        "${sip_req_host}": "R-URI Host",
                        "${sip_req_uri}": "R-URI",
                        "${sip_user_agent}": "User-Agent",
                        "${max_forwards}": "Max-Forwards",
                        "${sip_full_via}": "Via",
                        "${sip_full_to}": "To",
                        "${sip_referred_by_user}": "Referred-By: User",
                        "${sip_subject}": "Subject",
                        "${sip_to_params}": "To: Parameters",
                        "${sip_from_port}": "From: Host Network Port",
                        "${sip_contact_port}": "Contact: Host Network Port",
                        "${sip_call_id}": "Call-ID",
                        "${sip_to_port}": "To: Host Network Port",
                        "${sip_referred_by_uri}": "Referred-By: URI",
                        "${sip_referred_by_params}": "Referred-By: Parameters",
                        "${sip_via_protocol}": "Via Protocol",
                        "${sip_from_tag}": "From: tag",
                        "${sip_full_from}": "From",
                        "${sip_req_params}": "R-URI Parameters",
                        "${sip_via_rport}": "Via Remote Port",
                        "${sip_via_host}": "Via Host",
                        "${alert_info}": "Alert-Info",
                        "${sip_contact_params}": "Contact: Parameters",
                        "${sip_from_host}": "From: Host",
                        "${sip_via_port}": "Via Port",
                        "${sip_from_uri}": "From: URI",
                        "${sip_req_user}": "R-URI User",
                        "${sip_req_port}": "R-URI Host Network Port",
                        "${sip_from_user}": "From: User",
                        "${sip_contact_uri}": "Contact: URI",
                        "${sip_to_uri}": "To: URI",
                        "${sip_to_host}": "To: Host",
                        "${sip_referred_by_port}": "Referred-By: Host Network Port",
                        "${sip_to_user}": "To: User",
                        "${sip_full_route}": "Route",
                        "${sip_contact_user}": "Contact: User",
                        "${sip_from_display}": "From: Display"
                      },
                      "label": "Name",
                      "field": "condition/15/header/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                      "type": "dropdown"
                    }
                  • condition/15/header/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/header/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/sdp/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "${dtmf_type}",
                      "composite_style": "display: none;",
                      "value": {
                        "${sip_secure_media}": "Secure Media",
                        "${media_audio_mode}": "Media Mode",
                        "${remote_media_ip}": "SDP RTP IP",
                        "${switch_r_sdp}": "Remote SDP",
                        "${dtmf_type}": "DTMF type",
                        "${ep_codec_string}": "SDP Codec",
                        "${remote_media_port}": "SDP RTP Port",
                        "${sip_has_crypto}": "SDP Crypto Suite",
                        "${sip_remote_audio_rtcp_port}": "RTCP Port"
                      },
                      "label": "Name",
                      "field": "condition/15/sdp/name",
                      "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                      "type": "dropdown"
                    }
                  • condition/15/sdp/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/sdp/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/standard/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "callee_id_name",
                      "composite_style": "display: none;",
                      "value": {
                        "caller_id_name": "Caller ID Name",
                        "destination_number": "Destination Address",
                        "callee_id_number": "Callee ID Number",
                        "callee_id_name": "Callee ID Name",
                        "caller_id_number": "Caller ID Number"
                      },
                      "label": "Name",
                      "field": "condition/15/standard/name",
                      "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                      "type": "dropdown"
                    }
                  • condition/15/standard/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/standard/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/15/type
                    {
                      "composite": [
                        "condition/15/standard/name",
                        "condition/15/standard/value",
                        "condition/15/header/name",
                        "condition/15/header/value",
                        "condition/15/call/name",
                        "condition/15/call/value",
                        "condition/15/sdp/name",
                        "condition/15/sdp/value",
                        "condition/15/custom_header/name",
                        "condition/15/custom_header/value",
                        "condition/15/custom_from/name",
                        "condition/15/custom_from/value",
                        "condition/15/custom_to/name",
                        "condition/15/custom_to/value",
                        "condition/15/custom_referred_by/name",
                        "condition/15/custom_referred_by/value",
                        "condition/15/variable/name",
                        "condition/15/variable/value",
                        "condition/15/domain/name",
                        "condition/15/domain/value",
                        "condition/15/DID_dest_num/name",
                        "condition/15/DID_dest_num/value",
                        "condition/15/DID_from/name",
                        "condition/15/DID_from/value",
                        "condition/15/DID_to/name",
                        "condition/15/DID_to/value",
                        "condition/15/user/name",
                        "condition/15/user/value",
                        "condition/15/auth/name",
                        "condition/15/auth/value",
                        "condition/15/from_trunk/name",
                        "condition/15/from_trunk/value"
                      ],
                      "style": "width:157px;",
                      "group": "condition/15/type",
                      "default": "__none__",
                      "value": {
                        "custom_to": "SIP To: Parameter",
                        "domain": "Known Domain",
                        "DID_dest_num": "Known Destination Number",
                        "sdp": "SDP Information",
                        "custom_from": "SIP From: Parameter",
                        "custom_referred_by": "SIP Referred-By:Parameter",
                        "from_trunk": "From SIP Trunk",
                        "custom_header": "SIP Custom Header",
                        "standard": "Standard Information",
                        "header": "SIP Header Information",
                        "DID_from": "Known From Number",
                        "DID_to": "Known To Number",
                        "call": "SIP Call Information",
                        "__none__": "( Please Select One )",
                        "variable": "Variable",
                        "auth": "Authorized User",
                        "user": "Known User"
                      },
                      "label": "Condition",
                      "field": "condition/15/type",
                      "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                      "type": "dropdown",
                      "class": "condition-row"
                    }
                  • condition/15/user/name
                    {
                      "style": "width:190px;",
                      "composite_parent": "condition/15/type",
                      "default": "sip_from_user",
                      "composite_style": "display: none;",
                      "value": {
                        "sip_to_user": "SIP To:User",
                        "sip_from_user": "SIP From:User"
                      },
                      "label": "Direction",
                      "field": "condition/15/user/name",
                      "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                      "label_style": "width:60px;",
                      "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                      "type": "dropdown"
                    }
                  • condition/15/variable/name
                    {
                      "style": "width:186px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Name",
                      "field": "condition/15/variable/name",
                      "rules": "required",
                      "label_style": "width:60px;",
                      "type": "text",
                      "size": 30
                    }
                  • condition/15/variable/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/15/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/15/variable/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/2/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/2/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/2/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/2/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/2/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/2/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/2/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/2/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/2/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/2/call/name
                    • ha_rules
                      "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
                  • condition/2/domain/name
                    • ha_rules
                      "required|in_list[sip_from_host,sip_to_host]"
                  • condition/2/domain/value
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/2/from_trunk/name
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/2/header/name
                    • ha_rules
                      "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
                  • condition/2/sdp/name
                    • ha_rules
                      "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
                  • condition/2/standard/name
                    • ha_rules
                      "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
                  • condition/2/type
                    • class
                      "condition-row"
                    • composite
                      • 20
                        "condition/2/DID_dest_num/name"
                      • 21
                        "condition/2/DID_dest_num/value"
                      • 22
                        "condition/2/DID_from/name"
                      • 23
                        "condition/2/DID_from/value"
                      • 24
                        "condition/2/DID_to/name"
                      • 25
                        "condition/2/DID_to/value"
                    • ha_rules
                      "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                    • rules
                      • 11516
                        ,domain,DID_dest_num,DID_from,DID_to,user,aut
                    • value
                      • DID_dest_num
                        "Known Destination Number"
                      • DID_from
                        "Known From Number"
                      • DID_to
                        "Known To Number"
                  • condition/2/user/name
                    • ha_rules
                      "required|in_list[sip_from_user,sip_to_user]"
                  • condition/3/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/3/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/3/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/3/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/3/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/3/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/3/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/3/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/3/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/3/call/name
                    • ha_rules
                      "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
                  • condition/3/domain/name
                    • ha_rules
                      "required|in_list[sip_from_host,sip_to_host]"
                  • condition/3/domain/value
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/3/from_trunk/name
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/3/header/name
                    • ha_rules
                      "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
                  • condition/3/sdp/name
                    • ha_rules
                      "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
                  • condition/3/standard/name
                    • ha_rules
                      "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
                  • condition/3/type
                    • class
                      "condition-row"
                    • composite
                      • 20
                        "condition/3/DID_dest_num/name"
                      • 21
                        "condition/3/DID_dest_num/value"
                      • 22
                        "condition/3/DID_from/name"
                      • 23
                        "condition/3/DID_from/value"
                      • 24
                        "condition/3/DID_to/name"
                      • 25
                        "condition/3/DID_to/value"
                    • ha_rules
                      "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                    • rules
                      • 11516
                        ,domain,DID_dest_num,DID_from,DID_to,user,aut
                    • value
                      • DID_dest_num
                        "Known Destination Number"
                      • DID_from
                        "Known From Number"
                      • DID_to
                        "Known To Number"
                  • condition/3/user/name
                    • ha_rules
                      "required|in_list[sip_from_user,sip_to_user]"
                  • condition/4/DID_dest_num/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/4/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/4/DID_dest_num/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/4/DID_from/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/4/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/4/DID_from/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/4/DID_to/value
                    {
                      "style": "width:206px;",
                      "composite_parent": "condition/4/type",
                      "default": "",
                      "composite_style": "display: none;",
                      "label": "Expression",
                      "field": "condition/4/DID_to/value",
                      "rules": "required",
                      "label_style": "width:65px;",
                      "type": "text",
                      "size": 40
                    }
                  • condition/4/call/name
                    • ha_rules
                      "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
                  • condition/4/domain/name
                    • ha_rules
                      "required|in_list[sip_from_host,sip_to_host]"
                  • condition/4/domain/value
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/4/from_trunk/name
                    • ha_rules
                      "required|in_list[__selectone__]"
                  • condition/4/header/name
                    • ha_rules
                      "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
                  • condition/4/sdp/name
                    • ha_rules
                      &qe">
                      "condition/4/DID_to/name"
                    • 25
                      "condition/4/DID_to/value"
                  • ha_rules
                    "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                  • rules
                    • 11516
                      ,domain,DID_dest_num,DID_from,DID_to,user,aut
                  • value
                    • DID_dest_num
                      "Known Destination Number"
                    • DID_from
                      "Known From Number"
                    • DID_to
                      "Known To Number"
                • condition/4/user/name
                  • ha_rules
                    "required|in_list[sip_from_user,sip_to_user]"
                • condition/5/DID_dest_num/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/5/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/5/DID_dest_num/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/5/DID_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/5/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/5/DID_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/5/DID_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/5/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/5/DID_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/5/call/name
                  • ha_rules
                    "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]"
                • condition/5/domain/name
                  • ha_rules
                    "required|in_list[sip_from_host,sip_to_host]"
                • condition/5/domain/value
                  • ha_rules
                    "required|in_list[__selectone__]"
                • condition/5/from_trunk/name
                  • ha_rules
                    "required|in_list[__selectone__]"
                • condition/5/header/name
                  • ha_rules
                    "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]"
                • condition/5/sdp/name
                  • ha_rules
                    "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]"
                • condition/5/standard/name
                  • ha_rules
                    "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]"
                • condition/5/type
                  • class
                    "condition-row"
                  • composite
                    • 20
                      "condition/5/DID_dest_num/name"
                    • 21
                      "condition/5/DID_dest_num/value"
                    • 22
                      "condition/5/DID_from/name"
                    • 23
                      "condition/5/DID_from/value"
                    • 24
                      "condition/5/DID_to/name"
                    • 25
                      "condition/5/DID_to/value"
                  • ha_rules
                    "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]"
                  • rules
                    • 11516
                      ,domain,DID_dest_num,DID_from,DID_to,user,aut
                  • value
                    • DID_dest_num
                      "Known Destination Number"
                    • DID_from
                      "Known From Number"
                    • DID_to
                      "Known To Number"
                • condition/5/user/name
                  • ha_rules
                    "required|in_list[sip_from_user,sip_to_user]"
                • condition/6/DID_dest_num/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/DID_dest_num/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/DID_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/DID_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/DID_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/DID_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/call/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "${sip_authorized}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_local_network_addr}": "SIP Local Network Address",
                      "${sip_network_port}": "Remote Network Port",
                      "${sip_network_ip}": "Remote Network IP",
                      "${sip_looped_call}": "Looped Call",
                      "${sip_authorized}": "Authorized",
                      "${sip_cid_type}": "Caller ID Type",
                      "${sip_trunk}": "Trunk Name"
                    },
                    "label": "Name",
                    "field": "condition/6/call/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "type": "dropdown"
                  }
                • condition/6/call/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/call/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/custom_from/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/6/custom_from/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/6/custom_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/custom_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/custom_header/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/6/custom_header/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/6/custom_header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/custom_header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/custom_referred_by/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/6/custom_referred_by/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/6/custom_referred_by/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/custom_referred_by/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/custom_to/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/6/custom_to/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/6/custom_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/custom_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/domain/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "sip_from_host",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_host": "SIP To:Host",
                      "sip_from_host": "SIP From:Host"
                    },
                    "label": "Direction",
                    "field": "condition/6/domain/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                    "type": "dropdown"
                  }
                • condition/6/domain/value
                  {
                    "style": "width:210px;",
                    "composite_parent": "condition/6/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Domain",
                    "field": "condition/6/domain/value",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:65px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/6/from_trunk/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Trunk",
                    "field": "condition/6/from_trunk/name",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/6/header/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "${alert_info}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_contact_host}": "Contact: Host",
                      "${sip_call_info}": "Call-Info",
                      "${sip_to_tag}": "To: tag",
                      "${sip_history_info}": "History-Info",
                      "${sip_cseq}": "CSeq",
                      "${sip_referred_by_host}": "Referred-By: Host",
                      "${sip_from_params}": "From: Parameters",
                      "${sip_req_host}": "R-URI Host",
                      "${sip_req_uri}": "R-URI",
                      "${sip_user_agent}": "User-Agent",
                      "${max_forwards}": "Max-Forwards",
                      "${sip_full_via}": "Via",
                      "${sip_full_to}": "To",
                      "${sip_referred_by_user}": "Referred-By: User",
                      "${sip_subject}": "Subject",
                      "${sip_to_params}": "To: Parameters",
                      "${sip_from_port}": "From: Host Network Port",
                      "${sip_contact_port}": "Contact: Host Network Port",
                      "${sip_call_id}": "Call-ID",
                      "${sip_to_port}": "To: Host Network Port",
                      "${sip_referred_by_uri}": "Referred-By: URI",
                      "${sip_referred_by_params}": "Referred-By: Parameters",
                      "${sip_via_protocol}": "Via Protocol",
                      "${sip_from_tag}": "From: tag",
                      "${sip_full_from}": "From",
                      "${sip_req_params}": "R-URI Parameters",
                      "${sip_via_rport}": "Via Remote Port",
                      "${sip_via_host}": "Via Host",
                      "${alert_info}": "Alert-Info",
                      "${sip_contact_params}": "Contact: Parameters",
                      "${sip_from_host}": "From: Host",
                      "${sip_via_port}": "Via Port",
                      "${sip_from_uri}": "From: URI",
                      "${sip_req_user}": "R-URI User",
                      "${sip_req_port}": "R-URI Host Network Port",
                      "${sip_from_user}": "From: User",
                      "${sip_contact_uri}": "Contact: URI",
                      "${sip_to_uri}": "To: URI",
                      "${sip_to_host}": "To: Host",
                      "${sip_referred_by_port}": "Referred-By: Host Network Port",
                      "${sip_to_user}": "To: User",
                      "${sip_full_route}": "Route",
                      "${sip_contact_user}": "Contact: User",
                      "${sip_from_display}": "From: Display"
                    },
                    "label": "Name",
                    "field": "condition/6/header/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "type": "dropdown"
                  }
                • condition/6/header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/sdp/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "${dtmf_type}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_secure_media}": "Secure Media",
                      "${media_audio_mode}": "Media Mode",
                      "${remote_media_ip}": "SDP RTP IP",
                      "${switch_r_sdp}": "Remote SDP",
                      "${dtmf_type}": "DTMF type",
                      "${ep_codec_string}": "SDP Codec",
                      "${remote_media_port}": "SDP RTP Port",
                      "${sip_has_crypto}": "SDP Crypto Suite",
                      "${sip_remote_audio_rtcp_port}": "RTCP Port"
                    },
                    "label": "Name",
                    "field": "condition/6/sdp/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "type": "dropdown"
                  }
                • condition/6/sdp/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/sdp/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/standard/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "callee_id_name",
                    "composite_style": "display: none;",
                    "value": {
                      "caller_id_name": "Caller ID Name",
                      "destination_number": "Destination Address",
                      "callee_id_number": "Callee ID Number",
                      "callee_id_name": "Callee ID Name",
                      "caller_id_number": "Caller ID Number"
                    },
                    "label": "Name",
                    "field": "condition/6/standard/name",
                    "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "type": "dropdown"
                  }
                • condition/6/standard/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/standard/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/6/type
                  {
                    "composite": [
                      "condition/6/standard/name",
                      "condition/6/standard/value",
                      "condition/6/header/name",
                      "condition/6/header/value",
                      "condition/6/call/name",
                      "condition/6/call/value",
                      "condition/6/sdp/name",
                      "condition/6/sdp/value",
                      "condition/6/custom_header/name",
                      "condition/6/custom_header/value",
                      "condition/6/custom_from/name",
                      "condition/6/custom_from/value",
                      "condition/6/custom_to/name",
                      "condition/6/custom_to/value",
                      "condition/6/custom_referred_by/name",
                      "condition/6/custom_referred_by/value",
                      "condition/6/variable/name",
                      "condition/6/variable/value",
                      "condition/6/domain/name",
                      "condition/6/domain/value",
                      "condition/6/DID_dest_num/name",
                      "condition/6/DID_dest_num/value",
                      "condition/6/DID_from/name",
                      "condition/6/DID_from/value",
                      "condition/6/DID_to/name",
                      "condition/6/DID_to/value",
                      "condition/6/user/name",
                      "condition/6/user/value",
                      "condition/6/auth/name",
                      "condition/6/auth/value",
                      "condition/6/from_trunk/name",
                      "condition/6/from_trunk/value"
                    ],
                    "style": "width:157px;",
                    "group": "condition/6/type",
                    "default": "__none__",
                    "value": {
                      "custom_to": "SIP To: Parameter",
                      "domain": "Known Domain",
                      "DID_dest_num": "Known Destination Number",
                      "sdp": "SDP Information",
                      "custom_from": "SIP From: Parameter",
                      "custom_referred_by": "SIP Referred-By:Parameter",
                      "from_trunk": "From SIP Trunk",
                      "custom_header": "SIP Custom Header",
                      "standard": "Standard Information",
                      "header": "SIP Header Information",
                      "DID_from": "Known From Number",
                      "DID_to": "Known To Number",
                      "call": "SIP Call Information",
                      "__none__": "( Please Select One )",
                      "variable": "Variable",
                      "auth": "Authorized User",
                      "user": "Known User"
                    },
                    "label": "Condition",
                    "field": "condition/6/type",
                    "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "type": "dropdown",
                    "class": "condition-row"
                  }
                • condition/6/user/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/6/type",
                    "default": "sip_from_user",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_user": "SIP To:User",
                      "sip_from_user": "SIP From:User"
                    },
                    "label": "Direction",
                    "field": "condition/6/user/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                    "type": "dropdown"
                  }
                • condition/6/variable/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/6/variable/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/6/variable/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/6/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/6/variable/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/DID_dest_num/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/DID_dest_num/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/DID_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/DID_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/DID_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/DID_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/call/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "${sip_authorized}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_local_network_addr}": "SIP Local Network Address",
                      "${sip_network_port}": "Remote Network Port",
                      "${sip_network_ip}": "Remote Network IP",
                      "${sip_looped_call}": "Looped Call",
                      "${sip_authorized}": "Authorized",
                      "${sip_cid_type}": "Caller ID Type",
                      "${sip_trunk}": "Trunk Name"
                    },
                    "label": "Name",
                    "field": "condition/7/call/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "type": "dropdown"
                  }
                • condition/7/call/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/call/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/custom_from/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/7/custom_from/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/7/custom_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/custom_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/custom_header/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/7/custom_header/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/7/custom_header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/custom_header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/custom_referred_by/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/7/custom_referred_by/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/7/custom_referred_by/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/custom_referred_by/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/custom_to/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/7/custom_to/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/7/custom_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/custom_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/domain/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "sip_from_host",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_host": "SIP To:Host",
                      "sip_from_host": "SIP From:Host"
                    },
                    "label": "Direction",
                    "field": "condition/7/domain/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                    "type": "dropdown"
                  }
                • condition/7/domain/value
                  {
                    "style": "width:210px;",
                    "composite_parent": "condition/7/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Domain",
                    "field": "condition/7/domain/value",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:65px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/7/from_trunk/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Trunk",
                    "field": "condition/7/from_trunk/name",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/7/header/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "${alert_info}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_contact_host}": "Contact: Host",
                      "${sip_call_info}": "Call-Info",
                      "${sip_to_tag}": "To: tag",
                      "${sip_history_info}": "History-Info",
                      "${sip_cseq}": "CSeq",
                      "${sip_referred_by_host}": "Referred-By: Host",
                      "${sip_from_params}": "From: Parameters",
                      "${sip_req_host}": "R-URI Host",
                      "${sip_req_uri}": "R-URI",
                      "${sip_user_agent}": "User-Agent",
                      "${max_forwards}": "Max-Forwards",
                      "${sip_full_via}": "Via",
                      "${sip_full_to}": "To",
                      "${sip_referred_by_user}": "Referred-By: User",
                      "${sip_subject}": "Subject",
                      "${sip_to_params}": "To: Parameters",
                      "${sip_from_port}": "From: Host Network Port",
                      "${sip_contact_port}": "Contact: Host Network Port",
                      "${sip_call_id}": "Call-ID",
                      "${sip_to_port}": "To: Host Network Port",
                      "${sip_referred_by_uri}": "Referred-By: URI",
                      "${sip_referred_by_params}": "Referred-By: Parameters",
                      "${sip_via_protocol}": "Via Protocol",
                      "${sip_from_tag}": "From: tag",
                      "${sip_full_from}": "From",
                      "${sip_req_params}": "R-URI Parameters",
                      "${sip_via_rport}": "Via Remote Port",
                      "${sip_via_host}": "Via Host",
                      "${alert_info}": "Alert-Info",
                      "${sip_contact_params}": "Contact: Parameters",
                      "${sip_from_host}": "From: Host",
                      "${sip_via_port}": "Via Port",
                      "${sip_from_uri}": "From: URI",
                      "${sip_req_user}": "R-URI User",
                      "${sip_req_port}": "R-URI Host Network Port",
                      "${sip_from_user}": "From: User",
                      "${sip_contact_uri}": "Contact: URI",
                      "${sip_to_uri}": "To: URI",
                      "${sip_to_host}": "To: Host",
                      "${sip_referred_by_port}": "Referred-By: Host Network Port",
                      "${sip_to_user}": "To: User",
                      "${sip_full_route}": "Route",
                      "${sip_contact_user}": "Contact: User",
                      "${sip_from_display}": "From: Display"
                    },
                    "label": "Name",
                    "field": "condition/7/header/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri}},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "type": "dropdown"
                  }
                • condition/7/sdp/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/sdp/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/standard/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "callee_id_name",
                    "composite_style": "display: none;",
                    "value": {
                      "caller_id_name": "Caller ID Name",
                      "destination_number": "Destination Address",
                      "callee_id_number": "Callee ID Number",
                      "callee_id_name": "Callee ID Name",
                      "caller_id_number": "Caller ID Number"
                    },
                    "label": "Name",
                    "field": "condition/7/standard/name",
                    "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "type": "dropdown"
                  }
                • condition/7/standard/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/standard/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/7/type
                  {
                    "composite": [
                      "condition/7/standard/name",
                      "condition/7/standard/value",
                      "condition/7/header/name",
                      "condition/7/header/value",
                      "condition/7/call/name",
                      "condition/7/call/value",
                      "condition/7/sdp/name",
                      "condition/7/sdp/value",
                      "condition/7/custom_header/name",
                      "condition/7/custom_header/value",
                      "condition/7/custom_from/name",
                      "condition/7/custom_from/value",
                      "condition/7/custom_to/name",
                      "condition/7/custom_to/value",
                      "condition/7/custom_referred_by/name",
                      "condition/7/custom_referred_by/value",
                      "condition/7/variable/name",
                      "condition/7/variable/value",
                      "condition/7/domain/name",
                      "condition/7/domain/value",
                      "condition/7/DID_dest_num/name",
                      "condition/7/DID_dest_num/value",
                      "condition/7/DID_from/name",
                      "condition/7/DID_from/value",
                      "condition/7/DID_to/name",
                      "condition/7/DID_to/value",
                      "condition/7/user/name",
                      "condition/7/user/value",
                      "condition/7/auth/name",
                      "condition/7/auth/value",
                      "condition/7/from_trunk/name",
                      "condition/7/from_trunk/value"
                    ],
                    "style": "width:157px;",
                    "group": "condition/7/type",
                    "default": "__none__",
                    "value": {
                      "custom_to": "SIP To: Parameter",
                      "domain": "Known Domain",
                      "DID_dest_num": "Known Destination Number",
                      "sdp": "SDP Information",
                      "custom_from": "SIP From: Parameter",
                      "custom_referred_by": "SIP Referred-By:Parameter",
                      "from_trunk": "From SIP Trunk",
                      "custom_header": "SIP Custom Header",
                      "standard": "Standard Information",
                      "header": "SIP Header Information",
                      "DID_from": "Known From Number",
                      "DID_to": "Known To Number",
                      "call": "SIP Call Information",
                      "__none__": "( Please Select One )",
                      "variable": "Variable",
                      "auth": "Authorized User",
                      "user": "Known User"
                    },
                    "label": "Condition",
                    "field": "condition/7/type",
                    "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "type": "dropdown",
                    "class": "condition-row"
                  }
                • condition/7/user/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/7/type",
                    "default": "sip_from_user",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_user": "SIP To:User",
                      "sip_from_user": "SIP From:User"
                    },
                    "label": "Direction",
                    "field": "condition/7/user/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                    "type": "dropdown"
                  }
                • condition/7/variable/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/7/variable/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/7/variable/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/7/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/7/variable/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/DID_dest_num/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/DID_dest_num/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/DID_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/DID_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/DID_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/DID_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/call/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "${sip_authorized}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_local_network_addr}": "SIP Local Network Address",
                      "${sip_network_port}": "Remote Network Port",
                      "${sip_network_ip}": "Remote Network IP",
                      "${sip_looped_call}": "Looped Call",
                      "${sip_authorized}": "Authorized",
                      "${sip_cid_type}": "Caller ID Type",
                      "${sip_trunk}": "Trunk Name"
                    },
                    "label": "Name",
                    "field": "condition/8/call/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "type": "dropdown"
                  }
                • condition/8/call/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/call/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/custom_from/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/8/custom_from/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/8/custom_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/custom_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/custom_header/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/8/custom_header/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/8/custom_header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/custom_header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/custom_referred_by/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/8/custom_referred_by/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/8/custom_referred_by/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/custom_referred_by/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/custom_to/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/8/custom_to/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/8/custom_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/custom_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/domain/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "sip_from_host",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_host": "SIP To:Host",
                      "sip_from_host": "SIP From:Host"
                    },
                    "label": "Direction",
                    "field": "condition/8/domain/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                    "type": "dropdown"
                  }
                • condition/8/domain/value
                  {
                    "style": "width:210px;",
                    "composite_parent": "condition/8/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Domain",
                    "field": "condition/8/domain/value",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:65px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/8/from_trunk/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Trunk",
                    "field": "condition/8/from_trunk/name",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/8/header/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "${alert_info}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_contact_host}": "Contact: Host",
                      "${sip_call_info}": "Call-Info",
                      "${sip_to_tag}": "To: tag",
                      "${sip_history_info}": "History-Info",
                      "${sip_cseq}": "CSeq",
                      "${sip_referred_by_host}": "Referred-By: Host",
                      "${sip_from_params}": "From: Parameters",
                      "${sip_req_host}": "R-URI Host",
                      "${sip_req_uri}": "R-URI",
                      "${sip_user_agent}": "User-Agent",
                      "${max_forwards}": "Max-Forwards",
                      "${sip_full_via}": "Via",
                      "${sip_full_to}": "To",
                      "${sip_referred_by_user}": "Referred-By: User",
                      "${sip_subject}": "Subject",
                      "${sip_to_params}": "To: Parameters",
                      "${sip_from_port}": "From: Host Network Port",
                      "${sip_contact_port}": "Contact: Host Network Port",
                      "${sip_call_id}": "Call-ID",
                      "${sip_to_port}": "To: Host Network Port",
                      "${sip_referred_by_uri}": "Referred-By: URI",
                      "${sip_referred_by_params}": "Referred-By: Parameters",
                      "${sip_via_protocol}": "Via Protocol",
                      "${sip_from_tag}": "From: tag",
                      "${sip_full_from}": "From",
                      "${sip_req_params}": "R-URI Parameters",
                      "${sip_via_rport}": "Via Remote Port",
                      "${sip_via_host}": "Via Host",
                      "${alert_info}": "Alert-Info",
                      "${sip_contact_params}": "Contact: Parameters",
                      "${sip_from_host}": "From: Host",
                      "${sip_via_port}": "Via Port",
                      "${sip_from_uri}": "From: URI",
                      "${sip_req_user}": "R-URI User",
                      "${sip_req_port}": "R-URI Host Network Port",
                      "${sip_from_user}": "From: User",
                      "${sip_contact_uri}": "Contact: URI",
                      "${sip_to_uri}": "To: URI",
                      "${sip_to_host}": "To: Host",
                      "${sip_referred_by_port}": "Referred-By: Host Network Port",
                      "${sip_to_user}": "To: User",
                      "${sip_full_route}": "Route",
                      "${sip_contact_user}": "Contact: User",
                      "${sip_from_display}": "From: Display"
                    },
                    "label": "Name",
                    "field": "condition/8/header/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "type": "dropdown"
                  }
                • condition/8/header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/sdp/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "${dtmf_type}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_secure_media}": "Secure Media",
                      "${media_audio_mode}": "Media Mode",
                      "${remote_media_ip}": "SDP RTP IP",
                      "${switch_r_sdp}": "Remote SDP",
                      "${dtmf_type}": "DTMF type",
                      "${ep_codec_string}": "SDP Codec",
                      "${remote_media_port}": "SDP RTP Port",
                      "${sip_has_crypto}": "SDP Crypto Suite",
                      "${sip_remote_audio_rtcp_port}": "RTCP Port"
                    },
                    "label": "Name",
                    "field": "condition/8/sdp/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "type": "dropdown"
                  }
                • condition/8/sdp/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/sdp/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/standard/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "callee_id_name",
                    "composite_style": "display: none;",
                    "value": {
                      "caller_id_name": "Caller ID Name",
                      "destination_number": "Destination Address",
                      "callee_id_number": "Callee ID Number",
                      "callee_id_name": "Callee ID Name",
                      "caller_id_number": "Caller ID Number"
                    },
                    "label": "Name",
                    "field": "condition/8/standard/name",
                    "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "type": "dropdown"
                  }
                • condition/8/standard/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/standard/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/8/type
                  {
                    "composite": [
                      "condition/8/standard/name",
                      "condition/8/standard/value",
                      "condition/8/header/name",
                      "condition/8/header/value",
                      "condition/8/call/name",
                      "condition/8/call/value",
                      "condition/8/sdp/name",
                      "condition/8/sdp/value",
                      "condition/8/custom_header/name",
                      "condition/8/custom_header/value",
                      "condition/8/custom_from/name",
                      "condition/8/custom_from/value",
                      "condition/8/custom_to/name",
                      "condition/8/custom_to/value",
                      "condition/8/custom_referred_by/name",
                      "condition/8/custom_referred_by/value",
                      "condition/8/variable/name",
                      "condition/8/variable/value",
                      "condition/8/domain/name",
                      "condition/8/domain/value",
                      "condition/8/DID_dest_num/name",
                      "condition/8/DID_dest_num/value",
                      "condition/8/DID_from/name",
                      "condition/8/DID_from/value",
                      "condition/8/DID_to/name",
                      "condition/8/DID_to/value",
                      "condition/8/user/name",
                      "condition/8/user/value",
                      "condition/8/auth/name",
                      "condition/8/auth/value",
                      "condition/8/from_trunk/name",
                      "condition/8/from_trunk/value"
                    ],
                    "style": "width:157px;",
                    "group": "condition/8/type",
                    "default": "__none__",
                    "value": {
                      "custom_to": "SIP To: Parameter",
                      "domain": "Known Domain",
                      "DID_dest_num": "Known Destination Number",
                      "sdp": "SDP Information",
                      "custom_from": "SIP From: Parameter",
                      "custom_referred_by": "SIP Referred-By:Parameter",
                      "from_trunk": "From SIP Trunk",
                      "custom_header": "SIP Custom Header",
                      "standard": "Standard Information",
                      "header": "SIP Header Information",
                      "DID_from": "Known From Number",
                      "DID_to": "Known To Number",
                      "call": "SIP Call Information",
                      "__none__": "( Please Select One )",
                      "variable": "Variable",
                      "auth": "Authorized User",
                      "user": "Known User"
                    },
                    "label": "Condition",
                    "field": "condition/8/type",
                    "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "type": "dropdown",
                    "class": "condition-row"
                  }
                • condition/8/user/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/8/type",
                    "default": "sip_from_user",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_user": "SIP To:User",
                      "sip_from_user": "SIP From:User"
                    },
                    "label": "Direction",
                    "field": "condition/8/user/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                    "type": "dropdown"
                  }
                • condition/8/variable/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/8/variable/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/8/variable/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/8/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/8/variable/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/DID_dest_num/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/DID_dest_num/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/DID_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/DID_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/DID_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/DID_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/call/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "${sip_authorized}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_local_network_addr}": "SIP Local Network Address",
                      "${sip_network_port}": "Remote Network Port",
                      "${sip_network_ip}": "Remote Network IP",
                      "${sip_looped_call}": "Looped Call",
                      "${sip_authorized}": "Authorized",
                      "${sip_cid_type}": "Caller ID Type",
                      "${sip_trunk}": "Trunk Name"
                    },
                    "label": "Name",
                    "field": "condition/9/call/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${sip_authorized},${sip_cid_type},${sip_looped_call},${sip_network_ip},${sip_network_port},${sip_local_network_addr},${sip_trunk}]",
                    "type": "dropdown"
                  }
                • condition/9/call/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/call/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/custom_from/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/9/custom_from/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/9/custom_from/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/custom_from/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/custom_header/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/9/custom_header/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/9/custom_header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/custom_header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/custom_referred_by/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/9/custom_referred_by/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/9/custom_referred_by/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/custom_referred_by/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/custom_to/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/9/custom_to/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/9/custom_to/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/custom_to/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/domain/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "sip_from_host",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_host": "SIP To:Host",
                      "sip_from_host": "SIP From:Host"
                    },
                    "label": "Direction",
                    "field": "condition/9/domain/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_host,sip_to_host]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_host,sip_to_host]",
                    "type": "dropdown"
                  }
                • condition/9/domain/value
                  {
                    "style": "width:210px;",
                    "composite_parent": "condition/9/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Domain",
                    "field": "condition/9/domain/value",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:65px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/9/from_trunk/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "__selectone__",
                    "composite_style": "display: none;",
                    "value": {
                      "__selectone__": "( Please Select One )"
                    },
                    "label": "Trunk",
                    "field": "condition/9/from_trunk/name",
                    "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[__selectone__]",
                    "type": "dropdown"
                  }
                • condition/9/header/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "${alert_info}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_contact_host}": "Contact: Host",
                      "${sip_call_info}": "Call-Info",
                      "${sip_to_tag}": "To: tag",
                      "${sip_history_info}": "History-Info",
                      "${sip_cseq}": "CSeq",
                      "${sip_referred_by_host}": "Referred-By: Host",
                      "${sip_from_params}": "From: Parameters",
                      "${sip_req_host}": "R-URI Host",
                      "${sip_req_uri}": "R-URI",
                      "${sip_user_agent}": "User-Agent",
                      "${max_forwards}": "Max-Forwards",
                      "${sip_full_via}": "Via",
                      "${sip_full_to}": "To",
                      "${sip_referred_by_user}": "Referred-By: User",
                      "${sip_subject}": "Subject",
                      "${sip_to_params}": "To: Parameters",
                      "${sip_from_port}": "From: Host Network Port",
                      "${sip_contact_port}": "Contact: Host Network Port",
                      "${sip_call_id}": "Call-ID",
                      "${sip_to_port}": "To: Host Network Port",
                      "${sip_referred_by_uri}": "Referred-By: URI",
                      "${sip_referred_by_params}": "Referred-By: Parameters",
                      "${sip_via_protocol}": "Via Protocol",
                      "${sip_from_tag}": "From: tag",
                      "${sip_full_from}": "From",
                      "${sip_req_params}": "R-URI Parameters",
                      "${sip_via_rport}": "Via Remote Port",
                      "${sip_via_host}": "Via Host",
                      "${alert_info}": "Alert-Info",
                      "${sip_contact_params}": "Contact: Parameters",
                      "${sip_from_host}": "From: Host",
                      "${sip_via_port}": "Via Port",
                      "${sip_from_uri}": "From: URI",
                      "${sip_req_user}": "R-URI User",
                      "${sip_req_port}": "R-URI Host Network Port",
                      "${sip_from_user}": "From: User",
                      "${sip_contact_uri}": "Contact: URI",
                      "${sip_to_uri}": "To: URI",
                      "${sip_to_host}": "To: Host",
                      "${sip_referred_by_port}": "Referred-By: Host Network Port",
                      "${sip_to_user}": "To: User",
                      "${sip_full_route}": "Route",
                      "${sip_contact_user}": "Contact: User",
                      "${sip_from_display}": "From: Display"
                    },
                    "label": "Name",
                    "field": "condition/9/header/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${alert_info},${sip_cseq},${sip_call_id},${sip_call_info},${sip_contact_host},${sip_contact_port},${sip_contact_params},${sip_contact_uri},${sip_contact_user},${sip_full_from},${sip_from_display},${sip_from_host},${sip_from_port},${sip_from_params},${sip_from_uri},${sip_from_user},${sip_from_tag},${sip_history_info},${max_forwards},${sip_req_uri},${sip_req_host},${sip_req_port},${sip_req_params},${sip_req_user},${sip_referred_by_host},${sip_referred_by_port},${sip_referred_by_params},${sip_referred_by_uri},${sip_referred_by_user},${sip_full_route},${sip_subject},${sip_full_to},${sip_to_host},${sip_to_port},${sip_to_params},${sip_to_uri},${sip_to_user},${sip_to_tag},${sip_user_agent},${sip_full_via},${sip_via_host},${sip_via_port},${sip_via_protocol},${sip_via_rport}]",
                    "type": "dropdown"
                  }
                • condition/9/header/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/header/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/sdp/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "${dtmf_type}",
                    "composite_style": "display: none;",
                    "value": {
                      "${sip_secure_media}": "Secure Media",
                      "${media_audio_mode}": "Media Mode",
                      "${remote_media_ip}": "SDP RTP IP",
                      "${switch_r_sdp}": "Remote SDP",
                      "${dtmf_type}": "DTMF type",
                      "${ep_codec_string}": "SDP Codec",
                      "${remote_media_port}": "SDP RTP Port",
                      "${sip_has_crypto}": "SDP Crypto Suite",
                      "${sip_remote_audio_rtcp_port}": "RTCP Port"
                    },
                    "label": "Name",
                    "field": "condition/9/sdp/name",
                    "rules": "required[,in,__selectone__]|required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[${dtmf_type},${media_audio_mode},${sip_remote_audio_rtcp_port},${switch_r_sdp},${ep_codec_string},${sip_has_crypto},${remote_media_ip},${remote_media_port},${sip_secure_media}]",
                    "type": "dropdown"
                  }
                • condition/9/sdp/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/sdp/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/standard/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "callee_id_name",
                    "composite_style": "display: none;",
                    "value": {
                      "caller_id_name": "Caller ID Name",
                      "destination_number": "Destination Address",
                      "callee_id_number": "Callee ID Number",
                      "callee_id_name": "Callee ID Name",
                      "caller_id_number": "Caller ID Number"
                    },
                    "label": "Name",
                    "field": "condition/9/standard/name",
                    "rules": "required[,in,__selectone__]|required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[callee_id_name,callee_id_number,caller_id_name,caller_id_number,destination_number]",
                    "type": "dropdown"
                  }
                • condition/9/standard/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/standard/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/9/type
                  {
                    "composite": [
                      "condition/9/standard/name",
                      "condition/9/standard/value",
                      "condition/9/header/name",
                      "condition/9/header/value",
                      "condition/9/call/name",
                      "condition/9/call/value",
                      "condition/9/sdp/name",
                      "condition/9/sdp/value",
                      "condition/9/custom_header/name",
                      "condition/9/custom_header/value",
                      "condition/9/custom_from/name",
                      "condition/9/custom_from/value",
                      "condition/9/custom_to/name",
                      "condition/9/custom_to/value",
                      "condition/9/custom_referred_by/name",
                      "condition/9/custom_referred_by/value",
                      "condition/9/variable/name",
                      "condition/9/variable/value",
                      "condition/9/domain/name",
                      "condition/9/domain/value",
                      "condition/9/DID_dest_num/name",
                      "condition/9/DID_dest_num/value",
                      "condition/9/DID_from/name",
                      "condition/9/DID_from/value",
                      "condition/9/DID_to/name",
                      "condition/9/DID_to/value",
                      "condition/9/user/name",
                      "condition/9/user/value",
                      "condition/9/auth/name",
                      "condition/9/auth/value",
                      "condition/9/from_trunk/name",
                      "condition/9/from_trunk/value"
                    ],
                    "style": "width:157px;",
                    "group": "condition/9/type",
                    "default": "__none__",
                    "value": {
                      "custom_to": "SIP To: Parameter",
                      "domain": "Known Domain",
                      "DID_dest_num": "Known Destination Number",
                      "sdp": "SDP Information",
                      "custom_from": "SIP From: Parameter",
                      "custom_referred_by": "SIP Referred-By:Parameter",
                      "from_trunk": "From SIP Trunk",
                      "custom_header": "SIP Custom Header",
                      "standard": "Standard Information",
                      "header": "SIP Header Information",
                      "DID_from": "Known From Number",
                      "DID_to": "Known To Number",
                      "call": "SIP Call Information",
                      "__none__": "( Please Select One )",
                      "variable": "Variable",
                      "auth": "Authorized User",
                      "user": "Known User"
                    },
                    "label": "Condition",
                    "field": "condition/9/type",
                    "rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "ha_rules": "required|in_list[__none__,standard,header,call,sdp,custom_header,custom_from,custom_to,custom_referred_by,variable,domain,DID_dest_num,DID_from,DID_to,user,auth,from_trunk]",
                    "type": "dropdown",
                    "class": "condition-row"
                  }
                • condition/9/user/name
                  {
                    "style": "width:190px;",
                    "composite_parent": "condition/9/type",
                    "default": "sip_from_user",
                    "composite_style": "display: none;",
                    "value": {
                      "sip_to_user": "SIP To:User",
                      "sip_from_user": "SIP From:User"
                    },
                    "label": "Direction",
                    "field": "condition/9/user/name",
                    "rules": "required[,in,__selectone__]|required|in_list[sip_from_user,sip_to_user]",
                    "label_style": "width:60px;",
                    "ha_rules": "required|in_list[sip_from_user,sip_to_user]",
                    "type": "dropdown"
                  }
                • condition/9/variable/name
                  {
                    "style": "width:186px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Name",
                    "field": "condition/9/variable/name",
                    "rules": "required",
                    "label_style": "width:60px;",
                    "type": "text",
                    "size": 30
                  }
                • condition/9/variable/value
                  {
                    "style": "width:206px;",
                    "composite_parent": "condition/9/type",
                    "default": "",
                    "composite_style": "display: none;",
                    "label": "Expression",
                    "field": "condition/9/variable/value",
                    "rules": "required",
                    "label_style": "width:65px;",
                    "type": "text",
                    "size": 40
                  }
                • condition/break
                  • ha_rules
                    "required|in_list[on-true,on-false,always,never]"
                • condition/matching
                  • ha_rules
                    "required|in_list[all,any,xor,always]"
                • logging/level
                  • ha_rules
                    "required|in_list[debug,info]"
                • logging/syslog
                  • ha_rules
                    "required|in_list[true,false]"
        • rtcpmon_stats
          {
            "object": {
              "stats": {
                "description": "RTCP Statistics",
                "methods": {
                  "download": {
                    "request": "POST",
                    "name": "Download",
                    "description": "Download csv file with statistics"
                  },
                  "list": {
                    "request": "GET",
                    "name": "List",
                    "description": [
                      "List stats."
                    ]
                  },
                  "retrieve": {
                    "request": "POST",
                    "name": "Retrieve",
                    "description": "Retrieve statistics about RTCP monitoring"
                  }
                }
              }
            },
            "name": "rtcpmon_stats",
            "description": ""
          }
        • sip
          • description
            • 1
              ""
          • object
            • profile
              • autoname
                true
              • class
                • NDLB-force-rport
                  • ha_rules
                    "required|in_list[false,disabled,true,safe,client-only,server-only]"
                • TLS/certificate
                  • ha_rules
                    "required|in_list[__none__]"
                • TLS/enable-secure-media
                  • ha_rules
                    "required|in_list[true,false]"
                • TLS/tls-verify-date
                  • ha_rules
                    "required|in_list[true,false]"
                • TLS/tls-verify-policy
                  • ha_rules
                    "required|in_list[in,out,all,none]"
                • TLS/tls-version
                  • default
                    "tlsv1"
                    "tlsv1.2"
                  • ha_rules
                    "required|in_list[sslv23,tlsv1,tlsv1.2,default]"
                  • rules
                    "required|in_list[sslv23,tlsv1]"
                    "required|in_list[sslv23,tlsv1,tlsv1.2,default]"
                  • value
                    • default
                      "TLS Version 1, 1.1 & 1.2"
                    • tlsv1.2
                      "TLS Version 1.2"
                • accept-blind-auth
                  • ha_rules
                    "required|in_list[true,false]"
                • aggressive-nat-detection
                  • ha_rules
                    "required|in_list[true,false]"
                • allow-asymmetric-dynamic-payload-type
                  • ha_rules
                    "required|in_list[true,false]"
                • allow-malformed-headers
                  • ha_rules
                    "required|in_list[true,false]"
                • allow-private-wire-info
                  {
                    "help": "Enable or Disable allowing private wire info messages.",
                    "default": "true",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Allow Privite Wire Info",
                    "field": "allow-private-wire-info",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • always-add-mode-to-sdp
                  • ha_rules
                    "required|in_list[true,false]"
                • apply-inbound-acl
                  {
                    "default": [],
                    "value": [],
                    "label": "ACL for Inbound Calls",
                    "field": "apply-inbound-acl",
                    "rules": "is_array|in_list[]",
                    "ha_rules": "is_array|in_list[]",
                    "type": "listbox"
                  }
                • apply-nat-acl
                  • ha_rules
                    "required|in_list[__empty__,nat.rfc1918]"
                • apply-register-acl
                  {
                    "default": [],
                    "value": [],
                    "label": "ACL for Registration",
                    "field": "apply-register-acl",
                    "rules": "is_array|in_list[]",
                    "ha_rules": "is_array|in_list[]",
                    "type": "listbox"
                  }
                • auth-all-packets
                  • ha_rules
                    "required|in_list[true,false]"
                • auth-calls
                  • ha_rules
                    "required|in_list[true,false]"
                • auth-calls-by-network-address
                  • ha_rules
                    "required|in_list[true,port-restricted,false]"
                • call-routing
                  • ha_rules
                    "required|in_list[__selectone__]"
                • disable-rtp-auto-adjust
                  • ha_rules
                    "required|in_list[true,false]"
                • display-name
                  {
                    "category": "General",
                    "default": "",
                    "label": "Display Name",
                    "field": "display-name",
                    "rules": "alpha_dash",
                    "category_setting": "expanded",
                    "type": "string",
                    "size": 50
                  }
                • egress
                  • ha_rules
                    "required|in_list[__none__]"
                • enable-100rel
                  • ha_rules
                    "required|in_list[true,false]"
                • enable-3pcc
                  • ha_rules
                    "required|in_list[false,proxy]"
                • enable-3pcc-relay-alerting
                  • ha_rules
                    "required|in_list[true,false]"
                • enable-load-limit
                  • ha_rules
                    "required|in_list[true,false]"
                • enable-request-dns-caching
                  • ha_rules
                    "required|in_list[true,false]"
                • enable-timer
                  • ha_rules
                    "required|in_list[true,false]"
                • ext-rtp-ip
                  • help
                    • 2
                      "<br>The string 'auto-nat'"
                    • 3
                      "Gateway will use uPNP or NAT-PMP to discover the public IP address it should use"
                    • 4
                      "<br>A string starting with 'stun:' followed by a host name or IP, such as: 'stun:my-stun-server.com' "
                    • 5
                      "Gateway will use the specified STUN server to discover the public IP address"
                    • 6
                      "<br>A string starting with 'host:' followed by a host name, such as 'host:my-small-office.com'"
                    • 7
                      "Gateway will resolve the given host name to find out the IP address to use (useful for dynamic DNS)"
                  • rules
                    "valid_ip"
                    "valid_ext_sip_ip"
                • ext-sip-ip
                  • help
                    • 2
                      "<br>The string 'auto-nat'"
                    • 3
                      "Gateway will use uPNP or NAT-PMP to discover the public IP address it should use"
                    • 4
                      "<br>A string starting with 'stun:' followed by a host name or IP, such as: 'stun:my-stun-server.com' "
                    • 5
                      "Gateway will use the specified STUN server to discover the public IP address"
                    • 6
                      "<br>A string starting with 'host:' followed by a host name, such as 'host:my-small-office.com'"
                    • 7
                      "Gateway will resolve the given host name to find out the IP address to use (useful for dynamic DNS)"
                  • rules
                    "valid_ip"
                    "valid_ext_sip_ip"
                • full-id-in-dialplan
                  • ha_rules
                    "required|in_list[true,false]"
                • ignore-183nosdp
                  • ha_rules
                    "required|in_list[true,false]"
                • inbound-bypass-media
                  • ha_rules
                    "required|in_list[true,false]"
                • inbound-media-profile
                  • ha_rules
                    "required|in_list[__selectone__]"
                • ingress
                  • ha_rules
                    "required|in_list[__none__]"
                • lync-interop
                  • ha_rules
                    "required|in_list[true,false]"
                • manual-redirect
                  • ha_rules
                    "required|in_list[true,false]"
                • max-sessions
                  • label
                    "Max Concurrent Sessions"
                    "Max Concurrent SIP Sessions"
                • nat-options-ping
                  • ha_rules
                    "required|in_list[true,false]"
                • notify-refer-on-final-rsp
                  • ha_rules
                    "required|in_list[true,false]"
                • outbound-media-profile
                  • ha_rules
                    "required|in_list[__selectone__]"
                • pass-callee-id
                  {
                    "help": [
                      "Enable Pass callee ID",
                      "",
                      "Disable by setting it to false if you encounter something that your gateway for some reason",
                      " hates X-headers that it is supposed to ignore.",
                      "When this option is disabled, X-FS-Support header is removed from INVITE and sip messages ",
                      "X-FS-Support header for sip messages."
                    ],
                    "default": "true",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "To pass Callee ID",
                    "field": "pass-callee-id",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • remove-contact-from-route
                  {
                    "help": [
                      "By default sip call with Record-Route headers is received, any outgoing new transaction from the SBC will include the ",
                      "received contact header value as last Route which can break interoperability with some proxies. Setting thsi option will ",
                      "prevent the SBC from doing that."
                    ],
                    "default": "false",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Do not Append Contact to UAS Route",
                    "field": "remove-contact-from-route",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • rtp-auto-local-port-renew-on-reinvite
                  • ha_rules
                    "required|in_list[true,false]"
                • rtp-ip
                  • ha_rules
                    "required|in_list[__none__]"
                • rtp-timeout-sec
                  • default
                    0
                    60
                • send-display-update
                  {
                    "help": [
                      "Send Display Update",
                      "",
                      "When this option is disabled, Display Caller/Callee ID Updates will not be handled"
                    ],
                    "default": "true",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Send Display Update",
                    "field": "send-display-update",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • sip-capture
                  {
                    "help": "Enable or Disable SIP meessage capture on HEP server. HEP server MUST be configured to be able to enable this feature",
                    "default": "false",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "SIP Capture",
                    "field": "sip-capture",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • sip-ip
                  • ha_rules
                    "required|in_list[]"
                • sip-trace
                  • ha_rules
                    "required|in_list[true,false]"
                • siprelay
                  • ha_rules
                    "required|in_list[true,false]"
                • siprelay-allow-methods
                  • ha_rules
                    "is_array|in_list[MESSAGE,NOTIFY,OPTIONS,TR87]"
                  • rules
                    "is_array|in_list[MESSAGE,NOTIFY,TR87]"
                    "is_array|in_list[MESSAGE,NOTIFY,OPTIONS,TR87]"
                  • value
                    • OPTIONS
                      "OPTIONS"
                • siprelay-context
                  • ha_rules
                    "required|in_list[auto_create_new_smr_plan]"
                • srtp/crypto-optional-lifetime
                  • ha_rules
                    "required|in_list[__disable__,2^48,2^31,2^16]"
                • srtp/crypto-optional-mki-length-string
                  • ha_rules
                    "required|in_list[__disable__,1:1]"
                • srtp/force-outbound-secure-rtp
                  {
                    "help": "Force outbound leg INVITE to include secure rtp offer always. <br> Software mode does not by default add SRTP on outbound INVITE always",
                    "default": "false",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Force outbound Secure RTP",
                    "field": "srtp/force-outbound-secure-rtp",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • srtp/require-secure-rtp
                  • ha_rules
                    "required|in_list[true,false]"
                • srtp/support-sdp-secure-avp
                  • ha_rules
                    "required|in_list[true,false]"
                  • onchange
                    "if (!this.selectedIndex) warnOnInput(event,'Please read help tip before enabling this setting, Enable if only required');"
                • strict-sdp-parsing
                  • ha_rules
                    "required|in_list[true,false]"
                • strict-security
                  {
                    "help": [
                      "Enable or Disable strict security on the sip profile.",
                      " When strict security is enabled on a sip profile, all ",
                      "traffic from non whitelisted and/or registered ip addresses,",
                      " on that sip profile, will be blocked.",
                      "This means that with this feature enabled you need to",
                      " assign ACLs or register endpoints in order to be able",
                      "to make calls through the profile."
                    ],
                    "default": "false",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Strict Security",
                    "field": "strict-security",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • talk-hold-events-allowed
                  • ha_rules
                    "required|in_list[true,false]"
                • transport
                  • ha_rules
                    "required|in_list[udp,tcp,tls,udptcp,udptcptls]"
                • user-agent-string
                  • category
                    "General"
                  • category_setting
                    "expanded"
              • methods
                • registration
                  {
                    "request": "GET",
                    "name": "Retrieve Registrations",
                    "description": "Retrieve Registrations"
                  }
              • object
                • limit
                  • class
                    • method
                      • ha_rules
                        "required|in_list[ANY,INVITE,REGISTER,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,PUBLISH,INFO,REFER,MESSAGE,UPDATE,MALFORMED]"
            • trunk
              • autoname
                true
        • siprec
          • object
            • profile
              • class
                • gateways
                  • ha_rules
                    "is_array|in_list[]"
                • originator_direction
                  • ha_rules
                    "required|in_list[RX,TX,RXTX_SEPARATE,RXTX_MIXED]"
                • peer_direction
                  • ha_rules
                    "required|in_list[NONE,RX,TX,RXTX_SEPARATE,RXTX_MIXED]"
                • record_on_hold
                  • ha_rules
                    "required|in_list[true,false]"
                • type
                  • ha_rules
                    "required|in_list[failover,high-availability]"
        • sipsecmon
          • description
            • 1
              ""
          • methods
            {
              "reload_rules": {
                "description": "Reload Rules",
                "confirm": true,
                "request": "POST",
                "reload": true,
                "icon": "repeat",
                "name": "Reload Rules"
              }
            }
          • object
            • configuration
              • class
                • global/NSC_SIPSECMON_ENABLE
                  • ha_rules
                    "required|in_list[true,false]"
                • logging/level
                  • ha_rules
                    "required|in_list[debug,info]"
                • logging/syslog
                  • ha_rules
                    "required|in_list[true,false]"
                • switch/enable-heartbeat
                  {
                    "default": "true",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Enable Heartbeat",
                    "field": "switch/enable-heartbeat",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
                • switch/enable-preregister-event
                  {
                    "default": "false",
                    "value": {
                      "false": "Disable",
                      "true": "Enable"
                    },
                    "label": "Enable Preregister Event",
                    "field": "switch/enable-preregister-event",
                    "rules": "required|in_list[true,false]",
                    "ha_rules": "required|in_list[true,false]",
                    "type": "dropdown"
                  }
            • rules
              • class
                • action_expr
                  • ha_rules
                    "required|in_list[false,block_ip]"
                • failed_attempts
                  • rules
                    "required|integer|greater_or_equal[0]"
                    "integer|greater_or_equal[0]"
                • profile_filter
                  • default
                    "__empty__"
                    "__none__"
                  • ha_rules
                    "required|in_list[__none__]"
                  • help
                    "Whether to filter registration attempts based on SIP profile."
                    "Whether to filter attempts based on SIP profile."
                  • rules
                    "required|in_list[__empty__]"
                    "required|in_list[__none__]"
                  • value
                    • __empty__
                      "none"
                    • __none__
                      "( None )"
                • request_name
                  {
                    "group": "all_fields_group",
                    "help": "Select SIP Request Method.",
                    "default": "REGISTER",
                    "value": {
                      "REGISTER": "REGISTER",
                      "OPTIONS": "OPTIONS",
                      "INVITE": "INVITE"
                    },
                    "label": "SIP Request Method",
                    "field": "request_name",
                    "rules": "required|in_list[REGISTER,OPTIONS,INVITE]",
                    "ha_rules": "required|in_list[REGISTER,OPTIONS,INVITE]",
                    "type": "dropdown"
                  }
                • sip_response_code_filter_expr
                  {
                    "help": [
                      "Apply rule to failed INVITE with the response code specified.",
                      "",
                      "Syntax:",
                      "",
                      "1) Empty string is not accepted.",
                      "2) Comma-separated list of codes to match, ie \"403,424,436\"."
                    ],
                    "default": "403",
                    "label": "SIP Response Code Filter",
                    "field": "sip_response_code_filter_expr",
                    "rules": "validate_sip_response_code_filter",
                    "type": "string",
                    "size": 80
                  }
                • src_ip_filter_expr
                  • help
                    • 0
                      "\n\t\t\t\tWhether to filter registration attempts based on source IP."
                    • 0
                      "\n\t\t\t\tSource IP filter - Requests with source IP in this list will be\n                accounted. If empty, all source IPs will be acounted"
                    • 4
                      "1) Empty = No source IP/Network filtering will be performed."
                    • 4
                      "1) Empty = All src IPs will be accounted"
                • src_ip_whitelist_filter_expr
                  {
                    "help": [
                      "\n\t\t\t\tWhite list source IP filter - Requests with source IP in this\n                list will be excepted from SIP Firewall Rules&ect">
                • rules
                  "required|integer|greater_than[0]"
                  "integer|greater_than[0]"
      • smr
        • object
          • advanced
            • class
              • description
                {
                  "default": "",
                  "field": "description",
                  "size": 100,
                  "type": "text",
                  "label": "Description"
                }
              • display-name
                {
                  "default": "",
                  "label": "Display Name",
                  "field": "display-name",
                  "rules": "alpha_dash",
                  "type": "string",
                  "size": 50
                }
      • sngms
        • description
          • 1
            ""
        • methods
          • detect
            • class
              {
                "interfaces": {
                  "default": [],
                  "value": [],
                  "label": "Detect Media Interfaces",
                  "field": "interfaces",
                  "rules": "required[,in,__empty__]|is_array|in_list[]",
                  "inline": "true",
                  "type": "checkbox"
                }
              }
            • display
              false
          • fwupdate
            • class
              {
                "interfaces": {
                  "default": [],
                  "value": [],
                  "label": "Detect Media Interfaces",
                  "field": "interfaces",
                  "rules": "required[,in,__empty__]|is_array|in_list[]",
                  "inline": "true",
                  "type": "checkbox"
                }
              }
              null
            • display
              false
        • object
          • configuration
            • class
              • g729_transcoding
                {
                  "help": [
                    "Enable/Disable G729 transcoding",
                    "When working in software mode, this toggle allows enabling disabling transcoding for G729 codec.",
                    "By default in software mode G729 codec is used in passthrough mode where the SBC just forwards the reveived",
                    "G729 packets without encoding/decoding them."
                  ],
                  "default": "false",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Enable G729 Transcoding",
                  "field": "g729_transcoding",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
              • jitter/mode
                • ha_rules
                  "required|in_list[static,adaptive]"
              • mode
                • ha_rules
                  "required|in_list[software,hardware-hidden]"
                • rules
                  "required|in_list[software,hardware-hidden,hardware-exposed]"
                  "required|in_list[software,hardware-hidden]"
                • value
                  • hardware-exposed
                    "Hardware Exposed"
              • vqe/acoustic_echo
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/rx_adaptive_noise_reduction
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/rx_automatic_level_control
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/tx_automatic_level_control
                • ha_rules
                  "required|in_list[1,0]"
          • device
            • class
              • split
                • ha_rules
                  "required|in_list[true,false]"
          • module
            • class
              • enable
                • ha_rules
                  "required|in_list[true,false]"
              • jitter/mode
                • ha_rules
                  "required|in_list[static,adaptive]"
              • vqe/acoustic_echo
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/rx_adaptive_noise_reduction
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/rx_automatic_level_control
                • ha_rules
                  "required|in_list[1,0]"
              • vqe/tx_automatic_level_control
                • ha_rules
                  "required|in_list[1,0]"
      • snmpd
        • description
          • 1
            ""
        • methods
          {
            "download_mibs": {
              "description": "Download MIBS",
              "button": true,
              "request": "GET",
              "name": "Download MIBS",
              "action_url": "/SAFe/sng_archive_manager_alias/download/nsc/archive/nsc-mibs.tgz",
              "icon": "download",
              "button_class": ""
            }
          }
        • object
          • configuration
            • class
              • agentx
                {
                  "group": "sysstatoption",
                  "help": "Run as AgentX master agent",
                  "default": "false",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "AgentX Master",
                  "field": "agentx",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
              • assisted
                • ha_rules
                  "required|in_list[true,false]"
              • cidr
                {
                  "composite_parent": "manageip",
                  "default": "",
                  "label": " / ",
                  "field": "cidr",
                  "rules": "required[proto,in,static-4,static-6]|integer|greater_than[0]|less_or_equal[128]",
                  "type": "string",
                  "size": 10
                }
              • community
                {
                  "category": "Additional Settings",
                  "default": "",
                  "label": "SNMP Community",
                  "field": "community",
                  "rules": "alpha_dash",
                  "category_setting": "expanded",
                  "type": "text",
                  "size": 20
                }
              • contact
                {
                  "default": "",
                  "field": "contact",
                  "size": 20,
                  "type": "text",
                  "label": "Contact"
                }
              • interface
                • ha_rules
                  "required|in_list[all]"
              • location
                {
                  "default": "",
                  "label": "Location",
                  "field": "location",
                  "rules": "alpha_dash",
                  "type": "text",
                  "size": 20
                }
              • manageip
                {
                  "composite": [
                    "cidr"
                  ],
                  "help": " IP address and network cidr.",
                  "default": "",
                  "label": "Manager IP",
                  "field": "manageip",
                  "rules": "required[proto,in,static-4,static-6]|valid_ip",
                  "type": "text",
                  "size": 40
                }
              • sysstat
                {
                  "help": "Enable/Disable system statistics reporting through SNMP",
                  "default": "false",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "System Statistics",
                  "field": "sysstat",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
              • transport
                • ha_rules
                  "required|in_list[udp,tcp]"
              • version3
                • ha_rules
                  "required|in_list[false,true]"
          • view
            • class
              • access
                • ha_rules
                  "required|in_list[ro,rw]"
              • type
                • ha_rules
                  "required|in_list[included,excluded]"
      • sshd
        • description
          • 1
            ""
        • object
          • configuration
            • class
              • interface
                • ha_rules
                  "required|in_list[all]"
      • system
        • description
          • 1
            ""
        • methods
          • reset
            • class
              • reset_options
                • ha_rules
                  "is_array|in_list[network,license]"
              • type
                • ha_rules
                  "required|in_list[factory]"
            • pre
              "You can only access the system using the current root credentials after factory reset. If you do not have the current root credentials, please cancel this dialog and change the root password before proceeding.  "
          • shutdown
            • class
              • mode
                • ha_rules
                  "required|in_list[reboot,halt]"
        • object
          • configuration
            • methods
              • update
                • class
                  • mode
                    • ha_rules
                      "required|in_list[update,replace]"
          • user
            • class
              • access
                {
                  "help": "If disabled the system will block ssh/web access for the user.",
                  "default": "true",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Allow Access",
                  "field": "access",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
              • ssh/enable
                • ha_rules
                  "required|in_list[true,false]"
              • sudoer
                {
                  "help": "If enabled it will add the user to sudoers list.",
                  "default": "true",
                  "value": {
                    "false": "Disable",
                    "true": "Enable"
                  },
                  "label": "Sudoer",
                  "field": "sudoer",
                  "rules": "required|in_list[true,false]",
                  "ha_rules": "required|in_list[true,false]",
                  "type": "dropdown"
                }
            • controller_url
              "/SAFe/sng_user_config"
      • update
        • description
          • 1
            ""
      • webconfig
        • description
          • 1
            ""
        • object
          • configuration
            • class
              • interface
                • ha_rules
                  "required|in_list[all]"
              • protocol
                • ha_rules
                  "required|in_list[http_https,http,https]"