mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 03:36:40 +00:00
wait forever when you call a pickup endpoint by itself
This commit is contained in:
parent
0e51786a88
commit
b434cac526
@ -753,7 +753,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oglobals->hups + pickups == len) {
|
if (oglobals->hups > 0 && oglobals->hups + pickups == len) {
|
||||||
rval = 0;
|
rval = 0;
|
||||||
} else {
|
} else {
|
||||||
rval = 1;
|
rval = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user