cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
482
Views
0
Helpful
2
Replies

CME 8.6 and MOH

cigalahgroup
Level 1
Level 1

Hello,

     I have CME 8.6 working on 2851 router but MOH is not working please check the below configuration and let me know if they are correct.

 

 

CME ROUTER 192.168.200.1 CONNECTED TO LAYER 3 SWITCH 3650 WITH 2 VLANS

 

SWITCH

 

VLAN 102 DATA

10.100.102.1

VLAN 103 VOICE

10.100.103.1

 

ROUTER CME

 

interface GigabitEthernet0/1

ip address 192.168.200.1 255.255.255.0

ip pim sparse-dense-mode

ip tcp adjust-mss 1300

load-interval 30

duplex auto speed

auto media-type rj45

 

Router#sh run | sec telephony-service

telephony-service

load 7961 SCCP41.8-3-3S.loads

load 7911 SCCP11.8-4-2S

max-ephones 10

max-dn 10

ip source-address 192.168.200.1 port 2000

system message C Establishment

date-format dd-mm-yy

max-conferences 12 gain -6

moh music-on-hold.au

multicast moh 239.1.1.1 port 16384 route 192.168.200.1 10.103.0.1

web admin system name admin password admin

dn-webedit

time-webedit

transfer-system full-consult

create cnf-files version-stamp Jan 01 2002 00:00:00

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

After waiting so much on the forums there was no help how ever I have figured out the problem reading it .


Layer 3 switch should have following commands

ip multi casting redistributed ( To enable Multi casting on the switch)

ip routing ( To enable the Routing)


Then go the the voice Vlan and give the below command

ip pim passive


EXAMPLE


!

ip routing

!

ip multicast-routing distributed

!

interface FastEthernet1/0/1

description ** router G0/0 **

no switchport

bandwidth 100000

ip address 172.21.101.17 255.255.255.248

ip pim sparse-dense-mode

speed 100

duplex full

!

interface Vlan211

description ** VOICE **

ip address 10.10.10.254 255.255.255.0

ip pim passive

!

Router side


!

ip multicast-routing

!

telephony-service

ip source-address 10.11.10.254 port 2000

moh "flash:music-on-hold.au"

multicast moh 239.0.0.1 port 2000 route 10.11.10.254 172.21.101.22

!

interface Loopback0

description ** Loopback **

ip address 10.11.10.254 255.255.255.255

!

interface GigabitEthernet0/0

description ** switch F1/0/1 **

bandwidth 100000

ip address 172.21.101.22 255.255.255.248

ip pim sparse-dense-mode

!

 

View solution in original post

2 Replies 2

cigalahgroup
Level 1
Level 1

With the Above configuration its works well form PSTN but locally its not working

After waiting so much on the forums there was no help how ever I have figured out the problem reading it .


Layer 3 switch should have following commands

ip multi casting redistributed ( To enable Multi casting on the switch)

ip routing ( To enable the Routing)


Then go the the voice Vlan and give the below command

ip pim passive


EXAMPLE


!

ip routing

!

ip multicast-routing distributed

!

interface FastEthernet1/0/1

description ** router G0/0 **

no switchport

bandwidth 100000

ip address 172.21.101.17 255.255.255.248

ip pim sparse-dense-mode

speed 100

duplex full

!

interface Vlan211

description ** VOICE **

ip address 10.10.10.254 255.255.255.0

ip pim passive

!

Router side


!

ip multicast-routing

!

telephony-service

ip source-address 10.11.10.254 port 2000

moh "flash:music-on-hold.au"

multicast moh 239.0.0.1 port 2000 route 10.11.10.254 172.21.101.22

!

interface Loopback0

description ** Loopback **

ip address 10.11.10.254 255.255.255.255

!

interface GigabitEthernet0/0

description ** switch F1/0/1 **

bandwidth 100000

ip address 172.21.101.22 255.255.255.248

ip pim sparse-dense-mode

!