Actions

Toolpack:TelephonyService CNAM A: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.10''''' ===
{{DISPLAYTITLE:CNAM Telephony Service}}
{{DISPLAYTITLE:CNAM Telephony Service}}
To configure a telephony service, do the following:
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}
To configure a telephony service, do the following:


1-Click '''Telephony Services''' in the navigation panel.
1-Click '''Telephony Services''' in the navigation panel.
Line 13: Line 21:
<br/><br/>
<br/><br/>


3-Enter Values for the following fields:
3-Enter values for the following fields:
*Name
*Name
*Service Type
*Service Type
Line 31: Line 39:




<div>
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
'''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 48: Line 57:
<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==


* [[Parameter: Telephony Service Name| Name]]
* [[Parameter: Telephony Service Name| Name]]
* [[Parameter: Service Type|Service Type]]
* [[Parameter: Telephony Service Type|Service Type]]
* [[Parameter: TCAP Userpart|TCAP USerpart]]
* [[Parameter: TCAP Userpart|TCAP USerpart]]
* [[Parameter: Routing Type|Routing Type]]
* [[Parameter: Routing Type|Routing Type]]

Latest revision as of 13:33, 23 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3

To configure a telephony service, do the following:

1-Click Telephony Services in the navigation panel.



2-Click Create New Telephony Service.



3-Enter values for the following fields:

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

Click Create.



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




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