Skip to main content
Glama

Asterisk S2S MCP Server

by gcorroto

phone_cancel_call

Terminate an ongoing phone call by specifying the call ID, enabling users to stop conversations efficiently within the Asterisk S2S MCP Server environment.

Instructions

Cancelar una llamada telefónica en curso

Input Schema

NameRequiredDescriptionDefault
callIdYesID de la llamada a cancelar

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "callId": { "description": "ID de la llamada a cancelar", "type": "string" } }, "required": [ "callId" ], "type": "object" }

Other Tools from Asterisk S2S MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcorroto/mcp-s2s-asterisk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server