diff --git a/CHANGES b/CHANGES
index 683a164ab0b41cd8aa0b0b69bdb4d1104f9e38c3..39b62d05c225437fa51eb6808a1e10a3beb93077 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3218,7 +3218,7 @@ chan_agent
    has also been removed, for the same reason.
 
  * The endcall and enddtmf configuration options are removed.  Use the
-   dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent
+   dialplan function CHANNEL(dtmf_features) to set DTMF features on the agent
    channel before calling AgentLogin.
 
 chan_bridge
diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt
index 3d6c00d901a1d2e94d5486fce50bcb01d794f79d..79cafa11f1d8f7981ba169c303c23e5dacabe7ca 100644
--- a/UPGRADE-12.txt
+++ b/UPGRADE-12.txt
@@ -94,7 +94,7 @@ AgentLogin and chan_agent:
    reason as the updatecdr option.
 
  - The endcall and enddtmf configuration options are removed.  Use the
-   dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent
+   dialplan function CHANNEL(dtmf_features) to set DTMF features on the agent
    channel before calling AgentLogin.
 
 AgentMonitorOutgoing
diff --git a/apps/app_agent_pool.c b/apps/app_agent_pool.c
index bf12b291c802b95a96e6c2b53b7734ab0241454e..6a8c3955ba39630bdab5c83d3d836409ab96c656 100644
--- a/apps/app_agent_pool.c
+++ b/apps/app_agent_pool.c
@@ -72,7 +72,7 @@
 			when a new call comes in for the agent.  Login failures will continue in
 			the dialplan with <variable>AGENT_STATUS</variable> set.</para>
 			<para>Before logging in, you can setup on the real agent channel the
-			CHANNEL(dtmf-features) an agent will have when talking to a caller
+			CHANNEL(dtmf_features) an agent will have when talking to a caller
 			and you can setup on the channel running this application the
 			CONNECTEDLINE() information the agent will see while waiting for a
 			caller.</para>
@@ -92,7 +92,7 @@
 			<ref type="application">PauseQueueMember</ref>
 			<ref type="application">UnpauseQueueMember</ref>
 			<ref type="function">AGENT</ref>
-			<ref type="function">CHANNEL(dtmf-features)</ref>
+			<ref type="function">CHANNEL(dtmf_features)</ref>
 			<ref type="function">CONNECTEDLINE()</ref>
 			<ref type="filename">agents.conf</ref>
 			<ref type="filename">queues.conf</ref>