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
This commit is contained in:
Igor Goncharovskiy
2017-10-29 06:18:21 +06:00
committed by Igor Goncharovsky
parent 2a898460db
commit 9bad4c74cc
3 changed files with 4 additions and 4 deletions

View File

@@ -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