[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 9 15:00:25 CDT 2010
branch "master" has been updated
via c19285f87a3adf7bc919a02d3616d1ebde78206e (commit)
from 984f7d26fd22b625cfeb397f6a05ae7f297496f0 (commit)
Summary of changes:
local-slice/SipStateReplicationIf.ice | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c19285f87a3adf7bc919a02d3616d1ebde78206e
Author: Mark Michelson <mmichelson at digium.com>
Date: Thu Sep 9 15:01:25 2010 -0500
Add Session listeners and correct the name of the Media session.
diff --git a/local-slice/SipStateReplicationIf.ice b/local-slice/SipStateReplicationIf.ice
index 52c981c..7d9b970 100644
--- a/local-slice/SipStateReplicationIf.ice
+++ b/local-slice/SipStateReplicationIf.ice
@@ -46,7 +46,8 @@ module V1
//here, but frankly I have no clue.
AsteriskSCF::Media::V1::StreamSourceSeq mSources;
AsteriskSCF::Media::V1::StreamSinkSeq mSinks;
- AsteriskSCF::Media::V1::Session mSources;
+ AsteriskSCF::Media::V1::Session mMediaSession;
+ AsteriskSCF::SessionCommunications::V1::SessionListenerSeq mListeners;
}
}; //module V1
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list