mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
res/res_ari: Added timestamp as a requirement for all ARI events
Changed to requirement to having timestamp for all of ARI events. The below ARI events were changed to having timestamp. PlaybackStarted, PlaybackContinuing, PlaybackFinished, RecordingStarted, RecordingFinished, RecordingFailed, ApplicationReplaced, ApplicationMoveFailed ASTERISK-28326 Change-Id: I382c2fef58f5fe107e1074869a6d05310accb41f
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
"timestamp": {
|
||||
"type": "Date",
|
||||
"description": "Time at which this event was created.",
|
||||
"required": false
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"subTypes": [
|
||||
|
Reference in New Issue
Block a user