- VMware server 1.0.4 is running on my laptop with Windows 2003 server.
- Created a new host for Windows 2003 server with minimum of 72GB HDD and 2GB of RAM. These are essential minimum and if you do not meet any of these, your CUCCX installation will fail. I have chosen the option not to allocate all space of 72GB. DisableAllocate all disk space now.
- Windows 2003 server standard edition installation completed.
- Assigned an IP address statically.
- You cannot add this machine to a domain, if you do this, the installation of CUCCX cannot continue.
- Install IIS in the server. If you dot have IIS installed in your server, CUCCX installer will complain and cannot complete the installation.
- The last obstacle is you need to modify the registry to fool CUCCX installer to think that the VMware host is actually a Media Convergence Server – MCS.
- I have added the following in my registry
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWARECisco SystemsModel]
“Hardware”=”7835H05″
“Memory”=”2048″
“Speed”=”2333″ - After making these modifications, ISO image is extracted to a folder and start CUCCX installer by double clickingCiscoUnifiedCCXAutorun.exe. You cannot install by doubleclicking on Cisco Unified Contact Center Express.msi file. If you are installing CUCCX7 from this ISO image, you don’t need to make any modifications to your raw Windows 2003 server. Otherwise, you may need to run the OS upgrade win-OS-Upgrade-K9-2003-1-3b.exe.
- After installtion is complete, restart the Windows 2003 Server
- Logon to the CUCCX initial setup by using the following details from a networked PC or fro the Server itself.
- Open up your browser, I am fan of IE 7, so did not try with Mozilla, and http://ipadd/appadmin, that’s the IP address of my new CUCCX
- Enter the username and password as Administrator andciscocisco respectively.
Tuesday, April 6, 2010
Cài đặt Cisco Contact Center Express 7.0 trên VMWare
Việc cài đặt Cisco Contact Center trên Vmware có một chút phức tạp, Cisco Contact Center chỉ hỗ trợ phần cứng Cisco tức là các MCS server, sau đây là các bước cài đặt trên Vmware
Monday, April 5, 2010
Cài đặt Call manager 7.0 Publisher và Subscriber
Sau đây là đoạn video hướng dẫn các cài đặt Call Manager 7 Publisher và Subscriber trên VMWare
Monday, March 29, 2010
Cấu hình Voice Translation Rules trên Router (tập 1)
Sau một thời gian nghiên cứu Callmanager Express trên IOS, đến phần Voice Translation Rules thật sự là phức tạp nhưng sau khi xem kỹ ví dụ sau của Cisco thì mọi cái sáng tỏ dần ra.Quả là một ngày may mắn khi đọc được tài liệu này.
Đây là link của Cisco:
Voice Translation Rules
Sau đây là một số ví dụ đơn giản và dẽ hiểu nhất về Translation Rules :
Đây là link của Cisco:
Voice Translation Rules
Sau đây là một số ví dụ đơn giản và dẽ hiểu nhất về Translation Rules :
Example 1
This example replaces the first occurrence of the number "123" with "456".
voice translation-rule 1
rule 1 /123/ /456/
These are test voice translation-rule examples:
router#test voice translation-rule 1 123
Matched with rule 1
Original number: 123 Translated number: 456
router#test voice translation-rule 1 1234
Matched with rule 1
Original number: 1234 Translated number: 4564
router#test voice translation-rule 1 6123
Matched with rule 1
Original number: 6123 Translated number: 6456
router#test voice translation-rule 1 6123123
Matched with rule 1
Original number: 6123123 Translated number: 6456123
Original number type: none Translated number type: none
Original number plan: none Translated number plan: none
In this example, the rule matches the first occurrence of the number that contains the pattern "123" anywhere in the number. Specifically, you can use the start and end of number indicators. The Example 2 and Example 3 sections show this.
Example 2
This example shows how to replace any occurrence of "123" at the start of a number with "456".
voice translation-rule 1
rule 1 /^123/ /456/
These are test voice translation-rule examples.
router#test voice translation-rule 1 123
Matched with rule 1
Original number: 123 Translated number: 456
router#test voice translation-rule 1 1234
Matched with rule 1
Original number: 1234 Translated number: 4564
router#test voice translation-rule 1 6123
6123 Didn't match with any of rules
Example 3
If you want only the match of an exact number, specify both the start and end number indicators:
voice translation-rule 1
rule 1 /^123$/ /456/
router#test voice translation-rule 1 123
Matched with rule 1
Original number: 123 Translated number: 456
router#test voice translation-rule 1 1234
1234 Didn't match with any of rules
router#test voice translation-rule 1 6123
6123 Didn't match with any of rules
Sẽ còn tiếp về các ví dụ phức tạp hơn trong các bài viết sau.
Monday, February 1, 2010
Cấu hình kiểm tra module T1 với Callmanager Express
Mô hình gồm Router HQ và Router BR,
- Cấu hình router HQ như sau:
hq#show run
Building configuration...
Current configuration : 2426 bytes
!
! Last configuration change at 04:49:27 UTC Fri Jan 29 2010
! NVRAM config last updated at 04:19:06 UTC Fri Jan 29 2010
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname hq
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
network-clock-participate wic 0
!
dot11 syslog
ip source-route
!
!
ip cef
ip dhcp excluded-address 177.3.11.1
!
ip dhcp pool voice
network 177.3.11.0 255.255.255.0
default-router 177.3.11.1
option 150 ip 177.3.11.1
!
!
no ipv6 cef
ntp master 1
!
multilink bundle-name authenticated
!
!
!
!
isdn switch-type primary-ni
isdn gateway-max-interworking
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
controller T1 0/0/0
clock source internal
cablelength short 133
pri-group timeslots 1-3,24
!
controller T1 0/0/1
!
!
!
!
!
interface Loopback0
ip address 10.10.10.1 255.255.255.255
!
interface FastEthernet0/0
ip address 177.3.11.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn protocol-emulate network
isdn incoming-voice voice
no cdp enable
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
voice-port 0/0/0:23
!
!
mgcp fax t38 ecm
!
!
!
!
dial-peer voice 1 pots
destination-pattern 400.
port 0/0/0:23
forward-digits 4
!
!
!
!
telephony-service
max-ephones 4
max-dn 32
ip source-address 10.10.10.1 port 2000
system message CUCME at BR2
time-zone 5
time-format 24
date-format dd-mm-yy
max-conferences 8 gain -6
call-forward pattern .T
web admin system name admin password cisco
dn-webedit
time-webedit
transfer-system full-consult
transfer-pattern .T
secondary-dialtone 9
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1 dual-line
number 3001
label 3001
description 21313001
name hq2Ph1
!
!
ephone-dn 2
number 3005
label 3005
name hq2Ph1
!
!
ephone 1
device-security-mode none
mac-address 000E.3833.9B20
username "hq2ph1" password cisco
button 1:1 2:2
pin 12345
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end
- Cấu hình trên Router Branch:
br#show run
Building configuration...
Current configuration : 2304 bytes
!
! Last configuration change at 04:04:03 UTC Fri Jan 29 2010
! NVRAM config last updated at 04:04:13 UTC Fri Jan 29 2010
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname br
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
network-clock-participate wic 1
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 177.3.21.1
!
ip dhcp pool voice
network 177.3.21.0 255.255.255.0
default-router 177.3.21.1
option 150 ip 177.3.21.1
!
!
multilink bundle-name authenticated
!
isdn switch-type primary-ni
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
controller T1 0/1/0
framing esf
linecode b8zs
cablelength short 133
pri-group timeslots 1-3,24
!
controller T1 0/1/1
framing esf
linecode b8zs
!
!
!
!
!
interface Loopback0
ip address 11.11.11.1 255.255.255.255
!
interface FastEthernet0/0
ip address 177.3.21.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
isdn outgoing display-ie
no cdp enable
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
disable-eadi
!
!
!
control-plane
!
!
!
voice-port 0/1/0:23
!
!
!
!
!
!
dial-peer voice 1 pots
incoming called-number 300.
direct-inward-dial
port 0/1/0:23
!
!
!
telephony-service
max-ephones 4
max-dn 32
ip source-address 11.11.11.1 port 2000
system message CUCME at BR2
time-zone 5
time-format 24
date-format dd-mm-yy
max-conferences 4 gain -6
call-forward pattern .T
web admin system name admin password cisco
dn-webedit
time-webedit
transfer-system full-consult
transfer-pattern .T
secondary-dialtone 9
!
!
ephone-dn 1 dual-line
number 4001
label 4001
description 21314001
name Br2Ph1
!
!
ephone-dn 2
number 4005
label 4005
name Br2Ph1
!
!
ephone 1
mac-address 001F.CAE8.EB69
username "br2ph1" password cisco
button 1:1 2:2
pin 12345
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
ntp master 1
end
Subscribe to:
Posts (Atom)