fix: correct PhoneHookState (digital 72) feedback description

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 <noreply@anthropic.com>
This commit is contained in:
anthony-lopez-pd 2026-06-09 16:58:30 -04:00
parent 4058040330
commit dff50ea544

View file

@ -347,7 +347,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
}, },
new JoinMetadata new JoinMetadata
{ {
Description = "Dial Phone", Description = "Phone hook state FB",
JoinCapabilities = eJoinCapabilities.ToSIMPL, JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Digital JoinType = eJoinType.Digital
}); });