mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
15 lines
233 B
JSON
15 lines
233 B
JSON
[
|
|
{
|
|
"verb": "say",
|
|
"text": "hello"
|
|
},
|
|
{
|
|
"verb": "sip:request",
|
|
"method": "info",
|
|
"headers": {
|
|
"Content-Type": "application/text"
|
|
},
|
|
"body": "here I am ",
|
|
"actionHook": "/actionHook"
|
|
}
|
|
] |