Toolpack:TelephonyService CNAM A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(List of Parameters)
(Added northbound information)
Line 35: Line 35:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
/users/@[user_name]
+
/configurations/@[configuration]/telephony_services/@[telephony_service]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
/users/@[user_name]
+
/configurations/@[configuration]/telephony_services/@[telephony_service]
name      = "@[user_name]"
+
address_digits    = ""
pass      = "Not Shown"
+
dst_point_code    = "ANSI_DPC_10_10_11"
user_group = "all_access"
+
sccp_routing_type = "SSN"
 +
tcap_userpart    = "TCAP_UP_ANSI"
 
</pre>
 
</pre>
  
Line 49: Line 50:
 
<pre>
 
<pre>
 
{
 
{
   "name" : "@[user_name]",
+
   "name" : "CNAM_0",
   "pass" : "Not Shown",
+
   "telephony_services_tcap" : {
  "user_group" : "all_access"
+
    "address_digits" : "",
}
+
    "dst_point_code" : "ANSI_DPC_10_10_11",
</pre>
+
    "sccp_routing_type" : "SSN",
 +
    "tcap_userpart" : "TCAP_UP_ANSI"
 +
  },
 +
  "telephony_services_type" : "CNAM Request"
 +
}</pre>
 
</div>
 
</div>
 +
  
 
==List of Parameters==
 
==List of Parameters==

Revision as of 11:59, 20 December 2016

Applies to version(s): v2.10

To configure a telephony service, do the following:

1-Click Telephony Services in the navigation panel.

Telephony 0.png

2-Click Create New Telephony Service.

Telephony 1.png

3-Enter Values for the following fields:

  • Name
  • Service Type
  • TCAP Userpart
  • Routing Type
  • Service Point Code

Click Create.

Telephony 2.png

4-Verify that the "Telephony service was successfully created" message is displayed.

Telephony 3.png


Path

/configurations/@[configuration]/telephony_services/@[telephony_service]

Parameters (text)

/configurations/@[configuration]/telephony_services/@[telephony_service]
address_digits    = ""
dst_point_code    = "ANSI_DPC_10_10_11"
sccp_routing_type = "SSN"
tcap_userpart     = "TCAP_UP_ANSI"

Parameters (json)

{
  "name" : "CNAM_0",
  "telephony_services_tcap" : {
    "address_digits" : "",
    "dst_point_code" : "ANSI_DPC_10_10_11",
    "sccp_routing_type" : "SSN",
    "tcap_userpart" : "TCAP_UP_ANSI"
  },
  "telephony_services_type" : "CNAM Request"
}


List of Parameters

Personal tools