Check Call Server Connection

Check the SIP call server connection status.

Permission required: manage-voip-contact-center-settings

Query Parameters

Example Call

curl --location 'http://localhost:3000/api/v1/voip/callServer/checkConnection?websocketURL=wss%3A%2F%2Fomni-asterisk.dev.rocket.chat%2Fws&host=localhost&port=3000&path=test' \
--header 'X-Auth-Token: NcQtu58azANDJ1FuCmGvGVOWhYIpJVg4GqhK9h-j61l' \
--header 'X-User-Id: CkCPNcvsvCDfmWLqC'

Example Response

{
	"status": "connected" | "connection-error",
	"error?": "string"
}

Last updated

Rocket.Chat versions receive support for six months after release.