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

disconnect users from conference bridge in CME IOS 15.2 from external phone via sip trunk.

p3tter123
Level 1
Level 1

Hi, i have a setup with cisco CME, on the CME i have 32 SIP phones, and 8 conference bridges configured.

The CME have a SIP trunk to a external PBX.

The external PBX have a phone that should have privileges to force disconnect of single SIP phones in the conference. (f.ex dial a specific number)

Is this possible? and in that case how?
Thanks petter.

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

No, remote phones have no way to do any of that, things like that are only possible for phones registered to CME

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmeconf.html#pgfId-1010526

HTH

java

if this helps, please rate

yes this was in fact possible with EEM:

i turned on debug ccsip messages on startup.

 user 204 is just a dummy number.

event manager applet kill

event syslog pattern "sip:204@10.1.10.1:5060 SIP/2.0"

action 1.0 cli command "enable"

action 2.0 cli command "clear call voice causecode 1 calling-number 200"

when a user on the external PBX dial 204 to the cisco router this EEM get activated.