Files
jambonz-node/test/data/good/dial-sip.json
2021-02-17 20:06:23 -05:00

17 lines
288 B
JSON

{
"dial": {
"actionHook": "http://example.com",
"callerId": "+1312888899",
"target": [
{
"type": "sip",
"number": "sip:1617333456@sip.trunk1.com",
"auth": {
"username": "foo",
"password": "bar"
}
}
]
}
}