fix(essentials): #865 Adds DialselectedRecentCallItem join

This commit is contained in:
Neil Dorin
2021-12-07 19:40:03 -07:00
parent 90e22e9136
commit 611f0bec2e
2 changed files with 17 additions and 1 deletions

View File

@@ -925,7 +925,21 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps
},
new JoinMetadata
{
Description = "Removes the selected recent call item specified by the SelectRecentCallItem analog join",
Description = "Pulse to remove the selected recent call item specified by the SelectRecentCallItem analog join",
JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Digital
});
[JoinName("DialSelectedRecentCallItem")]
public JoinDataComplete DialSelectedRecentCallItem = new JoinDataComplete(
new JoinData
{
JoinNumber = 182,
JoinSpan = 1
},
new JoinMetadata
{
Description = "Pulse to dial the selected recent call item specified by the SelectRecentCallItem analog join",
JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Digital
});