github.com/twilio/twilio-go@v1.20.1/rest/trunking/v1/docs/TrunkingV1Trunk.md (about) 1 # TrunkingV1Trunk 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Trunk resource. | 8 **DomainName** | Pointer to **string** | The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. | 9 **DisasterRecoveryMethod** | Pointer to **string** | The HTTP method we use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. | 10 **DisasterRecoveryUrl** | Pointer to **string** | The URL we call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from this URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. | 11 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 12 **Secure** | Pointer to **bool** | Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. | 13 **Recording** | Pointer to **interface{}** | The recording settings for the trunk. Can be: `do-not-record`, `record-from-ringing`, `record-from-answer`. If set to `record-from-ringing` or `record-from-answer`, all calls going through the trunk will be recorded. The only way to change recording parameters is on a sub-resource of a Trunk after it has been created. e.g.`/Trunks/[Trunk_SID]/Recording -XPOST -d'Mode=record-from-answer'`. See [Recording](https://www.twilio.com/docs/sip-trunking#recording) for more information. | 14 **TransferMode** | Pointer to [**string**](TrunkEnumTransferSetting.md) | | 15 **TransferCallerId** | Pointer to [**string**](TrunkEnumTransferCallerId.md) | | 16 **CnamLookupEnabled** | Pointer to **bool** | Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. | 17 **AuthType** | Pointer to **string** | The types of authentication mapped to the domain. Can be: `IP_ACL` and `CREDENTIAL_LIST`. If both are mapped, the values are returned in a comma delimited list. If empty, the domain will not receive any traffic. | 18 **AuthTypeSet** | Pointer to **[]string** | Reserved. | 19 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 20 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 21 **Sid** | Pointer to **string** | The unique string that we created to identify the Trunk resource. | 22 **Url** | Pointer to **string** | The absolute URL of the resource. | 23 **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. | 24 25 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 26 27