mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixed issues found with join numbers and speed dial iteration
This commit is contained in:
parent
1a44d28adb
commit
dd1b15edee
4 changed files with 9 additions and 7 deletions
|
|
@ -182,6 +182,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
for (uint i = speeddialStart; i < speeddialEnd; i++)
|
||||
{
|
||||
addAction(string.Format("/speedDial{0}", speedDialIndex), i);
|
||||
speedDialIndex++;
|
||||
}
|
||||
|
||||
// Get status
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
JoinMap = new SIMPLVtcJoinMap();
|
||||
|
||||
// TODO: Take in JoinStart value from config
|
||||
JoinMap.OffsetJoinNumbers(200);
|
||||
JoinMap.OffsetJoinNumbers(701);
|
||||
|
||||
|
||||
CurrentCallItem = new CodecActiveCallItem();
|
||||
|
|
@ -404,6 +404,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
for (uint i = speeddialStart; i < speeddialEnd; i++)
|
||||
{
|
||||
addAction(string.Format("/speedDial{0}", speedDialIndex), i);
|
||||
speedDialIndex++;
|
||||
}
|
||||
|
||||
addAction("/cameraModeAuto", JoinMap.GetJoinForKey(SIMPLVtcJoinMap.CameraModeAuto));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue