mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Updates remaining SIMPL Bridges for MC to JoinMapBaseAdvanced. Updates affected bridges
This commit is contained in:
parent
1d00261b1f
commit
ed627875a0
6 changed files with 245 additions and 251 deletions
|
|
@ -189,7 +189,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
// Pulse DTMF
|
||||
AppServerController.AddAction(MessagePath + "/dtmf", new Action<string>(s =>
|
||||
{
|
||||
var join = JoinMap.Joins[s];
|
||||
var join = JoinMap.Joins[s];
|
||||
if (join != null)
|
||||
{
|
||||
if (join.JoinNumber > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue