Sip Device Line
Read
Retrieve a single Sip Device Line record by ID.
get/api/cp/sip-device-line/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"sip_device_id": 1,
"line_idx": 1,
"display_name": "example_display_name",
"cli": "example_cli",
"host": "example_host",
"username": "john_doe",
"password": "********",
"stun_server": "example_stun_server",
"proxy": "example_proxy",
"vars": "example_vars"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.