Reference Documents and Admin Guides for Unity Express

I've made this Post Sticky at the top of the forum.
If you have other good reference guides Please add a comment and I'll revise this Post.

I've noticed that many questions asked here are answered inside these guides. Best part is that it is free.

Here are all the CUE admin guides
http://www.cisco.com/en/US/products/sw/voicesw/ps5520/prod_maintenance_g...

and CME guides
http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_installat...

Cisco Press' Reference for CME and Unity Express

Big book. It is a bit dated as it does not cover the latest features in IOS or the UC520 but it is a great book and will teach you all of the basics you need for Cisco CME and Unity Express. A must have in your library if you are new to Cisco voice. Using the link here to Amazon.com helps support our site.

0
Your rating: None

GUI For Unity Express

Hello;

I am running into a problem and its beating my brain up real bad so if I can get some help on this I would greatly appreciate this.

Problem
- Cisco 2851 Router
- CME 4.1
NM-CUE 3.1

I ma having a problem where I cannot get to my Unity express GUI for some apparent reason. I cannot ping the Service-engine IP address and this is what is killing me. Here is my configuration that I have so far for it and for the lfie of me I cannot see anything wrong. I can ping the gateway, the router, i can even ping from the router but i cannot from my desktop ping the service-module for access to the GUI for unity Express. Please let me know if I am doing something wrong.

Also, I am trying to enroll 50 users automatically for voicemail access and the GUI will give me this option but is there a CLI commands that I can run.

!
interface Loopback0
ip address 10.2.8.135 255.255.255.128
!
interface GigabitEthernet0/0
description $ Cisco Unified Communications VOICE LAN$
ip address 10.2.8.10 255.255.255.128
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
ip tcp adjust-mss 1412
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/3/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-dms100
isdn incoming-voice voice
no cdp enable
!
interface Service-Engine1/0
description $ Cisco Unity Express Integrated Messaging initialization Engine $
ip unnumbered Loopback0
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
service-module ip address 10.2.8.136 255.255.255.128
service-module ip default-gateway 10.2.8.135
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.2.8.1
ip route 10.2.8.135 255.255.255.255 Service-Engine1/0
!
!
dial-peer voice 2001 voip
description ** cue auto attendant number **
translation-profile outgoing PSTN_CallForwarding
destination-pattern 301
session protocol sipv2
session target ipv4:10.2.8.136
dtmf-relay sip-notify
codec g711ulaw
no vad
!
!
dial-peer voice 2000 voip
description ** cue voicemail pilot number **
translation-profile outgoing PSTN_CallForwarding
destination-pattern 300
session protocol sipv2
session target ipv4:10.2.8.136
dtmf-relay sip-notify
codec g711ulaw
no vad
!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.