From dff50ea5447cb7ca113591dee2b960e33cc6f2a0 Mon Sep 17 00:00:00 2001 From: anthony-lopez-pd Date: Tue, 9 Jun 2026 16:58:30 -0400 Subject: [PATCH] fix: correct PhoneHookState (digital 72) feedback description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PhoneHookState (ToSIMPL) was labeled "Dial Phone" — a copy of the DialPhone input description on the same join. Changed to "Phone hook state FB" to accurately describe the feedback. Co-Authored-By: Claude Sonnet 4.6 --- .../Bridges/JoinMaps/VideoCodecControllerJoinMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs b/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs index 9c434cab..0b2cfbf9 100644 --- a/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs +++ b/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs @@ -347,7 +347,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps; }, new JoinMetadata { - Description = "Dial Phone", + Description = "Phone hook state FB", JoinCapabilities = eJoinCapabilities.ToSIMPL, JoinType = eJoinType.Digital });