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 3.0 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 3.0 virtually all components can be configured through the REST API.

Complete info with changes since version 2.3
  • 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
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/auditor/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "sipsecmon/service/action": {
              "composite": [
                "sipsecmon/service/level",
                "sipsecmon/service/memory",
                "sipsecmon/service/cpu"
              ],
              "category": "Service",
              "group": "sipsecmon/service/action",
              "help": [
                "Alert when the SIP security monitor service memory or CPU usage is higher than the specified value.",
                {
                  "SIP Security Monitor": [
                    "Enable/Disable SIP Security Monitor audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for SIP Security Monitor."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for SIP Security Monitor."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "SIP Security Monitor",
              "field": "sipsecmon/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/session/capacity/level": {
              "composite_parent": "nsc/session/capacity/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/session/capacity/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "webconfig/service/action": {
              "composite": [
                "webconfig/service/level",
                "webconfig/service/memory",
                "webconfig/service/cpu",
                "webconfig/service/restart"
              ],
              "category": "Service",
              "group": "webconfig/service/action",
              "help": [
                "Alert when the WEB server service memory or CPU usage is higher than the specified value.",
                {
                  "Web Server": [
                    "Enable/Disable Web Server audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for Web Server."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for Web Server."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Web Server",
              "field": "webconfig/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "sipsecmon/log/critical/level": {
              "composite_parent": "sipsecmon/log/critical/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "sipsecmon/log/critical/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mediamon/log/warning/level": {
              "composite_parent": "mediamon/log/warning/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "mediamon/log/warning/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mediamon/log/error/action": {
              "composite": [
                "mediamon/log/error/level"
              ],
              "category": "Media Firewall",
              "group": "mediamon/log/error/action",
              "help": [
                "Alert when Media Firewall 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": "mediamon/log/error/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "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"
            },
            "nsc/log/core-dump/action": {
              "composite": [
                "nsc/log/core-dump/level"
              ],
              "category": "Vega Session Controller",
              "group": "nsc/log/core-dump/action",
              "help": [
                "Alert when NSC produces a core dump.",
                {
                  "Core Dump": [
                    "Enable/Disable Core Dump audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Core Dump",
              "field": "nsc/log/core-dump/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "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"
            },
            "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"
            },
            "sipsecmon/service/level": {
              "composite_parent": "sipsecmon/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "sipsecmon/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "network/network/interface/eth0/status/level": {
              "composite_parent": "network/network/interface/eth0/status/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "network/network/interface/eth0/status/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mysqld/service/memory": {
              "composite_parent": "mysqld/service/action",
              "default": "75",
              "label": "Memory",
              "field": "mysqld/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/log/error/level": {
              "composite_parent": "rtcpmon/log/error/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "rtcpmon/log/error/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/filesystem/root/level": {
              "composite_parent": "system/filesystem/root/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/filesystem/root/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "rtcpmon/log/warning/level": {
              "composite_parent": "rtcpmon/log/warning/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "rtcpmon/log/warning/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/loadavg/5min": {
              "composite_parent": "system/loadavg/action",
              "default": "2.0",
              "label": "5min",
              "field": "system/loadavg/5min",
              "rules": "decimal|greater_than[0]",
              "type": "text",
              "size": "5"
            },
            "system/memory/level": {
              "composite_parent": "system/memory/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/memory/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/trunk/status/limit": {
              "composite_parent": "nsc/trunk/status/action",
              "default": "90",
              "label": "Limit",
              "field": "nsc/trunk/status/limit",
              "rules": "numeric|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "monitor/service/memory": {
              "composite_parent": "monitor/service/action",
              "default": "75",
              "label": "Memory",
              "field": "monitor/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "system/filesystem/var/action": {
              "composite": [
                "system/filesystem/var/level",
                "system/filesystem/var/limit"
              ],
              "category": "System",
              "group": "system/filesystem/var/action",
              "help": [
                "Alert when the /var partition usage percentages are higher than the specified value.",
                {
                  "File System Usage % (var)": [
                    "Enable/Disable File System Usage % (var) audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "File System Usage % (var)",
              "field": "system/filesystem/var/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "mysqld/service/cpu": {
              "composite_parent": "mysqld/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "mysqld/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/call/quality/level": {
              "composite_parent": "rtcpmon/call/quality/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "rtcpmon/call/quality/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "sipsecmon/log/critical/action": {
              "composite": [
                "sipsecmon/log/critical/level"
              ],
              "category": "SIP Security Monitor",
              "group": "sipsecmon/log/critical/action",
              "help": [
                "Alert when SIP security monitor 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": "sipsecmon/log/critical/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/cpu/wait": {
              "composite_parent": "system/cpu/action",
              "default": "75",
              "label": "Wait",
              "field": "system/cpu/wait",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "mediamon/log/warning/action": {
              "composite": [
                "mediamon/log/warning/level"
              ],
              "category": "Media Firewall",
              "group": "mediamon/log/warning/action",
              "help": [
                "Alert when Media Firewall 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": "mediamon/log/warning/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/cpu/system": {
              "composite_parent": "system/cpu/action",
              "default": "75",
              "label": "System",
              "field": "system/cpu/system",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "system/loadavg/level": {
              "composite_parent": "system/loadavg/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/loadavg/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/log/critical/action": {
              "composite": [
                "nsc/log/critical/level"
              ],
              "category": "Vega Session Controller",
              "group": "nsc/log/critical/action",
              "help": [
                "Alert when NSC 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": "nsc/log/critical/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/cpu/action": {
              "composite": [
                "system/cpu/level",
                "system/cpu/user",
                "system/cpu/system",
                "system/cpu/wait"
              ],
              "category": "System",
              "group": "system/cpu/action",
              "help": [
                "Alert when the percentages of CPU usage are higher than the specified values for User,System and Wait.",
                {
                  "CPU Usage %": [
                    "Enable/Disable CPU Usage % audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "User": [
                    "CPU Usage threshold for user."
                  ]
                },
                {
                  "System": [
                    "CPU Usage threshold for system."
                  ]
                },
                {
                  "Wait": [
                    "CPU Usage threshold for wait."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "CPU Usage %",
              "field": "system/cpu/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/log/critical/level": {
              "composite_parent": "nsc/log/critical/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/log/critical/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/loadavg/action": {
              "composite": [
                "system/loadavg/level",
                "system/loadavg/1min",
                "system/loadavg/5min",
                "system/loadavg/15min"
              ],
              "category": "System",
              "group": "system/loadavg/action",
              "help": [
                "Alert when system load averages are higher than the specified values for the past 1, 5, and 15 minutes.",
                " Your system have 2 cpu.",
                {
                  "Load Average": [
                    "Enable/Disable Load Average audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "1min": [
                    "System load average threshold for 1min."
                  ]
                },
                {
                  "5min": [
                    "System load average threshold for 5min."
                  ]
                },
                {
                  "15min": [
                    "System load average threshold for  15min."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Load Average",
              "field": "system/loadavg/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"
            },
            "nsc/trunk/status/action": {
              "composite": [
                "nsc/trunk/status/level",
                "nsc/trunk/status/limit"
              ],
              "group": "nsc/trunk/status/action",
              "help": [
                "Alert when NSC trunk availability percentage is lower than the specified value.",
                {
                  "Trunk Availability %": [
                    "Enable/Disable Trunk Availability % audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Trunk Availability %",
              "field": "nsc/trunk/status/action",
              "rules": "required|in_list[false,alert]",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "rtcpmon/service/level": {
              "composite_parent": "rtcpmon/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "rtcpmon/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/filesystem/root/action": {
              "composite": [
                "system/filesystem/root/level",
                "system/filesystem/root/limit"
              ],
              "category": "System",
              "group": "system/filesystem/root/action",
              "help": [
                "Alert when the /root partition usage percentages are higher than the specified value.",
                {
                  "File System Usage % (root)": [
                    "Enable/Disable File System Usage % (root) audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "File System Usage % (root)",
              "field": "system/filesystem/root/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/session/capacity/limit": {
              "composite_parent": "nsc/session/capacity/action",
              "default": "90",
              "label": "Limit",
              "field": "nsc/session/capacity/limit",
              "rules": "numeric|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/log/critical/action": {
              "composite": [
                "rtcpmon/log/critical/level"
              ],
              "category": "RTCP Monitor",
              "group": "rtcpmon/log/critical/action",
              "help": [
                "Alert when RTCP monitor 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": "rtcpmon/log/critical/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/filesystem/var/level": {
              "composite_parent": "system/filesystem/var/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/filesystem/var/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "rtcpmon/log/error/action": {
              "composite": [
                "rtcpmon/log/error/level"
              ],
              "category": "RTCP Monitor",
              "group": "rtcpmon/log/error/action",
              "help": [
                "Alert when RTCP monitor 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": "rtcpmon/log/error/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "mediamon/service/memory": {
              "composite_parent": "mediamon/service/action",
              "default": "75",
              "label": "Memory",
              "field": "mediamon/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "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"
            },
            "monitor/service/level": {
              "composite_parent": "monitor/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "monitor/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "rtcpmon/service/memory": {
              "composite_parent": "rtcpmon/service/action",
              "default": "75",
              "label": "Memory",
              "field": "rtcpmon/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "mysqld/service/action": {
              "composite": [
                "mysqld/service/level",
                "mysqld/service/memory",
                "mysqld/service/cpu",
                "mysqld/service/restart"
              ],
              "category": "Service",
              "group": "mysqld/service/action",
              "help": [
                "Alert when the SQL Server service memory or CPU usage is higher than the specified value.",
                {
                  "SQL Server": [
                    "Enable/Disable SQL Server audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for SQL Server."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for SQL Server."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "SQL Server",
              "field": "mysqld/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "sipsecmon/service/memory": {
              "composite_parent": "sipsecmon/service/action",
              "default": "75",
              "label": "Memory",
              "field": "sipsecmon/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/call/quality/action": {
              "composite": [
                "rtcpmon/call/quality/level",
                "rtcpmon/call/quality/jitter",
                "rtcpmon/call/quality/loss",
                "rtcpmon/call/quality/rtt"
              ],
              "group": "rtcpmon/call/quality/action",
              "help": [
                "Alert when the jitter, packet loss or RTT values are higher than the specified values.",
                {
                  "Call Quality": [
                    "Enable/Disable Call Quality audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Call Quality",
              "field": "rtcpmon/call/quality/action",
              "rules": "required|in_list[false,alert]",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "mediamon/service/level": {
              "composite_parent": "mediamon/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "mediamon/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "rtcpmon/call/quality/loss": {
              "composite_parent": "rtcpmon/call/quality/action",
              "default": "0.5",
              "label": "Packet Loss",
              "field": "rtcpmon/call/quality/loss",
              "rules": "numeric|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "sipsecmon/service/cpu": {
              "composite_parent": "sipsecmon/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "sipsecmon/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "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"
            },
            "monitor/service/cpu": {
              "composite_parent": "monitor/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "monitor/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/service/cpu": {
              "composite_parent": "rtcpmon/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "rtcpmon/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "nsc/log/core-dump/level": {
              "composite_parent": "nsc/log/core-dump/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/log/core-dump/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/dsp/capacity/action": {
              "composite": [
                "nsc/dsp/capacity/level",
                "nsc/dsp/capacity/limit"
              ],
              "group": "nsc/dsp/capacity/action",
              "help": [
                "Alert when NSC DSP availability percentage is lower than the specified value.",
                {
                  "DSP Availability %": [
                    "Enable/Disable DSP Availability % audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "DSP Availability %",
              "field": "nsc/dsp/capacity/action",
              "rules": "required|in_list[false,alert]",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/service/action": {
              "composite": [
                "nsc/service/level",
                "nsc/service/memory",
                "nsc/service/cpu"
              ],
              "category": "Service",
              "group": "nsc/service/action",
              "help": [
                "Alert when the NSC service memory or CPU usage is higher than the specified value.",
                {
                  "Vega Session Controller": [
                    "Enable/Disable Vega Session Controller audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for Vega Session Controller."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for Vega Session Controller."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Vega Session Controller",
              "field": "nsc/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/loadavg/1min": {
              "composite_parent": "system/loadavg/action",
              "default": "3.0",
              "label": "1min",
              "field": "system/loadavg/1min",
              "rules": "decimal|greater_than[0]",
              "type": "text",
              "size": "5"
            },
            "webconfig/service/level": {
              "composite_parent": "webconfig/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "webconfig/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "webconfig/service/cpu": {
              "composite_parent": "webconfig/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "webconfig/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "nsc/log/error/action": {
              "composite": [
                "nsc/log/error/level"
              ],
              "category": "Vega Session Controller",
              "group": "nsc/log/error/action",
              "help": [
                "Alert when NSC 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": "nsc/log/error/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"
            },
            "system/cpu/level": {
              "composite_parent": "system/cpu/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/cpu/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mediamon/log/error/level": {
              "composite_parent": "mediamon/log/error/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "mediamon/log/error/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "webconfig/service/memory": {
              "composite_parent": "webconfig/service/action",
              "default": "75",
              "label": "Memory",
              "field": "webconfig/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/log/warning/action": {
              "composite": [
                "rtcpmon/log/warning/level"
              ],
              "category": "RTCP Monitor",
              "group": "rtcpmon/log/warning/action",
              "help": [
                "Alert when RTCP monitor 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": "rtcpmon/log/warning/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/log/error/level": {
              "composite_parent": "nsc/log/error/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/log/error/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/raid/level": {
              "composite_parent": "system/raid/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "system/raid/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mediamon/service/action": {
              "composite": [
                "mediamon/service/level",
                "mediamon/service/memory",
                "mediamon/service/cpu"
              ],
              "category": "Service",
              "group": "mediamon/service/action",
              "help": [
                "Alert when the media firewall service memory or CPU usage is higher than the specified value.",
                {
                  "Media Firewall": [
                    "Enable/Disable Media Firewall audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for Media Firewall."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for Media Firewall."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Media Firewall",
              "field": "mediamon/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/raid/action": {
              "composite": [
                "system/raid/level"
              ],
              "category": "System",
              "group": "system/raid/action",
              "help": [
                "Alert when the RAID status is abnormal.",
                {
                  "RAID Status": [
                    "Enable/Disable RAID Status audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "RAID Status",
              "field": "system/raid/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "system/filesystem/root/limit": {
              "composite_parent": "system/filesystem/root/action",
              "default": "75",
              "label": "Limit",
              "field": "system/filesystem/root/limit",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "network/network/interface/eth0/status/action": {
              "composite": [
                "network/network/interface/eth0/status/level"
              ],
              "category": "System",
              "group": "network/network/interface/eth0/status/action",
              "help": [
                "Alert when a network interface eth0 is disconnected.",
                {
                  "Network Interface eth0 Status": [
                    "Enable/Disable Network Interface eth0 Status audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Network Interface eth0 Status",
              "field": "network/network/interface/eth0/status/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "sipsecmon/log/error/level": {
              "composite_parent": "sipsecmon/log/error/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "sipsecmon/log/error/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/cpu/user": {
              "composite_parent": "system/cpu/action",
              "default": "75",
              "label": "User",
              "field": "system/cpu/user",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "nsc/session/capacity/action": {
              "composite": [
                "nsc/session/capacity/level",
                "nsc/session/capacity/limit"
              ],
              "group": "nsc/session/capacity/action",
              "help": [
                "Alert when NSC call load exceeds the specified value.",
                {
                  "Call Capacity %": [
                    "Enable/Disable Call Capacity % audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Call Capacity %",
              "field": "nsc/session/capacity/action",
              "rules": "required|in_list[false,alert]",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/dsp/capacity/limit": {
              "composite_parent": "nsc/dsp/capacity/action",
              "default": "100",
              "label": "Limit",
              "field": "nsc/dsp/capacity/limit",
              "rules": "numeric|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "system/memory/limit": {
              "composite_parent": "system/memory/action",
              "default": "75",
              "label": "Limit",
              "field": "system/memory/limit",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/call/quality/jitter": {
              "composite_parent": "rtcpmon/call/quality/action",
              "default": "50",
              "label": "Jitter",
              "field": "rtcpmon/call/quality/jitter",
              "rules": "integer|greater_than[0]",
              "type": "text",
              "size": "5"
            },
            "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"
            },
            "sipsecmon/log/error/action": {
              "composite": [
                "sipsecmon/log/error/level"
              ],
              "category": "SIP Security Monitor",
              "group": "sipsecmon/log/error/action",
              "help": [
                "Alert when SIP security monitor 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": "sipsecmon/log/error/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "nsc/log/warning/level": {
              "composite_parent": "nsc/log/warning/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/log/warning/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/log/warning/action": {
              "composite": [
                "nsc/log/warning/level"
              ],
              "category": "Vega Session Controller",
              "group": "nsc/log/warning/action",
              "help": [
                "Alert when NSC 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": "nsc/log/warning/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "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"
            },
            "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"
            },
            "system/filesystem/var/limit": {
              "composite_parent": "system/filesystem/var/action",
              "default": "75",
              "label": "Limit",
              "field": "system/filesystem/var/limit",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "rtcpmon/log/critical/level": {
              "composite_parent": "rtcpmon/log/critical/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "rtcpmon/log/critical/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/service/cpu": {
              "composite_parent": "nsc/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "nsc/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "nsc/trunk/status/level": {
              "composite_parent": "nsc/trunk/status/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/trunk/status/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "nsc/service/level": {
              "composite_parent": "nsc/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "system/loadavg/15min": {
              "composite_parent": "system/loadavg/action",
              "default": "2.0",
              "label": "15min",
              "field": "system/loadavg/15min",
              "rules": "decimal|greater_than[0]",
              "type": "text",
              "size": "5"
            },
            "nsc/service/memory": {
              "composite_parent": "nsc/service/action",
              "default": "75",
              "label": "Memory",
              "field": "nsc/service/memory",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "nsc/dsp/capacity/level": {
              "composite_parent": "nsc/dsp/capacity/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "nsc/dsp/capacity/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "sipsecmon/log/warning/level": {
              "composite_parent": "sipsecmon/log/warning/action",
              "default": "error",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "sipsecmon/log/warning/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "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"
            },
            "mediamon/log/critical/level": {
              "composite_parent": "mediamon/log/critical/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "mediamon/log/critical/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            },
            "mediamon/service/cpu": {
              "composite_parent": "mediamon/service/action",
              "default": "75",
              "label": "Cpu",
              "field": "mediamon/service/cpu",
              "rules": "integer|greater_or_equal[0]|less_or_equal[100]",
              "type": "text",
              "size": "5"
            },
            "mediamon/log/critical/action": {
              "composite": [
                "mediamon/log/critical/level"
              ],
              "category": "Media Firewall",
              "group": "mediamon/log/critical/action",
              "help": [
                "Alert when Media Firewall 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": "mediamon/log/critical/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "monitor/service/action": {
              "composite": [
                "monitor/service/level",
                "monitor/service/memory",
                "monitor/service/cpu"
              ],
              "category": "Service",
              "group": "monitor/service/action",
              "help": [
                "Alert when the monitor service memory or CPU usage is higher than the specified value.",
                {
                  "Monitor": [
                    "Enable/Disable Monitor audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for Monitor."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for Monitor."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Monitor",
              "field": "monitor/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "rtcpmon/service/action": {
              "composite": [
                "rtcpmon/service/level",
                "rtcpmon/service/memory",
                "rtcpmon/service/cpu"
              ],
              "category": "Service",
              "group": "rtcpmon/service/action",
              "help": [
                "Alert when the RTCP monitor service memory or CPU usage is higher than the specified value.",
                {
                  "RTCP Monitor": [
                    "Enable/Disable RTCP Monitor audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                },
                {
                  "Memory": [
                    "Memory Usage threshold for RTCP Monitor."
                  ]
                },
                {
                  "Cpu": [
                    "CPU Usage threshold for RTCP Monitor."
                  ]
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "RTCP Monitor",
              "field": "rtcpmon/service/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "rtcpmon/call/quality/rtt": {
              "composite_parent": "rtcpmon/call/quality/action",
              "default": "50",
              "label": "RTT",
              "field": "rtcpmon/call/quality/rtt",
              "rules": "integer|greater_than[0]",
              "type": "text",
              "size": "5"
            },
            "system/memory/action": {
              "composite": [
                "system/memory/level",
                "system/memory/limit"
              ],
              "category": "System",
              "group": "system/memory/action",
              "help": [
                "Alert when the percentages of total memory are higher than the specified values.",
                {
                  "Memory Usage %": [
                    "Enable/Disable Memory Usage % audit point."
                  ]
                },
                {
                  "Severity": "Select the severity level."
                }
              ],
              "default": "alert",
              "value": {
                "false": "Disable",
                "alert": "Enable"
              },
              "label": "Memory Usage %",
              "field": "system/memory/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "type": "dropdown"
            },
            "sipsecmon/log/warning/action": {
              "composite": [
                "sipsecmon/log/warning/level"
              ],
              "category": "SIP Security Monitor",
              "group": "sipsecmon/log/warning/action",
              "help": [
                "Alert when SIP security monitor 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": "sipsecmon/log/warning/action",
              "rules": "required|in_list[false,alert]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[false,alert]",
              "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"
            },
            "mysqld/service/level": {
              "composite_parent": "mysqld/service/action",
              "default": "critical",
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "mysqld/service/level",
              "rules": "required|in_list[info,error,critical]",
              "ha_rules": "required|in_list[info,error,critical]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        }
      },
      "name": "Auditor",
      "description": [
        "The Auditor module takes care of enabling, disabling and otherwise configuring audit points to raise alarms on different system conditions such as CPU load, memory, call quality, etc.",
        ""
      ]
    }
  • cac
    {
      "object": {
        "rule": {
          "pagination": false,
          "description": "Rule",
          "has_child": true,
          "object": {
            "ipaddr": {
              "pagination": false,
              "autoname": true,
              "description": "IP Address Condition",
              "dynamic": true,
              "base_path": "/NSC/local/software/cac/rule/default/ipaddr",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List ipaddr."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a CAC IP Address Condition"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a CAC IP Address Condition"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a CAC IP Address Condition"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a CAC IP Address Condition"
                }
              },
              "global_methods": false,
              "class": {
                "max": {
                  "help": "Number of concurrent calls the resource can make.",
                  "default": "",
                  "label": "Maximum Concurrent SIP Sessions",
                  "field": "max",
                  "rules": "greater_than[-1]|less_than[65536]|is_natural",
                  "type": "string",
                  "size": 10
                },
                "sip_received_ip": {
                  "help": "IP Address to which the Call Admission Control rule will apply to. Must enter a valid IPv4 IP Address.",
                  "default": "",
                  "label": "IP Address",
                  "field": "sip_received_ip",
                  "rules": "required|valid_ip",
                  "type": "string",
                  "size": 60
                },
                "rate1": {
                  "help": "First part of the call rate. It is the number of calls a user can make over a fraction of time.",
                  "default": "",
                  "label": "Session Rate Limit",
                  "field": "rate1",
                  "rules": "greater_than[-1]|less_than[65536]|is_natural",
                  "type": "string",
                  "size": 10
                },
                "rate2": {
                  "help": "Second part of the call rate. It is the amount of time in secornds  a user can make concurrent calls.",
                  "default": "",
                  "label": "Session Rate Period",
                  "field": "rate2",
                  "rules": "greater_than[0]|less_than[65536]|is_natural_no_zero",
                  "type": "string",
                  "size": 10
                }
              },
              "name": "IP Address Condition"
            },
            "user": {
              "pagination": false,
              "autoname": true,
              "description": "User Condition",
              "dynamic": true,
              "base_path": "/NSC/local/software/cac/rule/default/user",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List user."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a CAC User Condition"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a CAC User Condition"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a CAC User Condition"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a CAC User Condition"
                }
              },
              "global_methods": false,
              "class": {
                "sip_auth_username": {
                  "help": "User which the Call Admission Control rule will apply to. Must be entered as <i>bob@sangoma.com</i>",
                  "default": "",
                  "label": "User Name",
                  "field": "sip_auth_username",
                  "rules": "required|valid_sip_account",
                  "type": "string",
                  "size": 60
                },
                "rate2": {
                  "help": "Second part of the call rate. It is the amount of time in secornds  a user can make concurrent calls.",
                  "default": "",
                  "label": "Session Rate Period",
                  "field": "rate2",
                  "rules": "greater_than[0]|less_than[65536]|is_natural_no_zero",
                  "type": "string",
                  "size": 10
                },
                "rate1": {
                  "help": "First part of the call rate. It is the number of calls a user can make over a fraction of time.",
                  "default": "",
                  "label": "Session Rate Limit",
                  "field": "rate1",
                  "rules": "greater_than[-1]|less_than[65536]|is_natural",
                  "type": "string",
                  "size": 10
                },
                "max": {
                  "help": "Number of concurrent calls the resource can make.",
                  "default": "",
                  "label": "Maximum Concurrent SIP Sessions",
                  "field": "max",
                  "rules": "greater_than[-1]|less_than[65536]|is_natural",
                  "type": "string",
                  "size": 10
                }
              },
              "name": "User Condition"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/cac/rule",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List rule."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a CAC Rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a CAC Rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a CAC Rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a CAC Rule"
            }
          },
          "global_methods": false,
          "class": {
            "description": {
              "default": "",
              "field": "description",
              "size": 60,
              "type": "text",
              "label": "Description"
            },
            "sip-profiles": {
              "default": [],
              "value": [],
              "label": "SIP profiles",
              "field": "sip-profiles",
              "rules": "is_array|in_list[]",
              "ha_rules": "is_array|in_list[]",
              "type": "checkbox"
            }
          },
          "name": "Rule"
        }
      },
      "name": "Call Admission Control",
      "description": [
        "The Call Admission Control module takes care of creating policies for call admission based on IP address or SIP URI.",
        ""
      ]
    }
  • cdr
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/cdr/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "http/retries": {
              "default": 2,
              "field": "http/retries",
              "type": "int",
              "rules": "required[global/http]|greater_than[0]",
              "label": "Number of Retries"
            },
            "http/timeout": {
              "default": 10,
              "field": "http/timeout",
              "type": "int",
              "rules": "required[global/http]|greater_than[0]",
              "label": "Transfer Timeout"
            },
            "http/url": {
              "default": "",
              "label": "HTTP URL",
              "field": "http/url",
              "rules": "required[global/http]|valid_url",
              "type": "string",
              "size": 64
            },
            "local/max_size": {
              "help": [
                "This option sets the size limit of CDR stroage in MB."
              ],
              "default": "100",
              "label": "Local Max Size",
              "field": "local/max_size",
              "rules": "required[global/local]|integer|greater_than[0]",
              "type": "int",
              "size": 5
            },
            "global/local": {
              "category": "Local Storage",
              "group": "local",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Local Storage",
              "field": "global/local",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "global/http": {
              "category": "HTTP Storage",
              "group": "http",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "HTTP Storage",
              "field": "global/http",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "local/schedule": {
              "default": "daily",
              "value": {
                "monthly": "Monthly",
                "hourly": "Hourly",
                "daily": "Daily",
                "weekly": "Weekly"
              },
              "label": "Cleanup Frequency",
              "field": "local/schedule",
              "rules": "required|in_list[hourly,daily,weekly,monthly]",
              "ha_rules": "required|in_list[hourly,daily,weekly,monthly]",
              "type": "dropdown"
            },
            "http/delay": {
              "default": 5,
              "field": "http/delay",
              "type": "int",
              "rules": "required[global/http]|greater_than[0]",
              "label": "Retry Delay"
            }
          },
          "name": "Configuration"
        },
        "cdr": {
          "description": "Call Data Records",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download cdr files."
              ],
              "request": "GET",
              "action_url": "/SAFe/fs_cdr_data/download/cdr/cdr",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List cdr."
              ]
            },
            "delete": {
              "name": "Delete",
              "confirm": true,
              "description": [
                "Delete cdr files."
              ],
              "request": "POST",
              "action_url": "/SAFe/fs_cdr_data/delete_confirm/cdr/cdr",
              "icon": "times"
            }
          }
        }
      },
      "name": "CDR",
      "description": [
        "The CDR module takes care of configuring the CDR service and allows you to retrieve CDR data as well.",
        ""
      ]
    }
  • certificate
    {
      "object": {
        "ca": {
          "popup_add_form": true,
          "pagination": false,
          "name": "CA",
          "file_def": {
            "file_type": "pem|cert|cer|crt|p7b|pkcs12|pfx|p12"
          },
          "description": "CA",
          "dynamic": true,
          "base_path": "/NSC/local/software/certificate/ca",
          "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 ca."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create CA certificate"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve CA certificate"
            },
            "update": {
              "request": "POST",
              "name": "Create",
              "description": "Update CA certificate"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete CA certificate"
            }
          }
        },
        "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"
            }
          }
        },
        "server": {
          "popup_add_form": true,
          "pagination": false,
          "autoname": true,
          "name": "Server",
          "description": "Server",
          "dynamic": false,
          "base_path": "/NSC/local/software/certificate/server",
          "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 server."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create Server certificate"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve Server certificate"
            },
            "update": {
              "request": "POST",
              "name": "Create",
              "description": "Update CA certificate"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete CA certificate"
            }
          }
        }
      },
      "name": "Certificate",
      "description": [
        "The Certificate module takes care of administering CA and Server TLS/SSL certificates.",
        ""
      ]
    }
  • cluster
    • description
      ""
    • 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"
        }
      }
    • name
      "High Availability"
    • object
      • configuration
        • base_path
          "/NSC/local/software/cluster/configuration"
        • class
          • 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"
            }
          • clustername
            {
              "category": "Advanced Cluster Options",
              "help": "Provide unique cluster name in case of multiple clusters in single network.",
              "default": "default_cluster",
              "label": "Cluster Name",
              "field": "clustername",
              "rules": "required|alpha_dash",
              "category_setting": "expanded",
              "type": "string",
              "size": 20
            }
          • 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"
            }
          • 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"
            }
          • 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"
            }
          • 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
            }
          • 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"
            }
          • 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
            }
          • 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"
            }
          • primary_bus_addr
            • category
              "Advanced Network Options"
            • category_setting
              "expanded"
            • composite
              [
                "primary_bus_port"
              ]
            • default
              "226.24.130.45"
              "226.24.100.98"
            • field
              "primary_bus_addr"
            • help
              ""
            • label
              "Primary Bus"
            • size
              "15"
            • type
              "string"
          • primary_bus_port
            {
              "composite_parent": "primary_bus_addr",
              "default": "5405",
              "label": "port",
              "field": "primary_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"
            }
          • resource_stickiness_score
            {
              "composite_parent": "resource_stickiness",
              "default": "1",
              "label": "score",
              "field": "resource_stickiness_score",
              "type": "string",
              "size": "4"
            }
          • secondary_bus_addr
            • category
              "Advanced Network Options"
            • category_setting
              "expanded"
            • composite
              [
                "secondary_bus_port"
              ]
            • default
              "226.26.130.45"
              "226.26.100.98"
            • field
              "secondary_bus_addr"
            • help
              ""
            • label
              "Secondary Bus"
            • size
              "15"
            • type
              "string"
          • secondary_bus_port
            {
              "composite_parent": "secondary_bus_addr",
              "default": "5405",
              "label": "port",
              "field": "secondary_bus_port",
              "type": "string",
              "size": "5"
            }
        • configurable
          true
        • controller_url
          "/SAFe/sng_cluster_config"
        • description
          "Configuration"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          }
        • name
          "Configuration"
        • pagination
          false
        • singleton
          true
      • 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"
        }
      • 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"
        }
      • 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"
        }
  • 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
      [
        "The Core configuration module takes care of the SBC settings such as log level, sessions per second, etc.",
        ""
      ]
    • name
      "Core"
    • object
      • configuration
        • base_path
          "/NSC/local/software/core/configuration"
        • class
          • enable-session-log-dumping
            {
              "group": "session-log-dumping-options",
              "help": [
                "When maximum log level is lower or equal to WARNING, ",
                "this option allows to enable ability to dump all previous ",
                "debug traces when a WARNING, ERROR, CRITICAL or ALERT event occurs.",
                "<span class=\"field_error\">Enable this option will increase memory usage and reduce performance.</span>"
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable Session Log Dumping",
              "field": "enable-session-log-dumping",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-sip-capture
            • default
              "false"
            • field
              "enable-sip-capture"
            • group
              "sip-capture-options"
            • ha_rules
              "required|in_list[true,false]"
            • help
              • 0
                "Enable Sending sip\n                    traces to a configured HEP capture server"
              • 0
                "Enable Sending sip"
              • 1
                "Restart NSC service to apply change"
              • 1
                "traces to a\n                                                          configured "
              • 2
                "HEP capture server"
            • label
              "Enable SIP Capture"
            • rules
              "required|in_list[true,false]"
            • type
              "dropdown"
            • value
              {
                "false": "Disable",
                "true": "Enable"
              }
          • 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
            {
              "help": "Global logging level for the call control engine. Listed in order of severity.",
              "default": "info",
              "value": {
                "info": "Info",
                "notice": "Notice",
                "err": "Error",
                "alert": "Alert",
                "crit": "Critical",
                "warning": "Warning",
                "debug": "Debug"
              },
              "label": "Log Level",
              "field": "loglevel",
              "rules": "required|in_list[debug,info,notice,warning,err,crit,alert]",
              "ha_rules": "required|in_list[debug,info,notice,warning,err,crit,alert]",
              "type": "dropdown"
            }
          • max-sessions
            {
              "help": "Global maximum number of simultaneous SIP sessions.",
              "default": 4000,
              "label": "Max SIP Sessions",
              "field": "max-sessions",
              "rules": "required|greater_than[-1]",
              "type": "int"
            }
          • session-log-dump-queue-size
            {
              "default": 100,
              "field": "session-log-dump-queue-size",
              "type": "int",
              "help": [
                "Maximum number of logging entries ",
                "to keep in memory when session log",
                " dumping is enabled."
              ],
              "label": "Session Log Dump Queue Size"
            }
          • sessions-per-second
            {
              "help": "Global maximum number of SIP sessions per second.",
              "default": 150,
              "label": "SIP Sessions Per Second",
              "field": "sessions-per-second",
              "rules": "required|greater_than[-1]",
              "type": "int"
            }
          • 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
            {
              "help": [
                "The log level to use when logging SIP traces (SIP messages logged) for SIP profiles with tracing enabled.",
                "If a log level is used that is below the core log level, the SIP messages will not be logged even when the SIP profiles have tracing enabled."
              ],
              "default": "debug",
              "value": {
                "info": "Info",
                "notice": "Notice",
                "err": "Error",
                "alert": "Alert",
                "crit": "Critical",
                "warning": "Warning",
                "debug": "Debug"
              },
              "label": "SIP Trace Log Level",
              "field": "sofia/tracelevel",
              "rules": "required|in_list[debug,info,notice,warning,err,crit,alert]",
              "ha_rules": "required|in_list[debug,info,notice,warning,err,crit,alert]",
              "type": "dropdown"
            }
        • configurable
          true
        • description
          "Configuration"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          }
        • name
          "Configuration"
        • pagination
          false
        • singleton
          true
  • 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
    {
      "object": {
        "domain": {
          "pagination": false,
          "autoname": true,
          "name": "Domain",
          "has_child": true,
          "description": "Domain",
          "object": {
            "user": {
              "pagination": false,
              "description": "User",
              "dynamic": true,
              "base_path": "/NSC/local/software/directory/domain/default/user",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List user."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a domain user"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a domain user"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a domain user"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a domain user"
                }
              },
              "global_methods": false,
              "class": {
                "call-routing": {
                  "help": "Use a specific routing plan for this domain user.",
                  "default": "__none__",
                  "value": {
                    "__none__": "( SIP Profile Default )"
                  },
                  "label": "Routing Plan",
                  "field": "call-routing",
                  "rules": "required|in_list[__none__]",
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                },
                "sip_force_expires": {
                  "help": "If specified, it is the number of seconds to force registration expiration to. Minimum value is 5.",
                  "default": "",
                  "label": "Force Expires",
                  "field": "sip_force_expires",
                  "rules": "integer|greater_or_equal[5]",
                  "type": "string",
                  "size": 10
                },
                "effective_caller_id_name": {
                  "help": "Caller ID Name of this Domain User",
                  "default": "",
                  "label": "Caller ID Name",
                  "field": "effective_caller_id_name",
                  "rules": "",
                  "type": "string",
                  "size": 50
                },
                "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"
                },
                "password": {
                  "help": [
                    "SIP Password for this domain user",
                    "Valid password characters: A-Z / a-z / 0-9 / \"-\" / \"_\" / \".\" / \"!\" / \"~\" / \"*\" / \"'\" / \"(\" / \")\" / \"&\" / \"=\" / \"+\" / \"$\" / \",\" "
                  ],
                  "default": "",
                  "label": "Password",
                  "field": "password",
                  "rules": "required|valid_sip_password",
                  "type": "password",
                  "size": 50
                },
                "effective_caller_id_number": {
                  "help": "Caller ID Number of this Domain User.",
                  "default": "",
                  "label": "Caller ID Number",
                  "field": "effective_caller_id_number",
                  "rules": "",
                  "type": "string",
                  "size": 50
                }
              },
              "name": "User"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/directory/domain",
          "configurable": true,
          "global_methods": false,
          "controller_url": "/SAFe/fs_directory_config",
          "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
            },
            "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"
            },
            "registrar-profile": {
              "help": "This SIP profile will be used to contact the registrar server and forward the REGISTER message",
              "default": "__selectone__",
              "value": {
                "__selectone__": "--- Select Profile ---"
              },
              "label": "Forward SIP profile",
              "field": "registrar-profile",
              "rules": "required[forward-registration]|required[,in,none]|required|in_list[__selectone__]",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            },
            "registrar-gateways": {
              "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.",
              "default": [],
              "value": [],
              "label": "Trunk List",
              "field": "registrar-gateways",
              "rules": "is_array|in_list[]",
              "ha_rules": "is_array|in_list[]",
              "type": "listbox",
              "size": 10
            },
            "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%"
            },
            "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"
            },
            "sip-forward-refer-headers": {
              "help": "Enable/Disable forward refer headers.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Forward Refer Headers",
              "field": "sip-forward-refer-headers",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "sip-force-expires": {
              "help": "If specified, it is the number of seconds to force registration expiration to. Minimum value is 5.",
              "default": "",
              "label": "Force Expires",
              "field": "sip-force-expires",
              "rules": "integer|greater_or_equal[5]",
              "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": {
              "group": "register",
              "help": "Enable/Disable registration and authentication requests to a registrar server.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Forward Registration / Authentication",
              "field": "forward-registration",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List domain."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a domain"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a domain"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a domain"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a domain"
            }
          }
        }
      },
      "name": "Directory",
      "description": [
        "The Directory module takes care of administering domain user credentials and other misc settings of users and domains such as upper registration.",
        ""
      ]
    }
  • distributor
    {
      "object": {
        "generic": {
          "pagination": false,
          "description": "Generic list",
          "has_child": true,
          "object": {
            "resource": {
              "pagination": false,
              "autoname": true,
              "description": "Resource",
              "dynamic": true,
              "base_path": "/NSC/local/software/distributor/generic/default/resource",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List resource."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Resource"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Resource"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Resource"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Resource"
                }
              },
              "global_methods": false,
              "class": {
                "resource": {
                  "help": [
                    "Resource Identifier."
                  ],
                  "default": "",
                  "label": "Resource",
                  "field": "resource",
                  "rules": "required",
                  "type": "text",
                  "size": 50
                },
                "description": {
                  "default": "",
                  "field": "description",
                  "size": 50,
                  "type": "text",
                  "label": "Description"
                },
                "weight": {
                  "help": [
                    "Weight of the resource.",
                    "Defines the number of time this Resource will be returned before balancing to next resource in list."
                  ],
                  "default": "1",
                  "label": "Weight",
                  "field": "weight",
                  "rules": "required|integer|greater_than[0]",
                  "type": "text",
                  "size": 10
                }
              },
              "name": "Resource"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/distributor/generic",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List generic."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Generic List"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Generic List"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Generic List"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Generic List"
            }
          },
          "global_methods": false,
          "class": {
            "enable": {
              "help": [
                "Enable/Disable List from being used by Load Balancing module."
              ],
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable List",
              "field": "enable",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            }
          },
          "name": "Generic list"
        },
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/distributor/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "enable": {
              "help": [
                "Enable/Disable Balancing module."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable Load Balancing",
              "field": "enable",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        },
        "trunk": {
          "pagination": false,
          "description": "SIP Trunk List",
          "has_child": true,
          "object": {
            "resource": {
              "pagination": false,
              "autoname": true,
              "description": "Resource",
              "dynamic": true,
              "base_path": "/NSC/local/software/distributor/trunk/default/resource",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List resource."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Resource"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Resource"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Resource"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Resource"
                }
              },
              "global_methods": false,
              "class": {
                "description": {
                  "default": "",
                  "field": "description",
                  "size": 50,
                  "type": "text",
                  "label": "Description"
                },
                "weight": {
                  "help": [
                    "Weight of the resource.",
                    "Defines the number of time this Resource will be returned before balancing to next resource in list."
                  ],
                  "default": "1",
                  "label": "Weight",
                  "field": "weight",
                  "rules": "required|integer|greater_than[0]",
                  "type": "text",
                  "size": 10
                },
                "trunk": {
                  "help": [
                    "Select a SIP Trunk to bind to this Load Balancing list.",
                    "Selecting None to not bind to any."
                  ],
                  "default": "__selectone__",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "SIP Trunk",
                  "field": "trunk",
                  "rules": "required[,in,none]|required|in_list[__selectone__]",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                }
              },
              "name": "Resource"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/distributor/trunk",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List trunk."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Trunk List"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Trunk List"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Trunk List"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Trunk List"
            }
          },
          "global_methods": false,
          "class": {
            "enable": {
              "help": [
                "Enable/Disable List from being used by Load Balancing module."
              ],
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable List",
              "field": "enable",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            }
          },
          "name": "SIP Trunk List"
        }
      },
      "name": "Load Balancing",
      "description": [
        "The Load Balancing module takes care of creating lists of resources and setting balancing preferences for those resources.",
        ""
      ]
    }
  • enum
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/enum/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "query-timeout": {
              "help": "Number of seconds to wait before timing out a DNS query",
              "default": 5,
              "label": "DNS Query Timeout",
              "field": "query-timeout",
              "rules": "required|greater_than[0]",
              "type": "string",
              "size": 20
            },
            "default-root": {
              "help": "Default domain root for plain telephone numbers.",
              "default": "e164.org",
              "label": "Default Root Domain",
              "field": "default-root",
              "rules": "required",
              "type": "string",
              "size": 60
            },
            "use-server": {
              "help": "Custom DNS server that will be used for enum. This is an optional field. If left blank, will use the system configured DNS Server. Must be a valid IPv4 address",
              "default": "",
              "label": "Custom DNS Server",
              "field": "use-server",
              "rules": "valid_ip",
              "type": "string",
              "size": 60
            },
            "default-isn-root": {
              "help": "Default root domain for ISN numbers",
              "default": "freenum.org",
              "label": "Default ISN Root Domain",
              "field": "default-isn-root",
              "rules": "required",
              "type": "string",
              "size": 60
            }
          },
          "name": "Configuration"
        }
      },
      "name": "ENUM",
      "description": [
        "The ENUM module takes care of the ENUM configuration settings.",
        ""
      ]
    }
  • firewall
    {
      "object": {
        "forward": {
          "pagination": false,
          "description": "Port Forward",
          "dynamic": true,
          "base_path": "/NSC/local/software/firewall/forward",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List forward."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a forward rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a forward rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a forward rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a forward rule"
            }
          },
          "global_methods": false,
          "class": {
            "port/from/begin": {
              "composite": [
                "port/from/end"
              ],
              "help": [
                {
                  "From Port Begin": [
                    "Forward from starting port for rule"
                  ]
                },
                {
                  "From Port end": [
                    "Forward from last port for rule(optional)"
                  ]
                }
              ],
              "default": "",
              "label": "From Port",
              "field": "port/from/begin",
              "rules": "required|valid_port_number",
              "type": "string",
              "size": 10
            },
            "port/to/end": {
              "composite_parent": "port/to/begin",
              "default": "",
              "label": " : ",
              "field": "port/to/end",
              "rules": "valid_port_number",
              "type": "string",
              "size": 10
            },
            "protocol": {
              "help": "What protocol to consider in the rule",
              "default": "any",
              "value": {
                "udp": "UDP",
                "any": "UDP + TCP",
                "tcp": "TCP"
              },
              "label": "Protocol",
              "field": "protocol",
              "rules": "required|in_list[any,udp,tcp]",
              "ha_rules": "required|in_list[any,udp,tcp]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "string",
              "label": "Description"
            },
            "port/to/begin": {
              "composite": [
                "port/to/end"
              ],
              "help": [
                {
                  "To Port Begin": [
                    "Forward to starting port for rule(optional), if not set then forward to same port as from port."
                  ]
                },
                {
                  "To Port end": [
                    "Forward to last port for rule(optional)"
                  ]
                }
              ],
              "default": "",
              "label": "To Port",
              "field": "port/to/begin",
              "rules": "valid_port_number",
              "type": "string",
              "size": 10
            },
            "port/from/end": {
              "composite_parent": "port/from/begin",
              "default": "",
              "label": " : ",
              "field": "port/from/end",
              "rules": "valid_port_number",
              "type": "string",
              "size": 10
            },
            "to/ip": {
              "help": "The IP address to be forward",
              "default": "",
              "label": "IP",
              "field": "to/ip",
              "rules": "required|valid_ip",
              "type": "string",
              "size": 20
            },
            "partial": {
              "help": "Forward packets without changing the source address.<br><br>This option may be useful if the forwarded IP needs to have the exact source address at the IP level. However, proper operation requires the default route of the forwarded IP to be pointing to the SBC. <strong>For normal port forwarding scenarios, this option should be disabled</strong>.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Partial port forwarding",
              "field": "partial",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "name": "Port Forward"
        },
        "ip": {
          "pagination": false,
          "description": "Blocked IP",
          "dynamic": true,
          "base_path": "/NSC/local/software/firewall/ip",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List ip."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a IP rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a IP rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a IP rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a IP rule"
            }
          },
          "global_methods": false,
          "class": {
            "prefix": {
              "help": "How many bits are used for the network prefix.",
              "default": "",
              "label": "Prefix",
              "field": "prefix",
              "rules": "required[type]|integer|greater_than[0]|less_than[128]",
              "type": "string",
              "size": 10
            },
            "type": {
              "group": "network_prefix",
              "default": "true",
              "value": {
                "true": "Network",
                "false": "Host"
              },
              "label": "Type",
              "field": "type",
              "rules": "required|in_list[false,true]",
              "ha_rules": "required|in_list[false,true]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "string",
              "label": "Description"
            },
            "address": {
              "help": "The host IP address or network address to be filtered.",
              "default": "",
              "label": "Address",
              "field": "address",
              "rules": "required|valid_ip",
              "type": "string",
              "size": 40
            }
          },
          "name": "Blocked IP"
        },
        "port": {
          "pagination": false,
          "controller_url": "/SAFe/sng_firewall_config",
          "name": "Open Port",
          "has_child": true,
          "description": "Open Port",
          "object": {
            "whitelist": {
              "pagination": false,
              "autoname": true,
              "description": "White List",
              "dynamic": true,
              "base_path": "/NSC/local/software/firewall/port/default/whitelist",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List whitelist."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a White list IP"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a White list IP"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a White list IP"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a White list IP"
                }
              },
              "global_methods": false,
              "class": {
                "prefix": {
                  "composite_parent": "address",
                  "default": "",
                  "label": "/",
                  "field": "prefix",
                  "rules": "integer|greater_than[0]",
                  "type": "string",
                  "size": 5
                },
                "address": {
                  "composite": [
                    "prefix"
                  ],
                  "help": " The IP address/Network allow to access this port.",
                  "default": "",
                  "label": "IP address",
                  "field": "address",
                  "rules": "required|valid_ip",
                  "type": "string",
                  "size": 50
                }
              },
              "name": "White List"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/firewall/port",
          "configurable": true,
          "global_methods": false,
          "class": {
            "end": {
              "composite_parent": "begin",
              "default": "",
              "label": " : ",
              "field": "end",
              "rules": "valid_port_number",
              "type": "string",
              "size": 10
            },
            "begin": {
              "composite": [
                "end"
              ],
              "help": [
                {
                  "Port Begin": [
                    "Starting port for rule."
                  ]
                },
                {
                  "Port end": [
                    "Last port for rule (optional)"
                  ]
                }
              ],
              "default": "",
              "label": "Port",
              "field": "begin",
              "rules": "required|valid_port_number",
              "type": "string",
              "size": 10
            },
            "protocol": {
              "help": "What protocol to consider in the rule",
              "default": "any",
              "value": {
                "udp": "UDP",
                "any": "UDP + TCP",
                "tcp": "TCP"
              },
              "label": "Protocol",
              "field": "protocol",
              "rules": "required|in_list[any,udp,tcp]",
              "ha_rules": "required|in_list[any,udp,tcp]",
              "type": "dropdown"
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "string",
              "label": "Description"
            }
          },
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List port."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a port rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a port rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a port rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a port rule"
            }
          }
        },
        "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/firewall/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "IP Firewall",
      "description": [
        "The Firewall module takes care of configuring miscelaneous IP firewall settings.",
        ""
      ]
    }
  • hmr
    {
      "object": {
        "advanced": {
          "pagination": false,
          "controller_url": "/SAFe/fs_routing_config",
          "description": "Advanced Header Manipulation",
          "dynamic": true,
          "base_path": "/NSC/local/software/hmr/advanced",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List advanced."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a "
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Header Manipulation"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Header Manipulation"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Header Manipulation"
            }
          },
          "global_methods": false,
          "class": {
            "display-name": {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            },
            "data": {
              "default": "",
              "field": "data",
              "type": "text",
              "label": "XML Dialplan"
            }
          },
          "name": "Advanced Header Manipulation"
        },
        "basic": {
          "pagination": false,
          "controller_url": "/SAFe/fs_routing_config",
          "name": "Basic Header Manipulation",
          "has_child": true,
          "description": "Basic Header Manipulation",
          "object": {
            "rule": {
              "pagination": false,
              "autoname": true,
              "description": "Rule",
              "dynamic": true,
              "base_path": "/NSC/local/software/hmr/basic/default/rule",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List rule."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Rule"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Rule"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Rule"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Rule"
                }
              },
              "global_methods": false,
              "class": {
                "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/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/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
                },
                "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
                },
                "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
                },
                "action/1/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/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/1/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/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
                },
                "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/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/4/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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/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"
                },
                "action/4/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/4/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/4/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/variable/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"
                },
                "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
                },
                "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"
                },
                "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
                },
                "condition/4/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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
                },
                "condition/5/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/4/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/4/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
                },
                "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
                },
                "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/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/2/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/call/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"
                },
                "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
                },
                "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
                },
                "condition/5/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/standard/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"
                },
                "condition/5/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/variable/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
                },
                "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
                },
                "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/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/4/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/header_modify/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/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"
                },
                "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"
                },
                "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
                },
                "anti-action/5/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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"
                },
                "anti-action/4/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/3/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/1/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/1/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/2/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_referred_by/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
                },
                "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
                },
                "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
                },
                "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"
                },
                "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
                },
                "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"
                },
                "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/4/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/4/manipulate_invite/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"
                },
                "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/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/3/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/5/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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/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/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/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/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
                },
                "action/1/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/1/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "action/3/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/unset_variable/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
                },
                "condition/1/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/sdp/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"
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "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/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/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
                },
                "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"
                },
                "anti-action/1/type": {
                  "composite": [
                    "anti-action/1/manipulate_invite/name",
                    "anti-action/1/manipulate_invite/value",
                    "anti-action/1/header_add/name",
                    "anti-action/1/header_add/value",
                    "anti-action/1/header_remove/name",
                    "anti-action/1/header_remove/value",
                    "anti-action/1/header_modify/name",
                    "anti-action/1/header_modify/value",
                    "anti-action/1/set_variable/name",
                    "anti-action/1/set_variable/value",
                    "anti-action/1/unset_variable/name",
                    "anti-action/1/unset_variable/value",
                    "anti-action/1/log/name",
                    "anti-action/1/log/value"
                  ],
                  "category": "Actions to perform if condition doesn’t match",
                  "style": "width:157px;",
                  "group": "anti-action/1/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/1/type",
                  "rules": "required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "category_setting": "expanded",
                  "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"
                },
                "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
                },
                "condition/3/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/variable/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"
                },
                "action/1/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/1/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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
                },
                "action/3/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "anti-action/4/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "condition/3/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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/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"
                },
                "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
                },
                "condition/2/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/2/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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/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/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
                },
                "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"
                },
                "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/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
                },
                "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/4/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/5/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/5/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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/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/1/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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
                },
                "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"
                },
                "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"
                },
                "anti-action/4/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/3/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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"
                },
                "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
                },
                "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/5/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/2/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/5/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/5/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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/1/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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"
                },
                "anti-action/4/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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"
                },
                "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/2/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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"
                },
                "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
                },
                "global/rank": {
                  "composite_parent": "global/description",
                  "default": "",
                  "label": "Rank",
                  "field": "global/rank",
                  "rules": "integer|greater_or_equal[0]",
                  "type": "text",
                  "size": 5
                },
                "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
                },
                "condition/4/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "condition/2/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/4/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "condition/3/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/3/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/3/type": {
                  "composite": [
                    "anti-action/3/manipulate_invite/name",
                    "anti-action/3/manipulate_invite/value",
                    "anti-action/3/header_add/name",
                    "anti-action/3/header_add/value",
                    "anti-action/3/header_remove/name",
                    "anti-action/3/header_remove/value",
                    "anti-action/3/header_modify/name",
                    "anti-action/3/header_modify/value",
                    "anti-action/3/set_variable/name",
                    "anti-action/3/set_variable/value",
                    "anti-action/3/unset_variable/name",
                    "anti-action/3/unset_variable/value",
                    "anti-action/3/log/name",
                    "anti-action/3/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/3/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/3/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"
                },
                "action/5/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/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/5/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/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"
                },
                "condition/3/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "anti-action/5/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/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"
                },
                "anti-action/2/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/2/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "anti-action/1/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/1/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "action/2/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/2/manipulate_invite/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
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/1/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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/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"
                },
                "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
                },
                "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/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/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/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/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
                },
                "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"
                },
                "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/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/5/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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"
                },
                "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
                },
                "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
                },
                "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/2/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/2/log/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/5/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/5/header_modify/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/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"
                },
                "action/1/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/1/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/3/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/header_add/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
                },
                "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/5/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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/1/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/1/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/4/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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/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"
                },
                "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
                },
                "condition/4/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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/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/1/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/4/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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"
                },
                "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"
                },
                "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
                },
                "action/1/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/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/1/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"
                },
                "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
                },
                "action/5/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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"
                },
                "action/1/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "condition/4/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/1/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_from/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"
                },
                "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
                },
                "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/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
                },
                "condition/5/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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"
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/2/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "action/1/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/5/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_referred_by/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"
                },
                "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
                },
                "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/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
                },
                "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/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
                },
                "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/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/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
                },
                "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
                },
                "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
                },
                "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
                },
                "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/2/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/2/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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/2/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/5/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/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/5/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"
                },
                "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/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/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/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/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/1/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_header/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
                },
                "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/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
                },
                "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
                },
                "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/4/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/1/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/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/1/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"
                },
                "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/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/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"
                },
                "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
                },
                "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/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"
                },
                "anti-action/1/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/1/manipulate_invite/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/5/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/2/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/variable/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
                },
                "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/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/3/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/3/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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
                },
                "action/5/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/5/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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/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
                },
                "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/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"
                },
                "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
                },
                "condition/5/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/5/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/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/1/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_from/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/1/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/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/1/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/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
                },
                "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/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/2/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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/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
                },
                "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
                },
                "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
                },
                "anti-action/3/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/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/3/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/2/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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/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/1/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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"
                },
                "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
                },
                "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/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/3/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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"
                },
                "anti-action/1/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/1/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/2/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/5/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/sdp/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"
                },
                "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
                },
                "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
                },
                "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/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
                },
                "anti-action/1/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/1/set_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
                },
                "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
                },
                "condition/1/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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"
                },
                "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
                },
                "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
                },
                "action/3/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/3/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/3/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/2/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/set_variable/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"
                },
                "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/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
                },
                "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
                },
                "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"
                },
                "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
                },
                "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/5/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/5/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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"
                },
                "condition/2/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "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"
                },
                "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
                },
                "condition/2/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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/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/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
                },
                "action/3/type": {
                  "composite": [
                    "action/3/manipulate_invite/name",
                    "action/3/manipulate_invite/value",
                    "action/3/header_add/name",
                    "action/3/header_add/value",
                    "action/3/header_remove/name",
                    "action/3/header_remove/value",
                    "action/3/header_modify/name",
                    "action/3/header_modify/value",
                    "action/3/set_variable/name",
                    "action/3/set_variable/value",
                    "action/3/unset_variable/name",
                    "action/3/unset_variable/value",
                    "action/3/log/name",
                    "action/3/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/3/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/3/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"
                },
                "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/2/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "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"
                },
                "condition/4/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/2/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/4/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/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/4/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/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/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
                },
                "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"
                },
                "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/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/1/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/3/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/3/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/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/3/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/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"
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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/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/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"
                },
                "action/5/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/5/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/1/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/1/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/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"
                },
                "anti-action/1/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/1/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/5/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "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
                },
                "action/4/type": {
                  "composite": [
                    "action/4/manipulate_invite/name",
                    "action/4/manipulate_invite/value",
                    "action/4/header_add/name",
                    "action/4/header_add/value",
                    "action/4/header_remove/name",
                    "action/4/header_remove/value",
                    "action/4/header_modify/name",
                    "action/4/header_modify/value",
                    "action/4/set_variable/name",
                    "action/4/set_variable/value",
                    "action/4/unset_variable/name",
                    "action/4/unset_variable/value",
                    "action/4/log/name",
                    "action/4/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/4/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/4/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"
                },
                "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/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"
                },
                "action/4/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/2/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "anti-action/5/type": {
                  "composite": [
                    "anti-action/5/manipulate_invite/name",
                    "anti-action/5/manipulate_invite/value",
                    "anti-action/5/header_add/name",
                    "anti-action/5/header_add/value",
                    "anti-action/5/header_remove/name",
                    "anti-action/5/header_remove/value",
                    "anti-action/5/header_modify/name",
                    "anti-action/5/header_modify/value",
                    "anti-action/5/set_variable/name",
                    "anti-action/5/set_variable/value",
                    "anti-action/5/unset_variable/name",
                    "anti-action/5/unset_variable/value",
                    "anti-action/5/log/name",
                    "anti-action/5/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/5/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/5/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"
                },
                "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/1/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/1/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/3/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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/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
                },
                "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
                },
                "condition/1/type": {
                  "composite": [
                    "condition/1/standard/name",
                    "condition/1/standard/value",
                    "condition/1/header/name",
                    "condition/1/header/value",
                    "condition/1/call/name",
                    "condition/1/call/value",
                    "condition/1/sdp/name",
                    "condition/1/sdp/value",
                    "condition/1/custom_header/name",
                    "condition/1/custom_header/value",
                    "condition/1/custom_from/name",
                    "condition/1/custom_from/value",
                    "condition/1/custom_to/name",
                    "condition/1/custom_to/value",
                    "condition/1/custom_referred_by/name",
                    "condition/1/custom_referred_by/value",
                    "condition/1/variable/name",
                    "condition/1/variable/value",
                    "condition/1/domain/name",
                    "condition/1/domain/value",
                    "condition/1/DID_dest_num/name",
                    "condition/1/DID_dest_num/value",
                    "condition/1/DID_from/name",
                    "condition/1/DID_from/value",
                    "condition/1/DID_to/name",
                    "condition/1/DID_to/value",
                    "condition/1/user/name",
                    "condition/1/user/value",
                    "condition/1/auth/name",
                    "condition/1/auth/value",
                    "condition/1/from_trunk/name",
                    "condition/1/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/1/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/1/type",
                  "rules": "required[condition/matching,not_in,always]|required[,in,__none__]|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"
                },
                "anti-action/3/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/3/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/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/2/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/2/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/header_add/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/1/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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"
                },
                "condition/1/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/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
                },
                "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
                },
                "condition/2/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_from/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"
                },
                "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/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
                },
                "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/5/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/3/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/manipulate_invite/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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
                },
                "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/3/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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/1/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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/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"
                },
                "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/4/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/5/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/5/manipulate_invite/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/matching": {
                  "composite": [
                    "condition/break"
                  ],
                  "group": "new_always",
                  "default": "all",
                  "value": {
                    "always": "Always",
                    "all": "All",
                    "xor": "Only One",
                    "any": "Any"
                  },
                  "label": "Matching",
                  "field": "condition/matching",
                  "rules": "required|in_list[all,any,xor,always]",
                  "ha_rules": "required|in_list[all,any,xor,always]",
                  "type": "dropdown"
                },
                "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
                },
                "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/2/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_header/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/3/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/1/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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"
                },
                "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
                },
                "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/4/type": {
                  "composite": [
                    "condition/4/standard/name",
                    "condition/4/standard/value",
                    "condition/4/header/name",
                    "condition/4/header/value",
                    "condition/4/call/name",
                    "condition/4/call/value",
                    "condition/4/sdp/name",
                    "condition/4/sdp/value",
                    "condition/4/custom_header/name",
                    "condition/4/custom_header/value",
                    "condition/4/custom_from/name",
                    "condition/4/custom_from/value",
                    "condition/4/custom_to/name",
                    "condition/4/custom_to/value",
                    "condition/4/custom_referred_by/name",
                    "condition/4/custom_referred_by/value",
                    "condition/4/variable/name",
                    "condition/4/variable/value",
                    "condition/4/domain/name",
                    "condition/4/domain/value",
                    "condition/4/DID_dest_num/name",
                    "condition/4/DID_dest_num/value",
                    "condition/4/DID_from/name",
                    "condition/4/DID_from/value",
                    "condition/4/DID_to/name",
                    "condition/4/DID_to/value",
                    "condition/4/user/name",
                    "condition/4/user/value",
                    "condition/4/auth/name",
                    "condition/4/auth/value",
                    "condition/4/from_trunk/name",
                    "condition/4/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/4/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/4/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/4/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/1/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "action/1/type": {
                  "composite": [
                    "action/1/manipulate_invite/name",
                    "action/1/manipulate_invite/value",
                    "action/1/header_add/name",
                    "action/1/header_add/value",
                    "action/1/header_remove/name",
                    "action/1/header_remove/value",
                    "action/1/header_modify/name",
                    "action/1/header_modify/value",
                    "action/1/set_variable/name",
                    "action/1/set_variable/value",
                    "action/1/unset_variable/name",
                    "action/1/unset_variable/value",
                    "action/1/log/name",
                    "action/1/log/value"
                  ],
                  "category": "Actions to perform if condition matches",
                  "style": "width:157px;",
                  "group": "action/1/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/1/type",
                  "rules": "callback_check_actions|required|in_list[__none__,manipulate_invite,header_add,header_remove,header_modify,set_variable,unset_variable,log]",
                  "category_setting": "expanded",
                  "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/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
                },
                "condition/2/type": {
                  "composite": [
                    "condition/2/standard/name",
                    "condition/2/standard/value",
                    "condition/2/header/name",
                    "condition/2/header/value",
                    "condition/2/call/name",
                    "condition/2/call/value",
                    "condition/2/sdp/name",
                    "condition/2/sdp/value",
                    "condition/2/custom_header/name",
                    "condition/2/custom_header/value",
                    "condition/2/custom_from/name",
                    "condition/2/custom_from/value",
                    "condition/2/custom_to/name",
                    "condition/2/custom_to/value",
                    "condition/2/custom_referred_by/name",
                    "condition/2/custom_referred_by/value",
                    "condition/2/variable/name",
                    "condition/2/variable/value",
                    "condition/2/domain/name",
                    "condition/2/domain/value",
                    "condition/2/DID_dest_num/name",
                    "condition/2/DID_dest_num/value",
                    "condition/2/DID_from/name",
                    "condition/2/DID_from/value",
                    "condition/2/DID_to/name",
                    "condition/2/DID_to/value",
                    "condition/2/user/name",
                    "condition/2/user/value",
                    "condition/2/auth/name",
                    "condition/2/auth/value",
                    "condition/2/from_trunk/name",
                    "condition/2/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/2/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/2/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"
                },
                "action/4/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/3/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/3/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/4/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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
                },
                "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/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
                },
                "anti-action/4/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/4/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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/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
                },
                "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/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/5/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/3/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/3/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/3/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/header_remove/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
                },
                "condition/1/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/1/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/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
                },
                "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
                },
                "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/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"
                },
                "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
                },
                "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/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"
                },
                "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
                },
                "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/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
                },
                "action/3/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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"
                },
                "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/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"
                },
                "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/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"
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/5/type": {
                  "composite": [
                    "condition/5/standard/name",
                    "condition/5/standard/value",
                    "condition/5/header/name",
                    "condition/5/header/value",
                    "condition/5/call/name",
                    "condition/5/call/value",
                    "condition/5/sdp/name",
                    "condition/5/sdp/value",
                    "condition/5/custom_header/name",
                    "condition/5/custom_header/value",
                    "condition/5/custom_from/name",
                    "condition/5/custom_from/value",
                    "condition/5/custom_to/name",
                    "condition/5/custom_to/value",
                    "condition/5/custom_referred_by/name",
                    "condition/5/custom_referred_by/value",
                    "condition/5/variable/name",
                    "condition/5/variable/value",
                    "condition/5/domain/name",
                    "condition/5/domain/value",
                    "condition/5/DID_dest_num/name",
                    "condition/5/DID_dest_num/value",
                    "condition/5/DID_from/name",
                    "condition/5/DID_from/value",
                    "condition/5/DID_to/name",
                    "condition/5/DID_to/value",
                    "condition/5/user/name",
                    "condition/5/user/value",
                    "condition/5/auth/name",
                    "condition/5/auth/value",
                    "condition/5/from_trunk/name",
                    "condition/5/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/5/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/5/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"
                },
                "action/4/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/3/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/unset_variable/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"
                },
                "condition/3/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/5/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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
                },
                "condition/2/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/2/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "condition/2/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/3/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/3/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"
                },
                "anti-action/4/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/set_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/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/3/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "anti-action/3/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/1/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/1/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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
                },
                "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
                },
                "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
                },
                "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/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/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/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_from/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
                },
                "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/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/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/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/1/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/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"
                },
                "anti-action/4/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/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/4/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/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
                },
                "anti-action/3/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/header_add/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
                },
                "action/2/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/2/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/5/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/3/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/3/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/3/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/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
                },
                "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"
                },
                "anti-action/5/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/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/5/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/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/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
                },
                "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"
                },
                "action/4/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/4/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "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"
                },
                "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/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
                },
                "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
                },
                "condition/5/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_header/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
                },
                "condition/2/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/2/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "anti-action/5/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/5/set_variable/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
                },
                "condition/3/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_to/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/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"
                },
                "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/5/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "action/2/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/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
                },
                "condition/2/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_to/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
                },
                "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
                },
                "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/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/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
                },
                "condition/4/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/4/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/4/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/1/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/1/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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
                },
                "condition/break": {
                  "composite_parent": "condition/matching",
                  "default": "never",
                  "value": {
                    "always": "Stop",
                    "on-true": "Stop On Success",
                    "on-false": "Stop On Failure",
                    "never": "Continue"
                  },
                  "label": "Stop Policy",
                  "field": "condition/break",
                  "rules": "required|in_list[on-true,on-false,always,never]",
                  "ha_rules": "required|in_list[on-true,on-false,always,never]",
                  "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
                },
                "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/3/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/3/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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/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
                },
                "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/5/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/5/header_modify/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/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"
                },
                "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
                },
                "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/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"
                },
                "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
                },
                "condition/5/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/1/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/3/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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/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
                },
                "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
                },
                "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"
                },
                "condition/3/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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/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
                },
                "anti-action/3/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/5/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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/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/2/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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/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
                },
                "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
                },
                "condition/2/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "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/1/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/1/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/4/type": {
                  "composite": [
                    "anti-action/4/manipulate_invite/name",
                    "anti-action/4/manipulate_invite/value",
                    "anti-action/4/header_add/name",
                    "anti-action/4/header_add/value",
                    "anti-action/4/header_remove/name",
                    "anti-action/4/header_remove/value",
                    "anti-action/4/header_modify/name",
                    "anti-action/4/header_modify/value",
                    "anti-action/4/set_variable/name",
                    "anti-action/4/set_variable/value",
                    "anti-action/4/unset_variable/name",
                    "anti-action/4/unset_variable/value",
                    "anti-action/4/log/name",
                    "anti-action/4/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/4/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/4/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"
                },
                "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
                },
                "condition/1/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "anti-action/4/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/set_variable/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"
                },
                "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
                },
                "action/4/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/4/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/4/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/2/type": {
                  "composite": [
                    "action/2/manipulate_invite/name",
                    "action/2/manipulate_invite/value",
                    "action/2/header_add/name",
                    "action/2/header_add/value",
                    "action/2/header_remove/name",
                    "action/2/header_remove/value",
                    "action/2/header_modify/name",
                    "action/2/header_modify/value",
                    "action/2/set_variable/name",
                    "action/2/set_variable/value",
                    "action/2/unset_variable/name",
                    "action/2/unset_variable/value",
                    "action/2/log/name",
                    "action/2/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/2/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/2/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"
                },
                "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/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
                },
                "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
                },
                "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"
                },
                "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/3/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/variable/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
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "action/4/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/4/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "condition/1/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_to/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"
                },
                "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
                },
                "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"
                },
                "anti-action/5/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/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/5/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/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/2/type": {
                  "composite": [
                    "anti-action/2/manipulate_invite/name",
                    "anti-action/2/manipulate_invite/value",
                    "anti-action/2/header_add/name",
                    "anti-action/2/header_add/value",
                    "anti-action/2/header_remove/name",
                    "anti-action/2/header_remove/value",
                    "anti-action/2/header_modify/name",
                    "anti-action/2/header_modify/value",
                    "anti-action/2/set_variable/name",
                    "anti-action/2/set_variable/value",
                    "anti-action/2/unset_variable/name",
                    "anti-action/2/unset_variable/value",
                    "anti-action/2/log/name",
                    "anti-action/2/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/2/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/2/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"
                },
                "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
                },
                "action/2/header_modify/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/2/header_modify/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/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/2/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"
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "condition/4/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/4/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/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/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"
                },
                "anti-action/3/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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
                },
                "condition/3/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_header/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"
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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/5/type": {
                  "composite": [
                    "action/5/manipulate_invite/name",
                    "action/5/manipulate_invite/value",
                    "action/5/header_add/name",
                    "action/5/header_add/value",
                    "action/5/header_remove/name",
                    "action/5/header_remove/value",
                    "action/5/header_modify/name",
                    "action/5/header_modify/value",
                    "action/5/set_variable/name",
                    "action/5/set_variable/value",
                    "action/5/unset_variable/name",
                    "action/5/unset_variable/value",
                    "action/5/log/name",
                    "action/5/log/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/5/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/5/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"
                },
                "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"
                },
                "action/5/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/5/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/1/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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
                },
                "anti-action/3/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/header_add/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
                },
                "global/description": {
                  "category": "Condition",
                  "default": "",
                  "label": "Description",
                  "field": "global/description",
                  "composite": [
                    "global/rank"
                  ],
                  "category_setting": "expanded",
                  "ha_rules": "unicode",
                  "type": "text",
                  "size": 90
                },
                "action/1/manipulate_invite/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/1/manipulate_invite/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
                },
                "action/3/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/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/5/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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"
                },
                "anti-action/4/header_remove/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/header_remove/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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"
                },
                "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/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"
                },
                "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/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
                },
                "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
                },
                "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"
                },
                "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/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"
                },
                "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
                },
                "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/4/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/4/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "action/2/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/2/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/5/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/5/log/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
                },
                "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
                },
                "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
                },
                "action/5/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "condition/4/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/3/type": {
                  "composite": [
                    "condition/3/standard/name",
                    "condition/3/standard/value",
                    "condition/3/header/name",
                    "condition/3/header/value",
                    "condition/3/call/name",
                    "condition/3/call/value",
                    "condition/3/sdp/name",
                    "condition/3/sdp/value",
                    "condition/3/custom_header/name",
                    "condition/3/custom_header/value",
                    "condition/3/custom_from/name",
                    "condition/3/custom_from/value",
                    "condition/3/custom_to/name",
                    "condition/3/custom_to/value",
                    "condition/3/custom_referred_by/name",
                    "condition/3/custom_referred_by/value",
                    "condition/3/variable/name",
                    "condition/3/variable/value",
                    "condition/3/domain/name",
                    "condition/3/domain/value",
                    "condition/3/DID_dest_num/name",
                    "condition/3/DID_dest_num/value",
                    "condition/3/DID_from/name",
                    "condition/3/DID_from/value",
                    "condition/3/DID_to/name",
                    "condition/3/DID_to/value",
                    "condition/3/user/name",
                    "condition/3/user/value",
                    "condition/3/auth/name",
                    "condition/3/auth/value",
                    "condition/3/from_trunk/name",
                    "condition/3/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/3/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/3/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/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/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/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/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
                },
                "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
                },
                "condition/4/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_header/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/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"
                },
                "anti-action/2/header_add/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/header_add/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
                },
                "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/4/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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/2/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/1/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/1/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "action/2/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/3/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/2/header_modify/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/header_modify/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/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"
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "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/4/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_to/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
                },
                "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
                },
                "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
                },
                "action/4/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/4/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/4/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/5/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/5/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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/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
                },
                "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
                },
                "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"
                },
                "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
                },
                "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/5/header_add/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/5/header_add/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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
                },
                "action/2/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/2/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/2/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/4/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "action/2/manipulate_invite/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/2/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/2/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
                },
                "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"
                },
                "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
                },
                "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
                }
              },
              "name": "Rule"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/hmr/basic",
          "configurable": true,
          "global_methods": false,
          "class": {
            "display-name": {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            },
            "trace-call": {
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Trace Call",
              "field": "trace-call",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List basic."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Header Manipulation"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Header Manipulation"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Header Manipulation"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Header Manipulation"
            }
          }
        }
      },
      "name": "Header Manipulation",
      "description": [
        "The Header Manipulation module takes care of administering SIP header manipulation rules.",
        "",
        "Advanced header manipulation allows you write your own XML rules.",
        "Basic header manipulation allows you to create structured rules that are serialized to XML by the backend.",
        ""
      ]
    }
  • lcr
    {
      "object": {
        "carrier": {
          "pagination": false,
          "description": "Carrier",
          "has_child": true,
          "object": {
            "rate": {
              "popup_add_form": true,
              "pagination": false,
              "autoname": true,
              "methods": {
                "download": {
                  "request": "GET",
                  "name": "Download",
                  "description": "Download a rates file"
                },
                "create": {
                  "description": "Create a rates file",
                  "request": "POST",
                  "name": "Create",
                  "icon": "create"
                },
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List rate."
                  ]
                },
                "upload": {
                  "description": "Upload a rates file",
                  "request": "POST",
                  "name": "Upload",
                  "icon": "upload"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a rates file"
                }
              },
              "file_def": {
                "file_type": "csv",
                "filesystem": true
              },
              "description": "Carrier Rates File",
              "dynamic": true,
              "base_path": "/NSC/local/software/lcr/carrier/default/rate",
              "configurable": true,
              "global_methods": false,
              "class": {
                "count": {
                  "default": "",
                  "label": "Rate 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": "Carrier Rates File"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/lcr/carrier",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List carrier."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a carrier"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a carrier"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a carrier"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a carrier"
            }
          },
          "global_methods": false,
          "class": {
            "enabled": {
              "help": "Enable/Disable Carrier from being used for Least Cost Routing.",
              "default": "1",
              "value": {
                "1": "Enabled",
                "2": "Disabled"
              },
              "label": "Enabled",
              "field": "enabled",
              "rules": "required|in_list[1,2]",
              "ha_rules": "required|in_list[1,2]",
              "type": "dropdown"
            },
            "binding_name": {
              "help": [
                "Select a SIP Trunk or Load Balancing list to bind to this Least Cost Routing.",
                "Selecting None to not bind to any."
              ],
              "default": "none",
              "value": {
                "none": "(Please Select one)"
              },
              "label": "SIP Trunk/Load Balancing List",
              "field": "binding_name",
              "rules": "callback_check_binding_name[binding_name]|required|in_list[none]",
              "ha_rules": "required|in_list[none]",
              "type": "dropdown"
            }
          },
          "name": "Carrier"
        }
      },
      "name": "Least Cost Routing",
      "description": [
        "The LCR module takes care of configuring the least cost routing engine.",
        ""
      ]
    }
  • 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
    {
      "object": {
        "profile": {
          "pagination": false,
          "controller_url": "/SAFe/fs_media_config",
          "description": "Profile",
          "dynamic": true,
          "base_path": "/NSC/local/software/media/profile",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List profile."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Media Profile"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Media Profile"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Media Profile"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Media Profile"
            }
          },
          "global_methods": false,
          "class": {
            "negotiation": {
              "help": "When determining which codec to use, whether to prefer the remote or local list of codecs to generate an SDP response",
              "default": "generous",
              "value": {
                "generous": "Prefer-Remote",
                "greedy": "Prefer-Local"
              },
              "label": "Codec Negotiation Mode",
              "field": "negotiation",
              "rules": "required|in_list[generous,greedy]",
              "ha_rules": "required|in_list[generous,greedy]",
              "type": "dropdown"
            },
            "silence-supp": {
              "help": [
                "Enable/Disable Silence Suppression.",
                "When working in media server mode (hardware transcoding), this enables both silence suppression and VAD.",
                "When working in software transcoding mode, this only enables VAD. Software transcoding does not support silence suppression transmission."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable Silence Suppression",
              "field": "silence-supp",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "dtmf-type": {
              "help": "DTMF Type that will be used. DTMF modes available are RFC2833 and Inband",
              "default": "rfc2833",
              "value": {
                "none": "Inband",
                "rfc2833": "RFC 2833"
              },
              "label": "DTMF Mode",
              "field": "dtmf-type",
              "rules": "required|in_list[none,rfc2833]",
              "ha_rules": "required|in_list[none,rfc2833]",
              "type": "dropdown"
            },
            "codec-2": {
              "default": "PCMA@20i",
              "value": {
                "PCMU@30i": "PCMU 30ms, PT=0",
                "PCMU@20i": "PCMU 20ms, PT=0",
                "G726-24@30i": "G.726 24Kbps 30ms, PT=123",
                "G726-40@30i": "G.726 40Kbps 30ms, PT=121",
                "G726-24@20i": "G.726 24Kbps 20ms, PT=123",
                "G726-40@20i": "G.726 40Kbps 20ms, PT=121",
                "G726-32@20i": "G.726 32Kbps 20ms, PT=122",
                "G7221@16000h@32000b@20i": "G.722.1 32Kbps 20ms, PT=107",
                "G726-16@20i": "G.726 16Kbps 20ms, PT=124",
                "iLBC@15200b@20i": "iLBC 15.20Kbps 20ms, PT=98",
                "AMR@12200b@40i": "AMR 12.20Kbps 40ms, PT=96",
                "G729@20i": "G.729 20ms, PT=18",
                "AMR@4750b@20i": "AMR 4.75Kbps 20ms, PT=96",
                "G722@20i": "G.722 20ms, PT=9",
                "PCMU@10i": "PCMU 10ms, PT=0",
                "GSM@20i": "GSM 20ms, PT=3",
                "PCMA@30i": "PCMA 30ms, PT=8",
                "PCMA@20i": "PCMA 20ms, PT=8",
                "G726-32@30i": "G.726 32Kbps 30ms, PT=122",
                "PCMA@10i": "PCMA 10ms, PT=8",
                "iLBC@13330b@30i": "iLBC 13.33Kbps 30ms, PT=97",
                "AMR@12200b@20i": "AMR 12.20Kbps 20ms, PT=96",
                "AMR-WB@23850b@20i": "AMR-WB 23.85Kbps 20ms, PT=103",
                "G7221@16000h@24000b@20i": "G.722.1 24Kbps 20ms, PT=107",
                "G729@30i": "G.729 30ms, PT=18",
                "none": "",
                "G722@30i": "G.722 30ms, PT=9",
                "G723@30i": "G.723.1 6.3Kbps 30ms, PT=4",
                "G726-16@30i": "G.726 16Kbps 30ms, PT=124",
                "AMR@4750b@40i": "AMR 4.75Kbps 40ms, PT=96"
              },
              "label": "Codec #2",
              "field": "codec-2",
              "rules": "not_matches[codec-1]|not_matches[codec-3]|not_matches[codec-4]|not_matches[codec-5]|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]",
              "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]",
              "type": "dropdown"
            },
            "codec-3": {
              "default": "G729@20i",
              "value": {
                "PCMU@30i": "PCMU 30ms, PT=0",
                "PCMU@20i": "PCMU 20ms, PT=0",
                "G726-24@30i": "G.726 24Kbps 30ms, PT=123",
                "G726-40@30i": "G.726 40Kbps 30ms, PT=121",
                "G726-24@20i": "G.726 24Kbps 20ms, PT=123",
                "G726-40@20i": "G.726 40Kbps 20ms, PT=121",
                "G726-32@20i": "G.726 32Kbps 20ms, PT=122",
                "G7221@16000h@32000b@20i": "G.722.1 32Kbps 20ms, PT=107",
                "G726-16@20i": "G.726 16Kbps 20ms, PT=124",
                "iLBC@15200b@20i": "iLBC 15.20Kbps 20ms, PT=98",
                "AMR@12200b@40i": "AMR 12.20Kbps 40ms, PT=96",
                "G729@20i": "G.729 20ms, PT=18",
                "AMR@4750b@20i": "AMR 4.75Kbps 20ms, PT=96",
                "G722@20i": "G.722 20ms, PT=9",
                "PCMU@10i": "PCMU 10ms, PT=0",
                "GSM@20i": "GSM 20ms, PT=3",
                "PCMA@30i": "PCMA 30ms, PT=8",
                "PCMA@20i": "PCMA 20ms, PT=8",
                "G726-32@30i": "G.726 32Kbps 30ms, PT=122",
                "PCMA@10i": "PCMA 10ms, PT=8",
                "iLBC@13330b@30i": "iLBC 13.33Kbps 30ms, PT=97",
                "AMR@12200b@20i": "AMR 12.20Kbps 20ms, PT=96",
                "AMR-WB@23850b@20i": "AMR-WB 23.85Kbps 20ms, PT=103",
                "G7221@16000h@24000b@20i": "G.722.1 24Kbps 20ms, PT=107",
                "G729@30i": "G.729 30ms, PT=18",
                "none": "",
                "G722@30i": "G.722 30ms, PT=9",
                "G723@30i": "G.723.1 6.3Kbps 30ms, PT=4",
                "G726-16@30i": "G.726 16Kbps 30ms, PT=124",
                "AMR@4750b@40i": "AMR 4.75Kbps 40ms, PT=96"
              },
              "label": "Codec #3",
              "field": "codec-3",
              "rules": "not_matches[codec-1]|not_matches[codec-2]|not_matches[codec-4]|not_matches[codec-5]|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]",
              "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]",
              "type": "dropdown"
            },
            "codec-1": {
              "help": [
                "Order in which media codecs will be used. Please select codecs in order of priority.",
                "1 is the highest priority and 5 is the lowest priority"
              ],
              "default": "PCMU@20i",
              "value": {
                "PCMU@30i": "PCMU 30ms, PT=0",
                "PCMU@20i": "PCMU 20ms, PT=0",
                "G726-24@30i": "G.726 24Kbps 30ms, PT=123",
                "G726-40@30i": "G.726 40Kbps 30ms, PT=121",
                "G726-24@20i": "G.726 24Kbps 20ms, PT=123",
                "G726-40@20i": "G.726 40Kbps 20ms, PT=121",
                "G726-32@20i": "G.726 32Kbps 20ms, PT=122",
                "G7221@16000h@32000b@20i": "G.722.1 32Kbps 20ms, PT=107",
                "G726-16@20i": "G.726 16Kbps 20ms, PT=124",
                "iLBC@15200b@20i": "iLBC 15.20Kbps 20ms, PT=98",
                "AMR@12200b@40i": "AMR 12.20Kbps 40ms, PT=96",
                "G729@20i": "G.729 20ms, PT=18",
                "AMR@4750b@20i": "AMR 4.75Kbps 20ms, PT=96",
                "G722@20i": "G.722 20ms, PT=9",
                "PCMU@10i": "PCMU 10ms, PT=0",
                "GSM@20i": "GSM 20ms, PT=3",
                "PCMA@30i": "PCMA 30ms, PT=8",
                "PCMA@20i": "PCMA 20ms, PT=8",
                "G726-32@30i": "G.726 32Kbps 30ms, PT=122",
                "PCMA@10i": "PCMA 10ms, PT=8",
                "iLBC@13330b@30i": "iLBC 13.33Kbps 30ms, PT=97",
                "AMR@12200b@20i": "AMR 12.20Kbps 20ms, PT=96",
                "AMR-WB@23850b@20i": "AMR-WB 23.85Kbps 20ms, PT=103",
                "G7221@16000h@24000b@20i": "G.722.1 24Kbps 20ms, PT=107",
                "G729@30i": "G.729 30ms, PT=18",
                "none": "",
                "G722@30i": "G.722 30ms, PT=9",
                "G723@30i": "G.723.1 6.3Kbps 30ms, PT=4",
                "G726-16@30i": "G.726 16Kbps 30ms, PT=124",
                "AMR@4750b@40i": "AMR 4.75Kbps 40ms, PT=96"
              },
              "label": "Codec #1",
              "field": "codec-1",
              "rules": "not_matches[codec-2]|not_matches[codec-3]|not_matches[codec-4]|not_matches[codec-5]|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]",
              "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]",
              "type": "dropdown"
            },
            "codec-4": {
              "default": "iLBC@15200b@20i",
              "value": {
                "PCMU@30i": "PCMU 30ms, PT=0",
                "PCMU@20i": "PCMU 20ms, PT=0",
                "G726-24@30i": "G.726 24Kbps 30ms, PT=123",
                "G726-40@30i": "G.726 40Kbps 30ms, PT=121",
                "G726-24@20i": "G.726 24Kbps 20ms, PT=123",
                "G726-40@20i": "G.726 40Kbps 20ms, PT=121",
                "G726-32@20i": "G.726 32Kbps 20ms, PT=122",
                "G7221@16000h@32000b@20i": "G.722.1 32Kbps 20ms, PT=107",
                "G726-16@20i": "G.726 16Kbps 20ms, PT=124",
                "iLBC@15200b@20i": "iLBC 15.20Kbps 20ms, PT=98",
                "AMR@12200b@40i": "AMR 12.20Kbps 40ms, PT=96",
                "G729@20i": "G.729 20ms, PT=18",
                "AMR@4750b@20i": "AMR 4.75Kbps 20ms, PT=96",
                "G722@20i": "G.722 20ms, PT=9",
                "PCMU@10i": "PCMU 10ms, PT=0",
                "GSM@20i": "GSM 20ms, PT=3",
                "PCMA@30i": "PCMA 30ms, PT=8",
                "PCMA@20i": "PCMA 20ms, PT=8",
                "G726-32@30i": "G.726 32Kbps 30ms, PT=122",
                "PCMA@10i": "PCMA 10ms, PT=8",
                "iLBC@13330b@30i": "iLBC 13.33Kbps 30ms, PT=97",
                "AMR@12200b@20i": "AMR 12.20Kbps 20ms, PT=96",
                "AMR-WB@23850b@20i": "AMR-WB 23.85Kbps 20ms, PT=103",
                "G7221@16000h@24000b@20i": "G.722.1 24Kbps 20ms, PT=107",
                "G729@30i": "G.729 30ms, PT=18",
                "none": "",
                "G722@30i": "G.722 30ms, PT=9",
                "G723@30i": "G.723.1 6.3Kbps 30ms, PT=4",
                "G726-16@30i": "G.726 16Kbps 30ms, PT=124",
                "AMR@4750b@40i": "AMR 4.75Kbps 40ms, PT=96"
              },
              "label": "Codec #4",
              "field": "codec-4",
              "rules": "not_matches[codec-1]|not_matches[codec-2]|not_matches[codec-3]|not_matches[codec-5]|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]",
              "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]",
              "type": "dropdown"
            },
            "codec-5": {
              "default": "G722@20i",
              "value": {
                "PCMU@30i": "PCMU 30ms, PT=0",
                "PCMU@20i": "PCMU 20ms, PT=0",
                "G726-24@30i": "G.726 24Kbps 30ms, PT=123",
                "G726-40@30i": "G.726 40Kbps 30ms, PT=121",
                "G726-24@20i": "G.726 24Kbps 20ms, PT=123",
                "G726-40@20i": "G.726 40Kbps 20ms, PT=121",
                "G726-32@20i": "G.726 32Kbps 20ms, PT=122",
                "G7221@16000h@32000b@20i": "G.722.1 32Kbps 20ms, PT=107",
                "G726-16@20i": "G.726 16Kbps 20ms, PT=124",
                "iLBC@15200b@20i": "iLBC 15.20Kbps 20ms, PT=98",
                "AMR@12200b@40i": "AMR 12.20Kbps 40ms, PT=96",
                "G729@20i": "G.729 20ms, PT=18",
                "AMR@4750b@20i": "AMR 4.75Kbps 20ms, PT=96",
                "G722@20i": "G.722 20ms, PT=9",
                "PCMU@10i": "PCMU 10ms, PT=0",
                "GSM@20i": "GSM 20ms, PT=3",
                "PCMA@30i": "PCMA 30ms, PT=8",
                "PCMA@20i": "PCMA 20ms, PT=8",
                "G726-32@30i": "G.726 32Kbps 30ms, PT=122",
                "PCMA@10i": "PCMA 10ms, PT=8",
                "iLBC@13330b@30i": "iLBC 13.33Kbps 30ms, PT=97",
                "AMR@12200b@20i": "AMR 12.20Kbps 20ms, PT=96",
                "AMR-WB@23850b@20i": "AMR-WB 23.85Kbps 20ms, PT=103",
                "G7221@16000h@24000b@20i": "G.722.1 24Kbps 20ms, PT=107",
                "G729@30i": "G.729 30ms, PT=18",
                "none": "",
                "G722@30i": "G.722 30ms, PT=9",
                "G723@30i": "G.723.1 6.3Kbps 30ms, PT=4",
                "G726-16@30i": "G.726 16Kbps 30ms, PT=124",
                "AMR@4750b@40i": "AMR 4.75Kbps 40ms, PT=96"
              },
              "label": "Codec #5",
              "field": "codec-5",
              "rules": "not_matches[codec-1]|not_matches[codec-2]|not_matches[codec-3]|not_matches[codec-4]|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]",
              "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]",
              "type": "dropdown"
            }
          },
          "name": "Profile"
        }
      },
      "name": "Media",
      "description": [
        "The Media module allows you to configure codecs preferences.",
        ""
      ]
    }
  • mediamon
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/mediamon/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "logging/syslog": {
              "help": "Enable/Disable logging of the Media Monitor logs within syslog.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Log in Syslog",
              "field": "logging/syslog",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "global/NSC_MEDIAMON_ENABLE": {
              "group": "global",
              "help": "This option is read only. The media firewall is enabled when the media interfaces are in 'hidden' mode",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Media Firewall",
              "disabled": "disabled",
              "field": "global/NSC_MEDIAMON_ENABLE",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "logging/level": {
              "help": "Type of information that will be printed within the Media Monitor logs.",
              "default": "info",
              "value": {
                "debug": "Debug",
                "info": "Info"
              },
              "label": "Log Level",
              "field": "logging/level",
              "rules": "required|in_list[debug,info]",
              "ha_rules": "required|in_list[debug,info]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        },
        "log": {
          "description": "Log file",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download log files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/mediamon/log",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List log."
              ]
            }
          }
        },
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Get Service Status",
              "description": "Returns service status and statistics."
            }
          },
          "description": "Controls the service running state and startup mode.",
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/mediamon/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Media Firewall",
      "description": [
        "The Media Firewall module allows you to configure settings of the media firewall service.",
        ""
      ]
    }
  • monitor
    {
      "methods": {
        "flush": {
          "description": "Flush all events",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "trash-o",
          "name": "Flush All Events"
        }
      },
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/monitor/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "general/event_life": {
              "category": "General",
              "default": "7",
              "label": "Days to Keep Events",
              "field": "general/event_life",
              "rules": "required|integer|greater_than[0]",
              "category_setting": "expanded",
              "type": "text",
              "size": "5"
            }
          },
          "name": "Configuration"
        },
        "event": {
          "pagination": false,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Status",
              "description": "Status"
            },
            "get": {
              "request": "GET",
              "name": "Get",
              "description": "Get Event list"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List event."
              ]
            },
            "history": {
              "request": "GET",
              "name": "History",
              "description": "Status"
            }
          },
          "description": "Event",
          "dynamic": true,
          "base_path": false,
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "name": "Event"
        },
        "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/monitor/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Monitor",
      "description": [
        "The monitor module allows you to [TBD] ...",
        ""
      ]
    }
  • mysqld
    {
      "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/mysqld/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "SQL Server",
      "description": ""
    }
  • network
    {
      "methods": {
        "apply": {
          "button_class": "danger",
          "description": "Apply Network changes",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "save",
          "name": "Apply Network"
        },
        "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"
        },
        "restart": {
          "description": "Restart Network",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "repeat",
          "name": "Restart Network"
        }
      },
      "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/network/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        },
        "ip": {
          "pagination": false,
          "controller_url": "/SAFe/sng_network_config",
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List ip."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a IP"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a IP"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a IP"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a IP"
            }
          },
          "description": "IP",
          "dynamic": true,
          "base_path": "/NSC/local/software/network/ip",
          "configurable": true,
          "global_methods": false,
          "autoname": true,
          "class": {
            "proto": {
              "group": "proto",
              "help": "The protocol family type and which boot-time protocol should be used.",
              "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": {
              "help": "Use this option for the DHCP server requires the client to specify a hostname before receiving an IP address.",
              "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": {
              "help": "Use the DNS servers returns from DHCP server.",
              "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"
              ],
              "help": " IP address and network prefix.",
              "default": "",
              "label": "Address",
              "field": "address",
              "rules": "required[proto,in,static-4,static-6]|valid_ip",
              "type": "text",
              "size": 40
            },
            "interface": {
              "help": "The name of the device to add the IP address to.",
              "default": null,
              "value": [],
              "label": "Interface",
              "field": "interface",
              "rules": "required|in_list[]",
              "ha_rules": "required|in_list[]",
              "type": "dropdown"
            }
          },
          "name": "IP"
        },
        "route": {
          "pagination": false,
          "description": "Static Route",
          "dynamic": true,
          "base_path": "/NSC/local/software/network/route",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List route."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Static Route"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Static Route"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Static Route"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Static Route"
            }
          },
          "global_methods": false,
          "class": {
            "interface": {
              "help": "The network interface used to reach destination IP address.",
              "default": null,
              "value": [],
              "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 Route"
        },
        "interface": {
          "pagination": false,
          "autoname": true,
          "description": "Interface",
          "dynamic": true,
          "base_path": "/NSC/local/software/network/interface",
          "configurable": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Status",
              "description": "Retrieve interface status"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a interface"
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a interface"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List interface."
              ]
            },
            "up": {
              "request": "POST",
              "name": "Up",
              "description": "Set interface up"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a interface"
            },
            "down": {
              "request": "POST",
              "name": "Down",
              "description": "Set interface down"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a 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": "Interface"
        },
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/network/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "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",
              "help": "Static Name server IP address.",
              "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": {
              "help": "IPV4 address of the network's gateway.",
              "default": "",
              "label": "Default IPV4 Gateway",
              "field": "ipv4/default_gw",
              "rules": "valid_ip_or_domain[ipv4]",
              "type": "text",
              "size": 40
            },
            "ipv6/default_gw": {
              "help": "IPV6 address of the network's gateway.",
              "default": "",
              "label": "Default IPV6 Gateway",
              "field": "ipv6/default_gw",
              "rules": "valid_ip_or_domain[ipv6]",
              "type": "text",
              "size": 40
            },
            "global/gatewaydev": {
              "category": "Gateway",
              "help": [
                "Default Gateway Interface is the gateway device, such as eth0. ",
                "Configure this option if you have multiple interfaces on the same subnet,",
                "and require one of those interfaces to be the preferred route to the default gateway."
              ],
              "default": "",
              "label": "Default Gateway Interface",
              "field": "global/gatewaydev",
              "category_setting": "expanded",
              "type": "text",
              "size": 50
            },
            "global/hostname": {
              "category": "General",
              "help": "Host Name should be the Fully Qualified Domain Name (FQDN), such as hostname.expample.com.",
              "default": "",
              "label": "Host Name",
              "field": "global/hostname",
              "rules": "required|regex_match[/^(?=.{1,254}$)((?=[a-z0-9-]{1,63}\\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,63}$/i]",
              "category_setting": "expanded",
              "ha_rules": "required|regex_match[/^(?=.{1,254}$)((?=[a-z0-9-]{1,63}\\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,63}$/i]",
              "type": "text",
              "size": 40
            }
          },
          "name": "Configuration"
        },
        "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"
        }
      },
      "name": "Network",
      "description": [
        "The Network module allows you to configure network settings such as routes.",
        ""
      ]
    }
  • notifier
    {
      "methods": {
        "test": {
          "class": {
            "email": {
              "default": "",
              "label": "Email Address",
              "field": "email",
              "rules": "required|valid_email",
              "type": "text",
              "size": "50"
            }
          },
          "description": "Notifier test",
          "request": "POST",
          "name": "Test Notification",
          "icon": "bell"
        }
      },
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/notifier/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "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/port": {
              "help": [
                "SMTP server port.",
                "Non-encrypted connection usually uses port 25 or 587.",
                "Secure (SSL) connection usually uses port 465."
              ],
              "default": "25",
              "label": "SMTP Server Port",
              "field": "email/smtp/port",
              "rules": "valid_port_number",
              "type": "text",
              "size": "10"
            },
            "email/smtp/password": {
              "help": "SMTP user account password.",
              "default": "",
              "label": "SMTP Password",
              "field": "email/smtp/password",
              "type": "password",
              "size": "30"
            },
            "email/smtp/user": {
              "category": "SMTP Credentials",
              "help": "SMTP user account identifier.",
              "default": "",
              "label": "SMTP User",
              "field": "email/smtp/user",
              "category_setting": "expanded",
              "type": "text",
              "size": "30"
            },
            "email/enable": {
              "category": "Email",
              "group": "email",
              "help": "Enable/Disable Email notification.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Email Notification",
              "field": "email/enable",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "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"
            },
            "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/smtp/server": {
              "category": "SMTP Settings",
              "help": [
                "SMTP server address.",
                "Use IP address or FQDN.",
                "To enable secure(SSL) connection please add ssl:// prefix."
              ],
              "default": "",
              "label": "SMTP Server Address",
              "field": "email/smtp/server",
              "rules": "required[email/enable]|ssl_ip_or_domain",
              "category_setting": "expanded",
              "type": "text",
              "size": "70"
            }
          },
          "name": "Configuration"
        },
        "rule": {
          "pagination": false,
          "autoname": true,
          "description": "Notification Rule",
          "dynamic": true,
          "base_path": "/NSC/local/software/notifier/rule",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List rule."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Rule"
            }
          },
          "global_methods": false,
          "class": {
            "action": {
              "help": "Select the action type of the notifications.",
              "default": "email",
              "value": {
                "hourly": "Hourly Report",
                "email": "Email",
                "daily": "Daily Report"
              },
              "label": "Action",
              "field": "action",
              "rules": "required|in_list[email,hourly,daily]",
              "ha_rules": "required|in_list[email,hourly,daily]",
              "type": "dropdown"
            },
            "severity": {
              "help": "Select the severity level need to send notifications.",
              "default": [],
              "value": {
                "info": "Information",
                "critical": "Critical",
                "error": "Error"
              },
              "label": "Severity",
              "field": "severity",
              "rules": "required[,in,__empty__]|is_array|in_list[info,error,critical]",
              "ha_rules": "is_array|in_list[info,error,critical]",
              "inline": "true",
              "type": "checkbox"
            },
            "service": {
              "help": "Select the service that need to send notifications.",
              "default": "__any__",
              "value": {
                "sipsecmon": "SIP Security Monitor",
                "network": "Network",
                "clustermon": "Cluster Management",
                "webconfig": "Web Server",
                "nsc": "Vega Session Controller",
                "__any__": "( All Services )",
                "system": "System",
                "cluster": "High Availability",
                "rtcpmon": "RTCP Monitor",
                "mysqld": "SQL Server",
                "mediamon": "Media Firewall",
                "monitor": "Monitor"
              },
              "label": "Service",
              "field": "service",
              "rules": "required|in_list[__any__,nsc,system,network,cluster,rtcpmon,sipsecmon,mediamon,webconfig,mysqld,clustermon,monitor]",
              "ha_rules": "required|in_list[__any__,nsc,system,network,cluster,rtcpmon,sipsecmon,mediamon,webconfig,mysqld,clustermon,monitor]",
              "type": "dropdown"
            },
            "user": {
              "help": "Select the users to receive the notifications.",
              "default": "__all__",
              "value": {
                "__all__": "( All Users )"
              },
              "label": "User",
              "field": "user",
              "rules": "required|in_list[__all__]",
              "ha_rules": "required|in_list[__all__]",
              "type": "dropdown"
            }
          },
          "name": "Notification Rule"
        }
      },
      "name": "Notifier",
      "description": [
        "The Notifier module allows you to configure SMTP settings to receive email notifications and add notification rules and preferences.",
        ""
      ]
    }
  • nsc
    • description
      [
        "The Application module takes care of the SBC system startup, configuration and licensing.",
        ""
      ]
    • name
      "Vega Session Controller"
    • object
      • archive
        • description
          "Archive"
        • methods
          • backup
            • class
              • backup_type
                • default
                  "configuration"
                  "system"
                • field
                  "backup_type"
                • ha_rules
                  • 1016
                    in_list[system,configur
                  • 4423
                    support,system,template
                • label
                  "Backup Type"
                • rules
                  • 1016
                    in_list[system,configur
                  • 4423
                    support,system,template
                • type
                  "dropdown"
                • value
                  {
                    "support": "Support Backup",
                    "configuration": "Configuration Backup",
                    "data": "Data Backup",
                    "system": "System Backup",
                    "template": "Template Backup"
                  }
              • name
                {
                  "default": "",
                  "label": "Backup Name",
                  "field": "name",
                  "rules": "alpha_dash",
                  "type": "text",
                  "size": 30
                }
            • description
              [
                "Backup system settings."
              ]
            • icon
              "archive"
            • name
              "Backup"
            • request
              "POST"
            • scope
              "global"
          • delete
            {
              "request": "POST",
              "name": "Delete",
              "description": [
                "Delete a backup files."
              ]
            }
          • download
            {
              "request": "GET",
              "name": "Download",
              "description": [
                "Download a backup files."
              ]
            }
          • list
            {
              "request": "GET",
              "name": "List",
              "description": [
                "List archive."
              ]
            }
          • restore
            {
              "class": {
                "backup_exclude_opts": {
                  "default": [],
                  "value": {
                    "Network": "Skip Network Configuration",
                    "License": "Skip License Configuration"
                  },
                  "label": "Restore Options",
                  "field": "backup_exclude_opts",
                  "rules": "is_array|in_list[Network,License]",
                  "ha_rules": "is_array|in_list[Network,License]",
                  "inline": "true",
                  "type": "checkbox"
                }
              },
              "request": "POST",
              "name": "Restore",
              "description": [
                "Restore a backup files."
              ]
            }
          • upload
            {
              "scope": "global",
              "description": [
                "Upload a backup files."
              ],
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            }
      • configuration
        {
          "singleton": true,
          "controller_url": "/SAFe/sng_config_manager",
          "methods": {
            "status": {
              "request": "GET",
              "name": "Get Status",
              "description": [
                "Get Application configuration status."
              ]
            },
            "reload": {
              "request": "POST",
              "name": "Reload",
              "description": [
                "Apply and reload all dynamic configuration."
              ]
            },
            "smartapply": {
              "request": "POST",
              "name": "Smart Apply",
              "description": [
                "Smart Apply Application configuration."
              ]
            },
            "apply": {
              "request": "POST",
              "name": "Apply",
              "description": [
                "Apply Application configuration."
              ]
            }
          },
          "description": [
            "Manages overall Application configuration."
          ],
          "dynamic": true,
          "pagination": false,
          "base_path": "/NSC/local/software/nsc/configuration",
          "configurable": true,
          "global_methods": false,
          "name": "Configuration"
        }
      • core
        {
          "description": "Core Dump",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download a Core Dump files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/nsc/core",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List core."
              ]
            },
            "delete": {
              "name": "Delete",
              "confirm": true,
              "description": [
                "Delete a  Core Dump files."
              ],
              "request": "POST",
              "action_url": "/SAFe/sng_data_manager/delete_confirm/nsc/core",
              "icon": "times"
            }
          }
        }
      • corebt
        {
          "description": "Core Dump Back Trace",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download a Core Dump files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/nsc/corebt",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List corebt."
              ]
            },
            "delete": {
              "name": "Delete",
              "confirm": true,
              "description": [
                "Delete a  Core Dump files."
              ],
              "request": "POST",
              "action_url": "/SAFe/sng_data_manager/delete_confirm/nsc/corebt",
              "icon": "times"
            }
          }
        }
      • license
        {
          "singleton": true,
          "controller_url": "/SAFe/sng_license",
          "methods": {
            "info": {
              "request": "GET",
              "name": "Info",
              "description": [
                "Returns System information required to produce a new License."
              ]
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List license."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": [
                "Returns Application currently installed license and status."
              ]
            },
            "upload": {
              "description": [
                "Upload License."
              ],
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            },
            "refresh": {
              "description": [
                "Download License from Portal."
              ],
              "processing": true,
              "request": "POST",
              "icon": "download",
              "display": false,
              "name": "Download License from Portal"
            }
          },
          "description": [
            "Manages Application licensed Features."
          ],
          "dynamic": false,
          "pagination": false,
          "base_path": false,
          "configurable": true,
          "global_methods": false,
          "class": [],
          "name": "License"
        }
      • log
        {
          "description": "Log File",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download log files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/nsc/log",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List log."
              ]
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": [
                "Delete a  Core Dump files."
              ]
            }
          }
        }
      • preferences
        {
          "singleton": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": [
                "Returns Application preferences."
              ]
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": [
                "Modifies Application preferences."
              ]
            }
          },
          "description": [
            "Manages Application preferences."
          ],
          "dynamic": false,
          "pagination": false,
          "base_path": false,
          "configurable": true,
          "global_methods": false,
          "class": {
            "ftp_base_dir": {
              "composite_parent": "ftp_server",
              "default": "nsc",
              "label": "/",
              "field": "ftp_base_dir",
              "rules": "required",
              "type": "text",
              "size": 16
            },
            "ftp_port": {
              "category": "Ftp Configuration",
              "help": "A valid ftp port connection on server.",
              "default": "21",
              "label": "Port",
              "field": "ftp_port",
              "rules": "required",
              "category_setting": "expanded",
              "type": "number",
              "size": 4
            },
            "ftp_username": {
              "category": "Ftp Configuration",
              "help": "A valid ftp account username.",
              "default": "anonymous",
              "label": "Username",
              "field": "ftp_username",
              "rules": "required",
              "category_setting": "expanded",
              "type": "text",
              "size": 16
            },
            "keyboard_mode": {
              "category": "General",
              "help": [
                "Keyboard layout for text editor component.",
                "Select Standard if unsure."
              ],
              "default": "standard",
              "value": {
                "vim": "Vi",
                "emacs": "Emacs",
                "standard": "Standard"
              },
              "label": "Editor Key Bindings Mode",
              "field": "keyboard_mode",
              "rules": "required|in_list[standard,vim,emacs]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[standard,vim,emacs]",
              "type": "dropdown"
            },
            "web_session_timeout": {
              "help": "Time in minutes for web session to expire.",
              "default": "180",
              "label": "Web Session Timeout",
              "field": "web_session_timeout",
              "rules": "required|is_natural|greater_than[0]|less_than[35792]",
              "type": "text",
              "size": 8
            },
            "ftp_server": {
              "category": "Ftp Configuration",
              "help": "Server and base directory to check for new updates.",
              "default": "ftp.sangoma.com",
              "label": "Server",
              "field": "ftp_server",
              "rules": "required",
              "composite": [
                "ftp_base_dir"
              ],
              "category_setting": "expanded",
              "type": "text",
              "size": 32
            },
            "ftp_password": {
              "category": "Ftp Configuration",
              "help": "A valid ftp account password.",
              "default": "",
              "label": "Password",
              "field": "ftp_password",
              "category_setting": "expanded",
              "type": "password",
              "size": 16
            },
            "connection_timeout": {
              "category": "Ftp Configuration",
              "help": "Ftp connection timeout. Too high value may user interface",
              "default": "10",
              "label": "Timeout",
              "field": "connection_timeout",
              "rules": "required",
              "category_setting": "expanded",
              "type": "number",
              "size": 2
            }
          },
          "name": "Preferences"
        }
      • 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/nsc/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      • version
        • base_path
          false
        • class
          • build_version
            • default
              "134"
              "91"
            • disabled
              "disabled"
            • field
              "build_version"
            • label
              "build_version"
            • type
              "text"
          • full_name
            {
              "default": "NetBorder Session Controller",
              "field": "full_name",
              "type": "text",
              "disabled": "disabled",
              "label": "full_name"
            }
          • major_version
            • default
              "2"
              "3"
            • disabled
              "disabled"
            • field
              "major_version"
            • label
              "major_version"
            • type
              "text"
          • minor_version
            • default
              "3"
              "0"
            • disabled
              "disabled"
            • field
              "minor_version"
            • label
              "minor_version"
            • type
              "text"
          • name
            {
              "default": "nsc",
              "field": "name",
              "type": "text",
              "disabled": "disabled",
              "label": "name"
            }
          • patch_version
            • default
              "30"
              "12"
            • disabled
              "disabled"
            • field
              "patch_version"
            • label
              "patch_version"
            • type
              "text"
          • product_version
            • default
              "2.3.30-134"
              "3.0.12-91"
            • disabled
              "disabled"
            • field
              "product_version"
            • label
              "product_version"
            • type
              "text"
          • release_version
            {
              "default": "GA",
              "field": "release_version",
              "type": "text",
              "disabled": "disabled",
              "label": "release_version"
            }
          • short_name
            {
              "default": "nsc",
              "field": "short_name",
              "type": "text",
              "disabled": "disabled",
              "label": "short_name"
            }
        • configurable
          true
        • description
          [
            "Manages Application components version."
          ]
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": [
                "Returns Application version information."
              ]
            }
          }
        • name
          "Version"
        • pagination
          false
        • singleton
          true
  • ntpd
    • description
      ""
    • name
      "Date & Time"
    • object
      • configuration
        • base_path
          "/NSC/local/software/ntpd/configuration"
        • class
          • config/date
            • default
              "2022-02-10"
              "2022-02-11"
            • field
              "config/date"
            • help
              "Enter the system date."
            • label
              "Date"
            • rules
              "valid_date"
            • size
              20
            • type
              "date"
          • config/datetime
            • default
              "Thu Feb 10 08:22:50 EST 2022"
              "Fri Feb 11 13:28:39 UTC 2022"
            • disabled
              "disabled"
            • field
              "config/datetime"
            • label
              "Server Datetime"
            • size
              49
            • type
              "datetime"
          • config/mode
            {
              "group": "configuration-mode",
              "help": [
                "You can select Time Sever or Manual Configuration"
              ],
              "default": "true",
              "value": {
                "true": "Time Server",
                "false": "Manual"
              },
              "label": "Configuration Mode",
              "field": "config/mode",
              "rules": "required|in_list[false,true]",
              "ha_rules": "required|in_list[false,true]",
              "type": "dropdown"
            }
          • config/time
            • default
              "08:22:50"
              "13:28:39"
            • field
              "config/time"
            • help
              "Enter the system time."
            • label
              "Time"
            • rules
              "valid_time"
            • size
              20
            • type
              "time"
          • config/timeserver/server/0
            • default
              "0.rhel.pool.ntp.org"
              "0.centos.pool.ntp.org"
            • field
              "config/timeserver/server/0"
            • help
              "Enter the server 0 details here"
            • label
              "Server #0"
            • rules
              "required[config/mode]|valid_ip_or_domain"
            • size
              49
            • type
              "text"
          • config/timeserver/server/1
            • default
              "1.rhel.pool.ntp.org"
              "1.centos.pool.ntp.org"
            • field
              "config/timeserver/server/1"
            • help
              "Enter the server1 details here"
            • label
              "Server #1"
            • rules
              "valid_ip_or_domain"
            • size
              49
            • type
              "text"
          • config/timeserver/server/2
            • default
              "2.rhel.pool.ntp.org"
              "2.centos.pool.ntp.org"
            • field
              "config/timeserver/server/2"
            • help
              "Enter the server 2 details here"
            • label
              "Server #2"
            • rules
              "valid_ip_or_domain"
            • size
              49
            • type
              "text"
          • config/timezone
            • default
              "US/Eastern"
            • field
              "config/timezone"
            • ha_rules
              • 14117
                ist[PRC,MST,GMT0,Poland,Libya,Iceland,Africa/Porto-Novo,Africa/El_Aaiun,Africa/Nouakchott,Africa/DakarAfrica/Accra,Africa/Algiers,Africa/Bissau,Africa/Casablanca,Africa/JubCeuta,Af
              • 9415
                ica/FreetowEl_Aaiun,Af
              • 11014
                ica/BanguiJuba,Afr
              • 12373
                ca/Kinshasahartoum,Africa/Nairobi,Africa/Timbuktu,Africa/AccraMonrovia,Africa/Ndjamena,Africa/Sao_Tome,Africa/LuandaTunis,Afr
              • 21527
                ica/MbabAbidjane,Africa/CairBamako,Af
              • 24429
                ica/GaboroneBanjul,Africa/NiameConakry,Af
              • 27364
                ica/Malabo,Africa/Kampala,Africa/Mogadishu,Africa/LibrevilleDakar,Africa/Freetown,Africa/Lome,Africa/Nouakchott,Africa/Ouagadougou,Africa/Timbuktu,Afr
              • 37439
                is_Ababa,Africa/MonroviAsmara,Africa/Djibout
              • 40031
                ica/Djibouti,Africa/TripoliAsmera,Africa/Dar_es_Salaam,Afr
              • 43644
                ca/Doualajibouti,Africa/LomeKampala,Africa/OuagadougouMogadishu,Africa/Nairobi,Afr
              • 50169
                /Banjulgui,Africa/NdjamenaBrazzaville,Africa/ConakryDouala,Africa/TunisKinshasa,Africa/BamakoLagos,Afr
              • 575139
                ca/Lusaka,Africa/Bujumbura,Africa/Casablanca,Africa/Johannesburg,Africa/Asmera,Africa/Maputo,Africa/Algiers,Africa/Maseruibreville,Africa/Luanda,Africa/Malabo,Africa/Niamey,Africa/Porto-Novo,Africa/Blantyre,Africa/Bujumbura,Africa/Gaborone,Africa/AsmHarare,Afr
              • 72950
                ica/AbidjanLubumbashi,Africa/BissauLusaka,Africa/Dar_es_SalaamMaputo,Afr
              • 7762311
                ca/Ceutaairo,Africa/Blantyre,Africa/KhartoumJohannesburg,Africa/Maseru,Africa/LagosMbabane,Africa/Brazzaville,AfTripoli,America/HarSantarem,Afmerica/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,JaAraguaina,America/Argentina/La_Rioja,America/Argentina/Rio_Gallegos,America/Argentina/Salta,America/Argentina/San_Juan,America/Argentina/San_Luis,America/Argentina/Tucuman,America/Argentina/Ushuaia,America/Argentina/Buenos_Aires,America/Argentina/Catamarca,America/Argentina/ComodRivadavia,America/Argentina/Cordoba,America/Argentina/Jujuy,America/Argentina/Mendoza,America/Santo_Domingo,America/Asuncion,America/Marigot,America/Bahia,America/Puerto_Rico,America/Bahia_Banderas,America/Montserrat,America/Barbados,America/Port_of_Spain,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_PandaAmerica/Belem,America/St_Barthelemy,America/Belize,America/Punta_Arenas,America/Blanc-Sablon,America/St_Thomas,America/Boa_Vista,America/St_Vincent,America/Bogota,America/Tortola,America/Boise,America/Rainy_River,America/Cambridge_Bay,America/Recife,America/Campo_Grande,America/Virgin,America/Cancun,America/Buenos_Aires,America/Caracas,America/Anguilla,America/Cayenne,America/Guadeloupe,America/Chihuahua,America/St_Kitts,America/Costa_Rica,America/St_Lucia,America/Creston,America/Catamarca,America/Cuiaba,America/Rankin_Inlet,America/Danmarkshavn,America/Jujuy,America/Dawson,America/Antigua,America/Dawson_Creek,America/Cordoba,America/Eirunepe,America/Rosario,America/El_Salvador,America/Mendoza,America/Fort_Nelson,America/Kralendijk,America/Fortaleza,America/Lower_Princes,America/Glace_Bay,America/Chicago,America/Goose_Bay,America/Aruba,America/Grand_Turk,America/Curacao,America/Guatemala,America/Atikokan,America/Guayaquil,America/Coral_Harbour,America/Guyana,America/Cayman,America/Hermosillo,America/Indiana/Marengo,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/Jmerica/Indiana/Petersburg,America/Indiana/Tell_City,America/Indiana/Vevay,America/Indiana/Vincennes,America/Indiana/Winamac,America/Indiana/Indianapolis,America/Indiana/Knox,America/Panama,America/Inuvik,America/Detroit,America/Iqaluit,America/Denver,America/Juneau,America/Kentucky/Monticello,America/Kentucky/Louisville,America/Edmonton,America/La_Paz,America/Fort_Wayne,America/Lima,America/Ensenada,America/Maceio,America/Tijuana,America/Managua,America/Halifax,America/Martinique,America/Indianapolis,America/Matamoros,America/Havana,America/Menominee,America/Godthab,America/Merida,America/Nuuk,America/Metlakartla,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/Admerica/Knox_IN,America/Miquelon,America/Jamaica,America/Moncton,America/Louisville,America/Monterrey,America/Los_Angeles,America/Montevideo,America/Manaus,America/Nassau,America/Mazatlan,America/Nipigon,America/Mexico_City,America/Nome,America/North_Dakota/Beulah,America/North_Dakota/Center,America/North_Dakota/New_Salem,America/New_York,America/Ojinaga,America/Noronha,America/Pangnirtung,America/Montreal,America/Paramaribo,America/Resolute,America/Port-au-Prince,America/Toronto,America/Porto_Velho,America/Scoresbysund,America/Phoenix,America/Sitka,America/Dominica,America/Swift_Current,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/Palmermerica/Regina,America/Tegucigalpa,America/Santiago,America/Thule,America/Porto_Acre,America/Thunder_Bay,America/Rio_Branco,America/Yakutat,America/Yellowknife,America/Shiprock,America/Santa_Isabel,America/Adak,America/Atka,America/Anchorage,America/Grenada,America/Sao_Paulo,America/St_Johns,America/Vancouver,America/Whitehorse,America/Winnipeg,Antarctica/Casey,Antarctica/Davis,Ant
              • 407113
                ica/SyowaMacquarie,Ant
              • 410616
                arctica/Palmer,Antarctica/Rothera,
              • 413537
                hera,Antarctica/DavisSyowa,Antarctica/Sout
              • 416418
                ica/South_PoleTroll,Ant
              • 418115
                ica/McMurdoVostok,Ant
              • 418737
                stok,Antarctica/CaseyMcMurdo,Antarctica/Vost
              • 42185687
                ica/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,WESouth_Pole,Arctic/Longyearbyen,Asia/Seoul,Asia/Almaty,Asia/Rangoon,Asia/Amman,Asia/Yangon,Asia/Anadyr,Asia/Singapore,Asia/Aqtau,Asia/Taipei,Asia/Aqtobe,Asia/Tehran,Asia/Atyrau,Asia/Tokyo,Asia/Baghdad,Asia/Thimbu,Asia/Baku,Asia/Thimphu,Asia/Barnaul,Asia/Beirut,Asia/Ulaanbaatar,Asia/Bishkek,Asia/Ulan_Bator,Asia/Brunei,Asia/Chita,Asia/Choibalsan,Asia/Colombo,Asia/Damascus,Asia/Dili,Asia/Dushanbe,Asia/Famagusta,Asia/Gaza,Asia/Hebron,Asia/Hovd,Asia/Irkutsk,Asia/Jakarta,Asia/Jayapura,Asia/Kabul,Asia/Kamchatka,Asia/Karachi,Asia/Khandyga,Asia/Krasnoyarsk,Asia/Calcutta,Asia/Kuala_Lumpur,Asia/Kuching,Asia/Magadan,Asia/Manila,Asia/Kolkata,Asia/Novokuznetsk,Asia/Novosibirsk,Asia/Omsk,Asia/Oral,Asia/Pontianak,Asia/Pyongyang,Asia/Qostanay,Asia/Qyzylorda,Asia/Sakhalin,Asia/Samarkand,Asia/Harbin,Asia/Srednekolymsk,Asia/Tashkent,Asia/Tbilisi,Asia/Tomsk,Asia/Ust-Nera,Asia/Vladivostok,Asia/Yakutsk,Asia/Shanghai,Asia/Yekaterinburg,Asia/Yerevan,Asia/Bangkok,Asia/Ujung_Pandang,Asia/Aden,Asia/Kuwait,Asia/Riyadh,Asia/Vientiane,Asia/Chongqing,Asia/Ashgabat,Asia/Ashkhabad,Asia/Chungking,Asia/Nicosia,Asia/Bahrain,Asia/Qatar,Asia/Phnom_Penh,Asia/Dacca,Asia/Dhaka,Asia/Urumqi,Asia/Macao,Asia/Dubai,Asia/Muscat,Asia/Kashgar,Asia/Macau,Asia/Ho_Chi_Minh,Asia/Saigon,Asia/Hong_Kong,Asia/Istanbul,Asia/Katmandu,Asia/Makassar,Asia/Jerusalem,Asia/Tel_Aviv,Asia/Kathmandu,Atlantic/Azores,Atlantic/Bermuda,Atlantic/Canary,Atlantic/Cape_Verde,Atlantic/Madeira,Atlantic/South_Georgia,Atlantic/Stanley,Atlantic/St_Helena,Atlantic/Jan_Mayen,Atlantic/Faeroe,Atlantic/Faroe,Atlantic/Reykjavik,Australia/Currie,Australia/Eucla,Australia/Lindeman,Australia/ACT,Australia/Canberra,Australia/NSW,Australia/Sydney,Australia/Adelaide,Australia/South,Australia/Brisbane,Australia/Queensland,Australia/Broken_Hill,Australia/Yancowinna,Australia/Darwin,Australia/North,Australia/Hobart,Australia/Tasmania,Australia/LHI,Australia/Lord_Howe,Australia/Melbourne,Australia/Victoria,Australia/Perth,Australia/West,Brazil/West,Brazil/DeNoronha,Brazil/Acre,Brazil/East,CET,CST6CDT,Canada/Mountain,Canada/Atlantic,Canada/Eastern,Canada/Saskatchewan,Canada/Newfoundland,Canada/Pacific,Canada/Yukon,Canada/Central,Chile/Continental,Chile/EasterIsland,EET,EST,EST5EDT,Etc/GMT+1,Etc/GMT+10,Etc/GMT+11,Etc/GMT+12,Etc/GMT+2,Etc/GMT+3,Etc/GMT+4,Etc/GMT+5,Etc/GMT+6,Etc/GMT+7,Etc/GMT+8,Etc/GMT+9,Etc/GMT-1,Etc/GMT-10,Etc/GMT-11,Etc/GMT-12,Etc/GMT-13,Etc/GMT-14,Etc/GMT-2,Etc/GMT-3,Etc/GMT-4,Etc/GMT-5,Etc/GMT-6,Etc/GMT-7,Etc/GMT-8,Etc/GMT-9,Etc/GMT,Etc/GMT+0,Etc/GMT-0,Etc/GMT0,Etc/Greenwich,Etc/UCT,Etc/UTC,Etc/Universal,Etc/Zulu,Europe/Amsterdam,Europe/Andorra,Europe/Astrakhan,Europe/Athens,Europe/Berlin,Europe/Brussels,Europe/Bucharest,Europe/Budapest,Europe/Copenhagen,Europe/Gibraltar,Europe/Kaliningrad,Europe/Kiev,Europe/Kirov,Europe/Luxembourg,Europe/Madrid,Europe/Malta,Europe/Minsk,Europe/Monaco,Europe/Paris,Europe/Riga,Europe/Samara,Europe/Saratov,Europe/Simferopol,Europe/Sofia,Europe/Stockholm,Europe/Tallinn,Europe/Tirane,Europe/Ulyanovsk,Europe/Uzhgorod,Europe/Vienna,Eurogograd,Europe/Zaporozhye,Europe/Oslo,Europe/Istanbul,Europe/Nicosia,Europe/Dublin,Europe/Rome,Europe/Belfast,Europe/Guernsey,Europe/Isle_of_Man,Europe/Jersey,Europe/London,Europe/San_Marino,Europe/Vatican,Europe/Belgrade,Europe/Ljubljana,Europe/Podgorica,Europe/Sarajevo,Europe/Skopje,Europe/Zagreb,Europe/Bratislava,Europe/Prague,Europe/Busingen,Europe/Vaduz,Europe/Zurich,Europe/Chisinau,Europe/Tiraspol,Europe/Helsinki,Europe/Mariehamn,Europe/Lisbon,Europe/Moscow,Europe/Warsaw,HST,Indian/Chagos,Indian/Christmas,Indian/Cocos,Indian/Kerguelen,Indian/Mahe,Indian/Maldives,Indian/Mauritius,Indian/Reunion,Indian/Antananarivo,Indian/Comoro,Indian/Mayotte,MET,MST,MST7MDT,Mexico/BajaNorte,Mexico/BajaSur,Mexico/General,PST8PDT,Pacific/Apia,Pacific/Bougainville,Pacific/Efate,Pacific/Enderbury,Pacific/Fakaofo,Pacific/Fiji,Pacific/Funafuti,Pacific/Galapagos,Pacific/Gambier,Pacific/Guadalcanal,Pacific/Kiritimati,Pacific/Kosrae,Pacific/Majuro,Pacific/Marquesas,Pacific/Nauru,Pacific/Niue,Pacific/Norfolk,Pacific/Noumea,Pacific/Palau,Pacific/Pitcairn,Pacific/Port_Moresby,Pacific/Rarotonga,Pacific/Tahiti,Pacific/Tarawa,Pacific/Tongatapu,Pacific/Wake,Pacific/Wallis,Pacific/Auckland,Pacific/Easter,Pacific/Kwajalein,Pacific/Chatham,Pacific/Chuuk,Pacific/Truk,Pacific/Yap,Pacific/Guam,Pacific/Saipan,Pacific/Honolulu,Pacific/Johnston,Pacific/Midway,Pacific/Pago_Pago,Pacific/Samoa,Pacific/Pohnpei,Pacific/Ponape,US/Aleutian,US/Alaska,US/Central,US/Mountain,US/Michigan,US/East-Indiana,US/Indiana-Starke,US/Pacific,US/Pacific-New,US/Eastern,US/Arizona,US/Hawaii,US/Samoa,WET,Egypt,Libya,Navajo,Cuba,Jamaica,NZ,PRC,Hongkong,Turkey,Israel,ROK,Singapore,ROC,Iran,Japan,Iceland,Eire,GMT,GMT+0,GMT-0,GMT0,Greenwich,UCT,UTC,Universal,Zulu,GB,GB-Eire,Portugal,W-SU,Poland,Kwajalein,NZ-CHAT,__
            • help
              [
                "Select your system timezone."
              ]
            • label
              "Time Zone"
            • rules
              • 14117
                ist[PRC,MST,GMT0,Poland,Libya,Iceland,Africa/Porto-Novo,Africa/El_Aaiun,Africa/Nouakchott,Africa/DakarAfrica/Accra,Africa/Algiers,Africa/Bissau,Africa/Casablanca,Africa/JubCeuta,Af
              • 9415
                ica/FreetowEl_Aaiun,Af
              • 11014
                ica/BanguiJuba,Afr
              • 12373
                ca/Kinshasahartoum,Africa/Nairobi,Africa/Timbuktu,Africa/AccraMonrovia,Africa/Ndjamena,Africa/Sao_Tome,Africa/LuandaTunis,Afr
              • 21527
                ica/MbabAbidjane,Africa/CairBamako,Af
              • 24429
                ica/GaboroneBanjul,Africa/NiameConakry,Af
              • 27364
                ica/Malabo,Africa/Kampala,Africa/Mogadishu,Africa/LibrevilleDakar,Africa/Freetown,Africa/Lome,Africa/Nouakchott,Africa/Ouagadougou,Africa/Timbuktu,Afr
              • 37439
                is_Ababa,Africa/MonroviAsmara,Africa/Djibout
              • 40031
                ica/Djibouti,Africa/TripoliAsmera,Africa/Dar_es_Salaam,Afr
              • 43644
                ca/Doualajibouti,Africa/LomeKampala,Africa/OuagadougouMogadishu,Africa/Nairobi,Afr
              • 50169
                /Banjulgui,Africa/NdjamenaBrazzaville,Africa/ConakryDouala,Africa/TunisKinshasa,Africa/BamakoLagos,Afr
              • 575139
                ca/Lusaka,Africa/Bujumbura,Africa/Casablanca,Africa/Johannesburg,Africa/Asmera,Africa/Maputo,Africa/Algiers,Africa/Maseruibreville,Africa/Luanda,Africa/Malabo,Africa/Niamey,Africa/Porto-Novo,Africa/Blantyre,Africa/Bujumbura,Africa/Gaborone,Africa/AsmHarare,Afr
              • 72950
                ica/AbidjanLubumbashi,Africa/BissauLusaka,Africa/Dar_es_SalaamMaputo,Afr
              • 7768157
                ca/Ceutaairo,Africa/Blantyre,Africa/KhartoumJohannesburg,Africa/Maseru,Africa/LagosMbabane,Africa/Brazzaville,AfTripoli,America/HarSantarem,Afmerica/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,WEAraguaina,America/Argentina/La_Rioja,America/Argentina/Rio_Gallegos,America/Argentina/Salta,America/Argentina/San_Juan,America/Argentina/San_Luis,America/Argentina/Tucuman,America/Argentina/Ushuaia,America/Argentina/Buenos_Aires,America/Argentina/Catamarca,America/Argentina/ComodRivadavia,America/Argentina/Cordoba,America/Argentina/Jujuy,America/Argentina/Mendoza,America/Santo_Domingo,America/Asuncion,America/Marigot,America/Bahia,America/Puerto_Rico,America/Bahia_Banderas,America/Montserrat,America/Barbados,America/Port_of_Spain,America/Belem,America/St_Barthelemy,America/Belize,America/Punta_Arenas,America/Blanc-Sablon,America/St_Thomas,America/Boa_Vista,America/St_Vincent,America/Bogota,America/Tortola,America/Boise,America/Rainy_River,America/Cambridge_Bay,America/Recife,America/Campo_Grande,America/Virgin,America/Cancun,America/Buenos_Aires,America/Caracas,America/Anguilla,America/Cayenne,America/Guadeloupe,America/Chihuahua,America/St_Kitts,America/Costa_Rica,America/St_Lucia,America/Creston,America/Catamarca,America/Cuiaba,America/Rankin_Inlet,America/Danmarkshavn,America/Jujuy,America/Dawson,America/Antigua,America/Dawson_Creek,America/Cordoba,America/Eirunepe,America/Rosario,America/El_Salvador,America/Mendoza,America/Fort_Nelson,America/Kralendijk,America/Fortaleza,America/Lower_Princes,America/Glace_Bay,America/Chicago,America/Goose_Bay,America/Aruba,America/Grand_Turk,America/Curacao,America/Guatemala,America/Atikokan,America/Guayaquil,America/Coral_Harbour,America/Guyana,America/Cayman,America/Hermosillo,America/Indiana/Marengo,America/Indiana/Petersburg,America/Indiana/Tell_City,America/Indiana/Vevay,America/Indiana/Vincennes,America/Indiana/Winamac,America/Indiana/Indianapolis,America/Indiana/Knox,America/Panama,America/Inuvik,America/Detroit,America/Iqaluit,America/Denver,America/Juneau,America/Kentucky/Monticello,America/Kentucky/Louisville,America/Edmonton,America/La_Paz,America/Fort_Wayne,America/Lima,America/Ensenada,America/Maceio,America/Tijuana,America/Managua,America/Halifax,America/Martinique,America/Indianapolis,America/Matamoros,America/Havana,America/Menominee,America/Godthab,America/Merida,America/Nuuk,America/Metlakatla,America/Knox_IN,America/Miquelon,America/Jamaica,America/Moncton,America/Louisville,America/Monterrey,America/Los_Angeles,America/Montevideo,America/Manaus,America/Nassau,America/Mazatlan,America/Nipigon,America/Mexico_City,America/Nome,America/North_Dakota/Beulah,America/North_Dakota/Center,America/North_Dakota/New_Salem,America/New_York,America/Ojinaga,America/Noronha,America/Pangnirtung,America/Montreal,America/Paramaribo,America/Resolute,America/Port-au-Prince,America/Toronto,America/Porto_Velho,America/Scoresbysund,America/Phoenix,America/Sitka,America/Dominica,America/Swift_Current,America/Regina,America/Tegucigalpa,America/Santiago,America/Thule,America/Porto_Acre,America/Thunder_Bay,America/Rio_Branco,America/Yakutat,America/Yellowknife,America/Shiprock,America/Santa_Isabel,America/Adak,America/Atka,America/Anchorage,America/Grenada,America/Sao_Paulo,America/St_Johns,America/Vancouver,America/Whitehorse,America/Winnipeg,Antarctica/Casey,Antarctica/Davis,Antarctica/DumontDUrville,Antarctica/Macquarie,Antarctica/Mawson,Antarctica/Palmer,Antarctica/Rothera,Antarctica/Syowa,Antarctica/Troll,Antarctica/Vostok,Antarctica/McMurdo,Antarctica/South_Pole,Arctic/Longyearbyen,Asia/Seoul,Asia/Almaty,Asia/Rangoon,Asia/Amman,Asia/Yangon,Asia/Anadyr,Asia/Singapore,Asia/Aqtau,Asia/Taipei,Asia/Aqtobe,Asia/Tehran,Asia/Atyrau,Asia/Tokyo,Asia/Baghdad,Asia/Thimbu,Asia/Baku,Asia/Thimphu,Asia/Barnaul,Asia/Beirut,Asia/Ulaanbaatar,Asia/Bishkek,Asia/Ulan_Bator,Asia/Brunei,Asia/Chita,Asia/Choibalsan,Asia/Colombo,Asia/Damascus,Asia/Dili,Asia/Dushanbe,Asia/Famagusta,Asia/Gaza,Asia/Hebron,Asia/Hovd,Asia/Irkutsk,Asia/Jakarta,Asia/Jayapura,Asia/Kabul,Asia/Kamchatka,Asia/Karachi,Asia/Khandyga,Asia/Krasnoyarsk,Asia/Calcutta,Asia/Kuala_Lumpur,Asia/Kuching,Asia/Magadan,Asia/Manila,Asia/Kolkata,Asia/Novokuznetsk,Asia/Novosibirsk,Asia/Omsk,Asia/Oral,Asia/Pontianak,Asia/Pyongyang,Asia/Qostanay,Asia/Qyzylorda,Asia/Sakhalin,Asia/Samarkand,Asia/Harbin,Asia/Srednekolymsk,Asia/Tashkent,Asia/Tbilisi,Asia/Tomsk,Asia/Ust-Nera,Asia/Vladivostok,Asia/Yakutsk,Asia/Shanghai,Asia/Yekaterinburg,Asia/Yerevan,Asia/Bangkok,Asia/Ujung_Pandang,Asia/Aden,Asia/Kuwait,Asia/Riyadh,Asia/Vientiane,Asia/Chongqing,Asia/Ashgabat,Asia/Ashkhabad,Asia/Chungking,Asia/Nicosia,Asia/Bahrain,Asia/Qatar,Asia/Phnom_Penh,Asia/Dacca,Asia/Dhaka,Asia/Urumqi,Asia/Macao,Asia/Dubai,Asia/Muscat,Asia/Kashgar,Asia/Macau,Asia/Ho_Chi_Minh,Asia/Saigon,Asia/Hong_Kong,Asia/Istanbul,Asia/Katmandu,Asia/Makassar,Asia/Jerusalem,Asia/Tel_Aviv,Asia/Kathmandu,Atlantic/Azores,Atlantic/Bermuda,Atlantic/Canary,Atlantic/Cape_Verde,Atlantic/Madeira,Atlantic/South_Georgia,Atlantic/Stanley,Atlantic/St_Helena,Atlantic/Jan_Mayen,Atlantic/Faeroe,Atlantic/Faroe,Atlantic/Reykjavik,Australia/Currie,Australia/Eucla,Australia/Lindeman,Australia/ACT,Australia/Canberra,Australia/NSW,Australia/Sydney,Australia/Adelaide,Australia/South,Australia/Brisbane,Australia/Queensland,Australia/Broken_Hill,Australia/Yancowinna,Australia/Darwin,Australia/North,Australia/Hobart,Australia/Tasmania,Australia/LHI,Australia/Lord_Howe,Australia/Melbourne,Australia/Victoria,Australia/Perth,Australia/West,Brazil/West,Brazil/DeNoronha,Brazil/Acre,Brazil/East,CET,CST6CDT,Canada/Mountain,Canada/Atlantic,Canada/Eastern,Canada/Saskatchewan,Canada/Newfoundland,Canada/Pacific,Canada/Yukon,Canada/Central,Chile/Continental,Chile/EasterIsland,EET,EST,EST5EDT,Etc/GMT+1,Etc/GMT+10,Etc/GMT+11,Etc/GMT+12,Etc/GMT+2,Etc/GMT+3,Etc/GMT+4,Etc/GMT+5,Etc/GMT+6,Etc/GMT+7,Etc/GMT+8,Etc/GMT+9,Etc/GMT-1,Etc/GMT-10,Etc/GMT-11,Etc/GMT-12,Etc/GMT-13,Etc/GMT-14,Etc/GMT-2,Etc/GMT-3,Etc/GMT-4,Etc/GMT-5,Etc/GMT-6,Etc/GMT-7,Etc/GMT-8,Etc/GMT-9,Etc/GMT,Etc/GMT+0,Etc/GMT-0,Etc/GMT0,Etc/Greenwich,Etc/UCT,Etc/UTC,Etc/Universal,Etc/Zulu,Europe/Amsterdam,Europe/Andorra,Europe/Astrakhan,Europe/Athens,Europe/Berlin,Europe/Brussels,Europe/Bucharest,Europe/Budapest,Europe/Copenhagen,Europe/Gibraltar,Europe/Kaliningrad,Europe/Kiev,Europe/Kirov,Europe/Luxembourg,Europe/Madrid,Europe/Malta,Europe/Minsk,Europe/Monaco,Europe/Paris,Europe/Riga,Europe/Samara,Europe/Saratov,Europe/Simferopol,Europe/Sofia,Europe/Stockholm,Europe/Tallinn,Europe/Tirane,Europe/Ulyanovsk,Europe/Uzhgorod,Europe/Vienna,Europe/Vilnius,Europe/Volgograd,Europe/Zaporozhye,Europe/Oslo,Europe/Istanbul,Europe/Nicosia,Europe/Dublin,Europe/Rome,Europe/Belfast,Europe/Guernsey,Europe/Isle_of_Man,Europe/Jersey,Europe/London,Europe/San_Marino,Europe/Vatican,Europe/Belgrade,Europe/Ljubljana,Europe/Podgorica,Europe/Sarajevo,Europe/Skopje,Europe/Zagreb,Europe/Bratislava,Europe/Prague,Europe/Busingen,Europe/Vaduz,Europe/Zurich,Europe/Chisinau,Europe/Tiraspol,Europe/Helsinki,Europe/Mariehamn,Europe/Lisbon,Europe/Moscow,Europe/Warsaw,HST,Indian/Chagos,Indian/Christmas,Indian/Cocos,Indian/Kerguelen,Indian/Mahe,Indian/Maldives,Indian/Mauritius,Indian/Reunion,Indian/Antananarivo,Indian/Comoro,Indian/Mayotte,MET,MST,MST7MDT,Mexico/BajaNorte,MPacific/Apia,Pacific/Bougainville,Pacific/Efate,Pacific/Enderbury,Pacific/Fakaofo,Pacific/Fiji,Pacific/Funafuti,Pacific/Galapagos,Pacific/Gambier,Pacific/Guadalcanal,Pacific/Kiritimati,Pacific/Kosrae,Pacific/Majuro,Pacific/Marquesas,Pacific/Nauru,Pacific/Niue,Pacific/Norfolk,Pacific/Noumea,Pacific/Palau,Pacific/Pitcairn,Pacific/Port_Moresby,Pacific/Rarotonga,Pacific/Tahiti,Pacific/Tarawa,Pacific/Tongatapu,Pacific/Wake,Pacific/Wallis,Pacific/Auckland,Pacific/Easter,Pacific/Kwajalein,Pacific/Chatham,Pacific/Chuuk,Pacific/Truk,Pacific/Yap,Pacific/Guam,Pacific/Saipan,Pacific/Honolulu,Pacific/Johnston,Pacific/Midway,Pacific/Pago_Pago,Pacific/Samoa,Pacific/Pohnpei,Pacific/Ponape,US/Aleutian,US/Alaska,US/Central,US/Mountain,US/Michigan,US/East-Indiana,US/Indiana-Starke,US/Pacific,US/Pacific-New,US/Eastern,US/Arizona,US/Hawaii,US/Samoa,WET,Egypt,Libya,Navajo,Cuba,Jamaica,NZ,PRC,Hongkong,Turkey,Israel,ROK,Singapore,ROC,Iran,Japan,Iceland,Eire,GMT,GMT+0,GMT-0,GMT0,Greenwich,UCT,UTC,Universal,Zulu,GB,GB-Eire,Portugal,W-SU,Poland,Kwajalein,NZ-CHAT,__
            • type
              "dropdown"
            • value
              • Africa/Abidjan
                "Africa/Abidjan"
              • Africa/Accra
                "Africa/Accra"
              • Africa/Addis_Ababa
                "Africa/Addis_Ababa"
              • Africa/Algiers
                "Africa/Algiers"
              • Africa/Asmara
                "Africa/Asmara"
              • Africa/Asmera
                "Africa/Asmera"
              • Africa/Bamako
                "Africa/Bamako"
              • Africa/Bangui
                "Africa/Bangui"
              • Africa/Banjul
                "Africa/Banjul"
              • Africa/Bissau
                "Africa/Bissau"
              • Africa/Blantyre
                "Africa/Blantyre"
              • Africa/Brazzaville
                "Africa/Brazzaville"
              • Africa/Bujumbura
                "Africa/Bujumbura"
              • Africa/Cairo
                "Africa/Cairo"
              • Africa/Casablanca
                "Africa/Casablanca"
              • Africa/Ceuta
                "Africa/Ceuta"
              • Africa/Conakry
                "Africa/Conakry"
              • Africa/Dakar
                "Africa/Dakar"
              • Africa/Dar_es_Salaam
                "Africa/Dar_es_Salaam"
              • Africa/Djibouti
                "Africa/Djibouti"
              • Africa/Douala
                "Africa/Douala"
              • Africa/El_Aaiun
                "Africa/El_Aaiun"
              • Africa/Freetown
                "Africa/Freetown"
              • Africa/Gaborone
                "Africa/Gaborone"
              • Africa/Harare
                "Africa/Harare"
              • Africa/Johannesburg
                "Africa/Johannesburg"
              • Africa/Juba
                "Africa/Juba"
              • Africa/Kampala
                "Africa/Kampala"
              • Africa/Khartoum
                "Africa/Khartoum"
              • Africa/Kigali
                "Africa/Kigali"
              • Africa/Kinshasa
                "Africa/Kinshasa"
              • Africa/Lagos
                "Africa/Lagos"
              • Africa/Libreville
                "Africa/Libreville"
              • Africa/Lome
                "Africa/Lome"
              • Africa/Luanda
                "Africa/Luanda"
              • Africa/Lubumbashi
                "Africa/Lubumbashi"
              • Africa/Lusaka
                "Africa/Lusaka"
              • Africa/Malabo
                "Africa/Malabo"
              • Africa/Maputo
                "Africa/Maputo"
              • Africa/Maseru
                "Africa/Maseru"
              • Africa/Mbabane
                "Africa/Mbabane"
              • Africa/Mogadishu
                "Africa/Mogadishu"
              • Africa/Monrovia
                "Africa/Monrovia"
              • Africa/Nairobi
                "Africa/Nairobi"
              • Africa/Ndjamena
                "Africa/Ndjamena"
              • Africa/Niamey
                "Africa/Niamey"
              • Africa/Nouakchott
                "Africa/Nouakchott"
              • Africa/Ouagadougou
                "Africa/Ouagadougou"
              • Africa/Porto-Novo
                "Africa/Porto-Novo"
              • Africa/Sao_Tome
                "Africa/Sao_Tome"
              • Africa/Timbuktu
                "Africa/Timbuktu"
              • Africa/Tripoli
                "Africa/Tripoli"
              • Africa/Tunis
                "Africa/Tunis"
              • Africa/Windhoek
                "Africa/Windhoek"
              • America/Adak
                "America/Adak"
              • America/Anchorage
                "America/Anchorage"
              • America/Anguilla
                "America/Anguilla"
              • America/Antigua
                "America/Antigua"
              • America/Araguaina
                "America/Araguaina"
              • America/Argentina/Buenos_Aires
                "America/Argentina/Buenos_Aires"
              • America/Argentina/Catamarca
                "America/Argentina/Catamarca"
              • America/Argentina/ComodRivadavia
                "America/Argentina/ComodRivadavia"
              • America/Argentina/Cordoba
                "America/Argentina/Cordoba"
              • America/Argentina/Jujuy
                "America/Argentina/Jujuy"
              • America/Argentina/La_Rioja
                "America/Argentina/La_Rioja"
              • America/Argentina/Mendoza
                "America/Argentina/Mendoza"
              • America/Argentina/Rio_Gallegos
                "America/Argentina/Rio_Gallegos"
              • America/Argentina/Salta
                "America/Argentina/Salta"
              • America/Argentina/San_Juan
                "America/Argentina/San_Juan"
              • America/Argentina/San_Luis
                "America/Argentina/San_Luis"
              • America/Argentina/Tucuman
                "America/Argentina/Tucuman"
              • America/Argentina/Ushuaia
                "America/Argentina/Ushuaia"
              • America/Aruba
                "America/Aruba"
              • America/Asuncion
                "America/Asuncion"
              • America/Atikokan
                "America/Atikokan"
              • America/Atka
                "America/Atka"
              • America/Bahia
                "America/Bahia"
              • America/Bahia_Banderas
                "America/Bahia_Banderas"
              • America/Barbados
                "America/Barbados"
              • America/Belem
                "America/Belem"
              • America/Belize
                "America/Belize"
              • America/Blanc-Sablon
                "America/Blanc-Sablon"
              • America/Boa_Vista
                "America/Boa_Vista"
              • America/Bogota
                "America/Bogota"
              • America/Boise
                "America/Boise"
              • America/Buenos_Aires
                "America/Buenos_Aires"
              • America/Cambridge_Bay
                "America/Cambridge_Bay"
              • America/Campo_Grande
                "America/Campo_Grande"
              • America/Cancun
                "America/Cancun"
              • America/Caracas
                "America/Caracas"
              • America/Catamarca
                "America/Catamarca"
              • America/Cayenne
                "America/Cayenne"
              • America/Cayman
                "America/Cayman"
              • America/Chicago
                "America/Chicago"
              • America/Chihuahua
                "America/Chihuahua"
              • America/Coral_Harbour
                "America/Coral_Harbour"
              • America/Cordoba
                "America/Cordoba"
              • America/Costa_Rica
                "America/Costa_Rica"
              • America/Creston
                "America/Creston"
              • America/Cuiaba
                "America/Cuiaba"
              • America/Curacao
                "America/Curacao"
              • America/Danmarkshavn
                "America/Danmarkshavn"
              • America/Dawson
                "America/Dawson"
              • America/Dawson_Creek
                "America/Dawson_Creek"
              • America/Denver
                "America/Denver"
              • America/Detroit
                "America/Detroit"
              • America/Dominica
                "America/Dominica"
              • America/Edmonton
                "America/Edmonton"
              • America/Eirunepe
                "America/Eirunepe"
              • America/El_Salvador
                "America/El_Salvador"
              • America/Ensenada
                "America/Ensenada"
              • America/Fort_Nelson
                "America/Fort_Nelson"
              • America/Fort_Wayne
                "America/Fort_Wayne"
              • America/Fortaleza
                "America/Fortaleza"
              • America/Glace_Bay
                "America/Glace_Bay"
              • America/Godthab
                "America/Godthab"
              • America/Goose_Bay
                "America/Goose_Bay"
              • America/Grand_Turk
                "America/Grand_Turk"
              • America/Grenada
                "America/Grenada"
              • America/Guadeloupe
                "America/Guadeloupe"
              • America/Guatemala
                "America/Guatemala"
              • America/Guayaquil
                "America/Guayaquil"
              • America/Guyana
                "America/Guyana"
              • America/Halifax
                "America/Halifax"
              • America/Havana
                "America/Havana"
              • America/Hermosillo
                "America/Hermosillo"
              • America/Indiana/Indianapolis
                "America/Indiana/Indianapolis"
              • America/Indiana/Knox
                "America/Indiana/Knox"
              • America/Indiana/Marengo
                "America/Indiana/Marengo"
              • America/Indiana/Petersburg
                "America/Indiana/Petersburg"
              • America/Indiana/Tell_City
                "America/Indiana/Tell_City"
              • America/Indiana/Vevay
                "America/Indiana/Vevay"
              • America/Indiana/Vincennes
                "America/Indiana/Vincennes"
              • America/Indiana/Winamac
                "America/Indiana/Winamac"
              • America/Indianapolis
                "America/Indianapolis"
              • America/Inuvik
                "America/Inuvik"
              • America/Iqaluit
                "America/Iqaluit"
              • America/Jamaica
                "America/Jamaica"
              • America/Jujuy
                "America/Jujuy"
              • America/Juneau
                "America/Juneau"
              • America/Kentucky/Louisville
                "America/Kentucky/Louisville"
              • America/Kentucky/Monticello
                "America/Kentucky/Monticello"
              • America/Knox_IN
                "America/Knox_IN"
              • America/Kralendijk
                "America/Kralendijk"
              • America/La_Paz
                "America/La_Paz"
              • America/Lima
                "America/Lima"
              • America/Los_Angeles
                "America/Los_Angeles"
              • America/Louisville
                "America/Louisville"
              • America/Lower_Princes
                "America/Lower_Princes"
              • America/Maceio
                "America/Maceio"
              • America/Managua
                "America/Managua"
              • America/Manaus
                "America/Manaus"
              • America/Marigot
                "America/Marigot"
              • America/Martinique
                "America/Martinique"
              • America/Matamoros
                "America/Matamoros"
              • America/Mazatlan
                "America/Mazatlan"
              • America/Mendoza
                "America/Mendoza"
              • America/Menominee
                "America/Menominee"
              • America/Merida
                "America/Merida"
              • America/Metlakatla
                "America/Metlakatla"
              • America/Mexico_City
                "America/Mexico_City"
              • America/Miquelon
                "America/Miquelon"
              • America/Moncton
                "America/Moncton"
              • America/Monterrey
                "America/Monterrey"
              • America/Montevideo
                "America/Montevideo"
              • America/Montreal
                "America/Montreal"
              • America/Montserrat
                "America/Montserrat"
              • America/Nassau
                "America/Nassau"
              • America/New_York
                "America/New_York"
              • America/Nipigon
                "America/Nipigon"
              • America/Nome
                "America/Nome"
              • America/Noronha
                "America/Noronha"
              • America/North_Dakota/Beulah
                "America/North_Dakota/Beulah"
              • America/North_Dakota/Center
                "America/North_Dakota/Center"
              • America/North_Dakota/New_Salem
                "America/North_Dakota/New_Salem"
              • Amerivalue">
                "America/Nuuk"
              • America/Ojinaga
                "America/Ojinaga"
              • America/Panama
                "America/Panama"
              • America/Pangnirtung
                "America/Pangnirtung"
              • America/Paramaribo
                "America/Paramaribo"
              • America/Phoenix
                "America/Phoenix"
              • America/Port-au-Prince
                "America/Port-au-Prince"
              • America/Port_of_Spain
                "America/Port_of_Spain"
              • America/Porto_Acre
                "America/Porto_Acre"
              • America/Porto_Velho
                "America/Porto_Velho"
              • America/Puerto_Rico
                "America/Puerto_Rico"
              • America/Punta_Arenas
                "America/Punta_Arenas"
              • America/Rainy_River
                "America/Rainy_River"
              • America/Rankin_Inlet
                "America/Rankin_Inlet"
              • America/Recife
                "America/Recife"
              • America/Regina
                "America/Regina"
              • America/Resolute
                "America/Resolute"
              • America/Rio_Branco
                "America/Rio_Branco"
              • America/Rosario
                "America/Rosario"
              • America/Santa_Isabel
                "America/Santa_Isabel"
              • America/Santarem
                "America/Santarem"
              • America/Santiago
                "America/Santiago"
              • America/Santo_Domingo
                "America/Santo_Domingo"
              • America/Sao_Paulo
                "America/Sao_Paulo"
              • America/Scoresbysund
                "America/Scoresbysund"
              • America/Shiprock
                "America/Shiprock"
              • America/Sitka
                "America/Sitka"
              • America/St_Barthelemy
                "America/St_Barthelemy"
              • America/St_Johns
                "America/St_Johns"
              • America/St_Kitts
                "America/St_Kitts"
              • America/St_Lucia
                "America/St_Lucia"
              • America/St_Thomas
                "America/St_Thomas"
              • America/St_Vincent
                "America/St_Vincent"
              • America/Swift_Current
                "America/Swift_Current"
              • America/Tegucigalpa
                "America/Tegucigalpa"
              • America/Thule
                "America/Thule"
              • America/Thunder_Bay
                "America/Thunder_Bay"
              • America/Tijuana
                "America/Tijuana"
              • America/Toronto
                "America/Toronto"
              • America/Tortola
                "America/Tortola"
              • America/Vancouver
                "America/Vancouver"
              • America/Virgin
                "America/Virgin"
              • America/Whitehorse
                "America/Whitehorse"
              • America/Winnipeg
                "America/Winnipeg"
              • America/Yakutat
                "America/Yakutat"
              • America/Yellowknife
                "America/Yellowknife"
              • Antarctica/Casey
                "Antarctica/Casey"
              • Antarctica/Davis
                "Antarctica/Davis"
              • Antarctica/DumontDUrville
                "Antarctica/DumontDUrville"
              • Antarctica/Macquarie
                "Antarctica/Macquarie"
              • Antarctica/Mawson
                "Antarctica/Mawson"
              • Antarctica/McMurdo
                "Antarctica/McMurdo"
              • Antarctica/Palmer
                "Antarctica/Palmer"
              • Antarctica/Rothera
                "Antarctica/Rothera"
              • Antarctica/South_Pole
                "Antarctica/South_Pole"
              • Antarctica/Syowa
                "Antarctica/Syowa"
              • Antarctica/Troll
                "Antarctica/Troll"
              • Antarctica/Vostok
                "Antarctica/Vostok"
              • Arctic/Longyearbyen
                "Arctic/Longyearbyen"
              • Asia/Aden
                "Asia/Aden"
              • Asia/Almaty
                "Asia/Almaty"
              • Asia/Amman
                "Asia/Amman"
              • Asia/Anadyr
                "Asia/Anadyr"
              • Asia/Aqtau
                "Asia/Aqtau"
              • Asia/Aqtobe
                "Asia/Aqtobe"
              • Asia/Ashgabat
                "Asia/Ashgabat"
              • Asia/Ashkhabad
                "Asia/Ashkhabad"
              • Asia/Atyrau
                "Asia/Atyrau"
              • Asia/Baghdad
                "Asia/Baghdad"
              • Asia/Bahrain
                "Asia/Bahrain"
              • Asia/Baku
                "Asia/Baku"
              • Asia/Bangkok
                "Asia/Bangkok"
              • Asia/Barnaul
                "Asia/Barnaul"
              • Asia/Beirut
                "Asia/Beirut"
              • Asia/Bishkek
                "Asia/Bishkek"
              • Asia/Brunei
                "Asia/Brunei"
              • Asia/Calcutta
                "Asia/Calcutta"
              • Asia/Chita
                "Asia/Chita"
              • Asia/Choibalsan
                "Asia/Choibalsan"
              • Asia/Chongqing
                "Asia/Chongqing"
              • Asia/Chungking
                "Asia/Chungking"
              • Asia/Colombo
                "Asia/Colombo"
              • Asia/Dacca
                "Asia/Dacca"
              • Asia/Damascus
                "Asia/Damascus"
              • Asia/Dhaka
                "Asia/Dhaka"
              • Asia/Dili
                "Asia/Dili"
              • Asia/Dubai
                "Asia/Dubai"
              • Asia/Dushanbe
                "Asia/Dushanbe"
              • Asia/Famagusta
                "Asia/Famagusta"
              • Asia/Gaza
                "Asia/Gaza"
              • Asia/Harbin
                "Asia/Harbin"
              • Asia/Hebron
                "Asia/Hebron"
              • Asia/Ho_Chi_Minh
                "Asia/Ho_Chi_Minh"
              • Asia/Hong_Kong
                "Asia/Hong_Kong"
              • Asia/Hovd
                "Asia/Hovd"
              • Asia/Irkutsk
                "Asia/Irkutsk"
              • Asia/Istanbul
                "Asia/Istanbul"
              • Asia/Jakarta
                "Asia/Jakarta"
              • Asia/Jayapura
                "Asia/Jayapura"
              • Asia/Jerusalem
                "Asia/Jerusalem"
              • Asia/Kabul
                "Asia/Kabul"
              • Asia/Kamchatka
                "Asia/Kamchatka"
              • Asia/Karachi
                "Asia/Karachi"
              • Asia/Kashgar
                "Asia/Kashgar"
              • Asia/Kathmandu
                "Asia/Kathmandu"
              • Asia/Katmandu
                "Asia/Katmandu"
              • Asia/Khandyga
                "Asia/Khandyga"
              • Asia/Kolkata
                "Asia/Kolkata"
              • Asia/Krasnoyarsk
                "Asia/Krasnoyarsk"
              • Asia/Kuala_Lumpur
                "Asia/Kuala_Lumpur"
              • Asia/Kuching
                "Asia/Kuching"
              • Asia/Kuwait
                "Asia/Kuwait"
              • Asia/Macao
                "Asia/Macao"
              • Asia/Macau
                "Asia/Macau"
              • Asia/Magadan
                "Asia/Magadan"
              • Asia/Makassar
                "Asia/Makassar"
              • Asia/Manila
                "Asia/Manila"
              • Asia/Muscat
                "Asia/Muscat"
              • Asia/Nicosia
                "Asia/Nicosia"
              • Asia/Novokuznetsk
                "Asia/Novoknetsk"
              • Asia/Novosibirsk
                "Asia/Novosibirsk"
              • Asia/Omsk
                "Asia/Omsk"
              • Asia/Oral
                "Asia/Oral"
              • Asia/Phnom_Penh
                "Asia/Phnom_Penh"
              • Asia/Pontianak
                "Asia/Pontianak"
              • Asia/Pyongyang
                "Asia/Pyongyang"
              • Asia/Qatar
                "Asia/Qatar"
              • Asia/Qostanay
                "Asia/Qostanay"
              • Asia/Qyzylorda
                "Asia/Qyzylorda"
              • Asia/Rangoon
                "Asia/Rangoon"
              • Asia/Riyadh
                "Asia/Riyadh"
              • Asia/Riyadh87
                "Asia/Riyadh87"
              • Asia/Riyadh88
                "Asia/Riyadh88"
              • Asia/Riyadh89
                "Asia/Riyadh89"
              • Asia/Saigon
                "Asia/Saigon"
              • Asia/Sakhalin
                "Asia/Sakhalin"
              • Asia/Samarkand
                "Asia/Samarkand"
              • Asia/Seoul
                "Asia/Seoul"
              • Asia/Shanghai
                "Asia/Shanghai"
              • Asia/Singapore
                "Asia/Singapore"
              • Asia/Srednekolymsk
                "Asia/Srednekolymsk"
              • Asia/Taipei
                "Asia/Taipei"
              • Asia/Tashkent
                "Asia/Tashkent"
              • Asia/Tbilisi
                "Asia/Tbilisi"
              • Asia/Tehran
                "Asia/Tehran"
              • Asia/Tel_Aviv
                "Asia/Tel_Aviv"
              • Asia/Thimbu
                "Asia/Thimbu"
              • Asia/Thimphu
                "Asia/Thimphu"
              • Asia/Tokyo
                "Asia/Tokyo"
              • Asia/Tomsk
                "Asia/Tomsk"
              • Asia/Ujung_Pandang
                "Asia/Ujung_Pandang"
              • Asia/Ulaanbaatar
                "Asia/Ulaanbaatar"
              • Asia/Ulan_Bator
                "Asia/Ulan_Bator"
              • Asia/Urumqi
                "Asia/Urumqi"
              • Asia/Ust-Nera
                "Asia/Ust-Nera"
              • Asia/Vientiane
                "Asia/Vientiane"
              • Asia/Vladivostok
                "Asia/Vladivostok"
              • Asia/Yakutsk
                "Asia/Yakutsk"
              • Asia/Yangon
                "Asia/Yangon"
              • Asia/Yekaterinburg
                "Asia/Yekaterinburg"
              • Asia/Yerevan
                "Asia/Yerevi>
              • Atlantic/Azores
                "Atlantic/Azores"
              • Atlantic/Bermuda
                "Atlantic/Bermuda"
              • Atlantic/Canary
                "Atlantic/Canary"
              • Atlantic/Cape_Verde
                "Atlantic/Cape_Verde"
              • Atlantic/Faeroe
                "Atlantic/Faeroe"
              • Atlantic/Faroe
                "Atlantic/Faroe"
              • Atlantic/Jan_Mayen
                "Atlantic/Jan_Mayen"
              • Atlantic/Madeira
                "Atlantic/Madeira"
              • Atlantic/Reykjavik
                "Atlantic/Reykjavik"
              • Atlantic/South_Georgia
                "Atlantic/South_Georgia"
              • Atlantic/St_Helena
                "Atlantic/St_Helena"
              • Atlantic/Stanley
                "Atlantic/Stanley"
              • Australia/ACT
                "Australia/ACT"
              • Australia/Adelaide
                "Australia/Adelaide"
              • Australia/Brisbane
                "Australia/Brisbane"
              • Australia/Broken_Hill
                "Australia/Broken_Hill"
              • Australia/Canberra
                "Australia/Canberra"
              • Australia/Currie
                "Australia/Currie"
              • Australia/Darwin
                "Australia/Darwin"
              • Australia/Eucla
                "Australia/Eucla"
              • Australia/Hobart
                "Australia/Hobart"
              • Australia/LHI
                "Australia/LHI"
              • Australia/Lindeman
                "Australia/Lindeman"
              • Australia/Lord_Howe
                "Australia/Lord_Howe"
              • Australia/Melbourne
                "Australia/Melbourne"
              • Australia/NSW
                "Australia/NSW"
              • Australia/North
                "Australia/North"
              • Australia/Perth
                "Australia/Perth"
              • Australia/Queensland
                "Australia/Queensland"
              • Australia/South
                "Australia/South"
              • Australia/Sydney
                "Australia/Sydney"
              • Australia/Tasmania
                "Australia/Tasmania"
              • Australia/Victoria
                "Australia/Victoria"
              • Australia/West
                "Australia/West"
              • Australia/Yancowinna
                "Australia/Yancowinna"
              • Brazil/Acre
                "Brazil/Acre"
              • Brazil/DeNoronha
                "Brazil/DeNoronha"
              • Brazil/East
                "Brazil/East"
              • Brazil/West
                "Brazil/West"
              • CET
                "CET"
              • CST6CDT
                "CST6CDT"
              • Canada/Atlantic
                "Canada/Atlantic"
              • Canada/Central
                "Canada/Central"
              • Canada/East-Saskatchewan
                "Canada/East-Saskatchewan"
              • Canada/Eastern
                "Canada/Eastern"
              • Canada/Mountain
                "Canada/Mountain"
              • Canada/Newfoundland
                "Canada/Newfoundland"
              • Canada/Pacific
                "Canada/Pacific"
              • Canada/Saskatchewan
                "Canada/Saskatchewan"
              • Canada/Yukon
                "Canada/Yukon"
              • Chile/Continental
                "Chile/Continental"
              • Chile/EasterIsland
                "Chile/EasterIsland"
              • Cuba
                "Cuba"
              • EET
                "EET"
              • EST
                "EST"
              • EST5EDT
                "EST5EDT"
              • Egypt
                "Egypt"
              • Eire
                "Eire"
              • Etc/GMT
                "Etc/GMT"
              • Etc/GMT+0
                "Etc/GMT+0"
              • Etc/GMT+1
                "Etc/GMT+1"
              • Etc/GMT+10
                "Etc/GMT+10"
              • Etc/GMT+11
                "Etc/GMT+11"
              • Etc/GMT+12
                "Etc/GMT+12"
              • Etc/GMT+2
                "Etc/GMT+2"
              • Etc/GMT+3
                "Etc/GMT+3"
              • Etc/GMT+4
                "Etc/GMT+4"
              • Etc/GMT+5
                "Etc/GMT+5"
              • Etc/GMT+6
                "Etc/GMT+6"
              • Etc/GMT+7
                "Etc/GMT+7"
              • Etc/GMT+8
                "Etc/GMT+8"
              • Etc/GMT+9
                "Etc/GMT+9"
              • Etc/GMT-0
                "Etc/GMT-0"
              • Etc/GMT-1
                "Etc/GMT-1"
              • Etc/GMT-10
                "Etc/GMT-10"
              • Etc/GMT-11
                "Etc/GMT-11"
              • Etc/GMT-12
                "Etc/GMT-12"
              • Etc/GMT-13
                "Etc/GMT-13"
              • Etc/GMT-14
                "Etc/GMT-14"
              • Etc/GMT-2
                "Etc/GMT-2"
              • Etc/GMT-3
                "Etc/GMT-3"
              • Etc/GMT-4
                "Etc/GMT-4"
              • Etc/GMT-5
                "Etc/GMT-5"
              • Etc/GMT-6
                "Etc/GMT-6"
              • Etc/GMT-7
                "Etc/GMT-7"
              • Etc/GMT-8
                "Etc/GMT-8"
              • Etc/GMT-9
                "Etc/GMT-9"
              • Etc/GMT0
                "Etc/GMT0"
              • Etc/Greenwich
                "Etc/Greenwich"
              • Etc/UCT
                "Etc/UCT"
              • Etc/UTC
                "Etc/UTC"
              • Etc/Universal
                "Etc/Universal"
              • Etc/Zulu
                "Etc/Zulu"
              • Europe/Amsterdam
                "Europe/Amsterdam"
              • Europe/Andorra
                "Europe/Andorra"
              • Europe/Astrakhan
                "Europe/Astrakhan"
              • Europe/Athens
                "Europe/Athens"
              • Europe/Belfast
                "Europe/Belfast"
              • Europe/Belgrade
                "Europe/Belgrade"
              • Europe/Berlin
                "Europe/Berlin"
              • Europe/Bratislava
                "Europe/Bratislava"
              • Europe/Brussels
                "Europe/Brussels"
              • Europe/Bucharest
                "Europe/Bucharest"
              • Europe/Budapest
                "Europe/Budapest"
              • Europe/Busingen
                "Europe/Busingen"
              • Europe/Chisinau
                "Europe/Chisinau"
              • Europe/Copenhagen
                "Europe/Copenhagen"
              • Europe/Dublin
                "Europe/Dublin"
              • Europe/Gibraltar
                "Europe/Gibraltar"
              • Europe/Guernsey
                "Europe/Guernsey"
              • Europe/Helsinki
                "Europe/Helsinki"
              • Europe/Isle_of_Man
                "Europe/Isle_of_Man"
              • Europe/Istanbul
                "Europe/Istanbul"
              • Europe/Jersey
                "Europe/Jersey"
              • Europe/Kaliningrad
                "Europe/Kaliningrad"
              • Europe/Kiev
                "Europe/Kiev"
              • Europe/Kirov
                "Europe/Kirov"
              • Europe/Lisbon
                "Europe/Lisbon"
              • Europe/Ljubljana
                "Europe/Ljubljana"
              • Europe/London
                "Europe/London"
              • Europe/Luxembourg
                "Europe/Luxembourg"
              • Europe/Madrid
                "Europe/Madrid"
              • Europe/Malta
                "Europe/Malta"
              • Europe/Mariehamn
                "Europe/Mariehamn"
              • Europe/Minsk
                "Europe/Minsk"
              • Europe/Monaco
                "Europe/Monaco"
              • Europe/Moscow
                "Europe/Moscow"
              • Europe/Nicosia
                "Europe/Nicosia"
              • Europe/Oslo
                "Europe/Oslo"
              • Europe/Paris
                "Europe/Paris"
              • Europe/Podgorica
                "Europe/Podgorica"
              • Europe/Prague
                "Europe/Prague"
              • Europe/Riga
                "Europe/Riga"
              • Europe/Rome
                "Europe/Rome"
              • Europe/Samara
                "Europe/Samara"
              • Europe/San_Marino
                "Europe/San_Marino"
              • Europe/Sarajevo
                "Europe/Sarajevo"
              • Europe/Saratov
                "Europe/Saratov"
              • Europe/Simferopol
                "Europe/Simferopol"
              • Europe/Skopje
                "Europe/Skopje"
              • Europe/Sofia
                "Europe/Sofia"
              • Europe/Stockholm
                "Europe/Stockholm"
              • Europe/Tallinn
                "Europe/Tallinn"
              • Europe/Tirane
                "Europe/Tirane"
              • Europe/Tiraspol
                "Europe/Tiraspol"
              • Europe/Ulyanovsk
                "Europe/Ulyanovsk"
              • Europe/Uzhgorod
                "Europe/Uzhgorod"
              • Europe/Vaduz
                "Europe/Vaduz"
              • Europe/Vatican
                "Europe/Vatican"
              • Europe/Vienna
                "Europe/Vienna"
              • Europe/Vilnius
                "Europe/Vilnius"
              • Europe/Volgograd
                "Europe/Volgograd"
              • Europe/Warsaw
                "Europe/Warsaw"
              • Europe/Zagreb
                "Europe/Zagreb"
              • Europe/Zaporozhye
                "Europe/Zaporozhye"
              • Europe/Zurich
                "Europe/Zurich"
              • GB
                "GB"
              • GB-Eire
                "GB-Eire"
              • GMT
                "GMT"
              • GMT+0
                "GMT+0"
              • GMT-0
                "GMT-0"
              • GMT0
                "GMT0"
              • Greenwich
                "Greenwich"
              • HST
              • "HST"
              • Hongkong
                "Hongkong"
              • Iceland
                "Iceland"
              • Indian/Antananarivo
                "Indian/Antananarivo"
              • Indian/Chagos
                "Indian/Chagos"
              • Indian/Christmas
                "Indian/Christmas"
              • Indian/Cocos
                "Indian/Cocos"
              • Indian/Comoro
                "Indian/Comoro"
              • Indian/Kerguelen
                "Indian/Kerguelen"
              • Indian/Mahe
                "Indian/Mahe"
              • Indian/Maldives
                "Indian/Maldives"
              • Indian/Mauritius
                "Indian/Mauritius"
              • Indian/Mayotte
                "Indian/Mayotte"
              • Indian/Reunion
                "Indian/Reunion"
              • Iran
                "Iran"
              • Israel
                "Israel"
              • Jamaica
                "Jamaica"
              • Japan
                "Japan"
              • Kwajalein
                "Kwajalein"
              • Libya
                "Libya"
              • MET
                "MET"
              • MST
                "MST"
              • MST7MDT
                "MST7MDT"
              • Mexico/BajaNorte
                "Mexico/BajaNorte"
              • Mexico/BajaSur
                "Mexico/BajaSur"
              • Mexico/General
                "Mexico/General"
              • Mideast/Riyadh87
                "Mideast/Riyadh87"
              • Mideast/Riyadh88
                "Mideast/Riyadh88"
              • Mideast/Riyadh89
                "Mideast/Riyadh89"
              • NZ
                "NZ"
              • NZ-CHAT
                "NZ-CHAT"
              • Navajo
                "Navajo"
              • PRC
                "PRC"
              • PST8PDT
                "PST8PDT"
              • Pacific/Apia
                "Pacific/Apia"
              • Pacific/Auckland
                "Pacific/Auckland"
              • Pacific/Bougainville
                "Pacific/Bougainville"
              • Pacific/Chatham
                "Pacific/Chatham"
              • Pacific/Chuuk
                "Pacific/Chuuk"
              • Pacific/Easter
                "Pacific/Easter"
              • Pacific/Efate
                "Pacific/Efate"
              • Pacific/Enderbury
                "Pacific/Enderbury"
              • Pacific/Fakaofo
                "Pacific/Fakaofo"
              • Pacific/Fiji
                "Pacific/Fiji"
              • Pacific/Funafuti
                "Pacific/Funafuti"
              • Pacific/Galapagos
                "Pacific/Galapagos"
              • Pacific/Gambier
                "Pacific/Gambier"
              • Pacific/Guadalcanal
                "Pacific/Guadalcanal"
              • Pacific/Guam
                "Pacific/Guam"
              • Pacific/Honolulu
                "Pacific/Honolulu"
              • Pacific/Johnston
                "Pacific/Johnston"
              • Pacific/Kiritimati
                "Pacific/Kiritimati"
              • Pacific/Kosrae
                "Pacific/Kosrae"
              • Pacific/Kwajalein
                "Pacific/Kwajalein"
              • Pacific/Majuro
                "Pacific/Majuro"
              • Pacific/Marquesas
                "Pacific/Marquesas"
              • Pacific/Midway
                "Pacific/Midway"
              • Pacific/Nauru
                "Pacific/Nauru"
              • Pacific/Niue
                "Pacific/Niue"
              • Pacific/Norfolk
                "Pacific/Norfolk"
              • Pacific/Noumea
                "Pacific/Noumea"
              • Pacific/Pago_Pago
                "Pacific/Pago_Pago"
              • Pacific/Palau
                "Pacific/Palau"
              • Pacific/Pitcairn
                "Pacific/Pitcairn"
              • Pacific/Pohnpei
                "Pacific/Pohnpei"
              • Pacific/Ponape
                "Pacific/Ponape"
              • Pacific/Port_Moresby
                "Pacific/Port_Moresby"
              • Pacific/Rarotonga
                "Pacific/Rarotonga"
              • Pacific/Saipan
                "Pacific/Saipan"
              • Pacific/Samoa
                "Pacific/Samoa"
              • Pacific/Tahiti
                "Pacific/Tahiti"
              • Pacific/Tarawa
                "Pacific/Tarawa"
              • Pacific/Tongatapu
                "Pacific/Tongatapu"
              • Pacific/Truk
                "Pacific/Truk"
              • Pacific/Wake
                "Pacific/Wake"
              • Pacific/Wallis
                "Pacific/Wallis"
              • Pacific/Yap
                "Pacific/Yap"
              • Poland
                "Poland"
              • Portugal
                "Portugal"
              • ROC
                "ROC"
              • ROK
                "ROK"
              • Singapore
                "Singapore"
              • Turkey
                "Turkey"
              • UCT
                "UCT"
              • US/Alaska
                "US/Alaska"
              • US/Aleutian
                "US/Aleutian"
              • US/Arizona
                "US/Arizona"
              • US/Central
                "US/Central"
              • US/East-Indiana
                "US/East-Indiana"
              • US/Eastern
                "US/Eastern"
              • US/Hawaii
                "US/Hawaii"
              • US/Indiana-Starke
                "US/Indiana-Starke"
              • US/Michigan
                "US/Michigan"
              • US/Mountain
                "US/Mountain"
              • US/Pacific
                "US/Pacific"
              • US/Pacific-New
                "US/Pacific-New"
              • US/Samoa
                "US/Samoa"
              • UTC
                "UTC"
              • Universal
                "Universal"
              • W-SU
                "W-SU"
              • WET
                "WET"
              • Zulu
                "Zulu"
              • __empty__
                ""
        • configurable
          true
        • description
          "Configuration"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          }
        • name
          "Configuration"
        • pagination
          false
        • singleton
          true
      • 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"
        }
      • 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/ntpd/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
  • 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
    {
      "object": {
        "vsas": {
          "pagination": false,
          "description": "VSAs",
          "dynamic": true,
          "base_path": "/NSC/local/software/radius/vsas",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List vsas."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a RADIUS VSAs"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a RADIUS VSAs"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a RADIUS VSAs"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a RADIUS VSAs"
            }
          },
          "global_methods": false,
          "class": {
            "vsa-id": {
              "help": "VSA ID within this vendor's scope in this vendor specified attribute.",
              "default": "",
              "label": "VSA ID",
              "field": "vsa-id",
              "rules": "required|greater_than[-1]|less_than[65535]",
              "type": "string",
              "size": 10
            },
            "vsa-value": {
              "help": "The VSA value which is based on the VSA value chosen. If the you chose Direct String Input, the VSA value entered in this text box will be forwarded directly to the RADIUS server. If you chose Channel Variable, the value inputted in the VSA Value field will be the variable used in the RADIUS message.",
              "default": "",
              "label": "VSA Value",
              "field": "vsa-value",
              "rules": "required|alpha_dash",
              "type": "string",
              "size": 60
            },
            "vendor-id": {
              "help": "RADIUS vendor ID required for VSA. Example: 0 is default, 9 is for Cisco",
              "default": "",
              "label": "VSA Vendor ID",
              "field": "vendor-id",
              "rules": "required|greater_than[-1]|less_than[16777215]",
              "type": "string",
              "size": ""
            },
            "radius-message": {
              "help": "Decision on whether this VSA is used as an input RADIUS request or an output RADIUS response.",
              "default": "in",
              "value": {
                "out": "Response",
                "in": "Request"
              },
              "label": "VSA in RADIUS Message",
              "field": "radius-message",
              "rules": "required|in_list[in,out]",
              "ha_rules": "required|in_list[in,out]",
              "type": "dropdown"
            },
            "vsa-value-type": {
              "help": "The VSA value type that will be used in the RADIUS message.",
              "default": "0",
              "value": [
                "Direct String Input",
                "Channel Variable"
              ],
              "label": "VSA Value Type",
              "field": "vsa-value-type",
              "rules": "required|in_list[0,1]",
              "ha_rules": "required|in_list[0,1]",
              "type": "dropdown"
            }
          },
          "name": "VSAs"
        },
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/radius/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "enable-accounting": {
              "group": "accounting",
              "help": "Enable or Disable RADIUS accounting service.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "RADIUS Server Accounting",
              "field": "enable-accounting",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "enable": {
              "group": "radius",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "RADIUS",
              "field": "enable",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "default_realm": {
              "help": "Default authentication realm to append all usernames. The realm identifies where the receiving RADIUS server should forward the AAA requests.",
              "default": "",
              "label": "Authentication Realm",
              "field": "default_realm",
              "rules": "valid_ip_or_domain",
              "type": "string",
              "size": 60
            },
            "bindaddr": {
              "help": "IP Address from which RADIUS packets have been sent to.",
              "default": "__selectone__",
              "value": {
                "__selectone__": "( Please Select One )"
              },
              "label": "Bind Local IP address",
              "field": "bindaddr",
              "rules": "required|in_list[__selectone__]",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            },
            "authserver": {
              "help": "The domain name or IP address of the RADIUS Server.",
              "default": "localhost",
              "label": "RADIUS Server Address",
              "field": "authserver",
              "rules": "required|valid_ip_or_domain",
              "type": "string",
              "size": 50
            },
            "auth_port": {
              "help": "The authentication and authorization port of the RADIUS Server.",
              "default": "1812",
              "label": "Authentication Port",
              "field": "auth_port",
              "rules": "required|valid_port_number",
              "type": "string",
              "size": 10
            },
            "radius_retries": {
              "help": "Number of times to retry the RADIUS server in seconds.",
              "default": "3",
              "label": "Request Retries",
              "field": "radius_retries",
              "rules": "required|greater_than[0]|less_than[20]",
              "type": "string",
              "size": 10
            },
            "shared-secret": {
              "help": "Encryption password used by the RADIUS Server",
              "default": "testing123",
              "label": "RADIUS Shared Secret",
              "field": "shared-secret",
              "rules": "required|alpha_dash",
              "type": "string",
              "size": 60
            },
            "acct-port": {
              "help": "The port being used for RADIUS Server Accounting.",
              "default": "1813",
              "label": "RADIUS Accounting Port",
              "field": "acct-port",
              "rules": "required[enable-accounting]|valid_port_number",
              "type": "string",
              "size": 10
            },
            "radius_timeout": {
              "help": "Time to wait for a reply from the RADIUS server",
              "default": "10",
              "label": "RADIUS Timeout",
              "field": "radius_timeout",
              "rules": "required|greater_than[3]|less_than[180]",
              "type": "string",
              "size": 10
            }
          },
          "name": "Configuration"
        }
      },
      "name": "RADIUS",
      "description": [
        "The RADIUS module allows you to configure RADIUS protocol settings for authentication and authorization, VSAs, etc.",
        ""
      ]
    }
  • rest
    • description
      [
        "The REST module configures REST API access control and other miscelaneous settings.",
        ""
      ]
    • name
      "REST"
    • object
      • apikey
        • autoname
          true
        • base_path
          "/NSC/local/software/rest/apikey"
        • class
          • description
            {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            }
          • key
            • default
              "2B2DE85BF88F871D03A04A15618FF426"
              "1720C34836040BCFC99A1AAFEEEDF568"
            • field
              "key"
            • help
              "REST API Key for  authentication/access control. This option is read only,generated by system."
            • label
              "API key"
            • readonly
              "readonly"
            • rules
              "required"
            • size
              40
            • type
              "text"
        • configurable
          true
        • description
          "API Key"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List apikey."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a API Key"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a API Key"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a  API Key"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a API Key"
            }
          }
        • name
          "API Key"
        • pagination
          false
      • configuration
        {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/rest/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "enable": {
              "category": "General",
              "help": "Option to enable/disable RESTful API",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "RESTful API",
              "field": "enable",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "api-key": {
              "category": "Access Control",
              "help": [
                "Any client connecting to RESTful API will be checked against the api key.",
                "Key is send using X-API-KEY header."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "API Key",
              "field": "api-key",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "ip-whitelist": {
              "category": "Access Control",
              "help": "Any client connecting to RESTful API will be checked against the list of allowed IP addresses.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "IP White List",
              "field": "ip-whitelist",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        }
      • ipaddr
        {
          "pagination": false,
          "autoname": true,
          "description": "Allowed IP Address",
          "dynamic": false,
          "base_path": "/NSC/local/software/rest/ipaddr",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List ipaddr."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a IP Address Condition"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a IP Address Condition"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a  IP Address Condition"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a  IP Address Condition"
            }
          },
          "global_methods": false,
          "class": {
            "ipaddr": {
              "help": [
                "Valid IPv4 address to allow RESTful API access from.",
                "Also support for network prefix notation: ",
                "For example: \"10.20.1.0/24\" -> Allow all 10.20.1.* hosts"
              ],
              "default": "",
              "label": "IP Address",
              "field": "ipaddr",
              "rules": "required|valid_ip_or_prefix",
              "type": "text",
              "size": 25
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            }
          },
          "name": "Allowed IP Address"
        }
  • routing
    {
      "object": {
        "advanced": {
          "pagination": false,
          "controller_url": "/SAFe/fs_routing_config",
          "description": "Advanced Call Routing",
          "dynamic": true,
          "base_path": "/NSC/local/software/routing/advanced",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List advanced."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a "
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Call Routing"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Call Routing"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Call Routing"
            }
          },
          "global_methods": false,
          "class": {
            "display-name": {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            },
            "data": {
              "default": "",
              "field": "data",
              "type": "text",
              "label": "XML Dialplan"
            }
          },
          "name": "Advanced Call Routing"
        },
        "basic": {
          "pagination": false,
          "controller_url": "/SAFe/fs_routing_config",
          "name": "Basic Call Routing",
          "has_child": true,
          "description": "Basic Call Routing",
          "object": {
            "rule": {
              "pagination": false,
              "autoname": true,
              "description": "Rule",
              "dynamic": true,
              "base_path": "/NSC/local/software/routing/basic/default/rule",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List rule."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a Rule"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a Rule"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a Rule"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a Rule"
                }
              },
              "global_methods": false,
              "class": {
                "anti-action/2/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/4/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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/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/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/4/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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
                },
                "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": ""
                },
                "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
                },
                "action/3/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/3/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "action/5/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/5/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "action/2/respond/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/2/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "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
                },
                "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
                },
                "anti-action/4/export/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/export/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
                },
                "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"
                },
                "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
                },
                "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"
                },
                "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
                },
                "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/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
                },
                "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/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/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
                },
                "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
                },
                "anti-action/3/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/3/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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/5/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/3/hangup/name": {
                  "style": "width:190px;",
                  "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/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/1/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/1/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/5/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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"
                },
                "anti-action/5/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/5/custom/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
                },
                "anti-action/5/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/5/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "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"
                },
                "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
                },
                "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
                },
                "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/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
                },
                "action/4/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/4/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/bridge_profile/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_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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/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"
                },
                "condition/3/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "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/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"
                },
                "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"
                },
                "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
                },
                "anti-action/3/bridge_profile/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_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/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"
                },
                "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
                },
                "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
                },
                "action/5/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/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/5/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"
                },
                "condition/2/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "anti-action/8/type": {
                  "composite": [
                    "anti-action/8/respond/name",
                    "anti-action/8/respond/value",
                    "anti-action/8/hangup/name",
                    "anti-action/8/hangup/value",
                    "anti-action/8/challenge/name",
                    "anti-action/8/challenge/value",
                    "anti-action/8/bridge_profile/name",
                    "anti-action/8/bridge_profile/value",
                    "anti-action/8/bridge_trunk/name",
                    "anti-action/8/bridge_trunk/value",
                    "anti-action/8/bridge_user/name",
                    "anti-action/8/bridge_user/value",
                    "anti-action/8/bridge_distributor/name",
                    "anti-action/8/bridge_distributor/value",
                    "anti-action/8/bridge_contact/name",
                    "anti-action/8/bridge_contact/value",
                    "anti-action/8/transfer_dialplan/name",
                    "anti-action/8/transfer_dialplan/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",
                    "anti-action/8/export/name",
                    "anti-action/8/export/value",
                    "anti-action/8/custom/name",
                    "anti-action/8/custom/value",
                    "anti-action/8/inline_custom/name",
                    "anti-action/8/inline_custom/value",
                    "anti-action/8/trace_call/name",
                    "anti-action/8/trace_call/value",
                    "anti-action/8/check_acl/name",
                    "anti-action/8/check_acl/value",
                    "anti-action/8/check_acl/option",
                    "anti-action/8/inline_check_acl/name",
                    "anti-action/8/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-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": "anti-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": "anti-action-row"
                },
                "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/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/2/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/5/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_to/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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": "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/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"
                },
                "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
                },
                "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/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
                },
                "condition/4/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "anti-action/3/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/3/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/4/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/4/bridge_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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
                },
                "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
                },
                "condition/1/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/3/respond/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/3/respond/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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/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/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/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/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/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
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "anti-action/2/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/2/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/5/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/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/5/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/1/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/1/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "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"
                },
                "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/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"
                },
                "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": ""
                },
                "action/2/bridge_distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/2/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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
                },
                "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"
                },
                "condition/5/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "condition/2/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "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"
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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"
                },
                "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/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/2/bridge_user/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/2/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/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"
                },
                "action/5/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/5/custom/name",
                  "rules": "required|alpha_dash",
                  "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/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
                },
                "action/4/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/4/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/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
                },
                "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"
                },
                "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
                },
                "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
                },
                "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/5/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/5/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/5/hangup/name": {
                  "style": "width:190px;",
                  "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/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/2/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/2/transfer_dialplan/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
                },
                "condition/1/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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/3/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_to/value",
                  "rules": "required",
                  "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
                },
                "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
                },
                "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
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "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"
                },
                "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
                },
                "condition/2/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "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"
                },
                "condition/4/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "action/5/hangup/name": {
                  "style": "width:190px;",
                  "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/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/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
                },
                "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/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/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"
                },
                "action/5/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/5/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/1/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/1/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/2/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/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/4/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/4/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/4/type": {
                  "composite": [
                    "action/4/respond/name",
                    "action/4/respond/value",
                    "action/4/hangup/name",
                    "action/4/hangup/value",
                    "action/4/challenge/name",
                    "action/4/challenge/value",
                    "action/4/bridge_profile/name",
                    "action/4/bridge_profile/value",
                    "action/4/bridge_trunk/name",
                    "action/4/bridge_trunk/value",
                    "action/4/bridge_user/name",
                    "action/4/bridge_user/value",
                    "action/4/bridge_distributor/name",
                    "action/4/bridge_distributor/value",
                    "action/4/bridge_contact/name",
                    "action/4/bridge_contact/value",
                    "action/4/transfer_dialplan/name",
                    "action/4/transfer_dialplan/value",
                    "action/4/set_variable/name",
                    "action/4/set_variable/value",
                    "action/4/unset_variable/name",
                    "action/4/unset_variable/value",
                    "action/4/log/name",
                    "action/4/log/value",
                    "action/4/export/name",
                    "action/4/export/value",
                    "action/4/custom/name",
                    "action/4/custom/value",
                    "action/4/inline_custom/name",
                    "action/4/inline_custom/value",
                    "action/4/trace_call/name",
                    "action/4/trace_call/value",
                    "action/4/check_acl/name",
                    "action/4/check_acl/value",
                    "action/4/check_acl/option",
                    "action/4/inline_check_acl/name",
                    "action/4/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/4/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/4/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"
                },
                "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"
                },
                "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/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"
                },
                "condition/2/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/standard/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
                },
                "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"
                },
                "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/1/variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/4/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/4/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "action/1/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/1/bridge_trunk/value",
                  "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
                },
                "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/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"
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "condition/4/type": {
                  "composite": [
                    "condition/4/standard/name",
                    "condition/4/standard/value",
                    "condition/4/header/name",
                    "condition/4/header/value",
                    "condition/4/call/name",
                    "condition/4/call/value",
                    "condition/4/sdp/name",
                    "condition/4/sdp/value",
                    "condition/4/custom_header/name",
                    "condition/4/custom_header/value",
                    "condition/4/custom_from/name",
                    "condition/4/custom_from/value",
                    "condition/4/custom_to/name",
                    "condition/4/custom_to/value",
                    "condition/4/custom_referred_by/name",
                    "condition/4/custom_referred_by/value",
                    "condition/4/variable/name",
                    "condition/4/variable/value",
                    "condition/4/domain/name",
                    "condition/4/domain/value",
                    "condition/4/DID_dest_num/name",
                    "condition/4/DID_dest_num/value",
                    "condition/4/DID_from/name",
                    "condition/4/DID_from/value",
                    "condition/4/DID_to/name",
                    "condition/4/DID_to/value",
                    "condition/4/user/name",
                    "condition/4/user/value",
                    "condition/4/auth/name",
                    "condition/4/auth/value",
                    "condition/4/from_trunk/name",
                    "condition/4/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/4/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/4/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/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
                },
                "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"
                },
                "condition/2/type": {
                  "composite": [
                    "condition/2/standard/name",
                    "condition/2/standard/value",
                    "condition/2/header/name",
                    "condition/2/header/value",
                    "condition/2/call/name",
                    "condition/2/call/value",
                    "condition/2/sdp/name",
                    "condition/2/sdp/value",
                    "condition/2/custom_header/name",
                    "condition/2/custom_header/value",
                    "condition/2/custom_from/name",
                    "condition/2/custom_from/value",
                    "condition/2/custom_to/name",
                    "condition/2/custom_to/value",
                    "condition/2/custom_referred_by/name",
                    "condition/2/custom_referred_by/value",
                    "condition/2/variable/name",
                    "condition/2/variable/value",
                    "condition/2/domain/name",
                    "condition/2/domain/value",
                    "condition/2/DID_dest_num/name",
                    "condition/2/DID_dest_num/value",
                    "condition/2/DID_from/name",
                    "condition/2/DID_from/value",
                    "condition/2/DID_to/name",
                    "condition/2/DID_to/value",
                    "condition/2/user/name",
                    "condition/2/user/value",
                    "condition/2/auth/name",
                    "condition/2/auth/value",
                    "condition/2/from_trunk/name",
                    "condition/2/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/2/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/2/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/3/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/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/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/5/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "condition/1/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/1/from_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/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/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"
                },
                "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/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/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/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/3/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/3/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/3/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/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/4/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/4/bridge_trunk/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
                },
                "condition/3/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/3/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/3/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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"
                },
                "condition/3/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/3/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "anti-action/4/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/set_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
                },
                "anti-action/5/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/5/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/1/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/1/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "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/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/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"
                },
                "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
                },
                "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
                },
                "anti-action/4/bridge_distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/4/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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/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"
                },
                "anti-action/3/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/3/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/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"
                },
                "condition/4/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/3/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/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/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
                },
                "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
                },
                "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/5/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/5/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/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/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"
                },
                "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
                },
                "action/2/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/3/export/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/2/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/4/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/4/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/break": {
                  "composite_parent": "condition/matching",
                  "default": "never",
                  "value": {
                    "always": "Stop",
                    "on-true": "Stop On Success",
                    "on-false": "Stop On Failure",
                    "never": "Continue"
                  },
                  "label": "Stop Policy",
                  "field": "condition/break",
                  "rules": "required|in_list[on-true,on-false,always,never]",
                  "ha_rules": "required|in_list[on-true,on-false,always,never]",
                  "type": "dropdown"
                },
                "action/2/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/2/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/3/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/3/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "anti-action/1/hangup/name": {
                  "style": "width:190px;",
                  "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/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/3/bridge_user/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/3/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/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
                },
                "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"
                },
                "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"
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "condition/3/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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"
                },
                "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": ""
                },
                "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"
                },
                "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/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"
                },
                "action/5/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/5/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/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
                },
                "condition/1/call/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/call/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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
                },
                "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/4/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/4/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "condition/1/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_to/value",
                  "rules": "required",
                  "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/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/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_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"
                },
                "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": ""
                },
                "action/5/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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"
                },
                "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
                },
                "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"
                },
                "condition/4/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/4/from_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_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": ""
                },
                "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
                },
                "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
                },
                "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
                },
                "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": ""
                },
                "condition/3/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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"
                },
                "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/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"
                },
                "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"
                },
                "action/2/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/2/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "global/description": {
                  "category": "Condition",
                  "default": "",
                  "label": "Description",
                  "field": "global/description",
                  "composite": [
                    "global/rank"
                  ],
                  "category_setting": "expanded",
                  "ha_rules": "unicode",
                  "type": "text",
                  "size": 90
                },
                "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"
                },
                "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"
                },
                "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/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/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/5/bridge_user/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/5/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "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
                },
                "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/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"
                },
                "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
                },
                "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/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
                },
                "condition/4/domain/value": {
                  "style": "width:210px;",
                  "composite_parent": "condition/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Domain",
                  "field": "condition/4/domain/value",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:65px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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
                },
                "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/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"
                },
                "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/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
                },
                "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
                },
                "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/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/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
                },
                "condition/4/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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/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"
                },
                "anti-action/4/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/4/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/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/4/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/4/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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/2/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/2/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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/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
                },
                "action/4/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/4/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "condition/5/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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"
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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/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"
                },
                "action/4/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/4/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/3/bridge_profile/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_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/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"
                },
                "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/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/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/5/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/1/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/1/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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": ""
                },
                "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"
                },
                "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/5/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/5/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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": ""
                },
                "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/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/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"
                },
                "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
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "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/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
                },
                "action/3/hangup/name": {
                  "style": "width:190px;",
                  "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/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/1/bridge_user/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "action/1/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/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/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/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"
                },
                "condition/3/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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/4/hangup/name": {
                  "style": "width:190px;",
                  "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/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/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
                },
                "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
                },
                "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"
                },
                "anti-action/3/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/3/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/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
                },
                "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"
                },
                "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/3/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/3/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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"
                },
                "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
                },
                "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/1/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/1/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "action/2/hangup/name": {
                  "style": "width:190px;",
                  "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/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/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"
                },
                "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"
                },
                "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"
                },
                "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"
                },
                "condition/2/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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"
                },
                "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"
                },
                "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
                },
                "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/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/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"
                },
                "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/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/4/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/4/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/4/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/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/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"
                },
                "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
                },
                "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
                },
                "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
                },
                "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/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/2/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_referred_by/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/1/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/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/1/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/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"
                },
                "anti-action/3/type": {
                  "composite": [
                    "anti-action/3/respond/name",
                    "anti-action/3/respond/value",
                    "anti-action/3/hangup/name",
                    "anti-action/3/hangup/value",
                    "anti-action/3/challenge/name",
                    "anti-action/3/challenge/value",
                    "anti-action/3/bridge_profile/name",
                    "anti-action/3/bridge_profile/value",
                    "anti-action/3/bridge_trunk/name",
                    "anti-action/3/bridge_trunk/value",
                    "anti-action/3/bridge_user/name",
                    "anti-action/3/bridge_user/value",
                    "anti-action/3/bridge_distributor/name",
                    "anti-action/3/bridge_distributor/value",
                    "anti-action/3/bridge_contact/name",
                    "anti-action/3/bridge_contact/value",
                    "anti-action/3/transfer_dialplan/name",
                    "anti-action/3/transfer_dialplan/value",
                    "anti-action/3/set_variable/name",
                    "anti-action/3/set_variable/value",
                    "anti-action/3/unset_variable/name",
                    "anti-action/3/unset_variable/value",
                    "anti-action/3/log/name",
                    "anti-action/3/log/value",
                    "anti-action/3/export/name",
                    "anti-action/3/export/value",
                    "anti-action/3/custom/name",
                    "anti-action/3/custom/value",
                    "anti-action/3/inline_custom/name",
                    "anti-action/3/inline_custom/value",
                    "anti-action/3/trace_call/name",
                    "anti-action/3/trace_call/value",
                    "anti-action/3/check_acl/name",
                    "anti-action/3/check_acl/value",
                    "anti-action/3/check_acl/option",
                    "anti-action/3/inline_check_acl/name",
                    "anti-action/3/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/3/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/3/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"
                },
                "condition/1/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/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/1/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"
                },
                "action/5/respond/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/5/respond/value",
                  "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"
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "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/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"
                },
                "action/5/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/5/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/4/bridge_profile/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_profile/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "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
                },
                "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"
                },
                "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"
                },
                "anti-action/1/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/1/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": &quoquired|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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/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/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/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": "",
                    "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"
                },
                "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"
                },
                "anti-action/1/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/1/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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"
                },
                "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
                },
                "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
                },
                "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/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",
               84": "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"
                },
                "condition/2/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/2/custom_from/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/8/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": &q/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/5/custom_referred_by/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/custom_referred_by/value",
                  "rules": "required",
                  "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
                },
                "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"
                },
                "anti-action/5/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/5/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/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
                },
                "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/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
                },
                "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/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/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/11/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Ap
                  "field": "action/11/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "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
                },
                "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"
                },
                "condition/4/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/5/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/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/5/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": "dro         },
                "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": ""
                },
                "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/4/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/4/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/5/bridge_profile/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_profile/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/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label";,
                  "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"
                },
                "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"
                },
                "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_SUBSCR            "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_ALID_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/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/1/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "DEBUG",
                  "composite_style": "display: none;",
                  "value": {
                    "INFO": "Info",
                    "NOTICE": "Notice",
                    "ERR": "Error",
                    "ALERT": "Alert",
                    "CRIT": "Critical",
                    "WARNING": "Warning",
                    "DEBUG": "Debug"
                  },
                  "label":              "field": "anti-action/1/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/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/5/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/5/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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&q      "${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": &quuot;,
                  "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"
                },
                "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": ""
                },
                "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/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
                },
                "condition/2/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/1/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Appl
                  "field": "action/1/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/5/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/5/sdp/value",
                  "rules": "required",
                  "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/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/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "anti-action/3/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/2/set_variable/value": {
                  "style": &quouot;,
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/2/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/2/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_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"
                },
                "condition/2/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "action/3/type": {
                  "composite": [
                    "action/3/respond/name",
                    "action/3/respond/value",
                    "action/3/hangup/name",
                    "action/3/hangup/value",
                    "action/3/challenge/name",
                    "action/3/challenge/value",
                    "action/3/bridge_profile/name",
                    "action/3/bridge_profile/value",
                    "action/3/bridge_trunk/name",
                    "action/3/bridge_trunk/value",
                    "action/3/bridge_user/name",
                    "action/3/bridge_user/value",
                    "action/3/bridge_distributor/name",
                    "action/3/bridge_distributor/value",
                    "action/3/bridge_contact/name",
                    "action/3/bridge_contact/value",
                    "action/3/transfer_dialplan/name",
                    "action/3/transfer_dialplan/value",
                    "action/3/set_variable/name",
                    "action/3/set_variable/value",
                    "action/3/unset_variable/name",
                    "action/3/unset_variable/value",
                    "action/3/log/name",
                    "action/3/log/value",
                    "action/3/export/name",
                    "action/3/export/value",
                    "action/3/custom/name",
                    "action/3/custom/value",
                    "action/3/inline_custom/name",
                    "action/3/inline_custom/value",
                    "action/3/trace_call/name",
                    "action/3/trace_call/value",
                    "action/3/check_acl/name",
                    "action/3/check_acl/value",
                    "action/3/check_acl/option",
                    "action/3/inline_check_acl/name",
                    "action/3/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/3/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)",
                  all": "Trace Call",
                    "export": "Export Variable",
                    "custom": "Custom",
                    "bridge_profile": "Bridge"
                  },
                  "label": "Action",
                  "field": "action/3/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/5/type": {
                  "composite": [
                    "action/5/respond/name",
                    "action/5/respond/value",
                    "action/5/hangup/name",
                    "action/5/hangup/value",
                    "action/5/challenge/name",
                    "action/5/challenge/value",
                    "action/5/bridge_profile/name",
                    "action/5/bridge_profile/value",
                    "action/5/bridge_trunk/name",
                    "action/5/bridge_trunk/value",
                    "action/5/bridge_user/name",
                    "action/5/bridge_user/value",
                    "action/5/bridge_distributor/name",
                    "action/5/bridge_distributor/value",
                    "action/5/bridge_contact/name",
                    "action/5/bridge_contact/value",
                    "action/5/transfer_dialplan/name",
                    "action/5/transfer_dialplan/value",
                    "action/5/set_variable/name",
                    "action/5/set_variable/value",
                    "action/5/unset_variable/name",
                    "action/5/unset_variable/value",
                    "action/5/log/name",
                    "action/5/log/value",
                    "action/5/export/name",
                    "action/5/export/value",
                    "action/5/custom/name",
                    "action/5/custom/value",
                    "action/5/inline_custom/name",
                    "action/5/inline_custom/value",
                    "action/5/trace_call/name",
                    "action/5/trace_call/value",
                    "action/5/check_acl/name",
                    "action/5/check_acl/value",
                    "action/5/check_acl/option",
                    "action/5/inline_check_acl/name",
                    "action/5/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/5/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",
                    "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/5/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"
                },
                "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",
                    "NUMBE "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_REQUER,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/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",
                    &quouot;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"
                },
                "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;",
                  "tt;,
                  "size": 40
                },
                "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/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/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": "Bridg
                    "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"
                },
                "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/3/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/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/3/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": &qn"
                },
                "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/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",
         ot;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/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
                },
                "action/5/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/unset_variable/name",
                  "rules": "required",
                  "lyle": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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
                },
                "action/3/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/3/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/10/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/10/t;,
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/10/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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"
                },
                "condition/1/type": {
                  "composite": [
                    "condition/1/standard/name",
                    "condition/1/standard/value",
                    "condition/1/header/name",
                    "condition/1/header/value",
                    "condition/1/call/name",
                    "condition/1/call/value",
                    "condition/1/sdp/name",
                    "condition/1/sdp/value",
                    "condition/1/custom_header/name",
                    "condition/1/custom_header/value",
                    "condition/1/custom_from/name",
                    "condition/1/custom_from/value",
                    "condition/1/custom_to/name",
                    "condition/1/custom_to/value",
                    "condition/1/custom_referred_by/name",
                    "condition/1/custom_referred_by/value",
                    "condition/1/variable/name",
                    "condition/1/variable/value",
                    "condition/1/domain/name",
                    "condition/1/domain/value",
                    "condition/1/DID_dest_num/name",
                    "condition/1/DID_dest_num/value",
                    "condition/1/DID_from/name",
                    "condition/1/Duot;,
                    "condition/1/DID_to/name",
                    "condition/1/DID_to/value",
                    "condition/1/user/name",
                    "condition/1/user/value",
                    "condition/1/auth/name",
                    "condition/1/auth/value",
                    "condition/1/from_trunk/name",
                    "condition/1/from_trunk/value"
                  ],
                  "style": "width:157px;",
                  "group": "condition/1/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/1/type",
                  "rules": "required[condition/matching,not_in,always]|required[,in,__none__]|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"
                },
                "anti-action/3/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "anti-action/3/log/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_F              "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",
                    &qIMPLEMENTED": "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/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
                },
                "condition/1/custom_to/name": {
             ot;style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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/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
                },
                "condition/2/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/3/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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": "
                },
                "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/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/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": "                "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]",
                  "labeluot;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/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/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/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": "d           },
                "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",
                    &quo "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,ATTENDEDED_TIMEOUT,USER_CHALLENGE,MEDIA_TIMEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                },
                "condition/4/custom_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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/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"
                },
                "condition/2/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/5/check_acl/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                ": "",
                  "composite_style": "display: none;",
                  "label": "IP",
                  "field": "action/5/check_acl/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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
                },
                "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"
                },
                "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
                },
                "condition/4/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/header/value",
                  "rules&uired",
                  "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"
                },
                "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",
                    &quouot;: "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/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/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/1/type": {
                  "composite": [
                    "action/1/respond/name",
                    "action/1/respond/value",
                    "action/1/hangup/name",
                    "action/1/hangup/value",
                    "action/1/challenge/name",
                    "action/1/challenge/value",
                    "action/1/bridge_profile/name",
                    "action/1/bridge_profile/value",
                    "action/1/bridge_trunk/name",
                    "action/1/bridge_trunk/value",
                    "action/1/bridge_user/name",
                    "action/1/bridge_user/value",
                    "action/1/bridge_distributor/name",
                    "action/1/bridge_distributor/value",
                    "action/1/bridge_contact/name",
                    "action/1/bridge_contact/value",
                    "action/1/transfer_dialplan/name",
                    "action/1/transfer_dialplan/value",
          ;action/1/set_variable/name",
                    "action/1/set_variable/value",
                    "action/1/unset_variable/name",
                    "action/1/unset_variable/value",
                    "action/1/log/name",
                    "action/1/log/value",
                    "action/1/export/name",
                    "action/1/export/value",
                    "action/1/custom/name",
                    "action/1/custom/value",
                    "action/1/inline_custom/name",
                    "action/1/inline_custom/value",
                    "action/1/trace_call/name",
                    "action/1/trace_call/value",
                    "action/1/check_acl/name",
                    "action/1/check_acl/value",
                    "action/1/check_acl/option",
                    "action/1/inline_check_acl/name",
                    "action/1/inline_check_acl/value"
                  ],
                  "category": "Actions to perform if condition matches",
                  "style": "width:157px;",
                  "group": "action/1/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/1/type",
                  "rules": "callback_check_actions|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]",
                  "category_setting": "expanded",
                  "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"
                },
                "anti-action/2/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/2/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text       "size": 40
                },
                "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"
                },
                "condition/3/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/3/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/1/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "anti-action/1/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/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",
               OUTE_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,UNALLOCATE_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/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/4/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "action/1/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "uot;,
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "action/1/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_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/3/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/3/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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/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               "${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"
                },
                "action/5/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/5/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/4/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/4/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/2/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/2/bridge_trunk/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": &qet_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "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/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/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/7/bridge_contact/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/7/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
         abel": "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"
                },
                "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
                },
                "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
                },
                "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/1/hangup/name": {
                  "style": "width:190px;",
                  "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": "MEXIST",
                    "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/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,SUBSC,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/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/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"
                },
                "action/1/bridge_contact/option": {
                  "style&quo: "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": ""
                },
                "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/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
                },
                "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&quCOL_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,BEARERCAPABIBLE,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/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
                },
                "condition/1/standard/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/standard/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/4/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/4/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/8/DID_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/8/type",
                  "t": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/8/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/2/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/2/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/5/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/5/set_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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_SUBSCRIBE          "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_IMPLEMENL_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/log/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Message",
                  "field": "action/4/log/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "anti-action/9/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/9/type",
                  "default": "",
                  "composite_style": "display: none;&q "label": "Name",
                  "field": "anti-action/9/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "condition/3/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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
                }uot;action/2/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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
                },
                "condition/3/sdp/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/t         "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/3/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"
                },
                "action/1/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/1/bridge_profile/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "anti-action/5/bridge_user/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "User",
                  "field": "anti-action/5/bridge_user/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "condition/13/custom_header/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/13/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "l;Name",
                  "field": "condition/13/custom_header/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "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",
              quot;: "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/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",
      ot;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"
                },
                "condition/3/domain/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/3/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/3/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"
                },
                "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/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/4/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/4/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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;",
                  "tot;text",
                  "size": ""
                },
                "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/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"
                },
                "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
                },
                "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
                },
                "action/4/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/4/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/4/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,C,
                  "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
                },
                "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
                },
                "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
                },
                "action/2/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/2/custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/5/bridge_distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/5/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/2/type": {
                  "composite": [
                    "anti-action/2/respond/name",
                    "anti-action/2/respond/value",
                    "anti-action/2/hangup/name",
                    "anti-action/2/hangup/value",
                    "anti-action/2/challenge/name",
                    "anti-action/2/challenge/value",
                    "anti-action/2/bridge_profile/name",
                    "anti-action/2/bridge_profile/value",
                    "anti-action/2/bridge_trunk/name",
                    "anti-action/2/bridge_trunk/value",
                    "anti-action/2/bridge_user/name",
                    "anti-action/2/bridge_user/value",
                    "anti_distributor/name",
                    "anti-action/2/bridge_distributor/value",
                    "anti-action/2/bridge_contact/name",
                    "anti-action/2/bridge_contact/value",
                    "anti-action/2/transfer_dialplan/name",
                    "anti-action/2/transfer_dialplan/value",
                    "anti-action/2/set_variable/name",
                    "anti-action/2/set_variable/value",
                    "anti-action/2/unset_variable/name",
                    "anti-action/2/unset_variable/value",
                    "anti-action/2/log/name",
                    "anti-action/2/log/value",
                    "anti-action/2/export/name",
                    "anti-action/2/export/value",
                    "anti-action/2/custom/name",
                    "anti-action/2/custom/value",
                    "anti-action/2/inline_custom/name",
                    "anti-action/2/inline_custom/value",
                    "anti-action/2/trace_call/name",
                    "anti-action/2/trace_call/value",
                    "anti-action/2/check_acl/name",
                    "anti-action/2/check_acl/value",
                    "anti-action/2/check_acl/option",
                    "anti-action/2/inline_check_acl/name",
                    "anti-action/2/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/2/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/2/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"
                },
                "action/10/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/10/type",
                  "default": "",
                  "compo;: "display: none;",
                  "label": "Data",
                  "field": "action/10/inline_custom/value",
                  "rules": "required",
                  "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/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
                },
                "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_DESTINAt;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,ECIFIED,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_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
                },
                "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/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
                },
                "condition/1/user/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/1/type",
                  "default": "sip_from_user",
                  "composite_sty;display: none;",
                  "value": {
                    "sip_to_user": "SIP To:User",
                    "sip_from_user": "SIP From:User"
                  },
                  "label": "Direction",
                  "field": "condition/1/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"
                },
                "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"
                },
                "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_              "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_BARNOTAUTH,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/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",
           RIGINATOR_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,SN,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/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"
                },
                "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"
                },
                "condition/5/header/name": {
                  "style": "width:190px;",
                  "composite_parent":t;condition/5/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/5/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"
                },
                "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"
                },
                "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"
                },
                "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/6/type": {
                  "composite": [
                    "conditioname",
                    "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/7/custom_referred_by/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/7/type",
                  "default": "",
       t;composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/7/custom_referred_by/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/5/export/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/export/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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
                },
                "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
                },
                "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": ""
                },
                "condition/11/standard/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/11/type",
                  "default": "callee_i             "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"
                },
                "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/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/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"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",
                  &qu "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/3/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "anti-action/3/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "anti-action/1/bridge_distributor/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "List",
                  "field": "anti-action/1/bridge_distributor/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
          bel_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "action/3/export/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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/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
                },
                "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"
                },
                "action/2/set_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2        "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/2/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
                },
                "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
                },
                "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
                },
                "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/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"
                },
                "anti-action/15/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/15/type",
                  "default": 100,
                  &quosite_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",
                    &qu": "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"
                },
                "condition/2/call/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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/4/custom_to/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/4/custom_to/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "condition/6/custom_referred_by/name": {
                  "sot;: "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
                },
                "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"
                },
                "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
                },
                "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
                },
                "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/4/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field"t;action/4/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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&ququot;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,MESSAGNONEXIST,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
                },
                "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"
                },
                "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
                },
                "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",
                    "MAREQUEST": "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&qut;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"
                },
                "condition/2/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/2/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "action/6/inline_check_acl/option": {
                  "style": "width:210px;",
                  "composite_parent": "action/6/type",
                  "default": "NORMAL_CLEARING",
                  "composite_style": "display: none;",
                  "value": {
        R_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,BEARERCAPABICHAN_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/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
                },
                "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
                },
                "action/5/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/5/transfer_dialplan/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/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/1/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "action/1/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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"
                },
                "condition/2/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/2/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/2/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"
                },
                "action/5/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/5/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/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
                },
                "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
                },
                "condition/2/custom_to/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/custom_to/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/1/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/1/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
                },
                "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
                },
                "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/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
                },
                "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/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/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/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": ""
                },
                "anti-action/2/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "anti-action/2/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "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"
                },
                "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
                },
                "anti-action/2/log/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/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/2/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/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/4/bridge_profile/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_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/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"
                },
                "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/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/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"
                },
                "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/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
                },
                "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
                },
                "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
                },
                "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
                },
                "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"
                },
                "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"
                },
                "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/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/1/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/1/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/1/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/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
                },
                "action/1/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/1/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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
                },
                "action/4/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/4/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "action/10/inline_check_acl/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/10/type",
                    "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"
                },
                "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"
                },
                "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
                },
                "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
                },
                "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"
                },
                "anti-action/11/custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/11/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "fi: "anti-action/11/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
                },
                "action/3/custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/3/custom/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "condition/5/custom_from/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/5/custom_from/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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|inuot;,
                  "type": "dropdown"
                },
                "condition/1/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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
                },
                "anti-action/1/bridge_distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/1/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/11/inline_custom/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/11/type",
                  "defa;: "",
                  "composite_style": "display: none;",
                  "label": "Data",
                  "field": "action/11/inline_custom/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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":eferred-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"
                },
                "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
                },
                "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
                },
                "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
                },
                "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/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
                },
                "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
                },
                "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/2/bridge_profile/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_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/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"
                },
                "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/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
                },
                "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
                },
                "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/3/set_variable/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "action/3/set_variable/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/8/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/8/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/8/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "anti-action/5/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/5/transfer_dialplan/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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": "CADELIVERED",
                    "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/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/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&quuot;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"
                },
                "anti-action/2/bridge_contact/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Seleuot;
                  },
                  "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"
                },
                "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
                },
                "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/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"
                },
                "condition/5/DID_from/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "fi: "condition/5/DID_from/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "action/1/bridge_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/1/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "action/1/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/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"
                },
                "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__]",
                 ": "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
                },
                "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
                },
                "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"
                },
                "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
                },
                "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/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/2/type",
                  "default": 100,
                  "composite_style": "display: none;",
                  "value": {
                    "100": "100 Trying",
                    "180": "180 Ringing",
                    "181": "1 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&qu          "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/2/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/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"
                },
                "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
                },
                "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"
                },
                "action/distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/4/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "anti-action/3/bridge_profile/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/3/bridge_profile/value",
                  "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
                },
                "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",
                 ROTOCOL_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,CHANNPTABLE,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/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"
                },
                "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
                },
                ion/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_CHALLENGEEOUT,PICKED_OFF,USER_NOT_REGISTERED,PROGRESS_TIMEOUT,GATEWAY_DOWN]",
                  "type": "dropdown"
                },
                "anti-action/5/unset_variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "anti-action/5/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "anti-action/5/unset_variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "action/3/bridge_distributor/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/3/bridge_distributor/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/1/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/custom_header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "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
                },
                "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": "widtht;,
                  "ha_rules": "required|in_list[__none__]",
                  "type": "dropdown"
                },
                "action/3/transfer_dialplan/name": {
                  "style": "width:190px;",
                  "composite_parent": "action/3/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Dialplan",
                  "field": "action/3/transfer_dialplan/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  "ha_rules": "required|in_list[__selectone__]",
                  "type": "dropdown"
                },
                "condition/4/header/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/4/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/4/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"
                },
                "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"
                },
                "condition/5/from_trunk/name": {
                  "style": "width:190px;",
                  "composite_parent": "condition/5/type",
                  "default": "__selectone__",
                  "composite_style": "display: none;",
                  "value": {
                    "__selectone__": "( Please Select One )"
                  },
                  "label": "Trunk",
                  "field": "condition/5/from_trunk/name",
                  "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
                  "label_style": "width:60px;",
                  ""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/5/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/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/2/bridge_trunk/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "anti-action/2/bridge_trunk/value",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "condition/2/header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/2/header/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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
                },
                "action/1/bridge_profile/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_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/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/4/type": {
                  "composite": [
                    "anti-action/4/respond/name",
                    "anti-action/4/respond/value",
                    "anti-action/4/hangup/name",
                    "anti-action/4/hangup/value",
                    "anti-action/4/challenge/name",
                    "anti-action/4/challenge/value",
                    "anti-action/4/bridge_profile/name",
                    "anti-action/4/bridge_profile/value",
                    "anti-action/4/bridge_trunk/name",
                    "anti-action/4/bridge_trunk/value",
                    "anti-action/4/bridge_user/name",
                    "anti-action/4/bridge_user/value",
                    "anti-action/4/bridge_distributor/name",
                    "anti-action/4/bridge_distributor/value",
                    "anti-action/4/bridge_contact/name",
                    "anti-action/4/bridge_contact/value",
                    "anti-action/4/transfer_dialplan/name",
                    "anti-action/4/transfer_dialplan/value",
                    "anti-action/4/set_variable/name",
                    "anti-action/4/set_variable/value",
                    "anti-action/4/unset_variable/name",
                    "anti-action/4/unset_variable/value",
                    "anti-action/4/log/name",
                    "anti-action/4/log/value",
                    "anti-action/4/export/name",
                    "anti-action/4/export/value",
                    "anti-action/4/custom/name",
                    "anti-action/4/custom/value",
                    "anti-action/4/inline_custom/name",
                    "anti-action/4/inline_custom/value",
                    "anti-action/4/trace_call/name",
                    "anti-action/4/trace_call/value",
                    "anti-action/4/check_acl/name",
                    "anti-action/4/check_acl/value",
                    "anti-action/4/check_acl/option",
                    "anti-action/4/inline_check_acl/name",
                    "anti-action/4/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "anti-action/4/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/4/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/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/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/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"
                },
                "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/2/type": {
                  "composite": [
                    "action/2/respond/name",
                    "action/2/respond/value",
                    "action/2/hangup/name",
                    "action/2/hangup/value",
                    "action/2/challenge/name",
                    "action/2/challenge/value",
                    "action/2/bridge_profile/name",
                    "action/2/bridge_profile/value",
                    "action/2/bridge_trunk/name",
                    "action/2/bridge_trunk/value",
                    "action/2/bridge_user/name",
                    "action/2/bridge_user/value",
                    "action/2/bridge_distributor/name",
                    "action/2/bridge_distributor/value",
                    "action/2/bridge_contact/name",
                    "action/2/bridge_contact/value",
                    "action/2/transfer_dialplan/name",
                    "action/2/transfer_dialplan/value",
                    "action/2/set_variable/name",
                    "action/2/set_variable/value",
                    "action/2/unset_variable/name",
                    "action/2/unset_variable/value",
                    "action/2/log/name",
                    "action/2/log/value",
                    "action/2/export/name",
                    "action/2/export/value",
                    "action/2/custom/name",
                    "action/2/custom/value",
                    "action/2/inline_custom/name",
                    "action/2/inline_custom/value",
                    "action/2/trace_call/name",
                    "action/2/trace_call/value",
                    "action/2/check_acl/name",
                    "action/2/check_acl/value",
                    "action/2/check_acl/option",
                    "action/2/inline_check_acl/name",
                    "action/2/inline_check_acl/value"
                  ],
                  "style": "width:157px;",
                  "group": "action/2/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/2/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"
                },
                "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
                },
                "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"
                },
                "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/3/variable/name": {
                  "style": "width:186px;",
                  "composite_parent": "condition/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Name",
                  "field": "condition/3/variable/name",
                  "rules": "required",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "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/2/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/2/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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"
                },
                "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/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"
                },
                "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/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/4/inline_custom/name": {
                  "style": "width:186px;",
                  "composite_parent": "action/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Application",
                  "field": "action/4/inline_custom/name",
                  "rules": "required|alpha_dash",
                  "label_style": "width:60px;",
                  "type": "text",
                  "size": 30
                },
                "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
                },
                "anti-action/3/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/3/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/3/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/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/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
                },
                "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"
                },
                "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
                },
                "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
                },
                "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/2/export/value": {
                  "style": "width:206px;",
                  "composite_parent": "anti-action/2/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Value",
                  "field": "anti-action/2/export/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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"
                },
                "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"
                },
                "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
                },
                "action/3/transfer_dialplan/value": {
                  "style": "width:206px;",
                  "composite_parent": "action/3/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Destination",
                  "field": "action/3/transfer_dialplan/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
                },
                "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": ""
                },
                "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/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"
                },
                "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/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
                },
                "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
                },
                "condition/4/custom_header/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/4/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/4/custom_header/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/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
                },
                "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/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/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"
                },
                "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"
                },
                "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/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"
                },
                "condition/1/sdp/value": {
                  "style": "width:206px;",
                  "composite_parent": "condition/1/type",
                  "default": "",
                  "composite_style": "display: none;",
                  "label": "Expression",
                  "field": "condition/1/sdp/value",
                  "rules": "required",
                  "label_style": "width:65px;",
                  "type": "text",
                  "size": 40
                },
                "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/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/4/respond/name": {
                  "style": "width:190px;",
                  "composite_parent": "anti-action/4/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/4/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/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/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
                },
                "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
                }
              },
              "name": "Rule"
            }
          },
          "dynamic": true,
          "base_path": "/NSC/local/software/routing/basic",
          "configurable": true,
          "global_methods": false,
          "class": {
            "display-name": {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            },
            "description": {
              "default": "",
              "field": "description",
              "size": 50,
              "type": "text",
              "label": "Description"
            },
            "trace-call": {
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Trace Call",
              "field": "trace-call",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "default-response": {
              "default": "404",
              "field": "default-response",
              "type": "text",
              "label": "Default Response"
            }
          },
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List basic."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a Call Routing"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Call Routing"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a Call Routing"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a Call Routing"
            }
          }
        }
      },
      "name": "Call Routing",
      "description": [
        "The Routing module takes care of configuring advanced and basic routing rules.",
        ""
      ]
    }
  • rtcpmon
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/rtcpmon/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "dbcleanup/days-keep-records": {
              "help": "Number of days to keep RTCP Monitor records.",
              "default": "7",
              "label": "Days to keep logs",
              "field": "dbcleanup/days-keep-records",
              "rules": "required[global/NSC_RTCPMON_ENABLE]|greater_than[0]",
              "type": "string",
              "size": 10
            },
            "global/NSC_RTCPMON_ENABLE": {
              "group": "global",
              "help": "Enable/Disable RTCP Monitor",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable RTCP Monitor",
              "field": "global/NSC_RTCPMON_ENABLE",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "dbcleanup/daily-time": {
              "help": "Time during the day to clean out RTCP Monitor logs.",
              "default": "23:58:00",
              "label": "Time to cleanup logs",
              "field": "dbcleanup/daily-time",
              "rules": "required[global/NSC_RTCPMON_ENABLE]|valid_time",
              "type": "string",
              "size": 10
            },
            "logging/syslog": {
              "help": "Enable/Disable logging of the RTCP Monitor logs within syslog.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Log in Syslog",
              "field": "logging/syslog",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "logging/level": {
              "help": "Type of information that will be printed within the RTCP Monitor logs.",
              "default": "info",
              "value": {
                "debug": "Debug",
                "info": "Info"
              },
              "label": "Log Level",
              "field": "logging/level",
              "rules": "required|in_list[debug,info]",
              "ha_rules": "required|in_list[debug,info]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        },
        "log": {
          "description": "Log file",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download log files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/rtcpmon/log",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List log."
              ]
            }
          }
        },
        "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/rtcpmon/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "RTCP Monitor",
      "description": [
        "The RTCP Monitor module allows you to configure settings of the RTCP Monitor service and download RTCP report data.",
        ""
      ]
    }
  • 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
      [
        "The SIP module takes care of the administration of SIP profiles, trunks and channels.",
        ""
      ]
    • name
      "SIP"
    • object
      • channel
        {
          "pagination": true,
          "name": "Channel",
          "description": "Channel",
          "dynamic": true,
          "base_path": false,
          "configurable": false,
          "global_methods": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List channel."
              ]
            },
            "retrieve": {
              "scope": "both",
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a Channel"
            }
          }
        }
      • profile
        • autoname
          true
        • base_path
          "/NSC/local/software/sip/profile"
        • class
          • NDLB-force-rport
            {
              "help": [
                "Controls RFC3581 (Symmetric Response Routing) behavior",
                "",
                "If 'Enable' is selected, RFC3581 will be followed according to the specification",
                "Selecting any of the other options is only advisable when this SIP profile will be used to connect",
                "with user agents that are known to have issues with RFC3581 or lack support for it (ie: Polycom)",
                "and they are known to be behind some sort of firewall or NAT device (ie remote employees)",
                "",
                "If 'Disable' is selected, RFC3581 support will be completely disabled",
                "Outbound requests will not contain the Via rport parameter and responses will be routed back",
                "to the port specified in the topmost Via header of the request even if the rport Via parameter",
                "was specified in the request by the client (this helps with devices that have problems processing or",
                "ignoring the Via rport parameter or when you want to disable the RFC3581 behavior even if",
                "a client requests it or a server supports it)",
                "",
                "If 'Force Always' is selected, RFC3581 support will be always forced even if client does not request it",
                "Outbound requests will contain the Via rport parameter and UDP responses",
                "will be routed back to the network source port of the client even when no Via rport parameter was",
                "specified in the request by the client. This effectively forces RFC3581 behavior even if not requested",
                "This is non-RFC compliant but helps with devices behind NAT that do not implement RFC3581 but still",
                "need the SBC to provide that functionality to route responses through NAT or firewall devices",
                "<font color=\"red\">* This option may break communications if used when requests come through a SIP proxy",
                "or user agents that are not behind a firewall or NAT device</font>",
                "",
                "If 'Auto Force' is selected, RFC3581 support will be forced on particular user agents known to be problematic",
                "This option is equivalent to 'Force' except that it will force it only for inbound requests with a User-Agent",
                "header such as Polycom or other known problematic user agents without RFC3581 support",
                "<font color=\"red\">* This option may break communications if used when requests come through a SIP proxy</font>",
                "",
                "If 'Client Only' is selected, RFC3581 behavior is followed only for outbound requests",
                "Outbound requests will contain the Via rport parameter and responses will still be routed",
                "back to the port specified in the topmost Via header of the request (non-RFC3581 behavior)",
                "even if the rport Via parameter was specified in the request by the client",
                "This is non-RFC complaint but helps with clients that have issues/bugs with their RFC3581",
                "This effecitvely disabling RFC3581 for inbound requests only",
                "",
                "If 'Server Only' is selected, RFC3581 behavior is followed only for inbound requests",
                "Outbound requests will not contain the Via rport parameter but responses will be routed",
                "back to the network source port when the client specifies the Via rport parameter in their request",
                "This is effectively disabling RFC3581 for outbound requests only"
              ],
              "default": "false",
              "value": {
                "false": "Enable",
                "safe": "Auto Force",
                "disabled": "Disable",
                "server-only": "Server Only",
                "client-only": "Client Only",
                "true": "Force Always"
              },
              "label": "Symmetric Response Routing",
              "field": "NDLB-force-rport",
              "rules": "required|in_list[false,disabled,true,safe,client-only,server-only]",
              "ha_rules": "required|in_list[false,disabled,true,safe,client-only,server-only]",
              "type": "dropdown"
            }
          • TLS/certificate
            {
              "default": "__none__",
              "value": {
                "__none__": "(None)"
              },
              "label": "TLS Certificate",
              "field": "TLS/certificate",
              "rules": "required|in_list[__none__]",
              "ha_rules": "required|in_list[__none__]",
              "type": "dropdown"
            }
          • TLS/enable-secure-media
            {
              "group": "srtp",
              "help": "Enable or Disable Secure RTP.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Secure RTP",
              "field": "TLS/enable-secure-media",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • TLS/tls-passphrase
            {
              "help": "If this SIP Profile is using a private key with a passphrase, you can enter the passphrase here.",
              "default": "",
              "label": "TLS Passphrase",
              "field": "TLS/tls-passphrase",
              "rules": "alpha_dash",
              "type": "string",
              "size": 60
            }
          • TLS/tls-sip-port
            {
              "help": "TCP Port required for secure SIP signalling",
              "default": 5061,
              "label": "TLS Port",
              "field": "TLS/tls-sip-port",
              "rules": "valid_port_number|greater_than[1024]|less_than[65525]|callback_port_check[TLS/tls-sip-port]",
              "type": "string",
              "size": 20
            }
          • TLS/tls-verify-date
            {
              "help": "Enable or Disable certificate date verification.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Certificate Date Verification",
              "field": "TLS/tls-verify-date",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • TLS/tls-verify-policy
            {
              "help": "Enable certificate verification policy on incoming, outgoing, or all connections. Can be disabled by selecting No Verification",
              "default": "out",
              "value": {
                "all": "Incoming and Outgoing",
                "out": "Outgoing",
                "none": "No Verification",
                "in": "Incoming"
              },
              "label": "Certificate Verification Policy",
              "field": "TLS/tls-verify-policy",
              "rules": "required|in_list[in,out,all,none]",
              "ha_rules": "required|in_list[in,out,all,none]",
              "type": "dropdown"
            }
          • TLS/tls-version
            {
              "category": "Encryption",
              "help": "The version being used by SSL/TLS",
              "default": "tlsv1.2",
              "value": {
                "default": "TLS Version 1, 1.1 & 1.2",
                "tlsv1": "TLS Version 1",
                "tlsv1.2": "TLS Version 1.2",
                "sslv23": "SSL Version 2 & 3"
              },
              "label": "TLS Version",
              "field": "TLS/tls-version",
              "rules": "required|in_list[sslv23,tlsv1,tlsv1.2,default]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[sslv23,tlsv1,tlsv1.2,default]",
              "type": "dropdown"
            }
          • accept-blind-auth
            {
              "help": "<font color=\"red\">Warning: If set to enable, all authentication requests will be granted without checking.</font>",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Accept Blind Authentication",
              "field": "accept-blind-auth",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • aggressive-nat-detection
            {
              "help": [
                "This option enables aggressive NAT detection by examining the Via headers of requests",
                "",
                "It will determine if a given device is behind NAT if the network IP/Port from which the request was received differs from the IP/Port combination in the SIP Via: header.",
                "",
                "It also will determine if a given device is behind NAT if the Via: header contains the 'received' parameter, regardless of what it contains."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Aggressive NAT Detection",
              "field": "aggressive-nat-detection",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • allow-asymmetric-dynamic-payload-type
            {
              "help": "Allow or Disallow Asymmetric Dynamic Payload Type.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Allow Asymmetric Dynamic Payload Type",
              "field": "allow-asymmetric-dynamic-payload-type",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • allow-malformed-headers
            {
              "help": "Allow receiving malformed non-critical SIP headers available in dialplan via <b>sip_mh_[header_name]</b> channel variable.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Allow Malformed Headers",
              "field": "allow-malformed-headers",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • 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
            {
              "help": [
                "By default when session level media mode is equal to media line level media mode, the a=<media_mode> line is ommitted ",
                "from the outgoing SDP. Setting this parameter to true will alter that behavior and force to always print the ",
                "m=<media_mode> line to outgoing SDP."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Always add media mode to outgoing SDP",
              "field": "always-add-mode-to-sdp",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • 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
            {
              "category": "NAT Traversal",
              "help": "Apply a given network ACL to the host IP of the Contact: header in SIP requests to determine if a host is behind NAT",
              "default": "__empty__",
              "value": {
                "__empty__": "(None)",
                "nat.rfc1918": "RFC1918"
              },
              "label": "NAT ACL",
              "field": "apply-nat-acl",
              "rules": "required|in_list[__empty__,nat.rfc1918]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[__empty__,nat.rfc1918]",
              "type": "dropdown"
            }
          • 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
            {
              "help": "Enable or Disable authentication on all incoming requests.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Authenticate Requests",
              "field": "auth-all-packets",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • auth-calls
            {
              "category": "Authentication",
              "help": "Enable or Disable authentication on all incoming calls.",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Authenticate Calls",
              "field": "auth-calls",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • auth-calls-by-network-address
            {
              "help": [
                "Network Validation ACL:",
                {
                  "IP address": "Network IP address of registered endpoints will be used to validate incoming calls."
                },
                {
                  "IP Address + Port": "Network IP and PORT of registered endpoints will be used to validate incoming calls."
                }
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "IP Address",
                "port-restricted": "IP Address + Port"
              },
              "label": "Network Validation ACL",
              "field": "auth-calls-by-network-address",
              "rules": "required|in_list[true,port-restricted,false]",
              "ha_rules": "required|in_list[true,port-restricted,false]",
              "type": "dropdown"
            }
          • call-routing
            {
              "category": "Session Routing",
              "help": "XML routing plan for all incoming calls received in this SIP profile.",
              "default": "__selectone__",
              "value": {
                "__selectone__": "( Please Select One )"
              },
              "label": "Routing Plan",
              "field": "call-routing",
              "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            }
          • disable-rtp-auto-adjust
            {
              "help": "This option enables the RTP auto-adjust feature used to detect RTP streams coming from hosts behind NAT.",
              "default": "true",
              "value": {
                "false": "Enable",
                "true": "Disable"
              },
              "label": "RTP Auto Adjust",
              "field": "disable-rtp-auto-adjust",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • display-name
            {
              "category": "General",
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "category_setting": "expanded",
              "type": "string",
              "size": 50
            }
          • domains
            {
              "default": [],
              "field": "domains",
              "type": "private",
              "label": "domains"
            }
          • egress
            {
              "default": "__none__",
              "value": {
                "__none__": "( None )"
              },
              "label": "Egress  ",
              "field": "egress",
              "rules": "required|in_list[__none__]",
              "ha_rules": "required|in_list[__none__]",
              "type": "dropdown"
            }
          • enable-100rel
            {
              "category": "Interoperability",
              "help": "SIP provisional message reliability.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "100 Reliability",
              "field": "enable-100rel",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-3pcc
            {
              "help": "Enable processing of 3PCC (third party call control) to allow processing INVITE messages without an SDP",
              "default": "proxy",
              "value": {
                "false": "Disable",
                "proxy": "Enable"
              },
              "label": "3PCC",
              "field": "enable-3pcc",
              "rules": "required|in_list[false,proxy]",
              "ha_rules": "required|in_list[false,proxy]",
              "type": "dropdown"
            }
          • enable-3pcc-relay-alerting
            {
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "3pcc Relay Alerting",
              "field": "enable-3pcc-relay-alerting",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-load-limit
            {
              "category": "Load Limits",
              "group": "load-limit",
              "help": "Enable or Disable Load Limiting on this SIP Profile",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable Load Limiting",
              "field": "enable-load-limit",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-request-dns-caching
            {
              "help": "Enable SIP DNS caching. Cached value will be used on subsequent outgoing SIP Request with the same URL",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Request SIP DNS Caching",
              "field": "enable-request-dns-caching",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • enable-timer
            {
              "category": "Timing",
              "group": "timer",
              "help": "Enable or Disable the SIP session timer.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "SIP Session Timer",
              "field": "enable-timer",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • ext-rtp-ip
            {
              "help": [
                "An IP address string such as '200.1.2.4'",
                "The specified IP will be used as the advertised address in the SDP payload",
                "<br>The string 'auto-nat'",
                "Gateway will use uPNP or NAT-PMP to discover the public IP address it should use",
                "<br>A string starting with 'stun:' followed by a host name or IP, such as: 'stun:my-stun-server.com' ",
                "Gateway will use the specified STUN server to discover the public IP address",
                "<br>A string starting with 'host:' followed by a host name, such as 'host:my-small-office.com'",
                "Gateway will resolve the given host name to find out the IP address to use (useful for dynamic DNS)"
              ],
              "default": "",
              "label": "External RTP IP address",
              "field": "ext-rtp-ip",
              "rules": "valid_ext_sip_ip",
              "type": "string",
              "size": 50
            }
          • ext-sip-ip
            {
              "help": [
                "An IP address string such as '200.1.2.3'",
                "SIP messages in this profile will use the specified IP address in all headers such as Contact, From, etc",
                "<br>The string 'auto-nat'",
                "Gateway will use uPNP or NAT-PMP to discover the public IP address it should use",
                "<br>A string starting with 'stun:' followed by a host name or IP, such as: 'stun:my-stun-server.com' ",
                "Gateway will use the specified STUN server to discover the public IP address",
                "<br>A string starting with 'host:' followed by a host name, such as 'host:my-small-office.com'",
                "Gateway will resolve the given host name to find out the IP address to use (useful for dynamic DNS)"
              ],
              "default": "",
              "label": "External SIP IP Address",
              "field": "ext-sip-ip",
              "rules": "valid_ext_sip_ip",
              "type": "string",
              "size": 50
            }
          • fail-auth-cause-string
            {
              "help": [
                "Reject unauthorized calls using the provided SIP response message.",
                "If left empty the default message for the given reject response code will be used."
              ],
              "default": "Forbidden",
              "label": "Failed Authorization Reject Message",
              "field": "fail-auth-cause-string",
              "type": "string",
              "size": 60
            }
          • fail-auth-reject-cause
            {
              "help": "Reject cause code for failed authorization",
              "default": 403,
              "label": "Failed Authorization Reject Response Code",
              "field": "fail-auth-reject-cause",
              "rules": "greater_than[399]|less_than[700]|is_numeric",
              "type": "string",
              "size": 20
            }
          • fqdn-in-contact
            {
              "help": "Use FQDN instead of IP address in Contact Header.",
              "default": "",
              "label": "FQDN in Contact Header",
              "field": "fqdn-in-contact",
              "rules": "valid_ip_or_domain",
              "type": "string",
              "size": 50
            }
          • full-id-in-dialplan
            {
              "help": "Always use user@domain format when routing the call.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Always Use Full Identification",
              "field": "full-id-in-dialplan",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • ignore-183nosdp
            {
              "help": "Enable or Disable ignoring 183 messages without a specific SDP.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Ignore 183 without SDP",
              "field": "ignore-183nosdp",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • inbound-bypass-media
            {
              "help": "Disable SDP parsing and bypass the SDP offer/answer payloads for incoming calls (<font color=\"red\">This disables transcoding</font>)",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Inbound Bypass Media",
              "field": "inbound-bypass-media",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • inbound-media-profile
            {
              "help": "Media profile that will be used on all incoming calls.",
              "default": "__selectone__",
              "value": {
                "__selectone__": "( Please Select One )"
              },
              "label": "Inbound Media Profile",
              "field": "inbound-media-profile",
              "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            }
          • ingress
            {
              "category": "Header Manipulation",
              "default": "__none__",
              "value": {
                "__none__": "( None )"
              },
              "label": "Ingress ",
              "field": "ingress",
              "rules": "required|in_list[__none__]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[__none__]",
              "type": "dropdown"
            }
          • load-limit-cause-string
            {
              "help": "Reject calls based on the string provided.",
              "default": "Service Unavailable",
              "label": "Reject Message",
              "field": "load-limit-cause-string",
              "rules": "required[enable-load-limit]|max_length[39]|alpha_dash_space",
              "type": "string",
              "size": 60
            }
          • load-limit-high-threshold
            {
              "help": "CPU usage percentage amount that NSC will start rejecting calls.",
              "default": "90",
              "label": "CPU High Threshold",
              "field": "load-limit-high-threshold",
              "rules": "required[enable-load-limit]|greater_than[0]|less_than[100]|is_numeric",
              "type": "string",
              "size": "20"
            }
          • load-limit-low-threshold
            {
              "help": "CPU usage percentage amount that NSC will resume accepting calls. It is recommended this be 90% of the high threshold",
              "default": 80,
              "label": "CPU Low Threshold",
              "field": "load-limit-low-threshold",
              "rules": "required[enable-load-limit]|greater_than[0]|less_than[100]|is_numeric",
              "type": "string",
              "size": 20
            }
          • load-limit-reject-cause
            {
              "help": "Reject calls based on the SIP Response.",
              "default": 503,
              "label": "Reject Response Code",
              "field": "load-limit-reject-cause",
              "rules": "required[enable-load-limit]|sip_fail_response_code",
              "type": "string",
              "size": 20
            }
          • lync-interop
            {
              "help": "Enable or disable settings for Lync interoperability.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Lync Interoperability",
              "field": "lync-interop",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • manual-redirect
            {
              "help": [
                "If enabled, all SIP 30X responses (Redirect Responses) will cause a new routing request to your dialplan.",
                "If disabled, the SBC will try to follow the Redirect request as-is automatically",
                "",
                "The routing plan used is determined by the contents of the channel variable \"sip_redirect_context\""
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Manual Redirect Routing",
              "field": "manual-redirect",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • max-sessions
            {
              "help": "Maximum number of concurrent sessions that will be accepted in this profile. Unlimited if not specified.",
              "default": "",
              "label": "Max Concurrent SIP Sessions",
              "field": "max-sessions",
              "rules": "greater_than[0]|less_than[10000]|is_numeric",
              "type": "string",
              "size": "20"
            }
          • max-sip-request-length
            {
              "help": "Maximum length of Request URI.",
              "default": "",
              "label": "Maximum SIP Request URI Length",
              "field": "max-sip-request-length",
              "rules": "integer|greater_than[0]",
              "type": "string",
              "size": 10
            }
          • minimum-session-expires
            {
              "help": "Value in seconds for the Min-SE header indicating the minimum acceptable value in seconds for the Session-Expires header.",
              "default": 120,
              "label": "Minimum Session Expires",
              "field": "minimum-session-expires",
              "rules": "required[enable-timer]|is_numeric|greater_or_equal[90]",
              "type": "string"
            }
          • nat-options-ping
            {
              "help": [
                "Send OPTIONS ping requests to NATed registrations.",
                "This helps to keep firewall pinholes open even when the registration refresh timer is long"
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Ping NAT Registrations",
              "field": "nat-options-ping",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • notify-refer-on-final-rsp
            {
              "help": "Whether to determine REFER result base on final response. This applies only if a new call leg is created to the referee.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Notify REFER on Final Response",
              "field": "notify-refer-on-final-rsp",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • outbound-media-profile
            {
              "help": "Media profile that will be used on all outgoing calls.",
              "default": "__selectone__",
              "value": {
                "__selectone__": "( Please Select One )"
              },
              "label": "Outbound Media Profile",
              "field": "outbound-media-profile",
              "rules": "required[,in,__selectone__]|required|in_list[__selectone__]",
              "ha_rules": "required|in_list[__selectone__]",
              "type": "dropdown"
            }
          • outbound-proxy
            {
              "help": "Optional outbound proxy",
              "default": "",
              "label": "Outbound Proxy",
              "field": "outbound-proxy",
              "rules": "valid_ip_port_domain",
              "type": "string",
              "size": 50
            }
          • 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"
            }
          • rtcp-audio-interval-msec
            {
              "help": "RTCP reports interval in msec.",
              "default": "5000",
              "label": "RTCP Interval",
              "field": "rtcp-audio-interval-msec",
              "rules": "integer|greater_or_equal[100]|less_or_equal[5000]",
              "type": "string",
              "size": 10
            }
          • rtp-auto-local-port-renew-on-reinvite
            {
              "help": [
                "Enable/Disable Automatic Local RTP Port Renewal On ReInvite.",
                "If enabled, when a new SDP offer is received in connected state and if media line remote IP or Port has been changed, a new local port is assigned for the RTP stream."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Renew RTP Port On ReInvite",
              "field": "rtp-auto-local-port-renew-on-reinvite",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • rtp-ip
            {
              "help": [
                "This is the RTP IP to be used for the RTP network connection.",
                "",
                "If left '(SIP Profile)', the same IP address used for the signaling will be used for RTP.",
                "",
                "If RTP is handled via exposed hardware (ie 'exposed' media mode) this parameter is ignored."
              ],
              "default": "__none__",
              "value": {
                "__none__": "(SIP Profile)"
              },
              "label": "RTP IP address",
              "field": "rtp-ip",
              "rules": "required|in_list[__none__]",
              "ha_rules": "required|in_list[__none__]",
              "type": "dropdown"
            }
          • rtp-timeout-sec
            {
              "help": "RTP Timeout in seconds. If 0 is specified, timeout is disabled.",
              "default": 60,
              "label": "RTP Timeout",
              "field": "rtp-timeout-sec",
              "rules": "integer|greater_or_equal[0]",
              "type": "string"
            }
          • rtp-tos-value
            {
              "help": "DiffServ integer value (0-255) for the RTP packets (this is the old TOS IP header value). You can use this to set TOS values as well.",
              "default": "",
              "label": "RTP TOS Value",
              "field": "rtp-tos-value",
              "rules": "greater_than[-1]|less_than[256]",
              "type": "string",
              "size": 10
            }
          • 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"
            }
          • session-timeout
            {
              "help": "Value in seconds for the Session-Expires header to be used in session expiration requests.",
              "default": 1800,
              "label": "Session Expires",
              "field": "session-timeout",
              "rules": "required[enable-timer]|is_numeric|greater_or_equal[90]|callback_check_session_timeout",
              "type": "string"
            }
          • 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
            {
              "help": "IP Address being used for SIP signalling.",
              "default": null,
              "value": [],
              "label": "SIP IP Address",
              "field": "sip-ip",
              "rules": "required|required|in_list[]",
              "ha_rules": "required|in_list[]",
              "type": "dropdown"
            }
          • sip-port
            {
              "help": "Port being used for SIP Signalling",
              "default": "5060",
              "label": "Port",
              "field": "sip-port",
              "rules": "required|valid_port_number|callback_port_check[sip-port]",
              "type": "string"
            }
          • sip-tos-value
            {
              "category": "QoS",
              "help": "DiffServ integer value (0-255) for the signaling packets (this is the old TOS IP header value). You can use this to set TOS values as well.",
              "default": "",
              "label": "SIP TOS Value",
              "field": "sip-tos-value",
              "rules": "greater_than[-1]|less_than[256]",
              "category_setting": "expanded",
              "type": "string",
              "size": 10
            }
          • sip-trace
            {
              "help": "Enable or Disable SIP messages tracing.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "SIP Trace",
              "field": "sip-trace",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • siprelay
            {
              "group": "enable_siprelay",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "SIP Message Routing",
              "field": "siprelay",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • siprelay-allow-methods
            {
              "help": "Select Siprelay Allow Methods.",
              "default": [],
              "value": {
                "TR87": "TR87",
                "MESSAGE": "MESSAGE",
                "NOTIFY": "NOTIFY",
                "OPTIONS": "OPTIONS"
              },
              "label": "Siprelay Allow Methods",
              "field": "siprelay-allow-methods",
              "rules": "is_array|in_list[MESSAGE,NOTIFY,OPTIONS,TR87]",
              "ha_rules": "is_array|in_list[MESSAGE,NOTIFY,OPTIONS,TR87]",
              "inline": "true",
              "type": "checkbox"
            }
          • siprelay-context
            {
              "help": "Select a Unsolicited SIP Message Routing Plan.",
              "default": "auto_create_new_smr_plan",
              "value": {
                "auto_create_new_smr_plan": "Create New Plan"
              },
              "label": "Unsolicited SIP Message Routing Plan",
              "field": "siprelay-context",
              "rules": "required|in_list[auto_create_new_smr_plan]",
              "ha_rules": "required|in_list[auto_create_new_smr_plan]",
              "type": "dropdown"
            }
          • srtp/crypto-optional-lifetime
            {
              "help": "Number of packets the SRTP crypto master key is valid for (RFC4568 lifetime optional sdp parameter). ",
              "default": "__disable__",
              "value": {
                "2^48": "High",
                "2^16": "Low",
                "2^31": "Medium",
                "__disable__": "Disable"
              },
              "label": "Crypto Life Time",
              "field": "srtp/crypto-optional-lifetime",
              "rules": "required|in_list[__disable__,2^48,2^31,2^16]",
              "ha_rules": "required|in_list[__disable__,2^48,2^31,2^16]",
              "type": "dropdown"
            }
          • srtp/crypto-optional-mki-length-string
            {
              "help": "The MKI length is the size of the MKI field in the SRTP packet.",
              "default": "__disable__",
              "value": {
                "1:1": "1:1",
                "__disable__": "Disable"
              },
              "label": "Crypto MKI Length",
              "field": "srtp/crypto-optional-mki-length-string",
              "rules": "required|in_list[__disable__,1:1]",
              "ha_rules": "required|in_list[__disable__,1:1]",
              "type": "dropdown"
            }
          • srtp/force-outbound-secure-rtp
            • default
              "false"
            • field
              "srtp/force-outbound-secure-rtp"
            • ha_rules
              "required|in_list[true,false]"
            • help
              • 4722
                p offer alwaysirrespective of inbound leg media. <br> S
              • 10517
                ode does not by d
              • 11016
                y default does not add SR
            • label
              "Force outbound Secure RTP"
            • rules
              "required|in_list[true,false]"
            • type
              "dropdown"
            • value
              {
                "false": "Disable",
                "true": "Enable"
              }
          • srtp/require-secure-rtp
            {
              "help": "Require inbound leg INVITE to include secure rtp offer.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Require Only Secure RTP",
              "field": "srtp/require-secure-rtp",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • srtp/support-sdp-secure-avp
            {
              "help": [
                "This option breaks RFC 3711 and is only valid when Lync Interoperability is enabled.",
                "",
                "When this option is enabled, SDP media lines will use RTP/AVP even when SRTP is enabled",
                "and an a=crypto line will be added as usual for SRTP sessions.",
                "",
                "The standard RTP/SAVP profile will not be used for SDP secure media lines when this option is enabled.",
                ""
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Secure AVP",
              "field": "srtp/support-sdp-secure-avp",
              "rules": "required|in_list[true,false]",
              "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');",
              "type": "dropdown"
            }
          • strict-sdp-parsing
            {
              "help": [
                "Enable strict SDP parsing",
                "",
                "When this option is enabled, the SDP contents will be strictly checked for compliance with",
                "RFC 4566 and any SDP contents in SIP messages that do not conform will be rejected.",
                "For interoperability with broken equipment it's sometimes desirable to relax the parser to",
                "tolerate minor deviations from the RFC. In such cases you can disable this option."
              ],
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Strict SDP Parsing",
              "field": "strict-sdp-parsing",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • 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
            {
              "help": [
                "Enable talk and hold events",
                "",
                "When this option is enabled, talk and hold events will be advertised in ",
                "Allowed-Events header for sip messages."
              ],
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Support talk and hold events",
              "field": "talk-hold-events-allowed",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • timer-T1
            {
              "help": "SIP T1 Timer",
              "default": 500,
              "label": "SIP T1 Timer",
              "field": "timer-T1",
              "rules": "integer|greater_than[0]",
              "type": "string"
            }
          • timer-T1X64
            {
              "help": "SIP T1X64 Timer",
              "default": 32000,
              "label": "SIP T1X64 Timer",
              "field": "timer-T1X64",
              "rules": "integer|greater_than[0]",
              "type": "string"
            }
          • timer-T2
            {
              "help": "SIP T2 Timer",
              "default": 4000,
              "label": "SIP T2 Timer",
              "field": "timer-T2",
              "rules": "integer|greater_than[0]",
              "type": "string"
            }
          • timer-T4
            {
              "help": "SIP T4 Timer",
              "default": 4000,
              "label": "SIP T4 Timer",
              "field": "timer-T4",
              "rules": "integer|greater_than[0]",
              "type": "string"
            }
          • transport
            {
              "group": "tls",
              "help": "Transport type being used for SIP.",
              "default": "udptcp",
              "value": {
                "tls": "TLS",
                "udptcptls": "UDP+TCP+TLS",
                "udp": "UDP",
                "udptcp": "UDP+TCP",
                "tcp": "TCP"
              },
              "label": "Transport",
              "field": "transport",
              "rules": "required|in_list[udp,tcp,tls,udptcp,udptcptls]",
              "ha_rules": "required|in_list[udp,tcp,tls,udptcp,udptcptls]",
              "type": "dropdown"
            }
          • user-agent-string
            {
              "default": "NetBorder Session Controller",
              "label": "User Agent",
              "field": "user-agent-string",
              "rules": "required",
              "type": "string",
              "size": 50
            }
        • configurable
          true
        • controller_url
          "/SAFe/fs_sip_profile_config"
        • description
          "Profile"
        • dynamic
          true
        • global_methods
          false
        • has_child
          true
        • methods
          {
            "status": {
              "request": "GET",
              "name": "Retrieve Status",
              "description": "Retrieve SIP Profile Status"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a SIP Profile"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List profile."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a SIP Profile"
            },
            "stop": {
              "request": "POST",
              "name": "Stop",
              "description": "Stop a SIP Profile"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a SIP Profile"
            },
            "start": {
              "request": "POST",
              "name": "Start",
              "description": "Start a SIP Profile"
            },
            "registration": {
              "request": "GET",
              "name": "Retrieve Registrations",
              "description": "Retrieve Registrations"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a SIP Profile"
            }
          }
        • name
          "Profile"
        • object
          {
            "limit": {
              "pagination": false,
              "autoname": true,
              "description": "Limit",
              "dynamic": true,
              "base_path": "/NSC/local/software/sip/profile/default/limit",
              "configurable": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List limit."
                  ]
                },
                "create": {
                  "request": "POST",
                  "name": "Create",
                  "description": "Create a limit"
                },
                "retrieve": {
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a limit"
                },
                "update": {
                  "request": "POST",
                  "name": "Update",
                  "description": "Update a limit"
                },
                "delete": {
                  "request": "POST",
                  "name": "Delete",
                  "description": "Delete a limit"
                }
              },
              "global_methods": false,
              "class": {
                "host": {
                  "help": "Host which will be used in the limitation rule. If this field is left blank, the rule will use any host. The field accepts any IPv4 IP address.",
                  "default": "ANY",
                  "label": "Host",
                  "field": "host",
                  "rules": "valid_ip_or_blank_or_any",
                  "type": "string",
                  "size": 60
                },
                "limit": {
                  "help": "Number of SIP messages to limit",
                  "default": "",
                  "label": "Rate Limit",
                  "field": "limit",
                  "rules": "required|is_numeric|greater_than[0]",
                  "type": "string",
                  "size": 20
                },
                "method": {
                  "help": "SIP messages which will be used in the limitation rule.",
                  "default": "ANY",
                  "value": {
                    "INFO": "INFO",
                    "INVITE": "INVITE",
                    "ACK": "ACK",
                    "REGISTER": "REGISTER",
                    "PRACK": "PRACK",
                    "UPDATE": "UPDATE",
                    "PUBLISH": "PUBLISH",
                    "OPTIONS": "OPTIONS",
                    "SUBSCRIBE": "SUBSCRIBE",
                    "NOTIFY": "NOTIFY",
                    "MALFORMED": "MALFORMED",
                    "CANCEL": "CANCEL",
                    "MESSAGE": "MESSAGE",
                    "BYE": "BYE",
                    "ANY": "ANY",
                    "REFER": "REFER"
                  },
                  "label": "SIP Method",
                  "field": "method",
                  "rules": "required|required|in_list[ANY,INVITE,REGISTER,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,PUBLISH,INFO,REFER,MESSAGE,UPDATE,MALFORMED]",
                  "ha_rules": "required|in_list[ANY,INVITE,REGISTER,ACK,BYE,CANCEL,OPTIONS,PRACK,SUBSCRIBE,NOTIFY,PUBLISH,INFO,REFER,MESSAGE,UPDATE,MALFORMED]",
                  "type": "dropdown"
                },
                "period": {
                  "help": "Time period in seconds to limit incoming requests.",
                  "default": "",
                  "label": "Rate Period",
                  "field": "period",
                  "rules": "required|is_numeric|greater_than[0]",
                  "type": "string",
                  "size": 20
                }
              },
              "name": "Limit"
            },
            "registration": {
              "pagination": true,
              "autoname": true,
              "name": "Profile Registration",
              "description": "Profile Registration",
              "dynamic": true,
              "base_path": false,
              "configurable": false,
              "global_methods": true,
              "methods": {
                "list": {
                  "request": "GET",
                  "name": "List",
                  "description": [
                    "List registration."
                  ]
                },
                "retrieve": {
                  "scope": "both",
                  "request": "GET",
                  "name": "Retrieve",
                  "description": "Retrieve a registration"
                },
                "flush": {
                  "scope": "both",
                  "request": "POST",
                  "name": "Flush",
                  "description": "Delete a registration"
                }
              }
            }
          }
        • pagination
          false
      • trunk
        {
          "pagination": false,
          "autoname": true,
          "name": "Trunk",
          "description": "Trunk",
          "dynamic": true,
          "base_path": "/NSC/local/software/sip/trunk",
          "configurable": true,
          "global_methods": false,
          "controller_url": "/SAFe/fs_sip_trunk_config",
          "methods": {
            "status": {
              "request": "GET",
              "name": "Retrieve Status",
              "descripton": "Retrieve SIP Trunk Status"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a SIP Trunk"
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a SIP Trunk"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List trunk."
              ]
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a SIP Trunk"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a SIP Trunk"
            }
          }
        }
  • siprec
    {
      "object": {
        "profile": {
          "pagination": false,
          "description": "SIPREC profile",
          "has_child": false,
          "dynamic": true,
          "base_path": "/NSC/local/software/siprec/profile",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List profile."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a SIPREC profile"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a SIPREC profile"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a SIPREC profile"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a SIPREC profile"
            }
          },
          "global_methods": false,
          "class": {
            "originator_direction": {
              "help": "This parameter controls which stream direction should be recorded on the session on which recording have been initiated.",
              "default": "RX",
              "value": {
                "RXTX_MIXED": "Mixed",
                "RX": "RX",
                "TX": "TX",
                "RXTX_SEPARATE": "Separate"
              },
              "label": "Originator Recording Direction",
              "field": "originator_direction",
              "rules": "required|in_list[RX,TX,RXTX_SEPARATE,RXTX_MIXED]",
              "ha_rules": "required|in_list[RX,TX,RXTX_SEPARATE,RXTX_MIXED]",
              "type": "dropdown"
            },
            "record_on_hold": {
              "help": "When set to Enabled, recording will not be paused when the recorded session goes on-hold.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Record Music On Hold",
              "field": "record_on_hold",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "peer_direction": {
              "help": "This parameter controls which stream direction should be recorded on the peer of session on which recording have been initiated. When set to NONE peer session recording is disabled.",
              "default": "NONE",
              "value": {
                "RXTX_MIXED": "Mixed",
                "NONE": "None",
                "RX": "RX",
                "TX": "TX",
                "RXTX_SEPARATE": "Separate"
              },
              "label": "Peer Recording Direction",
              "field": "peer_direction",
              "rules": "required|in_list[NONE,RX,TX,RXTX_SEPARATE,RXTX_MIXED]",
              "ha_rules": "required|in_list[NONE,RX,TX,RXTX_SEPARATE,RXTX_MIXED]",
              "type": "dropdown"
            },
            "srs_user": {
              "help": "String representing the sip contact user part to use for the IINVITE messages sent to the srs.",
              "default": "srs",
              "label": "Recording Server User Part",
              "field": "srs_user",
              "rules": "required|valid_sip_uri_user_part",
              "type": "string",
              "size": 50
            },
            "gateways": {
              "default": [],
              "value": [],
              "label": "Gateway List",
              "field": "gateways",
              "rules": "is_array|in_list[]",
              "ha_rules": "is_array|in_list[]",
              "type": "listbox",
              "size": 10
            },
            "type": {
              "default": "failover",
              "value": {
                "failover": "Failover",
                "high-availability": "High Availability"
              },
              "label": "Type",
              "field": "type",
              "rules": "required|in_list[failover,high-availability]",
              "ha_rules": "required|in_list[failover,high-availability]",
              "type": "dropdown"
            }
          },
          "name": "SIPREC profile"
        }
      },
      "name": "SIPREC",
      "description": ""
    }
  • sipsecmon
    {
      "methods": {
        "reload_rules": {
          "description": "Reload Rules",
          "confirm": true,
          "request": "POST",
          "reload": true,
          "icon": "repeat",
          "name": "Reload Rules"
        }
      },
      "object": {
        "rules": {
          "pagination": false,
          "description": "Rules",
          "dynamic": true,
          "base_path": "/NSC/local/software/sipsecmon/rules",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List rules."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a rule"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a rule"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a rule"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a rule"
            }
          },
          "global_methods": false,
          "class": {
            "failed_attempts": {
              "help": [
                "If value is greater than 0 then it will represent the number of failed ",
                "registrations attempts with authorization header needed to match the rule.",
                "If value is 0, then the rule will match on first matching registration attempt ",
                "without authorization header."
              ],
              "default": "",
              "label": "Failed Attempts",
              "field": "failed_attempts",
              "rules": "integer|greater_or_equal[0]",
              "type": "integer",
              "size": 4
            },
            "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",
                "",
                "Below is the syntax that must be used for the source IP white list filter:",
                "",
                "1) Empty = No source IP white list exception",
                "2) IPv4 IP Address (10.10.0.1)",
                "3) IPv4 Network Address (172.16.0.0/16)",
                "4) Comma seperated list of IPv4 addresses or networks (10.10.0.1, 172.16.0.0/16)"
              ],
              "default": "",
              "label": "Source IP White List Filter",
              "field": "src_ip_whitelist_filter_expr",
              "rules": "src_ip_whitelist_filter_rule",
              "type": "string",
              "size": 50
            },
            "time_frame": {
              "help": "Number of minutes to wait before resetting the counter for failed attempts.",
              "default": "",
              "label": "Interval",
              "field": "time_frame",
              "rules": "integer|greater_than[0]",
              "type": "integer",
              "size": 4
            },
            "comments": {
              "default": "",
              "field": "comments",
              "size": 80,
              "type": "string",
              "label": "Comments"
            },
            "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
            },
            "user_agent_filter_expr": {
              "help": [
                "Whether to filter registration attempts based on user agent.",
                "",
                "Below is the syntax that must be used for the user agent filter:",
                "",
                "1) Empty = No user agent filtering will be perfomed.",
                "2) Any string (this will be an exact match of the string with the user agent)",
                "3) A regular expression matching the desired user agent in format: regex=\"the regular expression\""
              ],
              "default": "",
              "label": "User Agent Filter",
              "field": "user_agent_filter_expr",
              "rules": "validate_user_agent_filter",
              "type": "string",
              "size": 50
            },
            "profile_filter": {
              "help": "Whether to filter attempts based on SIP profile.",
              "default": "__none__",
              "value": {
                "__none__": "( None )"
              },
              "label": "SIP Profile Filter",
              "field": "profile_filter",
              "rules": "required|in_list[__none__]",
              "ha_rules": "required|in_list[__none__]",
              "type": "dropdown"
            },
            "action_param": {
              "help": [
                "<b><u>Defines parameter of the selected action:</u></b>",
                "",
                "<b>Block IP</b> - Number of minutes the IP will remain blocked, from [0 to 1439]. 0 means block this IP forever, until admin manually unblocks it."
              ],
              "default": "",
              "label": "Action Parameter",
              "field": "action_param",
              "rules": "required[action_expr,in,block_ip]|integer|greater_or_equal[0]|less_than[1440]",
              "type": "string",
              "size": 50
            },
            "action_expr": {
              "group": "action",
              "help": "Action to perform when the rule matches",
              "default": "false",
              "value": {
                "block_ip": "Block IP",
                "false": "Log"
              },
              "label": "Action",
              "field": "action_expr",
              "rules": "required|in_list[false,block_ip]",
              "ha_rules": "required|in_list[false,block_ip]",
              "type": "dropdown"
            },
            "src_ip_filter_expr": {
              "help": [
                "\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",
                "",
                "Below is the syntax that must be used for the source IP filter:",
                "",
                "1) Empty = All src IPs will be accounted",
                "2) IPv4 IP Address (10.10.0.1)",
                "3) IPv4 Network Address (172.16.0.0/16)",
                "4) Comma seperated list of IPv4 addresses or networks (10.10.0.1, 172.16.0.0/16)"
              ],
              "default": "",
              "label": "Source IP Filter",
              "field": "src_ip_filter_expr",
              "rules": "src_ip_filter_rule",
              "type": "string",
              "size": 50
            },
            "account_filter_expr": {
              "help": [
                "Whether to filter registration attempts based on account.",
                "",
                "Below is the syntax that must be used for the Account Registration filter:",
                "",
                "1) Empty = No account filtering will be perfomed.",
                "2) Unknown = The string \"unknown\" matches any accounts that are not known to the registrar (ie, trying to register joe@domain.com where the domain.com registrar does not know about any joe user). This option only works when SIP thru registration is disabled for the profile receiving the REGISTER request.",
                "3) Comma-separated list of accounts to match, ie \"bob@company.com, alice@company.com\".",
                "4) A regular expression matching the desired accounts in format: regex=\"the regular expression\""
              ],
              "default": "",
              "label": "Account Registration Filter",
              "field": "account_filter_expr",
              "rules": "validate_account_filter",
              "type": "string",
              "size": 50
            }
          },
          "name": "Rules"
        },
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/sipsecmon/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "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"
            },
            "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"
            },
            "logging/syslog": {
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Log in Syslog",
              "field": "logging/syslog",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "logging/level": {
              "default": "info",
              "value": {
                "debug": "Debug",
                "info": "Info"
              },
              "label": "Log Level",
              "field": "logging/level",
              "rules": "required|in_list[debug,info]",
              "ha_rules": "required|in_list[debug,info]",
              "type": "dropdown"
            },
            "global/NSC_SIPSECMON_ENABLE": {
              "group": "global",
              "default": "true",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Enable SIP Security Monitor",
              "field": "global/NSC_SIPSECMON_ENABLE",
              "rules": "required|in_list[true,false]",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          },
          "name": "Configuration"
        },
        "log": {
          "description": "Log file",
          "methods": {
            "download": {
              "name": "Download",
              "button": true,
              "description": [
                "Download log files."
              ],
              "request": "GET",
              "action_url": "/SAFe/sng_data_manager/download/sipsecmon/log",
              "icon": "download"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List log."
              ]
            }
          }
        },
        "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/sipsecmon/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "SIP Security Monitor",
      "description": [
        "The SIP Security Monitor module allows you to configure settings for this service.",
        ""
      ]
    }
  • smr
    {
      "object": {
        "advanced": {
          "pagination": false,
          "controller_url": "/SAFe/fs_routing_config",
          "description": "Advanced SIP Message Routing",
          "dynamic": true,
          "base_path": "/NSC/local/software/smr/advanced",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List advanced."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Create a "
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a SIP Message Routing"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a SIP Message Routing"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a SIP Message Routing"
            }
          },
          "global_methods": false,
          "class": {
            "display-name": {
              "default": "",
              "label": "Display Name",
              "field": "display-name",
              "rules": "alpha_dash",
              "type": "string",
              "size": 50
            },
            "data": {
              "default": "",
              "field": "data",
              "type": "text",
              "label": "XML Dialplan"
            }
          },
          "name": "Advanced SIP Message Routing"
        }
      },
      "name": "SIP Message Routing",
      "description": ""
    }
  • sngms
    {
      "methods": {
        "fwupdate": {
          "redirect_url": "/SAFe/fs_sngms_config",
          "button_class": null,
          "description": "Update Firmware",
          "display": false,
          "request": "POST",
          "waitbox": {
            "ui_type": "processing_log",
            "action_url": "",
            "log_timeout": "600",
            "reloadtime": "5",
            "log_url": "/SAFe/fs_sngms_config/get_update_log"
          },
          "reload": true,
          "timeout": "300",
          "icon": "fire",
          "class": null,
          "name": "Firmware Update"
        },
        "detect": {
          "description": "Detect Transcoding Modules",
          "request": "POST",
          "reload": true,
          "redirect_url": "/SAFe/fs_sngms_config",
          "icon": "rocket",
          "display": false,
          "name": "Detect Modules"
        }
      },
      "object": {
        "device": {
          "pagination": false,
          "controller_url": "/SAFe/fs_sngms_config",
          "description": "Device",
          "dynamic": false,
          "base_path": "/NSC/local/software/sngms/device",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List device."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a device"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a 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": "Device"
        },
        "configuration": {
          "singleton": true,
          "controller_url": "/SAFe/fs_sngms_config",
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/sngms/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "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"
            },
            "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"
            },
            "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": "Configuration"
        },
        "module": {
          "pagination": false,
          "controller_url": "/SAFe/fs_sngms_config",
          "description": "Module",
          "dynamic": false,
          "base_path": "/NSC/local/software/sngms/module",
          "configurable": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Retrieve Status",
              "description": "Retrieve module Status"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List module."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a module"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a module"
            }
          },
          "global_methods": false,
          "class": {
            "ipv6_address": {
              "category": "Network IPv6",
              "default": "",
              "label": "IPv6 address",
              "field": "ipv6_address",
              "rules": "valid_ip_array[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": "Module"
        }
      },
      "name": "Media Server",
      "description": [
        "The Media Server module provides with an interface to discover media server interfaces (DSPs) and configure their settings.",
        ""
      ]
    }
  • snmpd
    • description
      [
        "The SNMP module configure settings for the SNMP service such as version, transport, IP information etc.",
        ""
      ]
    • 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": ""
        }
      }
    • name
      "SNMP"
    • object
      • configuration
        • base_path
          "/NSC/local/software/snmpd/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
            {
              "category": "General",
              "group": "options",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "Assisted Configuration",
              "field": "assisted",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            }
          • 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
            {
              "category": "Network Configuration",
              "help": "Select interface that SNMP listens on.",
              "default": "all",
              "value": {
                "all": "All interfaces"
              },
              "label": "Network Interface",
              "field": "interface",
              "rules": "required|in_list[all]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[all]",
              "type": "dropdown"
            }
          • location
            {
              "default": "",
              "label": "Location",
              "field": "location",
              "rules": "alpha_dash",
              "type": "text",
              "size": 20
            }
          • manageip
            • composite
              [
                "cidr"
              ]
            • default
              ""
            • field
              "manageip"
            • help
              " IP address and network cidr."
              " IP address"
            • label
              "Manager IP"
            • rules
              "required[proto,in,static-4,static-6]|valid_ip"
            • size
              40
            • type
              "text"
          • password
            {
              "default": "",
              "label": "Password",
              "field": "password",
              "rules": "required[version3]|alpha_dash|min_length[8]",
              "type": "password",
              "size": 20
            }
          • port
            {
              "help": "Port number that snmpd listens on.",
              "default": "161",
              "label": "Port",
              "field": "port",
              "rules": "required|integer|greater_than[0]|less_than[61000]|callback_port_check[port]",
              "type": "text",
              "size": 10
            }
          • 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
            {
              "default": "udp",
              "value": {
                "udp": "UDP",
                "tcp": "TCP"
              },
              "label": "Transport",
              "field": "transport",
              "rules": "required|in_list[udp,tcp]",
              "ha_rules": "required|in_list[udp,tcp]",
              "type": "dropdown"
            }
          • user
            {
              "category": "SNMPv3 User",
              "default": "",
              "label": "User Name",
              "field": "user",
              "rules": "required[version3]|alpha_dash",
              "category_setting": "expanded",
              "type": "text",
              "size": 20
            }
          • version3
            {
              "default": "false",
              "value": {
                "true": "SNMP v3",
                "false": "SNMP v1/2c"
              },
              "label": "Version",
              "field": "version3",
              "rules": "required|in_list[false,true]",
              "ha_rules": "required|in_list[false,true]",
              "type": "dropdown"
            }
        • configurable
          true
        • description
          "Configuration"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          }
        • name
          "Configuration"
        • pagination
          false
        • singleton
          true
      • 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/snmpd/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      • view
        {
          "pagination": false,
          "autoname": true,
          "description": "View",
          "dynamic": true,
          "base_path": "/NSC/local/software/snmpd/view",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List view."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Add a View"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a View"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a View"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a View"
            }
          },
          "global_methods": false,
          "class": {
            "access": {
              "help": "OID tree access.",
              "default": "ro",
              "value": {
                "ro": "Read Only",
                "rw": "Read/Write"
              },
              "label": "Access",
              "field": "access",
              "rules": "required|in_list[ro,rw]",
              "ha_rules": "required|in_list[ro,rw]",
              "type": "dropdown"
            },
            "oid": {
              "help": "OID Tree",
              "default": "",
              "label": "OID",
              "field": "oid",
              "rules": "required|alpha_dash",
              "type": "text",
              "size": 25
            },
            "type": {
              "help": "Include or exclude OID tree.",
              "default": "included",
              "value": {
                "included": "Included",
                "excluded": "Excluded"
              },
              "label": "Type",
              "field": "type",
              "rules": "required|in_list[included,excluded]",
              "ha_rules": "required|in_list[included,excluded]",
              "type": "dropdown"
            }
          },
          "name": "View"
        }
  • snort
    {
      "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/snort/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Intrusion Detection",
      "description": ""
    }
  • snortsam
    {
      "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/snortsam/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "Intrusion Prevention",
      "description": ""
    }
  • sshd
    • description
      [
        "The SSH module takes care of configuring the SSH service.",
        ""
      ]
    • name
      "Secure Shell"
    • object
      • configuration
        • base_path
          "/NSC/local/software/sshd/configuration"
        • class
          • interface
            {
              "help": "Select interface that secure shell listens on.",
              "default": "all",
              "value": {
                "all": "All interfaces"
              },
              "label": "Network Interface",
              "field": "interface",
              "rules": "required|in_list[all]",
              "ha_rules": "required|in_list[all]",
              "type": "dropdown"
            }
          • passwdauth
            {
              "help": "<font color=\"red\">Warning:\n                Disable password authentication will block the user login with\n                password authentication. <p> To access the system users should add the ssh public key in user settings and enable\n                SSH Login Without Password.</font>",
              "default": "yes",
              "value": {
                "yes": "Enable",
                "no": "Disable"
              },
              "label": "SSH Password Authentication",
              "field": "passwdauth",
              "rules": "required|in_list[yes,no]",
              "ha_rules": "required|in_list[yes,no]",
              "type": "dropdown"
            }
          • port
            {
              "help": "Port number that secure shell listens on.",
              "default": "22",
              "label": "Port",
              "field": "port",
              "rules": "required|valid_port_number|less_than[61000]|callback_port_check[port]",
              "type": "text",
              "size": 10
            }
        • configurable
          true
        • description
          "Configuration"
        • dynamic
          false
        • global_methods
          false
        • methods
          {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          }
        • name
          "Configuration"
        • pagination
          false
        • singleton
          true
      • 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/sshd/service",
          "configurable": true,
          "global_methods": false,
          "name": "Service"
        }
  • storage
    {
      "object": {
        "configuration": {
          "singleton": true,
          "name": "Configuration",
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": false,
          "configurable": false,
          "class": {
            "messages": {
              "default": "",
              "label": "Storage Messages",
              "field": "messages",
              "readonly": "readonly",
              "type": "text",
              "size": 40
            }
          },
          "readonly": true,
          "global_methods": false,
          "display": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            }
          }
        },
        "raid": {
          "status": {
            "request": "GET",
            "name": "Status",
            "description": "Retrieve raid status"
          },
          "pagination": false,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List raid."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve an raid"
            }
          },
          "description": "RAID",
          "dynamic": false,
          "base_path": false,
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": true,
          "name": "RAID"
        },
        "fs": {
          "pagination": false,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List fs."
              ]
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a file system"
            }
          },
          "description": "File System",
          "dynamic": false,
          "base_path": false,
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "display": true,
          "name": "File System"
        }
      },
      "name": "Storage",
      "description": ""
    }
  • system
    {
      "methods": {
        "reset": {
          "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.  ",
          "description": "Reset System",
          "request": "POST",
          "redirect_url": "",
          "icon": "eraser",
          "class": {
            "type": {
              "default": "factory",
              "value": {
                "factory": "Factory Settings and Reboot"
              },
              "label": "Type",
              "field": "type",
              "rules": "required|in_list[factory]",
              "ha_rules": "required|in_list[factory]",
              "type": "dropdown"
            },
            "reset_options": {
              "default": [],
              "value": {
                "network": "Keep Network Configuration",
                "license": "Keep License Configuration"
              },
              "label": "Options",
              "field": "reset_options",
              "rules": "is_array|in_list[network,license]",
              "ha_rules": "is_array|in_list[network,license]",
              "inline": "true",
              "type": "checkbox"
            }
          },
          "name": "Reset"
        },
        "shutdown": {
          "controller_url": {
            "ui": "/SAFe/sng_system_shutdown"
          },
          "description": "Shutdown System",
          "button": "Apply",
          "request": "POST",
          "redirect_url": "?reserved_logout=y",
          "icon": "power-off",
          "class": {
            "mode": {
              "default": "reboot",
              "value": {
                "reboot": "Restart",
                "halt": "Shutdown"
              },
              "label": "Mode",
              "field": "mode",
              "rules": "required|in_list[reboot,halt]",
              "ha_rules": "required|in_list[reboot,halt]",
              "type": "dropdown"
            }
          },
          "name": "Shutdown"
        }
      },
      "object": {
        "storage": {
          "singleton": true,
          "name": "Storage",
          "description": "Storage",
          "dynamic": true,
          "pagination": false,
          "base_path": false,
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Status",
              "description": "Status"
            }
          }
        },
        "configuration": {
          "singleton": true,
          "name": "System Configuration",
          "description": "System Configuration",
          "dynamic": true,
          "pagination": false,
          "base_path": false,
          "configurable": false,
          "readonly": false,
          "global_methods": false,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve System Configuration"
            },
            "update": {
              "class": {
                "data": {
                  "default": "",
                  "label": "Configuration data",
                  "field": "data",
                  "rules": "required",
                  "type": "text",
                  "size": 50
                },
                "mode": {
                  "default": "update",
                  "value": {
                    "update": "Update existing configuration",
                    "replace": "Replace existing configuration"
                  },
                  "label": "Mode",
                  "field": "mode",
                  "rules": "required|in_list[update,replace]",
                  "ha_rules": "required|in_list[update,replace]",
                  "type": "dropdown"
                }
              },
              "request": "POST",
              "name": "Update",
              "description": "Update System Configuration"
            }
          }
        },
        "os": {
          "singleton": true,
          "name": "OS",
          "description": "OS",
          "dynamic": true,
          "pagination": false,
          "base_path": false,
          "configurable": false,
          "readonly": true,
          "global_methods": false,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Status",
              "description": "Status"
            }
          }
        },
        "user": {
          "pagination": false,
          "controller_url": "/SAFe/sng_user_config",
          "description": "User",
          "dynamic": true,
          "base_path": "/NSC/local/system/user",
          "configurable": true,
          "methods": {
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List user."
              ]
            },
            "create": {
              "request": "POST",
              "name": "Create",
              "description": "Add a User"
            },
            "retrieve": {
              "request": "GET",
              "name": "Retrieve",
              "description": "Retrieve a User"
            },
            "update": {
              "request": "POST",
              "name": "Update",
              "description": "Update a User"
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": "Delete a User"
            }
          },
          "global_methods": false,
          "class": {
            "secure/verify": {
              "default": "",
              "label": "Verify",
              "field": "secure/verify",
              "rules": "matches[secure/password]",
              "type": "password",
              "size": "30"
            },
            "name": {
              "category": "Contact",
              "default": "",
              "label": "Name",
              "field": "name",
              "category_setting": "expanded",
              "type": "text",
              "size": "50"
            },
            "ssh/enable": {
              "category": "SSH",
              "group": "sshkey",
              "help": "Public key authentication allows user to login to this host via the SSH protocol without a password.",
              "default": "false",
              "value": {
                "false": "Disable",
                "true": "Enable"
              },
              "label": "SSH Login Without Password",
              "field": "ssh/enable",
              "rules": "required|in_list[true,false]",
              "category_setting": "expanded",
              "ha_rules": "required|in_list[true,false]",
              "type": "dropdown"
            },
            "secure/password": {
              "category": "Credentials",
              "default": "",
              "label": "Password",
              "field": "secure/password",
              "rules": "required",
              "category_setting": "expanded",
              "type": "password",
              "size": "30"
            },
            "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"
            },
            "ssh/publickey": {
              "help": [
                "Paste your public key here.",
                "The publickey only support \"ssh-rsa\" or \"ssh-dsa\"."
              ],
              "default": "",
              "label": "SSH Public Key",
              "field": "ssh/publickey",
              "rules": "required[ssh/enable]",
              "type": "textarea",
              "size": [
                100,
                7
              ]
            },
            "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"
            },
            "email": {
              "default": "",
              "field": "email",
              "size": "50",
              "type": "text",
              "label": "Email Address"
            }
          },
          "name": "User"
        },
        "service": {
          "singleton": true,
          "methods": {
            "status": {
              "request": "GET",
              "name": "Status",
              "description": "Status"
            }
          },
          "description": "Service",
          "dynamic": true,
          "pagination": false,
          "base_path": false,
          "configurable": true,
          "readonly": true,
          "global_methods": false,
          "name": "Service"
        }
      },
      "name": "System",
      "description": [
        "The System module configures miscelaneous system-wide configuration settings such as creating and removing users.",
        ""
      ]
    }
  • update
    {
      "object": {
        "package": {
          "singleton": true,
          "description": "Software Package",
          "methods": {
            "status": {
              "request": "GET",
              "name": "Get update status",
              "description": "Get update status"
            },
            "log": {
              "request": "GET",
              "name": "Log",
              "description": [
                "Get Package install log."
              ]
            },
            "description": {
              "request": "GET",
              "name": "Get Package desription",
              "description": "Get Package desription"
            },
            "list": {
              "request": "GET",
              "name": "List",
              "description": [
                "List package."
              ]
            },
            "upload": {
              "description": [
                "Upload a package file."
              ],
              "request": "POST",
              "name": "Upload",
              "icon": "upload"
            },
            "cancel": {
              "request": "GET",
              "name": "Cancel",
              "description": [
                "Cancel downloading package"
              ]
            },
            "install": {
              "request": "POST",
              "name": "Install",
              "description": "Install the update"
            },
            "download": {
              "request": "GET",
              "name": "Download",
              "description": [
                "Download a package from ftp"
              ]
            },
            "check": {
              "request": "GET",
              "name": "Chek",
              "description": [
                "Check for a new available version"
              ]
            },
            "delete": {
              "request": "POST",
              "name": "Delete",
              "description": [
                "Delete a package file."
              ]
            }
          }
        }
      },
      "name": "Update",
      "description": [
        "The Update module allows you to update the SBC operating system software."
      ]
    }
  • webconfig
    {
      "object": {
        "configuration": {
          "singleton": true,
          "description": "Configuration",
          "dynamic": false,
          "pagination": false,
          "base_path": "/NSC/local/software/webconfig/configuration",
          "configurable": true,
          "methods": {
            "retrieve": {
              "request": "GET",
              "name": "Retrieve"
            },
            "update": {
              "request": "POST",
              "name": "Update"
            }
          },
          "global_methods": false,
          "class": {
            "interface": {
              "help": "Select interface that web server listens on.",
              "default": "all",
              "value": {
                "all": "All interfaces"
              },
              "label": "Network Interface",
              "field": "interface",
              "rules": "required|in_list[all]",
              "ha_rules": "required|in_list[all]",
              "type": "dropdown"
            },
            "http_port": {
              "help": "Port number for HTTP protocol.",
              "default": "80",
              "label": "HTTP port",
              "field": "http_port",
              "rules": "required|valid_port_number|less_than[61000]|not_matches[https_port]|different_than[81]|callback_port_check[http_port]",
              "type": "text",
              "size": 10
            },
            "protocol": {
              "help": [
                {
                  "HTTP + HTTPS": "Enable both HTTP protocol and HTTPS protocol."
                },
                {
                  "HTTP": "Only enable HTTP protocol."
                },
                {
                  "HTTPS": "Only enable HTTPS protocol."
                }
              ],
              "default": "http_https",
              "value": {
                "http": "HTTP",
                "http_https": "HTTP + HTTPS",
                "https": "HTTPS"
              },
              "label": "Protocol",
              "field": "protocol",
              "rules": "required|in_list[http_https,http,https]",
              "ha_rules": "required|in_list[http_https,http,https]",
              "type": "dropdown"
            },
            "https_port": {
              "help": "Port number for HTTPS protocol.",
              "default": "443",
              "label": "HTTPS port",
              "field": "https_port",
              "rules": "required|valid_port_number|less_than[61000]|not_matches[http_port]|different_than[81]|callback_port_check[https_port]",
              "type": "text",
              "size": 10
            }
          },
          "name": "Configuration"
        }
      },
      "name": "Web Server",
      "description": [
        "The Web Server module allows you to configure miscelaneous preferences for the web server serving the SBC web gui and REST API calls.",
        ""
      ]
    }