Sync Database Print

4.2 Sync Database

  • Functionality

            To store the user specific data on his/her system without a round trip to the system.

        Database : AllocateConferenceNumber

        Table and its Purpose

  •   Conference Number

                ■    Purpose: Stores the information related to conference created

                ■    Fields
                Conf ID
                Conference Number
                Start Date
                End Date
                Is Assigned   
           

  •    NodeInfo           
  •    Purpose : Stores Available Online Users in the system.
  •    Fields

                    Node_ID
                    Node_Name

  •   NodeStatus
  •   Purpose : Stores Users status whether user is online/offline
  •     Fields

                    Buddy_ID
                    Buddy_Name
                    Buddy_Status

  •    Registered_Users      
  •    Purpose: Used to store the SIP Information of Registered Users.          
  •    Fields

                    ID
                    UserName
                    SIPNumber


  •    SIP_Info
  •    Purpose :Used to store the Available SIP User's Information  in the database.
  •    Fields

                    ID
                    SIP_Number
                    UserName
                    AuthName

  • SuperNode Info
  •     Purpose :Stores available supernode in the system
  •    Fields

                    ID
                    SuperNodeIP
                    SuperNodeName
                    NodeCount

  •  SuperNode_Node_Info
  •    Purpose: Stores the available nodes information attached to specific supernode
  •    Fields

                    ID
                    SuperNode_ID
                    NodeName

  •  User_BuddyList
  •    Purpose: Stores the buddy of particular user
  • Fields

                    ID
                    UserName
                    BuddyName
                    BuddyStatus

 Database : SuperNodeBuddyInfo

        Table and its Purpose

  •  NodeInfo           
  • Purpose: Stores Available Online Users in the system.
  • Fields

                    Node_ID
                    Node_Name

  • NodeStatus           
  • Purpose: Stores Users status Whether user is online/offline
  • Fields

                Buddy_ID
                    Buddy_Name
                    Buddy_Status
       

  • User_BuddyList
  •  Purpose: Stores the buddy of particular user
  •  Fields

                    ID
                    UserName
                    BuddyName
                    BuddyStatus