From: Igor Goncharovskiy Date: Sun, 29 Oct 2017 00:18:21 +0000 (+0600) Subject: app_agent_spool: Fix typo in dtmf features usage desctiption X-Git-Tag: 15.2.0-rc1~202^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfedbf3b19cfc83c62a7a94475373e13fde47e0;p=thirdparty%2Fasterisk.git 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 --- diff --git a/CHANGES b/CHANGES index 3a0962f761..199028d5f6 100644 --- a/CHANGES +++ b/CHANGES @@ -3200,7 +3200,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 3d6c00d901..79cafa11f1 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 bf12b291c8..6a8c3955ba 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 AGENT_STATUS set. 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. @@ -92,7 +92,7 @@ PauseQueueMember UnpauseQueueMember AGENT - CHANNEL(dtmf-features) + CHANNEL(dtmf_features) CONNECTEDLINE() agents.conf queues.conf