mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
resource_channels.c: add hangup reason "answered_elsewhere".
In ARI, the channels API allows to hangup a channel with a hangup reason. This commit adds a new reason "answered_elsewhere". When using a SIP channel, this will eventually allow Asterisk to add a proper "Reason" header to a CANCEL message. ASTERISK-26321 Change-Id: Ia97675bd4acd6a7f58eb467953dfb94559f6583d
This commit is contained in:
@@ -400,7 +400,8 @@
|
||||
"normal",
|
||||
"busy",
|
||||
"congestion",
|
||||
"no_answer"
|
||||
"no_answer",
|
||||
"answered_elsewhere"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user