mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
fix edge case where originate does not give up properly with timed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14846 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9d28cd1e6e
commit
90c7921f7e
@ -330,6 +330,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat
|
|||||||
for (i = 0; i < len; i++) {
|
for (i = 0; i < len; i++) {
|
||||||
switch_channel_state_t state;
|
switch_channel_state_t state;
|
||||||
if (!(originate_status[i].peer_channel && originate_status[i].peer_session)) {
|
if (!(originate_status[i].peer_channel && originate_status[i].peer_session)) {
|
||||||
|
oglobals->hups++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user