Files
jambonz-feature-server/test/data/good/dial-sip.json
Dave Horton 3df8b2d940 fix tests
2020-02-01 16:40:59 -05:00

17 lines
284 B
JSON

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