summaryrefslogtreecommitdiff
path: root/UPGRADE-12.txt
diff options
context:
space:
mode:
authorIgor Goncharovskiy <igorg@iqtek.ru>2017-10-29 06:18:21 +0600
committerIgor Goncharovsky <igor.goncharovsky@gmail.com>2017-10-28 19:24:07 -0500
commit8dfedbf3b19cfc83c62a7a94475373e13fde47e0 (patch)
tree6d46bd2c5c8d432d534a8c6aac318ca3a79a1ba9 /UPGRADE-12.txt
parentf5f80fae31242ec787ffcc65f255f3c7f64850c0 (diff)
app_agent_spool: Fix typo in dtmf features usage desctiption
Fix typo, that specify usage wrong option 'dtmf-features' for CHANNEL() function instead of correct 'dtmf_features' ASTERISK-27377 #close Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930
Diffstat (limited to 'UPGRADE-12.txt')
-rw-r--r--UPGRADE-12.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt
index 3d6c00d90..79cafa11f 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