[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "indicate" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Apr 7 08:18:45 CDT 2011
branch "indicate" has been created
at 9f163f823e256bd86b841d924997983b14b840b0 (commit)
- Log -----------------------------------------------------------------
commit 9f163f823e256bd86b841d924997983b14b840b0
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Apr 7 10:21:51 2011 -0300
Add new indicate support.
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index 830bdbf..5c84d69 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -145,6 +145,11 @@ public:
return mInfo;
}
+ void indicate(const AsteriskSCF::SessionCommunications::V1::IndicationPtr&, const Ice::Current&)
+ {
+ mEndpointManager->log(mId, __FUNCTION__);
+ }
+
void connect(const Ice::Current&)
{
mEndpointManager->log(mId, __FUNCTION__);
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list