{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/functions/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["partial"]},"type":"markdown"},"seo":{"title":"Developer Documentation","siteUrl":"https://developers.sinch.com","llmstxt":{"title":"Sinch Developer Documentation","description":"LLMs.txt containing a map of all the documentation files for Sinch.","sections":[{"title":"SMS API","description":"The SMS API allows you to send and receive SMS messages with a few easy steps. You can also send bulk SMS messages to multiple customers using the Sinch SMS service.","includeFiles":["docs/sms/**/*.md","docs/sms/**/*.yaml"],"excludeFiles":["docs/sms/index.md"]},{"title":"Numbers API","description":"The Numbers API enables you to search for, view, and activate numbers. It's considered a precursor to other APIs in the Sinch product family. The numbers API can be used in tandem with any of our APIs that perform messaging or calling.","includeFiles":["docs/numbers/**/*.md","docs/numbers/**/*.yaml"],"excludeFiles":["docs/numbers/index.md"]},{"title":"Conversation API","description":"Send and receive messages globally on many popular channels with ease and confidence when using Sinch's Conversation API. Conversation API is the preferred API for sending mobile messages on SMS and other social channels with Sinch. It is a simple API with unified error messages, consistent request payloads, and common webhook payloads that are channel-agnostic.","includeFiles":["docs/conversation/**/*.md","docs/conversation/**/*.yaml"],"excludeFiles":["docs/conversation/index.md"]},{"title":"Voice API","description":"The Voice API works as a big telephony switch. The Voice API handles incoming phone calls (also known as incoming call “legs”), sets up outgoing phone calls (or outgoing call “legs”), and bridges the two. The incoming call leg may come in over a data connection (from a smartphone or web application using the Sinch SDKs) or through a local phone number (from the PSTN network). Similarly, the outgoing call leg can be over data (to another smartphone or web application using the Sinch SDKs) or the PSTN network.","includeFiles":["docs/voice/**/*.md","docs/voice/**/*.yaml"],"excludeFiles":["docs/voice/index.md"]},{"title":"Verification API","description":"The Verification API is a platform for phone number verification. It consists of the API and different software development kits (the Sinch SDKs) that you integrate with your smartphone or web application and cloud based back-end services. Together they enable SMS, Flashcall, Phone Call and Data verification in your application.","includeFiles":["docs/verification/**/*.md","docs/verification/**/*.yaml"],"excludeFiles":["docs/verification/index.md"]},{"title":"Provisioning API","description":"Provisioning API allows you to programmatically set up your senders, accounts and templates on your favorite messaging platforms on the Conversation API. For now, you can create your first WhatsApp channel through Meta's Embedded sign up, you can configure your first SMS App and configure your webhooks. As development continues, we will be adding the most commonly used channels.","includeFiles":["docs/provisioning-api/**/*.md","docs/provisioning-api/**/*.json"],"excludeFiles":["docs/provisioning-api/index.md"]},{"title":"Elastic SIP Trunking API","description":"With Elastic SIP Trunking you can create and manage your SIP trunks and phone numbers programmatically.","includeFiles":["docs/est/**/*.md","docs/est/**/*.yaml"],"excludeFiles":["docs/est/index.md"]},{"title":"Fax API","description":"Send and receive HIPAA compliant faxes on our modern fax platform using our developer-friendly API.","includeFiles":["docs/fax/**/*.md","docs/fax/**/*.yaml"],"excludeFiles":["docs/fax/index.md"]},{"title":"In-app Voice and Video SDK","description":"The In-app Voice and Video SDK enables you to add voice and video calling capabilities directly into your mobile or web application using the Sinch SDKs.","includeFiles":["docs/in-app-calling/**/*.md"],"excludeFiles":["docs/in-app-calling/index.md"]}],"hide":false,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"sinch-sip","__idx":0},"children":["sinch sip"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage Elastic SIP Trunking (EST) resources: trunks, endpoints, ACLs, calls, countries, and credential lists. See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/docs/elastic-sip-trunking/"},"children":["Elastic SIP Trunking"]}," on developers.sinch.com for product documentation."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-trunks","__idx":1},"children":["sinch sip trunks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage SIP trunks. A trunk connects your PBX or SIP infrastructure to the Sinch network."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-list","__idx":2},"children":["sinch sip trunks list"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks list [--limit <number>] [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-get","__idx":3},"children":["sinch sip trunks get"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks get <trunk-id> [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-create","__idx":4},"children":["sinch sip trunks create"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks create [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-n, --name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Trunk name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-h, --host-name <hostname>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SIP host name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--caller-id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enable caller ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output as JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-update","__idx":5},"children":["sinch sip trunks update"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks update <trunk-id> [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-n, --name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["New trunk name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-h, --host-name <hostname>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["New host name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--caller-id"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--no-caller-id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enable/disable caller ID"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-delete","__idx":6},"children":["sinch sip trunks delete"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks delete <trunk-id> [-f, --force]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-acls","__idx":7},"children":["sinch sip trunks acls"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks acls list <trunk-id>\nsinch sip trunks acls add <trunk-id> <acl-id>\nsinch sip trunks acls remove <trunk-id> <acl-id>\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-sip-trunks-credential-lists-update","__idx":8},"children":["sinch sip trunks credential-lists update"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip trunks credential-lists update <trunk-id> <cred-list-id...>\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-endpoints","__idx":9},"children":["sinch sip endpoints"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage SIP endpoints (registered devices or user agents on a trunk)."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip endpoints list [options]\nsinch sip endpoints get <endpoint-id>\nsinch sip endpoints create [options]\nsinch sip endpoints update <endpoint-id> [options]\nsinch sip endpoints delete <endpoint-id>\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All subcommands support ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]},". Create and update support ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-acls","__idx":10},"children":["sinch sip acls"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage Access Control Lists (IP allowlists for SIP traffic)."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip acls list [options]\nsinch sip acls get <acl-id>\nsinch sip acls create [options]\nsinch sip acls update <acl-id> [options]\nsinch sip acls delete <acl-id>\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-calls","__idx":11},"children":["sinch sip calls"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["View SIP call history and details."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip calls list [options]\nsinch sip calls get <call-id>\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--trunk <id>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by trunk ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--from <date>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Start date (ISO 8601)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--to <date>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End date (ISO 8601)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["-l, --limit <number>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum calls to return"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output as JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-countries","__idx":12},"children":["sinch sip countries"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List countries where SIP trunking is available."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip countries [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-sip-credential-lists","__idx":13},"children":["sinch sip credential-lists"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage SIP credential lists (username/password pairs for SIP authentication)."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch sip credential-lists list [options]\nsinch sip credential-lists get <list-id>\nsinch sip credential-lists create [options]\nsinch sip credential-lists delete <list-id>\n","lang":"sh"},"children":[]}]},"headings":[{"value":"sinch sip","id":"sinch-sip","depth":1},{"value":"sinch sip trunks","id":"sinch-sip-trunks","depth":2},{"value":"sinch sip trunks list","id":"sinch-sip-trunks-list","depth":3},{"value":"sinch sip trunks get","id":"sinch-sip-trunks-get","depth":3},{"value":"sinch sip trunks create","id":"sinch-sip-trunks-create","depth":3},{"value":"sinch sip trunks update","id":"sinch-sip-trunks-update","depth":3},{"value":"sinch sip trunks delete","id":"sinch-sip-trunks-delete","depth":3},{"value":"sinch sip trunks acls","id":"sinch-sip-trunks-acls","depth":3},{"value":"sinch sip trunks credential-lists update","id":"sinch-sip-trunks-credential-lists-update","depth":3},{"value":"sinch sip endpoints","id":"sinch-sip-endpoints","depth":2},{"value":"sinch sip acls","id":"sinch-sip-acls","depth":2},{"value":"sinch sip calls","id":"sinch-sip-calls","depth":2},{"value":"sinch sip countries","id":"sinch-sip-countries","depth":2},{"value":"sinch sip credential-lists","id":"sinch-sip-credential-lists","depth":2}],"frontmatter":{"seo":{"title":""}},"lastModified":"2026-02-22T19:51:31.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/functions/cli/commands/sip-trunking","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}