# sinch sip Manage Elastic SIP Trunking (EST) resources: trunks, endpoints, ACLs, calls, countries, and credential lists. See [Elastic SIP Trunking](/docs/elastic-sip-trunking/) on developers.sinch.com for product documentation. ## sinch sip trunks Manage SIP trunks. A trunk connects your PBX or SIP infrastructure to the Sinch network. ### sinch sip trunks list ```sh sinch sip trunks list [--limit ] [--json] ``` ### sinch sip trunks get ```sh sinch sip trunks get [--json] ``` ### sinch sip trunks create ```sh sinch sip trunks create [options] ``` | Option | Description | | --- | --- | | `-n, --name ` | Trunk name | | `-h, --host-name ` | SIP host name | | `--caller-id` | Enable caller ID | | `--non-interactive` | Skip prompts | | `--json` | Output as JSON | ### sinch sip trunks update ```sh sinch sip trunks update [options] ``` | Option | Description | | --- | --- | | `-n, --name ` | New trunk name | | `-h, --host-name ` | New host name | | `--caller-id` / `--no-caller-id` | Enable/disable caller ID | ### sinch sip trunks delete ```sh sinch sip trunks delete [-f, --force] ``` ### sinch sip trunks acls ```sh sinch sip trunks acls list sinch sip trunks acls add sinch sip trunks acls remove ``` ### sinch sip trunks credential-lists update ```sh sinch sip trunks credential-lists update ``` ## sinch sip endpoints Manage SIP endpoints (registered devices or user agents on a trunk). ```sh sinch sip endpoints list [options] sinch sip endpoints get sinch sip endpoints create [options] sinch sip endpoints update [options] sinch sip endpoints delete ``` All subcommands support `--json`. Create and update support `--non-interactive`. ## sinch sip acls Manage Access Control Lists (IP allowlists for SIP traffic). ```sh sinch sip acls list [options] sinch sip acls get sinch sip acls create [options] sinch sip acls update [options] sinch sip acls delete ``` ## sinch sip calls View SIP call history and details. ```sh sinch sip calls list [options] sinch sip calls get ``` | Option | Description | | --- | --- | | `--trunk ` | Filter by trunk ID | | `--from ` | Start date (ISO 8601) | | `--to ` | End date (ISO 8601) | | `-l, --limit ` | Maximum calls to return | | `--json` | Output as JSON | ## sinch sip countries List countries where SIP trunking is available. ```sh sinch sip countries [--json] ``` ## sinch sip credential-lists Manage SIP credential lists (username/password pairs for SIP authentication). ```sh sinch sip credential-lists list [options] sinch sip credential-lists get sinch sip credential-lists create [options] sinch sip credential-lists delete ```