Table vm_message

Table of contents:

create table vm_message
(
 MessageId varchar(128) not null,
 MessageType integer not null default 1,
 UseCount integer not null default 1,
 Sender varchar(256) not null,
 Urgent boolean not null default false,
 Private boolean not null default false,
 MessageLength integer ,
 MessageSize integer ,
 MessageTime bigint ,
 AttachedMsgId varchar(128) ,
 MessageOid OID ,
 UTCTime varchar(32) ,
 EndTime bigint not null default 9223372036854775807,
 ReceiveTime bigint not null default 0,
 NdrReason integer ,
 StartTime bigint default 0,
 MWIOn boolean not null default false,
 TotalMessageLength integer not null default 0,

 foreign key (AttachedMsgId) references vm_message on delete cascade on update
 cascade,
 primary key (MessageId)
);


Table vm_usermsg

Part I: Cisco IP Communications Express Overview

Introducing Cisco IPC Express

Building a Cisco IPC Express Network

Cisco IPC Express Architecture Overview

Part II: Feature Operation and Applications

Cisco IP Phone Options

Cisco CME Call Processing Features

Cisco CME PSTN Connectivity Options

Connecting Multiple Cisco CMEs with VoIP

Integrating Cisco CME with Cisco CallManager

Cisco IPC Express Automated Attendant Options

Cisco IPC Express Integrated Voice Mail

Cisco CME External Voice Mail Options

Additional External Applications with Cisco CME

Part III: Administration and Management

Cisco IPC Express General Administration and Initial System Setup

Configuring and Managing Cisco IPC Express Systems

Cisco IPC Express System Configuration Example

Part IV: Maintenance and Troubleshooting

Troubleshooting Basic Cisco IPC Express Features

Troubleshooting Advanced Cisco CME Features

Troubleshooting Cisco CME Network Integration

Troubleshooting Cisco UE System Features

Troubleshooting Cisco UE Automated Attendant

Troubleshooting Cisco UE Integrated Voice Mail Features

Part V: Appendixes

Appendix A. Cisco IPC Express Features, Releases, and Ordering Information

Appendix B. Sample Cisco UE AA Scripts

Appendix C. Cisco Unity Express Database Schema

Index



Cisco IP Communications Express(c) CallManager Express with Cisco Unity Express
Cisco IP Communications Express: CallManager Express with Cisco Unity Express
ISBN: 158705180X
EAN: 2147483647
Year: 2006
Pages: 236

Flylib.com © 2008-2020.
If you may any questions please contact us: flylib@qtcs.net