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 Enterprise. If you are not familiar with PBX configuration, please contact your system maintainer.
There are two ways to connect to the Cisco UCME / UC500: |
Cisco UCME / UC500 RADIUS configuration
Connection information | Description |
---|---|
Connection type | RADIUS |
Method | The Cisco UCME / UC500 will send the CDR data to TIM Enterprise via RADIUS call events. |
Downloading and configuring interface file Cisco UCME.zip
- Visit Tri-Line's Portal and download the template file, as shown below:
- Extract the Cisco UCME.zip file to C:\Program Files\Tri-Line\TIM Enterprise\config folder. Zip file should contain four files, Cisco UCME-RADIUS.TDT, Cisco UCME-Syslog.TDT, Cisco UCME-RADIUS.TDS and Cisco UCME-Syslog.TDS.
Configuring TIM Enterprise
Below you will find steps on how to configure TIM Enterprise to listen for SMDR data from your Cisco UCME / UC500:
- Browse to TIM Enterprise as normal and login with your credentials.
- Click on the tab.
- Go the the point in the Directory where you need to add the PBX Object and add a PBX with the name 'Cisco UCME'.
- Left-click on it and select .
- From the Cisco UCME - RADIUS from the PBX model list and enable the local backup. settings tab select
- In the RADIUS connection from the Connection method list. tab select
- In the Client IP field enter in the IP address or Hostname of your Cisco router.
- In the Secret key field enter in the passphrase used for RADIUS events e.g. 'C1sco'.
- Finally, click on the button.
Configuring Directory Sync
Below you will find steps on how to configure the Directory Sync from UCME / UC500:
- Browse to TIM Enterprise as normal and login with your credentials.
- Click on the tab.
- Go to the point in the Directory where you need to synchronise and add a new Directory Sync object with an appropriate description e.g. 'Cisco AXL'.
- Left-click on it and select .
- In the Directory type drop-down list select Cisco UCME.
- In the Host name field enter in the IP address or Hostname of your Cisco router.
- In the Username field enter in the username of your choice.
- Click and enter the password used to login to the Cisco UCME / UC500, followed by clicking .
- Finally, click on the button.
Setup RADIUS on Cisco UCME / UC500 to send call events to TIM Enterprise
Login to your Cisco UCME / UC500 via telnet, as shoen below:
Now just enter the following RADIUS commands:
Step | IOS commands | Description |
---|---|---|
A | enable | Enter EXEC mode, enter password if requested |
B | conf t | Enter global configuration mode |
C | aaa new-model | Enable aaa accounting mode |
aaa accounting connection h323 start-stop group RADIUS | ||
gw-accounting aaa | ||
acct-template callhistory-detail | ||
D | 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 Enterprise. |
E | RADIUS-server key C1sco | Specifies the RADIUS authentication secret as 'C1sco' as configured above. |
F | RADIUS-server vsa send accounting | Enables VSA events |
G | end | Exit configuration mode |
H | wr | Save changes |
Labels: