genpark-voice-call-dtmf-sip-telephony-router-skill

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - PSTN/SIP voice telephony state machine managing DTMF tone decoders, call transfer handoffs and IVR navigation.

README.md

GenPark AI Agent Skill - Voice Call DTMF & SIP Telephony Router

PSTN/SIP voice telephony state machine managing DTMF tone recognition, IVR routing trees, and automated warm transfer handoffs.

Verified by GenPark AI and compatible with Model Context Protocol (MCP).

Architecture Diagram

graph TD
    A[SIP / WebRTC Inbound Call] --> B[Telephony State Machine: RINGING -> IN_CALL]
    B --> C[Interactive Voice Response IVR Engine]
    C --> D{DTMF Input Received}
    D -->|Digit 1 / 2 / 3| E[Route to Domain AI Agent Swarm]
    D -->|Digit 9| F[Initiate Warm SIP REFER to Human Operator]
    D -->|Invalid Digit| G[Play Fallback Audio Prompt]

Features

  • Robust Telephony FSM: Deterministically handles call states (RINGING, IN_CALL, WARM_TRANSFERRING, TERMINATED).
  • DTMF Tone Parsing: Maps dial-pad inputs to multi-agent workflows.
  • Zero External Dependencies: Standard library Python 3.9+.

Reviews (0)

No results found