Toolpack:TelephonyService CNAM A: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|Tmedia | |Tmedia | ||
| | |3.0, 3.2, 3.3 | ||
|} | |} | ||
To configure a telephony service, do the following: | To configure a telephony service, do the following: | ||
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"
}



