02-27-2013 07:06 AM - edited 03-16-2019 03:57 PM
Hi there
I am trying to get a handle on how the MeetMe works. We have the following entry on our CME system
dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 4
conference-join custom-cptone jointone
conference-leave custom-cptone leavetone
associate application SCCP
Does this mean that we can have 4 independant sessions of MeetMe at the same time? As far as I know we just have 1 call in number, if it IS possible to handle 4 different conferences at the same time, how would I configure different call in numbers?
Or am I not understanding this correctly??
02-27-2013 07:14 AM
Yes, that's 4 independent sessions
You can review the config guide for your questions
ephone-dn 60 dual-line
number 8887
conference meetme
no huntstop
!
!
ephone-dn 61 dual-line
number 8887
conference meetme
preference 1
no huntstop
!
!
ephone-dn 62 dual-line
number 8887
conference meetme
preference 2
no huntstop
!
!
ephone-dn 63 dual-line
number 8887
conference meetme
preference 3
!
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
02-27-2013 07:19 AM
Hmmmmm, I can't view that document for some reason.......
02-27-2013 07:24 AM
Hi Steve,
You should be able to if you remove "/partner" from the URL.
Like Jaime rightfully pointed out, you can have 4 seperate meet-me conference numbers configured for the config you shared.
HTH.
--
Regards,
Harmit.
02-27-2013 07:30 AM
Harmit,
What URL are you referring to?
02-27-2013 07:32 AM
Steve, the one Jaime gave you which you said you couldnt open :-)
Here you go:
http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeconf.html#wp1011144
--
Regards,
Harmit.
02-27-2013 07:37 AM
Gotcha! Thanks
02-27-2013 07:25 AM
So here we have our config:
ephone-dn 110 dual-line
number 5555
name MeetMe
conference meetme
no huntstop
!
!
ephone-dn 111 dual-line
number 5555
name MeetMe
conference meetme
preference 1
no huntstop
!
!
ephone-dn 112 dual-line
number 5555
name MeetMe
conference meetme
preference 2
no huntstop
!
!
ephone-dn 113 dual-line
number 5555
name MeetMe
conference meetme
preference 3
no huntstop
!
!
ephone-dn 114 dual-line
number 5555
name MeetMe
conference meetme
preference 4
no huntstop
!
!
ephone-dn 115 dual-line
number 5555
name MeetMe
conference meetme
preference 5
no huntstop
!
!
ephone-dn 116 dual-line
number 5555
name MeetMe
conference meetme
preference 6
no huntstop
!
!
ephone-dn 117 dual-line
number 5555
name MeetMe
conference meetme
preference 7
The number is always the same, 5555, but if we can actually have different conference calls going at the same time, we only have the one external number..... its like 333-3155....... if we can have 4 differenct conference calls going at the same time, how can I assign 3 new external phone numbers to the MeetMe system??
02-27-2013 07:23 AM
Steve,
If you only have 1 MeetMe number configured than you can only have 1 MeetMe conference regardless of how many conferences you have on the CME router configured. Also as a side note if you don't need to support all the codecs you have configured I would remove them and restrcuture your DSPFARM as it would allow you to have more participants in a conference. Example below:
Example 1:
The configuration below with 4 session would only allow 8 - 16 participants because you have G729 configured
dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 4
conference-join custom-cptone jointone
conference-leave custom-cptone leavetone
associate application SCCP
Example 2:
The configuration below will allow (depending on the DSP you have) 4 sessions with 8 - 32 participants because only G711 is configured.
dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
maximum sessions 4
maximum conference-participants 32
conference-join custom-cptone jointone
conference-leave custom-cptone leavetone
associate application SCCP
Hope I didn't confuse you...
Regards,
Yosh
02-27-2013 07:25 AM
Ok I stand corrected I completely ignored the fact that you are running CME... So you can have mulitple conferences with one number as Jaime mentioned above.
Regards,
Yosh
02-27-2013 07:35 AM
So here is our inventory, what codec would you suggest???
PID: CISCO3825 , VID: V07, SN: FTX1406A0R7
NAME: "VWIC2-1MFT-T1/E1 - 1-Port RJ-48 Multiflex Trunk - T1/E1 on Slot 0 SubSlot 0", DESCR: "VWIC2-1MFT-T1/E1 - 1-Port RJ-48 Multiflex Trunk - T1/E1"
PID: VWIC2-1MFT-T1/E1 , VID: V01 , SN: FOC11153MBD
NAME: "3rd generation two port FXS DID voice interface daughtercard on Slot 0 SubSlot 1", DESCR: "3rd generation two port FXS DID voice interface daughtercard"
PID: VIC3-2FXS/DID , VID: V03 , SN: FOC15452LPP
NAME: "PVDMII DSP SIMM with four DSPs on Slot 0 SubSlot 4", DESCR: "PVDMII DSP SIMM with four DSPs"
PID: PVDM2-64 , VID: V01 , SN: xxxxxxxxxxx
NAME: "NM-CUE-EC on Slot 1", DESCR: "NM-CUE-EC"
PID: NM-CUE-EC , VID: V03, SN: xxxxxxxxxxx
NAME: "40GB IDE Disc Daughter Card on Slot 1 SubSlot 0", DESCR: "40GB IDE Disc Daughter Card"
PID: , VID: , SN: xxxxxxxxxxxx
02-27-2013 08:36 AM
Steve,
If you're not using G729 on your network than I would suggest using G711 on the DSPFARM. If you want to allow up to 32 participants on a conference make sure you put the "maximum conference-participants 32" command on the DSPFARM. Please note that the amount of conference participants you allow will affect the amount of conference session you can configure on the DSPFARM.
http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeconf.html#wp1010505
Regards,
Yosh
Regards,
Yosh
02-27-2013 09:24 AM
I checked the config on the router, and didn't see a reference to G729 anywhere but in the DSPFARM.......is there somewhere else I need to look for it to see if G729 is being used??
02-27-2013 10:39 AM
VoIP dial-peers are G729 by default so you might want to make sure that you set the codec to G711. Also if you have integrated any other applications with CME, verify that it doesn't require G729. If you configure the DSPFARM for G729 only the worste case scenerio would be that you would need to initiate a transcoder if a caller entering the conference is using G729.
Regards,
Yosh
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