|
4.2 Sync Database
To store the user specific data on his/her system without a round trip to the system.
Database : AllocateConferenceNumber
Table and its Purpose
■ Purpose: Stores the information related to conference created
■ Fields
Conf ID
Conference Number
Start Date
End Date
Is Assigned
- Purpose : Stores Available Online Users in the system.
Node_ID
Node_Name
- Purpose : Stores Users status whether user is online/offline
Buddy_ID
Buddy_Name
Buddy_Status
- Purpose: Used to store the SIP Information of Registered Users.
ID
UserName
SIPNumber
- Purpose :Used to store the Available SIP User's Information in the database.
ID
SIP_Number
UserName
AuthName
- Purpose :Stores available supernode in the system
ID
SuperNodeIP
SuperNodeName
NodeCount
- Purpose: Stores the available nodes information attached to specific supernode
ID
SuperNode_ID
NodeName
- Purpose: Stores the buddy of particular user
ID
UserName
BuddyName
BuddyStatus
Database : SuperNodeBuddyInfo
Table and its Purpose
- Purpose: Stores Available Online Users in the system.
Node_ID
Node_Name
- Purpose: Stores Users status Whether user is online/offline
Buddy_ID
Buddy_Name
Buddy_Status
- Purpose: Stores the buddy of particular user
ID
UserName
BuddyName
BuddyStatus
|