Joshua C. Colp
bcd0e53ef6
channel: Always provide cause code in ChannelHangupRequest.
...
When queueing a channel to be hung up a cause code can be
specified in one of two ways:
1. ast_queue_hangup_with_cause
This function takes in a cause code and queues it as part
of the hangup request, which ultimately results in it being
set on the channel.
2. ast_channel_hangupcause_set + ast_queue_hangup
This combination sets the hangup cause on the channel before
queueing the hangup instead of as part of that process.
In the #2 case the ChannelHangupRequest event would not contain
the cause code. For consistency if a cause code has been set
on the channel it will now be added to the event.
Resolves : #1197
2025-04-16 14:45:54 +00:00
..
2025-02-20 21:46:28 +00:00
2021-11-15 17:33:27 -06:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2024-06-24 15:33:08 +00:00
2025-02-20 21:46:28 +00:00
2023-12-08 13:11:51 +00:00
2023-04-03 07:58:23 -05:00
2025-02-20 21:46:28 +00:00
2023-12-08 13:11:51 +00:00
2025-04-16 12:29:13 +00:00
2023-01-13 08:32:33 -06:00
2020-06-02 11:35:07 -05:00
2024-09-25 18:27:17 +00:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2025-03-31 20:33:07 +00:00
2024-09-09 23:17:16 +00:00
2020-04-06 10:23:20 -05:00
2021-12-02 15:02:09 -06:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2025-02-20 21:46:28 +00:00
2025-01-16 15:32:50 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2025-01-29 14:18:21 +00:00
2024-08-12 15:21:33 +00:00
2025-04-16 14:45:54 +00:00
2025-02-20 21:46:28 +00:00
2023-09-22 16:10:07 +00:00
2024-02-12 18:46:29 +00:00
2025-02-20 21:46:28 +00:00
2025-03-06 15:40:03 +00:00
2022-03-23 17:13:03 -05:00
2025-02-20 21:46:28 +00:00
2024-10-17 15:20:38 +00:00
2021-12-02 15:02:09 -06:00
2020-04-15 13:56:40 -05:00
2022-07-07 08:19:14 -05:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2023-01-10 14:07:44 -06:00
2024-09-05 16:32:23 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 10:37:38 -06:00
2020-06-10 09:33:28 -05:00
2021-12-02 15:02:09 -06:00
2021-12-02 10:37:38 -06:00
2020-04-28 13:05:55 -05:00
2025-02-20 21:46:28 +00:00
2024-10-10 15:34:26 +00:00
2024-02-14 13:19:11 +00:00
2025-02-20 21:46:28 +00:00
2024-08-12 15:21:33 +00:00
2025-02-20 21:46:28 +00:00
2025-01-29 14:18:21 +00:00
2025-03-26 13:04:42 +00:00
2025-02-20 21:46:28 +00:00
2024-02-12 18:46:29 +00:00
2021-12-02 15:02:09 -06:00
2021-01-04 05:00:58 -06:00
2024-02-12 18:46:29 +00:00
2021-01-27 10:40:41 -06:00
2021-11-15 17:33:27 -06:00
2021-11-15 17:33:27 -06:00
2025-04-02 12:16:35 +00:00
2024-02-12 18:46:29 +00:00
2024-02-12 18:46:29 +00:00
2021-12-02 15:02:09 -06:00
2024-04-29 13:24:01 +00:00
2025-04-02 12:16:35 +00:00
2025-02-20 21:46:28 +00:00
2025-01-29 14:18:21 +00:00
2020-10-02 12:58:18 -05:00
2025-01-29 14:18:21 +00:00
2025-01-23 17:39:04 +00:00
2024-12-10 14:23:39 +00:00
2025-01-29 14:18:21 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2025-01-29 14:18:21 +00:00
2025-03-06 15:04:06 +00:00
2021-12-02 15:02:09 -06:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2025-01-29 14:18:21 +00:00
2021-12-02 10:37:38 -06:00
2023-09-20 19:14:58 +00:00
2025-02-20 21:46:28 +00:00
2025-03-18 15:11:51 +00:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2021-08-06 09:04:28 -05:00
2016-10-27 09:53:55 -04:00
2021-12-02 15:02:09 -06:00
2025-01-29 14:18:21 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2025-01-29 14:18:21 +00:00
2025-02-11 22:05:42 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2022-01-21 10:06:57 -06:00
2025-01-29 14:18:21 +00:00
2021-12-02 15:02:09 -06:00
2021-11-15 17:33:27 -06:00
2024-04-22 12:55:42 +00:00
2021-12-02 15:02:09 -06:00
2025-03-07 16:53:12 +00:00
2021-11-18 14:46:42 -06:00
2025-03-07 16:53:12 +00:00
2025-01-29 14:18:21 +00:00
2021-12-02 10:37:38 -06:00
2023-06-09 18:19:53 +00:00
2022-05-09 08:20:46 -05:00
2025-01-29 14:18:21 +00:00
2025-02-20 21:46:28 +00:00
2020-05-08 13:44:08 -05:00
2024-10-17 15:20:38 +00:00
2025-01-16 14:20:49 +00:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00
2024-04-29 13:24:01 +00:00
2021-12-02 15:02:09 -06:00
2021-09-08 19:10:54 -05:00
2025-01-02 14:52:14 +00:00
2021-12-02 15:02:09 -06:00
2022-03-24 12:00:58 -05:00
2024-02-28 13:03:22 +00:00
2025-02-20 21:46:28 +00:00
2023-11-14 20:51:37 +00:00
2023-03-01 09:50:02 -06:00
2025-02-20 21:46:28 +00:00
2021-12-02 15:02:09 -06:00
2025-02-20 21:46:28 +00:00
2025-02-20 21:46:28 +00:00