[Asterisk-code-review] app agent spool: Fix typo in dtmf features usage desctiption (asterisk[13])

Jenkins2 asteriskteam at digium.com
Mon Oct 30 11:25:35 CDT 2017


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/6930 )

Change subject: app_agent_spool: Fix typo in dtmf features usage desctiption
......................................................................

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
---
M CHANGES
M UPGRADE-12.txt
M apps/app_agent_pool.c
3 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/CHANGES b/CHANGES
index daaf3e6..74ebf64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2811,7 +2811,7 @@
    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 3d6c00d..79cafa1 100644
--- a/UPGRADE-12.txt
+++ b/UPGRADE-12.txt
@@ -94,7 +94,7 @@
    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 6ca2757..a637bbe 100644
--- a/apps/app_agent_pool.c
+++ b/apps/app_agent_pool.c
@@ -74,7 +74,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>
@@ -94,7 +94,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>

-- 
To view, visit https://gerrit.asterisk.org/6930
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930
Gerrit-Change-Number: 6930
Gerrit-PatchSet: 1
Gerrit-Owner: Igor Goncharovsky <igor.goncharovsky at gmail.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171030/483d5a04/attachment.html>


More information about the asterisk-code-review mailing list