[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "partidextensionpoint" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 29 18:00:08 CDT 2011
branch "partidextensionpoint" has been updated
via 6751538f282331e5c5e633ac816d5ab846f47922 (commit)
from de332e551175cc1ac03e92e36218a17db723d530 (commit)
Summary of changes:
.../SessionCommunicationsExtensionPointsIf.ice | 24 ++++++++++----------
1 files changed, 12 insertions(+), 12 deletions(-)
- Log -----------------------------------------------------------------
commit 6751538f282331e5c5e633ac816d5ab846f47922
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Sep 29 17:59:40 2011 -0500
Removed references to "bridge" in Party Id extension point / hook comments.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
index 5bd6594..da40f45 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
@@ -84,13 +84,13 @@ module V1
/**
* Hook into party identification ConnectedLine record for
- * incoming ConnectedLine updates received by the bridge.
+ * incoming ConnectedLine updates.
*/
interface ReceivedConnectedLinePartyIdHook
{
/**
- * This hook operation is called when ConnectedLine updates are received by the
- * bridge. The bridge provides the session who sent the ConnectedLine record
+ * This hook operation is called when ConnectedLine updates are received.
+ * The caller of the hook will provide the session who sent the ConnectedLine record
* to the hook. This hook is expected to return the original ConnectedLine record
* or an updated version of it.
*
@@ -108,14 +108,14 @@ module V1
/**
* Hook into party identification ConnectedLine record
- * for modifying ConnectedLine information being sent to
- * specific Session from the bridge.
+ * for modifying ConnectedLine information being sent to a
+ * specific Session.
*/
interface ForwardingConnectedLinePartyIdHook
{
/**
- * This hook is called when ConnectedLine updates are being sent by the
- * bridge. The bridge provides the session that will receive the ConnectedLine information
+ * This hook is called when ConnectedLine updates are being sent to a particular
+ * session. The caller provides the session that will receive the ConnectedLine information
* to the hook, as well as the session that sent the updated record.
* This hook is expected to return the original ConnectedLine record
* or an updated version of it.
@@ -137,14 +137,14 @@ module V1
/**
* Hook into party identification Redirections record. This hook
* allows modifying a Redirections record prior to sending it to
- * each connected Session in the bridge.
+ * each connected Session that may be affected.
*/
interface ForwardingRedirectionsPartyIdHook
{
/**
*
- * This hook is called when Redirections are being forwarded by the
- * bridge. The bridge provides the session that will receive the Redirections information
+ * This hook is called when Redirections are being forwarded to a session.
+ * The caller provides the session that will receive the Redirections information
* to the hook, as well as the session that sent the record.
* This hook is expected to return the original Redirections record
* or an updated version of it.
@@ -171,12 +171,12 @@ module V1
void addReceivedConnectedLinePartyIdHook(ReceivedConnectedLinePartyIdHook* hook);
/**
- * Add a hook to invoke when the bridge forwards ConnectedLine party id.
+ * Add a hook to invoke when forwarding ConnectedLine party id.
*/
void addForwardingConnectedLinePartyIdHook(ForwardingConnectedLinePartyIdHook* hook);
/**
- * Add a hook to invoke when the bridge forwards Redirections party id record.
+ * Add a hook to invoke when forwarding Redirections party id record.
*/
void addForwardingRedirectionsPartyIdHook(ForwardingRedirectionsPartyIdHook* hook);
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list