[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "async-bridging" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Feb 15 09:06:04 CST 2011
branch "async-bridging" has been updated
via 87557fef5a1ad9fe50920b493fe1abea8b9ede60 (commit)
from 0cde8ca15d8fe0848732a1d7fc2989a189af3f54 (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 87557fef5a1ad9fe50920b493fe1abea8b9ede60
Author: Brent Eagles <beagles at digium.com>
Date: Tue Feb 15 11:35:36 2011 -0330
Enabling AMD on select bridging methods.
diff --git a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index e33311a..9f63cd9 100644
--- a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -530,6 +530,7 @@ module V1
* @see Session
* @see InvalidSessions
*/
+ ["amd"]
void addSessions(SessionSeq session)
throws InvalidSessions;
@@ -556,6 +557,7 @@ module V1
* @see Session
* @see InvalidSessions
*/
+ ["amd"]
void removeSessions(SessionSeq sessions)
throws InvalidSessions;
@@ -674,6 +676,7 @@ module V1
*
* @return Bridge* Returns a proxy to the newly created bridge.
*/
+ ["amd"]
Bridge* createBridge(SessionSeq sessions, BridgeListener* listener);
/**
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list