mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
revert
This commit is contained in:
committed by
Ken Rice
parent
b4df774563
commit
7b42a31487
@@ -772,7 +772,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat
|
||||
}
|
||||
}
|
||||
|
||||
if ((oglobals->hups > 0 && oglobals->hups + pickups == len) || pickups == len) {
|
||||
if (oglobals->hups > 0 && oglobals->hups + pickups == len) {
|
||||
rval = 0;
|
||||
} else {
|
||||
rval = 1;
|
||||
|
||||
Reference in New Issue
Block a user