mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat(essentials): Adds HoldAllCalls join and action
This commit is contained in:
parent
db67f97a1f
commit
7a2e99f145
2 changed files with 22 additions and 0 deletions
|
|
@ -1216,6 +1216,14 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
|||
var holdCodec = this as IHasCallHold;
|
||||
if (holdCodec != null)
|
||||
{
|
||||
trilist.SetSigFalseAction(joinMap.HoldAllCalls.JoinNumber, () =>
|
||||
{
|
||||
foreach (var call in ActiveCalls)
|
||||
{
|
||||
holdCodec.HoldCall(call);
|
||||
}
|
||||
});
|
||||
|
||||
for (int i = 0; i < joinMap.HoldCallsStart.JoinSpan; i++)
|
||||
{
|
||||
var index = i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue