From 719aa8c1c6da76b0236991cca3907c15e4d0207b Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 16 Apr 2026 19:36:37 -0500 Subject: [PATCH] fix: align desk phone dtmf mode with yealink provisioning --- apps/asterisk/configmap.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/asterisk/configmap.yaml b/apps/asterisk/configmap.yaml index 7d23828..1b85a78 100644 --- a/apps/asterisk/configmap.yaml +++ b/apps/asterisk/configmap.yaml @@ -96,7 +96,9 @@ data: allow=ulaw allow=alaw direct_media=no - dtmf_mode=inband + ; Yealink provisioning sends RFC2833/RFC4733 DTMF (payload 101). + ; Keep the PBX template aligned so physical desk phones emit ARI DTMF events. + dtmf_mode=rfc4733 rtp_symmetric=yes force_rport=yes rewrite_contact=yes