These instructions help you configure your Cisco UCME / UC500 to work with TIM Plus. Contact your system maintainer if you are not familiar with the configuration of your PBX.

<a id="Set up RADIUS events in the UCME"></a>

Setting up RADIUS events in the UCME

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

Now just enter the following RADIUS commands:

StepIOS commandsDescription
1enableEnter EXEC mode, enter password if requested.
2conf tEnter global configuration mode.
3aaa new-modelEnable aaa accounting mode.
aaa accounting connection h323 start-stop group RADIUS
gw-accounting aaa
acct-template callhistory-detail
4RADIUS-server host 192.168.1.1 auth-port 1645 acct-port 1612Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus.
5RADIUS-server key C1scoSpecifies the RADIUS authentication secret as 'C1sco' as configured above.
6RADIUS-server vsa send accountingEnables VSA events.
7endExit configuration mode.
8wrSave changes.