lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.27.0 vs lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.27.1
- old
+ new
@@ -29,31 +29,33 @@
# @param [String] friendly_name A descriptive string that you create to describe
# the resource. It can be up to 64 characters long.
# @param [String] domain_name 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/getting-started#termination)
- # for more information.
+ # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
+ # information.
# @param [String] disaster_recovery_url The URL we should call using the
# `disaster_recovery_method` if an error occurs while sending SIP traffic towards
# the configured Origination URL. We retrieve TwiML from the URL and execute the
# instructions like any other normal TwiML call. See [Disaster
- # Recovery](https://www.twilio.com/docs/sip-trunking/getting-started#disaster-recovery) for more information.
+ # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
+ # information.
# @param [String] disaster_recovery_method The HTTP method we should use to call
# the `disaster_recovery_url`. Can be: `GET` or `POST`.
# @param [trunk.RecordingSetting] recording 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/getting-started#recording)
- # for more information.
+ # [Recording](https://www.twilio.com/docs/sip-trunking#recording) for more
+ # information.
# @param [Boolean] secure 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/getting-started#securetrunking) for more information.
+ # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
+ # information.
# @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
# be 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.
@@ -245,29 +247,31 @@
# @param [String] friendly_name A descriptive string that you create to describe
# the resource. It can be up to 64 characters long.
# @param [String] domain_name 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/getting-started#termination)
- # for more information.
+ # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
+ # information.
# @param [String] disaster_recovery_url The URL we should call using the
# `disaster_recovery_method` if an error occurs while sending SIP traffic towards
# the configured Origination URL. We retrieve TwiML from the URL and execute the
# instructions like any other normal TwiML call. See [Disaster
- # Recovery](https://www.twilio.com/docs/sip-trunking/getting-started#disaster-recovery) for more information.
+ # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
+ # information.
# @param [String] disaster_recovery_method The HTTP method we should use to call
# the `disaster_recovery_url`. Can be: `GET` or `POST`.
# @param [trunk.RecordingSetting] recording 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. See
- # [Recording](https://www.twilio.com/docs/sip-trunking/getting-started#recording)
- # for more information.
+ # [Recording](https://www.twilio.com/docs/sip-trunking#recording) for more
+ # information.
# @param [Boolean] secure 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/getting-started#securetrunking) for more information.
+ # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
+ # information.
# @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
# be 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.
@@ -552,28 +556,30 @@
# @param [String] friendly_name A descriptive string that you create to describe
# the resource. It can be up to 64 characters long.
# @param [String] domain_name 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/getting-started#termination)
- # for more information.
+ # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
+ # information.
# @param [String] disaster_recovery_url The URL we should call using the
# `disaster_recovery_method` if an error occurs while sending SIP traffic towards
# the configured Origination URL. We retrieve TwiML from the URL and execute the
# instructions like any other normal TwiML call. See [Disaster
- # Recovery](https://www.twilio.com/docs/sip-trunking/getting-started#disaster-recovery) for more information.
+ # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
+ # information.
# @param [String] disaster_recovery_method The HTTP method we should use to call
# the `disaster_recovery_url`. Can be: `GET` or `POST`.
# @param [trunk.RecordingSetting] recording 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. See
- # [Recording](https://www.twilio.com/docs/sip-trunking/getting-started#recording)
- # for more information.
+ # [Recording](https://www.twilio.com/docs/sip-trunking#recording) for more
+ # information.
# @param [Boolean] secure 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/getting-started#securetrunking) for more information.
+ # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
+ # information.
# @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
# be 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.
\ No newline at end of file