curl --location --request POST '/credential_connections' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"anchorsite_override": "Latency",
"android_push_credential_id": "06b09dfd-7154-4980-8b75-cebf7a9d4f8e",
"connection_name": "my name",
"default_on_hold_comfort_noise_enabled": false,
"dtmf_type": "RFC 2833",
"encode_contact_header_enabled": true,
"encrypted_media": "SRTP",
"inbound": {
"ani_number_format": "+E.164",
"channel_limit": 10,
"codecs": "G722",
"default_routing_method": "sequential",
"dnis_number_format": "+e164",
"generate_ringback_tone": true,
"isup_headers_enabled": true,
"prack_enabled": true,
"shaken_stir_enabled": true,
"sip_compact_headers_enabled": true,
"timeout_1xx_secs": 10,
"timeout_2xx_secs": 20
},
"ios_push_credential_id": "ec0c8e5d-439e-4620-a0c1-9d9c8d02a836",
"onnet_t38_passthrough_enabled": true,
"outbound": {
"ani_override": "always",
"call_parking_enabled": true,
"channel_limit": 10,
"generate_ringback_tone": true,
"instant_ringback_enabled": true,
"localization": "US",
"outbound_voice_profile_id": "1293384261075731499",
"t38_reinvite_source": "customer"
},
"password": "my123secure456password789",
"rtcp_settings": {
"capture_enabled": true,
"port": "rtcp-mux",
"report_frequency_seconds": 10
},
"sip_uri_calling_preference": " disabled",
"user_name": "myusername123",
"webhook_api_version": "1",
"webhook_event_failover_url": "https://failover.example.com",
"webhook_event_url": "https://example.com",
"webhook_timeout_secs": 25
}'
{
"data": {
"active": true,
"anchorsite_override": "Latency",
"android_push_credential_id": "06b09dfd-7154-4980-8b75-cebf7a9d4f8e",
"connection_name": "string",
"created_at": "2018-02-02T22:25:27.521Z",
"default_on_hold_comfort_noise_enabled": true,
"dtmf_type": "RFC 2833",
"encode_contact_header_enabled": true,
"encrypted_media": "SRTP",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"inbound": {
"ani_number_format": "+E.164",
"channel_limit": 10,
"codecs": [
"G722"
],
"dnis_number_format": "+e164",
"generate_ringback_tone": true,
"isup_headers_enabled": true,
"prack_enabled": true,
"shaken_stir_enabled": true,
"sip_compact_headers_enabled": true,
"timeout_1xx_secs": 10,
"timeout_2xx_secs": 15
},
"ios_push_credential_id": "ec0c8e5d-439e-4620-a0c1-9d9c8d02a836",
"onnet_t38_passthrough_enabled": true,
"outbound": {
"ani_override": "string",
"ani_override_type": "always",
"call_parking_enabled": true,
"channel_limit": 10,
"generate_ringback_tone": true,
"instant_ringback_enabled": true,
"localization": "string",
"outbound_voice_profile_id": "1293384261075731499",
"t38_reinvite_source": "customer"
},
"password": "my123secure456password789",
"record_type": "credential_connection",
"rtcp_settings": {
"capture_enabled": true,
"port": "rtp+1",
"report_frequency_seconds": 10
},
"sip_uri_calling_preference": "disabled",
"tags": [
"tag1",
"tag2"
],
"updated_at": "2018-02-02T22:25:27.521Z",
"user_name": "myusername123",
"webhook_api_version": "1",
"webhook_event_failover_url": "https://failover.example.com",
"webhook_event_url": "https://example.com",
"webhook_timeout_secs": 25
}
}