<p>Igor Goncharovsky has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6930">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_agent_spool: Fix typo in dtmf features usage desctiption<br><br>Fix typo, that specify usage wrong option 'dtmf-features' for CHANNEL() function<br>instead of correct 'dtmf_features'<br><br>ASTERISK-27377 #close<br><br>Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930<br>---<br>M CHANGES<br>M UPGRADE-12.txt<br>M apps/app_agent_pool.c<br>3 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/30/6930/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/CHANGES b/CHANGES<br>index daaf3e6..74ebf64 100644<br>--- a/CHANGES<br>+++ b/CHANGES<br>@@ -2811,7 +2811,7 @@<br>    has also been removed, for the same reason.<br> <br>  * The endcall and enddtmf configuration options are removed.  Use the<br>-   dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent<br>+   dialplan function CHANNEL(dtmf_features) to set DTMF features on the agent<br>    channel before calling AgentLogin.<br> <br> chan_bridge<br>diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt<br>index 3d6c00d..79cafa1 100644<br>--- a/UPGRADE-12.txt<br>+++ b/UPGRADE-12.txt<br>@@ -94,7 +94,7 @@<br>    reason as the updatecdr option.<br> <br>  - The endcall and enddtmf configuration options are removed.  Use the<br>-   dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent<br>+   dialplan function CHANNEL(dtmf_features) to set DTMF features on the agent<br>    channel before calling AgentLogin.<br> <br> AgentMonitorOutgoing<br>diff --git a/apps/app_agent_pool.c b/apps/app_agent_pool.c<br>index 6ca2757..a637bbe 100644<br>--- a/apps/app_agent_pool.c<br>+++ b/apps/app_agent_pool.c<br>@@ -74,7 +74,7 @@<br>                      when a new call comes in for the agent.  Login failures will continue in<br>                      the dialplan with <variable>AGENT_STATUS</variable> set.</para><br>                     <para>Before logging in, you can setup on the real agent channel the<br>-                   CHANNEL(dtmf-features) an agent will have when talking to a caller<br>+                   CHANNEL(dtmf_features) an agent will have when talking to a caller<br>                    and you can setup on the channel running this application the<br>                         CONNECTEDLINE() information the agent will see while waiting for a<br>                    caller.</para><br>@@ -94,7 +94,7 @@<br>                       <ref type="application">PauseQueueMember</ref><br>                  <ref type="application">UnpauseQueueMember</ref><br>                        <ref type="function">AGENT</ref><br>-                       <ref type="function">CHANNEL(dtmf-features)</ref><br>+                      <ref type="function">CHANNEL(dtmf_features)</ref><br>                       <ref type="function">CONNECTEDLINE()</ref><br>                      <ref type="filename">agents.conf</ref><br>                  <ref type="filename">queues.conf</ref><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6930">change 6930</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6930"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930 </div>
<div style="display:none"> Gerrit-Change-Number: 6930 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Igor Goncharovsky <igor.goncharovsky@gmail.com> </div>