vobiz-voice-xml

Installation
SKILL.md

Vobiz Voice XML skill

Use this when the user wants to script a call flow declaratively - IVR menus, voicemail, queues, conferences, agent transfers. Anything beyond just "make a call and stream audio" usually involves VobizXML.

How Vobiz fetches XML

  1. Call is created via POST /Call/ with answer_url.
  2. When the callee answers, Vobiz POSTs to answer_url with call context.
  3. Your server returns <Response>...verbs...</Response> as application/xml.
  4. Verbs execute top-to-bottom.

Core verbs

Installs
2
First Seen
6 days ago
vobiz-voice-xml — vobiz-ai/agent-skills