[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 1 13:58:03 CDT 2011
branch "master" has been updated
via 5482a35149744286c21d0ff743a9fe4fbb75cb2d (commit)
from 98f341019000a0985dc88bb8aee3ffa82eff40e1 (commit)
Summary of changes:
src/TestEndpoint.cpp | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 5482a35149744286c21d0ff743a9fe4fbb75cb2d
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Aug 1 15:29:59 2011 -0300
Add support for SessionController and streams.
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index cf07e45..ab8d4e6 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -297,6 +297,24 @@ public:
cb->ice_response();
}
+ void getStreams_async(const AsteriskSCF::SessionCommunications::V1::AMD_Session_getStreamsPtr& cb,
+ const Ice::Current&)
+ {
+ cb->ice_response(AsteriskSCF::Media::V1::StreamInformationDict());
+ }
+
+ void setAndGetSessionController_async(const AsteriskSCF::SessionCommunications::V1::AMD_Session_setAndGetSessionControllerPtr& cb,
+ const AsteriskSCF::SessionCommunications::V1::SessionControllerPrx&, const Ice::Current&)
+ {
+ cb->ice_response(0);
+ }
+
+ void removeSessionController_async(const AsteriskSCF::SessionCommunications::V1::AMD_Session_removeSessionControllerPtr& cb,
+ const AsteriskSCF::SessionCommunications::V1::SessionControllerPrx&, const Ice::Current&)
+ {
+ cb->ice_response();
+ }
+
void echo()
{
mMediaServant->echo();
-----------------------------------------------------------------------
--
asterisk-scf/release/test_channel.git
More information about the asterisk-scf-commits
mailing list