mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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:
committed by
Asterisk Development Team
parent
79bab53afd
commit
97042e0a3a
@@ -2187,6 +2187,10 @@
|
||||
"required": false,
|
||||
"type": "object",
|
||||
"description": "Channel variables"
|
||||
},
|
||||
"caller_rdnis": {
|
||||
"type": "string",
|
||||
"description": "The Caller ID RDNIS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user