Merge pull request #1492 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-8579-broadcast-hold-bleg to master

* commit '554387c8dc53b0e3a8b9d530a799d681cef5e6e6':
  Skip holding b leg only if it is on hold
This commit is contained in:
Mike Jerris
2018-09-05 22:35:31 +00:00
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1366,6 +1366,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
@@ -1417,6 +1418,7 @@ typedef enum {
CF_REDIRECT,
CF_BRIDGED,
CF_HOLD,
CF_HOLD_BLEG,
CF_SERVICE,
CF_TAGGED,
CF_WINNER,