[asterisk-commits] rmudgett: branch rmudgett/bridge_phase r392096 - in /team/rmudgett/bridge_pha...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 17 14:40:45 CDT 2013
Author: rmudgett
Date: Mon Jun 17 14:40:44 2013
New Revision: 392096
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392096
Log:
* Document the removal of AgentMonitorOutgoing dialplan application.
* Document the removal of agent as a Data retrieval API data provider.
Modified:
team/rmudgett/bridge_phase/CHANGES
team/rmudgett/bridge_phase/apps/app_agent_pool.c
Modified: team/rmudgett/bridge_phase/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/CHANGES?view=diff&rev=392096&r1=392095&r2=392096
==============================================================================
--- team/rmudgett/bridge_phase/CHANGES (original)
+++ team/rmudgett/bridge_phase/CHANGES Mon Jun 17 14:40:44 2013
@@ -18,6 +18,8 @@
------------------
* The 'c' option has been removed. It is not possible to modify the name of a
channel involved in a CDR.
+ * Application removed. It was a holdover from when AgentCallbackLogin was
+ removed.
ForkCDR
------------------
@@ -378,6 +380,8 @@
and pretending otherwise helps no one.
* The AGENTUPDATECDR channel variable has also been removed, for the same
reason as the updatecdr option.
+ * The driver is no longer a Data retrieval API data provider for the
+ AMI DataGet action.
chan_local
------------------
Modified: team/rmudgett/bridge_phase/apps/app_agent_pool.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/apps/app_agent_pool.c?view=diff&rev=392096&r1=392095&r2=392096
==============================================================================
--- team/rmudgett/bridge_phase/apps/app_agent_pool.c (original)
+++ team/rmudgett/bridge_phase/apps/app_agent_pool.c Mon Jun 17 14:40:44 2013
@@ -1358,7 +1358,6 @@
/* BUGBUG bridge channel swap hook not written. */
/* BUGBUG AgentLogin dialplan application not written. */
/* BUGBUG AgentRequest dialplan application not written. */
-/* BUGBUG Agent data provider not written. */
if (res) {
unload_module();
More information about the asterisk-commits
mailing list