[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "indicate" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Apr 7 09:17:21 CDT 2011
branch "indicate" has been updated
via 0e6af3eb07af0e4d4dd415d89926d368abb5d457 (commit)
from eae5f79313d4e024b751d169b9ede161327c916e (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 87 --------------------
1 files changed, 0 insertions(+), 87 deletions(-)
- Log -----------------------------------------------------------------
commit 0e6af3eb07af0e4d4dd415d89926d368abb5d457
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Apr 7 11:19:40 2011 -0300
Remove old stuff that is no longer used.
diff --git a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index 7d5131f..309d74a 100644
--- a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -270,59 +270,6 @@ module V1
* @see Indication
*/
void indicated(Session* source, Indication event);
-
- /**
- * Notification that a session has reached a known connected state.
- *
- * @param source The session the event occurred on.
- */
- void connected(Session* source);
-
- /**
- * Notification that a "flash" has occurred on a session.
- *
- * @param source The session the event occurred on.
- */
- void flashed(Session* source);
-
- /**
- * Notification that a session has entered a "held" state.
- *
- * @param source The session the event occurred on.
- */
- void held(Session* source);
-
- /**
- * Notification that a session is in a transitional state.
- *
- * @param source The session the event occurred on.
- *
- * @param response An code indentifying the details of the ongoing progress.
- */
- void progressing(Session* source, ResponseCode response);
-
- /**
- * Notification that a ring "event" has occurred.
- *
- * @param source The session the event occurred on.
- */
- void ringing(Session* source);
-
- /**
- * Notification that a session has completed.
- *
- * @param source The session the event occurred on.
- *
- * @param response An code describing the why the session stopped.
- */
- void stopped(Session* source, ResponseCode response);
-
- /**
- * Notification that a session has left the "held" state.
- *
- * @param source The session the event occurred on.
- */
- void unheld(Session* source);
};
/**
@@ -369,16 +316,6 @@ module V1
void indicate(Indication event) throws IndicationException;
/**
- * Method which requests that the session send a connect message.
- */
- void connect();
-
- /**
- * Method which requests that the session send a flash message.
- */
- void flash();
-
- /**
* Method which retrieves a proxy to the endpoint object that created the current session.
*
* @return The endpoint object that created the current session.
@@ -407,20 +344,6 @@ module V1
AsteriskSCF::Media::V1::Session* getMediaSession();
/**
- * Sends a hold notification to the peer.
- */
- void hold();
-
- /**
- * Sends a progress notification to the peer
- *
- * @param response A code detailing the current progress.
- *
- * @see ResponseCode
- */
- void progress(ResponseCode response);
-
- /**
* Removes a listener from the current list. Once removed, a listener
* no longer is notified of changes to the session.
*
@@ -429,11 +352,6 @@ module V1
void removeListener(SessionListener* listener);
/**
- * Send a ring notification to the peer.
- */
- void ring();
-
- /**
* Start a session dialogue with a peer.
*/
void start();
@@ -447,11 +365,6 @@ module V1
void stop(ResponseCode response);
/**
- * Send a request to a connected endpoint to remove a "hold".
- */
- void unhold();
-
- /**
* Gets the bridge object this Session is associated with.
*
* @return A proxy to the bridge the session is presently in.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list