Step-by-step guide to connecting Claude Code, Claude Desktop, and ChatGPT to the public, read-only AsteriskRecipes MCP server for direct access to the...
Generate Asterisk audio prompts from text using Google's gTTS Python library -- convert text to WAV files suitable for Playback() and Background().
Send incoming call notifications to a Slack channel via webhook, with FILTER() to prevent shell injection from caller ID data.
Node.js application using ari-client to connect to Asterisk ARI, subscribe to channel events, and control the call lifecycle (ring, answer, play, hang...
Enable the Asterisk REST Interface (ARI), configure HTTP and WebSocket access, and hand channels to a Stasis application for external control.
Configure the Asterisk Manager Interface (AMI) for remote control and monitoring -- TCP-based client/server access to originate calls, check status, a...
Look up caller names (CNAM) from an external HTTP service using a PHP AGI script -- normalize inbound numbers, query a CNAM provider, and set the call...