diff --git a/CHANGES b/CHANGES index daaf3e6071..74ebf64f39 100644 --- a/CHANGES +++ b/CHANGES @@ -2811,7 +2811,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 6ca275782d..a637bbe5f8 100644 --- a/apps/app_agent_pool.c +++ b/apps/app_agent_pool.c @@ -74,7 +74,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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. @@ -94,7 +94,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") PauseQueueMember UnpauseQueueMember AGENT - CHANNEL(dtmf-features) + CHANNEL(dtmf_features) CONNECTEDLINE() agents.conf queues.conf