[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 May 11 05:27:24 CDT 2011


branch "party-identification" has been updated
       via  34d2610bfac0e720e7b8e2336e984ba89be93c37 (commit)
      from  a5e57dce67d5450a6099d56a8ae0fa7bf9e9ad3c (commit)

Summary of changes:
 .../PartyIdentificationIf.ice                      |   36 +++++++++++++++++---
 1 files changed, 31 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit 34d2610bfac0e720e7b8e2336e984ba89be93c37
Author: Joshua Colp <jcolp at digium.com>
Date:   Wed May 11 07:28:20 2011 -0300

    Tweak ISDN part due to feedback from Richard.

diff --git a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
index ad9eacf..5f518a3 100644
--- a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
+++ b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
@@ -50,9 +50,14 @@ module V1
    unsliceable class IsdnPartyName extends PartyName
    {
        /**
-	* Q.931 Presentation-indicator and screening-indicator encoded fields
+	* Q.931 Presentation-indicator
 	*/
        int presentation;
+
+       /**
+	* Q.931 Screening-indicator
+	*/
+       int screening;
    };
 
    /**
@@ -72,14 +77,24 @@ module V1
    unsliceable class IsdnPartyNumber extends PartyNumber
    {
        /**
-	* Q.931 Presentation-indicator and screening-indicator encoded fields
+	* Q.931 Presentation-indicator
 	*/
        int presentation;
 
        /**
-	* Q.931 Type-of-number and numbering-plan encoded fields
+	* Q.931 Screening-indicator
+	*/
+       int screening;
+
+       /**
+	* Q.931 Type-of-number
+	*/
+       int type_of_number;
+
+       /**
+	* Q.931 Numbering-plan
 	*/
-       int plan;
+       int numbering_plan;
    };
 
    /**
@@ -99,6 +114,17 @@ module V1
    };
 
    /**
+    * ISDN derived class for combined identity
+    */
+   unsliceable class IsdnPartyId extends PartyId
+   {
+       /**
+	* Subaddress, if present
+	*/
+       PartyNumber subaddress;
+   };
+
+   /**
     * A sequence of identities
     */
    sequence<PartyId> PartyIdSeq;
@@ -142,7 +168,7 @@ module V1
    };
 
    /**
-    * Derived class for connected line information, currently exactly like partyCaller
+    * Derived class for connected line information, currently exactly like PartyCaller
     */
    unsliceable class PartyConnectedLine extends PartyCaller
    {

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list