CME Ad-Hoc Conference Setup
In short;
- Configure “Conference Hardware” under “telephony-service” then “voice register global”
- Create dspfarm conference bridge profile
- Associate conference bridge profile with sccp ccm group
- add sdspfarm tag to telephony service
- Create ephone-dn for AdHoc Conference number (used behind the scenes)
- Check dspfarm profile session numbers, sdspfarm units and transcode sessions if external parties will be in on conference and XCODE is required.
!
voice register global
conference hardware
!
sccp ccm group 1
associate profile 2 register CFB_BR3_GW
associate profile 1 register mtpa0ecf9440b88
!
dspfarm profile 1 transcode
codec g729abr8
codec g729ar8
codec g711alaw
codec g711ulaw
codec g729r8
maximum sessions 4
associate application SCCP
!
dspfarm profile 2 conference
codec g729br8
codec g729r8
codec g729abr8
codec g729ar8
codec g711alaw
codec g711ulaw
maximum sessions 1
associate application SCCP
!
telephony-service
sdspfarm units 2
sdspfarm transcode sessions 4
sdspfarm tag 1 mtpa0ecf9440b88
sdspfarm tag 2 CFB_BR3_GW
conference hardware
!
ephone-dn 10 octo-line
number A5009999
conference ad-hoc
no huntstop
!
Validation
- sh sccp connections
- show call act voice comp
- show telephony-service conference hardware ad-hoc detail
- show ephone-dn conference ad-hoc
BR3#show telephony-service conference hardware ad-hoc detail
Conference Type Active Max Peak Master MasterPhone Last
cur(initial)
=============================================================================================
A5009999 Ad-hoc 3 8 3 5001004 Dogg 2 ( 2) 3008100 Juli
Conference parties (number:phone)
3008100 Julia Coll (8100)
5001005 simon :1
5001004 Doggie :2
Tracing a call through IOS CME with CFB and XCODE.
How do we see this in show commands;
Find the BR1 call into CME
BR3#sh sip-ua calls brief
Total SIP call legs:3, User Agent Client:2, User Agent Server:1
SIP UAC CALL INFO
No. CallId Calling# Called# RmtSignalIP RmtMediaIP
dstCallId SIPState SIPSubState
=================================================================================
1 393 5001004 5001005 192.168.5.5 192.168.5.5
410 STATE_ACTIVE SUBSTATE_NONE
2 401 5001004 3008100 192.168.0.40 192.168.3.150
411 STATE_ACTIVE SUBSTATE_NONE
Number of SIP User Agent Client(UAC) calls: 2
SIP UAS CALL INFO
No. CallId Calling# Called# RmtSignalIP RmtMediaIP
dstCallId SIPState SIPSubState
=================================================================================
1 392 5001004 5001005 192.168.5.3 192.168.5.3
412 STATE_ACTIVE SUBSTATE_NONE
Number of SIP User Agent Server(UAS) calls: 1
Using the Call ID 401.
BR3#sh sccp connections callid 401 Connection Details : 16 Connection ID: 16 Session ID: 131075 Service Type: xcode Mode: sendrecv Codec: g729 Packetization Period : 20 Remote IP Address : 192.168.5.1 Remote Port : 2000 Local IP Address : 192.168.5.1 Local Port : 16430 rtpspi call ID : 421 transmsp call ID : 416 DTMF Method : rfc2833_pthru Timestamps for the Messages ORC : 3951052 STMT : 3951088 CRC : 0 SPMT : 3951088 Disconnect IND : 0 PREQ : 0 PC : 0 QOSL : 0 QOST_R : 0 QOSP : 0 QOST_S : 0BR3#
Your description helped me with this topic. The items you listed on “in short” session organize the ideas and clarify the steps required.
Great contribution!