[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "party-identification" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jun 1 11:23:23 CDT 2011


branch "party-identification" has been updated
       via  c0f30288943ddde320151dfcc42a997ed48599c8 (commit)
      from  9e584793b389279e5773d9b5a60534ff8c53ad9f (commit)

Summary of changes:
 .../PartyIdentificationIf.ice                      |   69 --------------------
 1 files changed, 0 insertions(+), 69 deletions(-)


- Log -----------------------------------------------------------------
commit c0f30288943ddde320151dfcc42a997ed48599c8
Author: Joshua Colp <jcolp at digium.com>
Date:   Wed Jun 1 13:25:13 2011 -0300

    Remove ISDN parts. Thanks Ken!

diff --git a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
index 01fa9b6..a1b4abe 100644
--- a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
+++ b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
@@ -45,22 +45,6 @@ module V1
    };
 
    /**
-    * ISDN derived class for name part of party identification
-    */
-   unsliceable class IsdnPartyName extends Name
-   {
-       /**
-	* Q.931 Presentation-indicator
-	*/
-       int presentation;
-
-       /**
-	* Q.931 Screening-indicator
-	*/
-       int screening;
-   };
-
-   /**
     * Base class for number part of party identification
     */
    unsliceable class Number
@@ -72,32 +56,6 @@ module V1
    };
 
    /**
-    * ISDN derived class for number part of party identification
-    */
-   unsliceable class IsdnPartyNumber extends Number
-   {
-       /**
-	* Q.931 Presentation-indicator
-	*/
-       int presentation;
-
-       /**
-	* Q.931 Screening-indicator
-	*/
-       int screening;
-
-       /**
-	* Q.931 Type-of-number
-	*/
-       int type_of_number;
-
-       /**
-	* Q.931 Numbering-plan
-	*/
-       int numbering_plan;
-   };
-
-   /**
     * Base class for combined identity of name and number
     */
    unsliceable class Id
@@ -114,17 +72,6 @@ module V1
    };
 
    /**
-    * ISDN derived class for combined identity
-    */
-   unsliceable class IsdnPartyId extends Id
-   {
-       /**
-	* Subaddress, if present
-	*/
-       Number subaddress;
-   };
-
-   /**
     * A sequence of identities
     */
    sequence<Id> IdSeq;
@@ -152,22 +99,6 @@ module V1
    };
 
    /**
-    * ISDN derived class for calling party information
-    */
-   unsliceable class IsdnPartyCaller extends Caller
-   {
-       /**
-	* ANI identity information
-	*/
-       Id ani;
-
-       /**
-	* ANI2 value
-	*/
-       int ani2;
-   };
-
-   /**
     * Derived class for connected line information, currently exactly like Caller
     */
    unsliceable class ConnectedLine extends Caller

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list