mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Skip holding b leg only if it is on hold
FS-8579 --resolve
This commit is contained in:
@@ -1346,6 +1346,7 @@ CF_ACCEPT_CNG - Channel will accept CNG frames
|
||||
CF_REDIRECT - Channel is being redirected
|
||||
CF_BRIDGED - Channel in a bridge
|
||||
CF_HOLD - Channel is on hold
|
||||
CF_HOLD_BLEG - B leg is on hold
|
||||
CF_SERVICE - Channel has a service thread
|
||||
CF_TAGGED - Channel is tagged
|
||||
CF_WINNER - Channel is the winner
|
||||
@@ -1397,6 +1398,7 @@ typedef enum {
|
||||
CF_REDIRECT,
|
||||
CF_BRIDGED,
|
||||
CF_HOLD,
|
||||
CF_HOLD_BLEG,
|
||||
CF_SERVICE,
|
||||
CF_TAGGED,
|
||||
CF_WINNER,
|
||||
|
||||
Reference in New Issue
Block a user