mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Fix two more possible crashes in CEL
These are locations that should return valid snapshots, but need to be handled if not. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -34,8 +34,7 @@
|
||||
"allowedValues": {
|
||||
"type": "LIST",
|
||||
"values": [
|
||||
"two-party",
|
||||
"multi-party",
|
||||
"mixing",
|
||||
"holding"
|
||||
]
|
||||
}
|
||||
@@ -240,8 +239,7 @@
|
||||
"allowedValues": {
|
||||
"type": "LIST",
|
||||
"values": [
|
||||
"two-party",
|
||||
"multi-party",
|
||||
"mixing",
|
||||
"holding"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user