[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "replacement" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 29 12:38:40 CDT 2011
branch "replacement" has been created
at 0a0f8a476847b42dd3fa66576cfeed3591bc2169 (commit)
- Log -----------------------------------------------------------------
commit 0a0f8a476847b42dd3fa66576cfeed3591bc2169
Author: Mark Michelson <mmichelson at digium.com>
Date: Mon Aug 29 12:39:13 2011 -0500
Add documentation that explains that sessions replaced will not be unbridged or stopped.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index f3e92d8..1cea172 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -687,6 +687,9 @@ module V1
* Replace one session in a Bridge with a new
* session routable by the destination param.
*
+ * Note that the session to replace will not be removed
+ * from its bridge nor will it be stopped.
+ *
* @param operationId Unique id for this operation.
*
* @param sessionToReplace The session that is to be replaced in a
@@ -961,6 +964,8 @@ module V1
* Replaces a session that is on the bridge with another session. Useful for transfers, etc.
* where a participant is replaced as part of the code flow.
*
+ * Note that the session to replace is neither removed from the bridge nor stopped.
+ *
* @param sessionToReplace The session being replaced. The bridge associated with this
* session is used for the newSessions.
*
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list