Toolpack:Creating a CAS R2 NAP D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
(Applies to version(s): v2.9, v2.10, v3.0: Modified the text portion in the Northbound Interface section)
Line 58: Line 58:
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
/configurations/@[configuration_name]/naps/@[nap_name]
+
/configurations/mg_17_1_22_performance/naps/CASr1
cas_stacks           = [ ]
+
cas_stacks         = [ "CA005577_00", "CA005577_01" ]
default_profile       = "default"
+
default_profile   = "default"
isdn_stacks          = [  ]
+
name               = "CASr1"
isup_cic_groups      = [  ]
+
line_services        = [  ]
+
name                 = "isdn_nap_00"
+
port_ranges          = [  ]
+
sip_transport_servers = [  ]
+
  
/configurations/@[configuration_name]/naps/@[nap_name]/call_rate_limiting
+
/configurations/mg_17_1_22_performance/naps/CASr1/call_rate_limiting
 
maximum_call_burst                  = 0
 
maximum_call_burst                  = 0
 
maximum_calls_per_second            = 0
 
maximum_calls_per_second            = 0
Line 74: Line 69:
 
maximum_simultaneous_outgoing_calls = 0
 
maximum_simultaneous_outgoing_calls = 0
 
maximum_simultaneous_total_calls    = 0
 
maximum_simultaneous_total_calls    = 0
processing_delay_high_threshold    = "3 seconds"
+
processing_delay_high_threshold    = "0 millisecond"
processing_delay_low_threshold      = "1 second"
+
processing_delay_low_threshold      = "0 millisecond"
  
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg
+
/configurations/mg_17_1_22_performance/naps/CASr1/tdm_cfg
poll_remote_proxy          = true
+
channel_usage      = "All-trunks lowest timeslot"
proxy_address              = ""
+
proxy_port                  = 5060
+
proxy_port_type            = "UDP"
+
  
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/advanced_parameters
+
/configurations/mg_17_1_22_performance/naps/CASr1/tdm_cfg/overlap_parameters
183_triggers_call_progress          = false
+
map_any_response_to_available_status = true
+
privacy_type                        = "P-Asserted-Identity"
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/authentication_parameters
+
ignore_realm    = false
+
password        = ""
+
realm          = ""
+
reuse_challenge = false
+
user            = ""
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/filtering_parameters
+
filter_by_local_port    = true
+
filter_by_proxy_address = true
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation
+
local_method  = ""
+
remote_method = "None"
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/registration_parameters
+
address_to_register = ""
+
register_to_proxy  = false
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/sipi_parameters
+
append_f_to_outgoing_calls = false
+
call_progress_method      = "183 Call Progress"
+
content_type              = "itu-t"
+
enable                    = false
+
isup_protocol_variant      = "ITU"
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg
+
append_f_to_outgoing_calls                    = false
+
append_pound_to_outgoing_calls                = false
+
channel_usage                                  = "Per-trunk lowest timeslot"
+
remove_trailing_f_or_pound_from_incoming_calls = true
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg/overlap_parameters
+
enable_overlap_receiving              = false
+
enable_overlap_sending                = false
+
overlap_receiving_expected_digits    = 0
+
overlap_receiving_inter_digit_timeout = "20 seconds"
+
overlap_receiving_timeout            = "0 millisecond"
+
 
+
/configurations/@[configuration_name]/naps/@[nap_name]/voip_media_only_cfg
+
nat_local_method = ""
+
 
</pre>
 
</pre>
  
Line 213: Line 160:
 
</pre>
 
</pre>
 
</div>
 
</div>
 
  
 
==List of Parameters==
 
==List of Parameters==

Revision as of 12:56, 5 October 2018

Applies to version(s): v2.9, v2.10, v3.0

Now that you have created a CAS stack, you must create a network access point, in order to finish configuring your system. A Network Access Point (NAP) represents the entry point to another network or destination peer.

To create a network access point (NAP):

1- Click NAPs in the navigation panel

Naps 0 A.png

2- Click Create New NAP

Naps 1 A.png

