Skip holding b leg only if it is on hold

FS-8579 --resolve
This commit is contained in:
Hunyadvári Péter
2018-03-20 09:32:47 +01:00
parent dd0bb0e331
commit 554387c8dc
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -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,