[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "inband-events" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Oct 26 16:44:42 CDT 2011


branch "inband-events" has been updated
       via  000885122f83f666f90ce6061a7c228e9a8656f2 (commit)
       via  6e0aa27d0ff54ce0c0cdc6c2fd04e70a0aa28540 (commit)
       via  392bea5bac84da946d5990ddd7afb977bdcb102c (commit)
       via  006cccac7e498e0faa88a747bdf39ba805198e41 (commit)
       via  2078b4a3901eaa3984036ce505ea61e07eac1258 (commit)
       via  cb5988e9a49ed1a914a52de38e26585408ea7270 (commit)
       via  5c9ba71d0434e5716d9ee58eb4ae5a60039967f5 (commit)
       via  38c625182693d9900c734ded0055a66ca24fe01e (commit)
       via  ef8832a77930c026fc93c1585ed9bdc448a91834 (commit)
       via  1312c9c9d0f4c97f96f09a1291f6fe86710efda9 (commit)
       via  1b7505e4fffb20d625ee87a9fc4609ac342d97c1 (commit)
       via  e1d7bec2ebf996566cdf548790c8e4b8d6f7af70 (commit)
      from  7ceb82e8034a144037763354af1f35a73dfe4949 (commit)

Summary of changes:
 slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice |  118 ++++++++++++
 slice/AsteriskSCF/Media/NetworkIf.ice              |   97 ++++++++++
 slice/AsteriskSCF/Media/UDPTL/MediaUDPTLIf.ice     |  192 ++++++++++++++++++++
 slice/AsteriskSCF/SIP/SIPExtensionPointIf.ice      |   32 +++-
 .../PartyIdentificationIf.ice                      |   20 ++-
 .../SessionCommunicationsExtensionPointsIf.ice     |  122 +++++++++++++
 .../SessionCommunicationsIf.ice                    |   20 +-
 .../SessionCommunications/TelephonyEventsIf.ice    |   40 +---
 8 files changed, 592 insertions(+), 49 deletions(-)
 create mode 100644 slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice
 create mode 100644 slice/AsteriskSCF/Media/NetworkIf.ice
 create mode 100644 slice/AsteriskSCF/Media/UDPTL/MediaUDPTLIf.ice


- Log -----------------------------------------------------------------
commit 000885122f83f666f90ce6061a7c228e9a8656f2
Author: Mark Michelson <mmichelson at digium.com>
Date:   Wed Oct 26 16:44:41 2011 -0500

    Adjust definitions of new telephony events to not have a begin and end event.

diff --git a/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice b/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
index 710bc03..2e7443b 100644
--- a/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
@@ -77,42 +77,18 @@ module V1
     {
     };
 
-    unsliceable class BeginCEDEvent extends TelephonyEvent
+    unsliceable class CEDEvent extends TelephonyEvent
     {
     };
 
-    unsliceable class EndCEDEvent extends TelephonyEvent
+    unsliceable class CNGEvent extends TelephonyEvent
     {
-        /**
-         * The total duration of the event in milliseconds.
-         */
-        int duration;
-    };
-
-    unsliceable class BeginCNGEvent extends TelephonyEvent
-    {
-    };
-
-    unsliceable class EndCNGEvent extends TelephonyEvent
-    {
-        /**
-         * The total duration of the event in milliseconds.
-         */
-        int duration;
     };
 
-    unsliceable class BeginV21Event extends TelephonyEvent
+    unsliceable class V21Event extends TelephonyEvent
     {
     };
 
-    unsliceable class EndV21Event extends TelephonyEvent
-    {
-        /**
-         * The total duration of the event in milliseconds.
-         */
-        int duration;
-    };
-
     interface TelephonyEventSink;
     sequence<TelephonyEventSink*> TelephonyEventSinkSeq;
 

commit 6e0aa27d0ff54ce0c0cdc6c2fd04e70a0aa28540
Merge: 7ceb82e 392bea5
Author: Mark Michelson <mmichelson at digium.com>
Date:   Tue Oct 11 18:16:22 2011 -0500

    Merge branch 'master' into inband-events


-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list