| Database Schema Tables / Summary Tables | |
The Summary Calls table aggregates data for Vocera Voice Server sites and units (Vocera Voice Server departments) each day with the accepted, declined, and total number of calls.
| Column | Description | Example | 
|---|---|---|
| TxDate | date The date of the aggregated data.  | 
		2016-10-14 | 
| Site | varchar The user site of the receiver.  | 
		MySiteName | 
| Unit | varchar A comma-separated list of receiver user department ids.  | 
		g-tech_support, g-office | 
| severity | varchar The severity (normal or urgent).  | 
		normal | 
| CallToType | varchar Displays Call To type (for example: User, Telephone, Address Book).  | 
		User | 
| accept | bigint The number of accepted calls.  | 
		3 | 
| decline | bigint The number of declined calls.  | 
		4 | 
| TotalCalls | bigint The total number of calls.  | 
		8 |