01-02-2013 08:37 PM - edited 03-19-2019 06:04 AM
When i integate unity express with CME,on the unity express Admin page when configuring CME
what is
1.hostname
2.Web User Name
3.Password.
should I enter these parameters to integate?
thanks
kavi
Solved! Go to Solution.
01-03-2013 07:14 AM
Hi Kavithas,
CUE only supports G711. Try adding codec g711ulaw to your dial-peer 300 voip.
HTH,
Chris
01-02-2013 08:52 PM
Kavi,
Following guide should help you http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cucme/integration/unity_exp/configuration/guide/cue_cme1.html#wp1045473
GP.
01-02-2013 11:11 PM
Following are the commands I used on CME for the integration
interface Integrated-Service-Engine0/0
ip unnumbered Loopback1
service-module ip address 10.1.9.1 255.255.255.252
service-module ip default-gateway 10.1.9.2
ip route 10.1.9.1 255.255.255.255 Integrated-Service-Engine0/0
interface Loopback1
ip address 10.1.9.2 255.255.255.252
telephony-service
srst mode auto-provision all
srst ephone template 1
srst dn template 1
srst dn line-mode octo
max-ephones 10
max-dn 10
ip source-address 10.1.4.1 port 2000
system message CME1861E
voicemail 2000
max-conferences 4 gain -6
web admin system name cisco password cisco
transfer-system full-consult
create cnf-files version-stamp 7960 Jan 02 2013 17:50:08
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
dial-peer voice 300 voip
destination-pattern 2000
b2bua
session protocol sipv2
session target ipv4:10.1.9.1
dtmf-relay rtp-nte
Following are the commands used on unity express
ccn application voicemail aa
description "voicemail"
enabled
maxsessions 6
script "voicebrowser.aef"
parameter "uri" "http://localhost/voicemail/vxmlscripts/login.vxml"
parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
end application
ccn trigger sip phonenumber 2000
application "voicemail"
enabled
locale "en_US"
maxsessions 6
end trigger
When Pressing the message button on the phone,its not routing to voicemail.instead there is a reorder tone.what could be the issu?
01-03-2013 07:14 AM
Hi Kavithas,
CUE only supports G711. Try adding codec g711ulaw to your dial-peer 300 voip.
HTH,
Chris
01-03-2013 05:48 PM
The following bind command was missing and as clilekis mentioned the codec should be g711ulaw for the dial-peer.
Now the voicemail is working properly
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
sip
bind control source-interface FastEthernet0/0
bind media source-interface FastEthernet0/0
dial-peer voice 300 voip
destination-pattern 2000
b2bua
session protocol sipv2
session target ipv4:10.1.9.1
dtmf-relay rtp-nte
codec g711ulaw
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