cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
256
Views
0
Helpful
1
Replies

Share transcoder between 2 CUCMs

Borkes1985
Level 1
Level 1

Hi, cisco gurus!

We are migrating our branch to separate CUCM server and building intercluster trunk. Previously, branch phones called through transcoder registered on HQ CUCM, and now we need no register this one to anothe CUCM, cause the migration supposed to be gradually done.

I'd like to know if is it possible to register hardware transcoder resources of one router on two different CUCM clusters? If it is, pls share the config samples.

Thanks..

1 Reply 1

Borkes1985
Level 1
Level 1

It was not difficult))

sccp local GigabitEthernet0/1

sccp ccm 10.206.1.230 identifier 3 priority 3 version 4.1

sccp ccm 172.20.0.2 identifier 1 priority 1 version 4.1

sccp ccm 172.20.0.1 identifier 2 priority 2 version 4.1

sccp

!

sccp ccm group 2

bind interface GigabitEthernet0/1

associate ccm 3 priority 1

associate profile 2 register 2821-BM

switchback method graceful

!

sccp ccm group 1

bind interface GigabitEthernet0/1

associate ccm 2 priority 1

associate ccm 1 priority 2

associate profile 1 register 2821-BMORSK

switchback method graceful

!

dspfarm profile 1 transcode

codec g711ulaw

codec g711alaw

codec g729ar8

codec g729abr8

codec g729r8

codec g729br8

maximum sessions 4

associate application SCCP

!

dspfarm profile 2 transcode

codec g711ulaw

codec g711alaw

codec g729ar8

codec g729abr8

codec g729r8

codec g729br8

maximum sessions 4

associate application SCCP

active sessions exist from both CUCMs.