mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 18:38:02 +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 da0b1ac1c1)
This commit is contained in:
committed by
Asterisk Development Team
parent
5fa3c03738
commit
4053abc214
@@ -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