POST - Group Trunk Group
Builds a Trunk Group (TG) in the specified group. Please note, several fields are set to have default values. Please see below.
Parameters
service_provider_id (str): Service provider ID for which the max active calls needs to be updated
group_id (str): The group ID where the HG should be built.
trunk_name (str): The name of the new TG.
max_active_calls (str): The maximum active calls to be set on the TG.
payload (dict, optional): Configuration for the TG.
sip_authentication_username (str, optional): The SIP authentication username for the TG. This field is required if "requireAuthentication" in the payload is set to "true".
sip_authentication_password (str, optional): The SIP authentication password for the TG. You can generate a password for this using get.sip_password_generator. This field is required if "requireAuthentication" in the payload is set to "true".
Returns
Dict: Returns the Trunk Group profile.
Default Fields
"capacityExceededTrapInitialCalls":0,
"capacityExceededTrapOffsetCalls":0,
"clidSourceForScreenedCallsPolicy":"Profile Name Profile Number",
"continuousOptionsSendingIntervalSeconds":30,
"failureOptionsSendingIntervalSeconds":10,
"failureThresholdCounter":1,
"invitationTimeout":6,
"inviteFailureThresholdCounter":1,
"inviteFailureThresholdWindowSeconds":30,
"pilotUserCallOptimizationPolicy":"Optimize For User Services",
"pilotUserCallingLineAssertedIdentityPolicy":"Unscreened Originating Calls",
"pilotUserCallingLineIdentityForEmergencyCallsPolicy":"No Calls",
"pilotUserCallingLineIdentityForExternalCallsPolicy":"No Calls",
"pilotUserChargeNumberPolicy":"No Calls",
"requireAuthentication":"false",
"successThresholdCounter":1,
"useSystemUserLookupPolicy":"true",
"userLookupPolicy":"Basic"
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?