3- Configure the new NAP:

  • Enter a name for the NAP
  • Select a user-created profile, if not, select default
  • Click Create

Naps 2 A.png

4- Verify that the NAP was successfully created message appears

Naps 3 A.png


5- Associate a CAS R2 stack with the NAP:

  • Select an interface (the newly-created CAS R2 stack)
  • Click the "<<" button to add the interface to the list

Naps 4 A.png


6- Select a value for Channel Usage, to avoid call collision

  • Click Save

Naps 4 1 A.png


7- Verify that the "NAP was successfully updated" message appears

Naps 5 A.png


Path

/configurations/@[configuration_name]/naps/@[nap_name]

Parameters (text)

/configurations/mg_17_1_22_performance/naps/CASr1
cas_stacks         = [ "CA005577_00", "CA005577_01" ]
default_profile    = "default"
name               = "CASr1"

/configurations/mg_17_1_22_performance/naps/CASr1/call_rate_limiting
maximum_call_burst                  = 0
maximum_calls_per_second            = 0
maximum_simultaneous_incoming_calls = 0
maximum_simultaneous_outgoing_calls = 0
maximum_simultaneous_total_calls    = 0
processing_delay_high_threshold     = "0 millisecond"
processing_delay_low_threshold      = "0 millisecond"

/configurations/mg_17_1_22_performance/naps/CASr1/tdm_cfg
channel_usage      = "All-trunks lowest timeslot"

/configurations/mg_17_1_22_performance/naps/CASr1/tdm_cfg/overlap_parameters

Parameters (json)

{
  "call_rate_limiting" : {
    "maximum_call_burst" : 0,
    "maximum_calls_per_second" : 0,
    "maximum_simultaneous_incoming_calls" : 0,
    "maximum_simultaneous_outgoing_calls" : 0,
    "maximum_simultaneous_total_calls" : 0,
    "processing_delay_high_threshold" : "3 seconds",
    "processing_delay_low_threshold" : "1 second"
  },
  "cas_stacks" : [
  ],
  "default_profile" : "default",
  "isdn_stacks" : [
  ],
  "isup_cic_groups" : [
  ],
  "line_services" : [
  ],
  "name" : "@[nap_name]",
  "port_ranges" : [
  ],
  "sip_cfg" : {
    "advanced_parameters" : {
      "183_triggers_call_progress" : false,
      "map_any_response_to_available_status" : true,
      "privacy_type" : "P-Asserted-Identity"
    },
    "authentication_parameters" : {
      "ignore_realm" : false,
      "password" : "",
      "realm" : "",
      "reuse_challenge" : false,
      "user" : ""
    },
    "filtering_parameters" : {
      "filter_by_local_port" : true,
      "filter_by_proxy_address" : true
    },
    "network_address_translation" : {
      "local_method" : "",
      "remote_method" : "None"
    },
    "poll_remote_proxy" : true,
    "proxy_address" : "",
    "proxy_port" : 5060,
    "proxy_port_type" : "UDP",
    "registration_parameters" : {
      "address_to_register" : "",
      "register_to_proxy" : false
    },
    "sipi_parameters" : {
      "append_f_to_outgoing_calls" : false,
      "call_progress_method" : "183 Call Progress",
      "content_type" : "itu-t",
      "enable" : false,
      "isup_protocol_variant" : "ITU"
    }
  },
  "sip_transport_servers" : [
  ],
  "tdm_cfg" : {
    "append_f_to_outgoing_calls" : false,
    "append_pound_to_outgoing_calls" : false,
    "channel_usage" : "Per-trunk lowest timeslot",
    "overlap_parameters" : {
      "enable_overlap_receiving" : false,
      "enable_overlap_sending" : false,
      "overlap_receiving_expected_digits" : 0,
      "overlap_receiving_inter_digit_timeout" : "20 seconds",
      "overlap_receiving_timeout" : "0 millisecond"
    },
    "remove_trailing_f_or_pound_from_incoming_calls" : true
  },
  "voip_media_only_cfg" : {
    "nat_local_method" : ""
  }
}

List of Parameters

Personal tools