feat: callerName to rest_dial and dial verb (#312)

* feat: callerName to rest_dial and dial verb

* update verb specification
This commit is contained in:
Hoan Luu Huu
2023-04-12 21:04:55 +07:00
committed by GitHub
parent 85ab75d8e3
commit fabf01f8b5
6 changed files with 15 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ test('\'dial-phone\'', async(t) => {
{
"verb": "dial",
"callerId": from,
"callerName": "test_callerName",
"actionHook": "/actionHook",
"timeLimit": 5,
"target": [
@@ -56,6 +57,7 @@ test('\'dial-phone\'', async(t) => {
"method": "POST",
},
"from": from,
"callerName": "Tom",
"to": {
"type": "phone",
"number": "15583084808"