mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-24 13:02:32 +00:00
support refer display name (#76)
This commit is contained in:
@@ -440,6 +440,12 @@ test("validate correct verbs", async (t) => {
|
||||
"referTo": "+15083084809",
|
||||
"actionHook": "/action"
|
||||
},
|
||||
{
|
||||
"verb": "sip:refer",
|
||||
"referTo": "+15083084809",
|
||||
"referredByDisplayName": "Alice",
|
||||
"actionHook": "/action"
|
||||
},
|
||||
{
|
||||
"verb": "tag",
|
||||
"data": {
|
||||
|
||||
Reference in New Issue
Block a user