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
- Call is created via
POST /Call/withanswer_url. - When the callee answers, Vobiz POSTs to
answer_urlwith call context. - Your server returns
<Response>...verbs...</Response>asapplication/xml. - Verbs execute top-to-bottom.