Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

These instructions should assist in configuring your Cisco UCME / UC500 to work with TIM Plus. If you are not familiar with PBX configuration, please contact your system maintainer.

There are two ways to connect to the Cisco UCME / UC500:
  1. RADIUS (RADIUS events are recommended by Cisco)
  2. SysLog (Requires SysLog server, not all CDR data received from router)

RADIUS configuration for Cisco UCME / UC500

The tasks required to be done are as follows. They are all analysed in details further down this page.

  1. Download TIM Plus and complete setup wizard
  2. Configure TIM Plus to receive data from UCME / UC500
  3. Configure Cisco AXL Sync
  4. Set up RADIUS to send call events to TIM Plus

1.  Downloading TIM Plus and completing the setup wizard

  1. Visit Tri-Line's Portal and download the TIM Plus installation package, as shown below:
  2. Gateway
  3. Run the installation package and on Stage 5 complete the following details:
    • Installation
    • Site name: Enter a description for the site
    • PBX model: Select Cisco UCME - RADIUS
    • Method: Select RADIUS Connection
    • Client IP: Enter the IP Address of the Cisco UCME / UC500
    • Secret: Enter a RADIUS authentication secret to allow TIM Plus and UCME / UC500 to communicate e.g. C1sco. Please note that this will need to be added to your UCME / UC500 configuration later on

3.  Configuring TIM Plus to receive data from UCME / UC500

Below you will find steps on how to configure your TIM Plus to receive data from UCME / UC500:

  1. Browse to TIM Plus as normal and login with your credentials.
  2. Click on the Directory tab.
  3. Click on the site configured during the setup wizard and click Properties or create a new site and click Properties.
  4. Cisco UCME
  5. Within the Site Properties window, select Cisco UCME - RADIUS from the PBX model drop-down list.
  6. In the Connection method field select RADIUS connection from the drop-down list.
  7. In the Client IP field enter in the IP Address of the Cisco UCME / UC500.
  8. In the Secret field enter in the password you set during the installation e.g. C1sco.
  9. To enable data backup, click on the Options tab.
  10. Cisco UCM
  11. Click on the Save a backup of any data received from this PBX tick box.
  12. Finally, click on the Save button.

4.  Configuring Cisco AXL sync

Below you will find steps on how to configure the Directory Sync from Cisco UCM:

  1. Browse to TIM Plus as normal and login with your credentials.
  2. Click on the Directory tab.
  3. Click on the site configured during the setup wizard and click Properties or create a new site and click Properties.
  4. Within the Site Properties window, select the Sync tab.
  5. Click on the Synchronise with the following device tick box.
  6. Cisco UCM
  7. In the Host field enter in the IP Address of your UCME / UC500.
  8. In the Username field enter in the username to login to your UCME / UC500.
  9. Click on the Set button and enter the password used to login to the UCME / UC500, followed by clicking OK.
  10. Finally, click on the Save button.

TIM Plus will now connect to the PBX and sync the directory objects.

4.  Setting up RADIUS to send call events to TIM Plus

Login to your Cisco UCME / UC500 via telnet, as shown below:

Cisco UCME

Now just enter the following RADIUS commands:

Step IOS commands Description
1 enable Enter EXEC mode, enter password if requested.
2 conf t Enter global configuration mode.
3 aaa new-model Enable aaa accounting mode.
aaa accounting connection h323 start-stop group RADIUS
gw-accounting aaa
acct-template callhistory-detail
4 RADIUS-server host 192.168.1.1 auth-port 1645 acct-port 1612 Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus.
5 RADIUS-server key C1sco Specifies the RADIUS authentication secret as 'C1sco' as configured above.
6 RADIUS-server vsa send accounting Enables VSA events.
7 end Exit configuration mode.
8 wr Save changes.

SysLog configuration for Cisco UCME / UC500

The tasks required to be done are as follows. They are all analysed in details further down this page.

  1. Download TIM Plus and complete setup wizard
  2. Configure TIM Plus to receive data from UCME / UC500
  3. Configure Cisco AXL Sync
  4. Set up SysLog to send call events to TIM Plus

1.  Downloading TIM Plus and completing the setup wizard

  1. Visit Tri-Line's Portal and download the TIM Plus installation package, as shown below:
  2. Gateway
  3. Run the installation package and on Stage 5 complete the following details:
    • Installation
    • Site name: Enter a description for the site
    • PBX model: Select Cisco UCME - SysLog
    • Method: Select SysLog Connection
    • Client IP: Enter the IP Address of the Cisco UCME / UC500

3.  Configuring TIM Plus to receive data from UCME / UC500

Below you will find steps on how to configure your TIM Plus to receive data from UCME / UC500:

  1. Browse to TIM Plus as normal and login with your credentials.
  2. Click on the Directory tab.
  3. Click on the site configured during the setup wizard and click Properties or create a new site and click Properties.
  4. Cisco UCME
  5. Within the Site Properties window, select Cisco UCME - SysLog from the PBX model drop-down list.
  6. In the Connection method field select SysLog connection from the drop-down list.
  7. In the Client IP field enter in the IP Address of the Cisco UCME / UC500.
  8. To enable data backup, click on the Options tab.
  9. Cisco UCM
  10. Click on the Save a backup of any data received from this PBX tick box.
  11. Finally, click on the Save button.

4.  Configuring Cisco AXL sync

Below you will find steps on how to configure the Directory Sync from Cisco UCM:

  1. Browse to TIM Plus as normal and login with your credentials.
  2. Click on the Directory tab.
  3. Click on the site configured during the setup wizard and click Properties or create a new site and click Properties.
  4. Within the Site Properties window, select the Sync tab.
  5. Click on the Synchronise with the following device tick box.
  6. Cisco UCM
  7. In the Host field enter in the IP Address of your UCME / UC500.
  8. In the Username field enter in the username to login to your UCME / UC500.
  9. Click on the Set button and enter the password used to login to the UCME / UC500, followed by clicking OK.
  10. Finally, click on the Save button.

TIM Plus will now connect to the PBX and sync the directory objects.

4.  Setting up SysLog to send call events to TIM Plus

Login to your Cisco UCME / UC500 via telnet, as shown below:

Cisco UCME

Now just enter the following SysLog commands:

Step IOS commands Description
1 enable Enter EXEC mode, enter password if requested.
2 conf t Enter global configuration mode.
3 aaa new-model Enable aaa accounting mode.
aaa accounting connection h323 start-stop group SysLog
gw-accounting syslog
acct-template callhistory-detail
4 logging 192.168.1.1 Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus.
7 end Exit configuration mode.
8 wr Save changes.
Labels: