11-30-2004 05:20 PM - edited 03-13-2019 07:11 AM
I am having a problem getting CUE voicemail to work. I've read the documentation and viewed sample configurations, but I am blind to the error. A call to the VM produces a busy signal after a few seconds. Pressing the message button on the phone shows "Ring Out" to 3900 but there is dead silence on the phone for an extended period of time and finally a busy signal.
Here is the config of the CUE and the telephony service config on the router.
#CUE
clock timezone America/Los_Angeles
hostname se-10-12-1-253
ip domain-name localdomain
ntp server 10.12.1.1
groupname Administrators create
username admin create
username garyb create
username garyb phonenumber "3910"
groupname Administrators member admin
groupname Administrators privilege superuser
groupname Administrators privilege ManagePrompts
backup server url "ftp://127.0.0.1/ftp" credentials hidden "EWlTygcMhYmjazXhE/VNXHCkplVV4KjescbDaLa4fl4WLSPFvv1rWUnfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35jwAAAAA="
ccn application autoattendant
description "Auto Attendant"
enabled
maxsessions 4
script "aa.aef"
parameter "MaxRetry" "3"
parameter "operExtn" "1000"
parameter "welcomePrompt" "AAWelcome.wav"
end application
ccn application ciscomwiapplication
description "ciscomwiapplication"
enabled
maxsessions 4
script "setmwi.aef"
parameter "strMWI_OFF_DN" "8001"
parameter "strMWI_ON_DN" "8000"
parameter "CallControlGroupID" "0"
end application
ccn application promptmgmt
description "promptmgmt"
enabled
maxsessions 1
script "promptmgmt.aef"
end application
ccn application voicemail
description "voicemail"
enabled
maxsessions 4
script "voicebrowser.aef"
parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
parameter "uri" "http://localhost/voicemail/vxmlscripts/login.vxml"
end application
ccn engine
end engine
ccn subsystem jtapi
ccm-manager address
end subsystem
ccn subsystem sip
gateway address "10.12.1.1"
end subsystem
ccn trigger sip phonenumber 3900
application "voicemail"
enabled
maxsessions 4
end trigger
ccn trigger sip phonenumber 3901
application "autoattendant"
enabled
maxsessions 4
end trigger
voicemail default expiration time 30
voicemail default language en_US
voicemail default mailboxsize 400
voicemail recording time 20
voicemail default messagesize 240
voicemail operator telephone 3999
voicemail capacity time 6000
voicemail mailbox owner "garyb" size 400
end mailbox
end
#2651XM
dial-peer voice 7 voip
description Access to Voicemail
application voicemail
destination-pattern 3900
session protocol sipv2
session target ipv4:10.12.1.253
dtmf-relay sip-notify
codec g711ulaw
no vad
telephony-service
load 7910 P00403020214
load 7960-7940 P00303020214
max-ephones 17
max-dn 17
ip source-address 10.12.1.253 port 2000
auto assign 1 to 17
create cnf-files version-stamp Jan 01 2002 00:00:00
dialplan-pattern 1 91678339.. extension-length 4
keepalive 45
voicemail 3900
max-conferences 4
web admin system name admin password
transfer-system full-consult
!
!
ephone-dn 1 dual-line
number 3910
label IT Support
name garyb
call-forward busy 3900
call-forward noan 3900 timeout 7
Thanks, Gary
12-01-2004 10:28 AM
Do you happen to have the portion of the CME config that includes the Service-engine interface and--if using ip unnumbered--the 'ip route' statement pointing to that service-engine interface and the fastethernet or loopback interface that it is "tied" to. You also have to make sure that that particular interface (show interface) is up/up.
12-01-2004 11:37 AM
Here is the information:
interface FastEthernet0/1
description Connection to Cat3550 Voice Switch
ip address 10.12.1.1 255.255.255.0
no ip route-cache
duplex auto
speed auto
!
interface Service-Engine1/0
ip unnumbered FastEthernet0/1
no ip route-cache
service-module ip address 10.12.1.253 255.255.255.0
service-module ip default-gateway 10.12.1.1
hold-queue 60 out
!
ip classless
ip route 10.12.1.253 255.255.255.255 Service-Engine1/0
cisco2651#sh int service-Engine 1/0
Service-Engine1/0 is up, line protocol is up
Hardware is I82559FE, address is 0012.00d0.9cf0 (bia 0012.00d0.9cf0)
Interface is unnumbered. Using address of FastEthernet0/1 (10.12.1.1)
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:05, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/60 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
18247 packets input, 1110982 bytes, 0 no buffer
Received 1138 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
107284 packets output, 8661494 bytes, 0 underruns
0 output errors, 0 collisions, 4 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
--More--
Thanks, Gary
12-01-2004 12:33 PM
What I bet is happening is that the 3900 is being translated to 9167833900 because of the statement:
"dialplan-pattern 1 91678339.. extension-length 4"
I would recommend adding a dial-peer for that number and point it to the CUE ip address (everything the same as you have for 3900), and then in the CUE add a trigger for that 10-digit extension. For example, you might add:
ccn trigger sip phonenumber 3900
application "voicemail"
enabled
locale "en_US"
maxsessions 4
end trigger
ccn trigger sip phonenumber 9167833900
application "voicemail"
enabled
locale "en_US"
maxsessions 4
end trigger
Then it'll trigger off of either one. But in general, the system should be expanding it to a 10-digit number. It is also possible that there are other things in your dial-plan that are matching this, so it might be helpful to attach the full config (sorry!).
12-01-2004 01:10 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide