Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.52 KB

CreateFaxApplicationRequestInbound.md

File metadata and controls

34 lines (18 loc) · 1.52 KB

CreateFaxApplicationRequestInbound

Properties

Name Type Description Notes
channelLimit Integer When set, this will limit the number of concurrent inbound calls to phone numbers associated with this connection. [optional]
inboundFaxFileType InboundFaxFileTypeEnum The file type used for inbound faxes. [optional]
sipSubdomain String Specifies a subdomain that can be used to receive Inbound calls to a Connection, in the same way a phone number is used, from a SIP endpoint. Example: the subdomain "example.sip.telnyx.com" can be called from any SIP endpoint by using the SIP URI "sip:@example.sip.telnyx.com" where the user part can be any alphanumeric value. Please note TLS encrypted calls are not allowed for subdomain calls. [optional]
sipSubdomainReceiveSettings SipSubdomainReceiveSettingsEnum This option can be enabled to receive calls from: "Anyone" (any SIP endpoint in the public Internet) or "Only my connections" (any connection assigned to the same Telnyx user). [optional]

Enum: InboundFaxFileTypeEnum

Name Value
PDF "pdf"
TIFF "tiff"

Enum: SipSubdomainReceiveSettingsEnum

Name Value
ONLY_MY_CONNECTIONS "only_my_connections"
FROM_ANYONE "from_anyone"