ari: Provide the caller ID RDNIS for the channels

Provide the caller ID RDNIS when available. This will allow an
application to follow the redirect.

(cherry picked from commit 3c9e7ad4ba)
This commit is contained in:
Holger Hans Peter Freyther
2023-10-14 15:48:10 +08:00
committed by Asterisk Development Team
parent 79bab53afd
commit 97042e0a3a
4 changed files with 18 additions and 0 deletions

View File

@@ -2187,6 +2187,10 @@
"required": false,
"type": "object",
"description": "Channel variables"
},
"caller_rdnis": {
"type": "string",
"description": "The Caller ID RDNIS"
}
}
}