cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1456
Views
0
Helpful
1
Replies

Customize Accounting Template

anis_cisco
Level 1
Level 1

hi all,

Im trying to modify the accounting-tempalte in CCME 7.1 for get the customize reports .. i made changes & if i do sh call accounting-template voice i have following msg !!! & in reports im still getting the complete detail record

CCME#sh call accounting-template voice
CDR template sample is running
    url: tftp://10.70.200.32/sample.cdr
    The last load was successful.

          h323-call-origin
          h323-call-type
          h323-connect-time
          h323-disconnect-time
          h323-gw-id
          h323-remote-address
          h323-setup-time
          h323-voice-quality
          charged-units
          disconnect-text
          codec-bytes
          gw-rxd-cdn
          gw-rxd-cgn
          gk-xlated-cdn
          gk-xlated-cgn
          gw-collected-cdn
          call-id
          calling-party-category
          charge-number
          account-code

Totally 20 attrs defined.

CDR template relaod is not running
    url: sample.cdr
    Last load returned errno=250, Network is down

CCME#
CCME#

CCME# call accounting-template voice sample tftp://10.70.200.32/sample.cdr
CCME #call accounting-template voice relaod sample.cdr

my configuration for ftp is below, can any body tell me is that right configuration to send reports on External FTP Server

gw-accounting aaa
!
gw-accounting syslog
gw-accounting file
primary ftp \\10.70.200.6\ccme\cdr username Administrator password SRV@bipa
maximum buffer-size  15
maximum retry-count 3
maximum fileclose-timer 300
maximum cdrflush-timer 245
cdr-format compact

Regards,

1 Reply 1

shabeebmohammed
Level 1
Level 1

Hi Anis,

Im trying to configure cme over radius for billing app for the first time. apparently below is what i get -

CME#sh call accounting-template voice

CDR template sample is not running

    url: tftp://172.16.126.10/sample.cdr

    Last load returned errno=250, Network is down

CDR template relaod is not running

    url: sample.cdr

    Last load returned errno=250, Network is down

My radius based config looks like this -

aaa new-model

!

aaa authentication login h323 group radius

aaa authorization config-commands

aaa authorization exec default if-authenticated

aaa authorization exec h323 group radius

aaa authorization network default group radius

aaa authorization configuration default group radius

aaa accounting connection h323 start-stop group radius

aaa accounting system default start-stop group radius

aaa accounting resource default start-stop group radius

!

gw-accounting aaa

acct-template sample

!

gw-accounting syslog

!

radius-server host 172.16.126.10 auth-port 1612 acct-port 1616

radius-server host 172.16.126.10 auth-port 1645 acct-port 1646

radius-server key cisco

radius-server vsa send accounting

radius-server vsa send authentication

!

call accounting-template voice sample tftp://172.16.126.10/sample.cdr

call accounting-template voice relaod sample.cdr

!

Is it possible for you to share your configuration. Thanks a lot in advance.

NB: What is the status of your problem?

Regards,

Shabeeb