voip

5 Posts

Cisco CUCM/CUBE SIP Troubleshooting

July 21, 2015 0 Comments cisco, call-manager, cucm, voip

Some quick notes on troubleshooting tools in a Cisco SIP Call Manager environment:

Commands on the CUBE router:

show call active voice compact
debug ccsip messages
debug voip ccapi inout

Article on understanding SIP traces:
https://supportforums.cisco.com/document/113271/understanding-sip-traces

SIP call flows and troubleshooting:
https://supportforums.cisco.com/document/71131/basic-sip-call-flows-troubleshooting-commands

Using CUCM RTMT Session Trace:
http:

CUCM LDAP Sync Based on User Group

January 09, 2015 0 Comments call-manager, cisco, voip

If you don't want CUCM to sync your entire LDAP directory, you will need to use a LDAP Custom Filter.  This filter can be used to sync based on AD Security Group. The filter is:

(&(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2)) (memberOf=CN=Demo Security Group,OU=SecondOU,OU=FirstOU,DC=DomainName,

Cisco IM&P Chat Room Postgres Server

December 31, 2014 0 Comments call-manager, cisco, voip

If you want to implement chat rooms/persistent chat or chat logging with Cisco IM and Presence, you need to setup an external postgres server.  The setup is relatively easy (I used a ubuntu server), and can be found here.

The problem I came across was that while testing, I created several chat rooms, then deleted the users who owned

Cisco CUCM TFTP server

December 30, 2014 0 Comments call-manager, cisco, voip

If you want to view the files loaded on your CUCM TFTP server, you don't have to download and open the file.  Just navigate to http://cucm-ip-address:6970/file.xml

For example, if I wanted to view my jabber config, I would go to: http://cucm-ip-address:6970/jabber-config.xml

Alternatively, you can still download/upload files from CUCM OS Administration