Wednesday, February 1, 2012

Create Meetme conference on Cisco CME

Create a meetme conference on CME is quite similar to ad-hoc conference in terms of configuration, here is an example how to create a Meetme conference on CME:

1. Create DSP Farm Porfile
sccp local GigabitEthernet0/0
sccp ccm 1.1.1.1 identifier 1 priority 1 version 7.0
sccp
!
sccp ccm group 1
associate ccm 1 priority 1
associate profile 1 register CFB
!
dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 2
associate application SCCP

2. Config telephony service to use hardware conference and associate it with the DSP Farm
telephony-service
sdspfarm units 1
sdspfarm tag 1 CFB
no privacy
conference hardware
no auto-reg-ephone
max-ephones 20
max-dn 20
ip source-address 1.1.1.1 port 2000
cnf-file location flash:
max-conferences 8 gain -6
transfer-system full-consult

3. Create ephone template that has the meetme softkey in seized state
ephone-template  1
softkeys seized  Redial Endcall Cfwdall Pickup Gpickup Callback Meetme

4. Create meetme conference ephone-dn
ephone-dn  10  octo-line
number 1234 no-reg primary
conference meetme
no huntstop

An iPhone app for CME Config Generation:
http://itunes.apple.com/us/app/cme-config-generator/id453025819?ls=1&mt=8

1 comment:

shibly ibrahim said...

I am trying to make an external call into meetme but the call gets disconnected
Could you help me please