]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_agent_spool: Fix typo in dtmf features usage desctiption
authorIgor Goncharovskiy <igorg@iqtek.ru>
Sun, 29 Oct 2017 00:18:21 +0000 (06:18 +0600)
committerIgor Goncharovskiy <igorg@iqtek.ru>
Sun, 29 Oct 2017 00:18:21 +0000 (06:18 +0600)
Fix typo, that specify usage wrong option 'dtmf-features' for CHANNEL() function
instead of correct 'dtmf_features'

ASTERISK-27377 #close

Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930

CHANGES
UPGRADE-12.txt
apps/app_agent_pool.c

diff --git a/CHANGES b/CHANGES
index daaf3e6071feee8382577062514e2c78dc422e99..74ebf64f39dab387d0ba3994220cd1dfa24438f9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2811,7 +2811,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
index 3d6c00d901a1d2e94d5486fce50bcb01d794f79d..79cafa11f1d8f7981ba169c303c23e5dacabe7ca 100644 (file)
@@ -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
index 6ca275782da884c2d531a2fe11ca1635e5499668..a637bbe5f8accd0e595e26f110e8c423a7bedb37 100644 (file)
@@ -74,7 +74,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        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>
@@ -94,7 +94,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        <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>