res/res_ari: Add additional hangup reasons

The ARI DELETE /channels command takes a "reason" parameter
Previously, there were only five reasons implemented
This patch adds more reasons to choose from for more
complex setups

ASTERISK-28198 #close

Change-Id: I85996f1076c9946d65c778413f040a845a90fecc
This commit is contained in:
Sebastian Damm
2018-12-06 18:23:50 +01:00
parent 29af7f37ac
commit 59cf552dd3
2 changed files with 24 additions and 0 deletions

View File

@@ -421,6 +421,14 @@
"busy",
"congestion",
"no_answer",
"timeout",
"rejected",
"unallocated",
"normal_unspecified",
"number_incomplete",
"codec_mismatch",
"interworking",
"failure",
"answered_elsewhere"
]
}