cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
900
Views
0
Helpful
4
Replies

Hunt Statistics Report for Normal Hunt Number

Nirmal Paria
Level 1
Level 1

Hi All,

Can I use Hunt Statistics without configuring B-ACD.

hunt-group report url prefix tftp://10.1.1.15/CMEData/data

hunt-group report url suffix 0 to 23

hunt-group report every 1 hours

Will the report send to tftp server for normal hunt Pilot ?

Regards,

Nirmal

4 Replies 4

Rob Huffman
Hall of Fame
Hall of Fame

Hi Nirmal,

Sorry, these reports are for Cisco Unified CME basic automatic call distribution (B-ACD) and auto-attendant (AA) service only.

The hunt-group report url command is used with the hunt-group every hour command to collect statistics about ephone hunt groups that are part of Cisco Unified CME B-ACD services

Have a look at the attached link for (B-ACD) Hunt Groups and you will see all the Stat collection parameters in the config that are not available for Basic Hunt Groups

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/command/reference/cme_h1ht.html#wp1024197

Cheers!

Rob

Hi Rob.

Thanks for your quick response.

I have configured the B-ACD. Here the configuration:

CME#sh run
Building configuration...

Current configuration : 2780 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CME
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
clock timezone I 9
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
application
  service queue flash:app-b-acd-2.1.2.2.tcl
  param queue-len 10
  param aa-hunt1 3000
  param queue-manager-debugs 1
  param number-of-hunt-grps 2
  param aa-hunt2 3002
  !
  service aa flash:app-b-acd-aa-2.1.2.2.tcl
  paramspace english index 1
  param number-of-hunt-grps 2
  param menu-timeout 3
  param handoff-string aa
  param dial-by-extension-option 3
  paramspace english language en
  param max-time-vm-retry 2
  param aa-pilot 7778883007
  param max-extension-length 4
  paramspace english location flash:
  param second-greeting-time 60
  param welcome-prompt _bacd_welcome.au
  param call-retry-timer 15
  param voice-mail 3001
  param max-time-call-retry 60
  paramspace english prefix en
  param service-name queue
  !
!
!
!
!
!
archive
log config
  hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.16.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
ip http path flash:/gui
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
dial-peer voice 1 voip
preference 7
service aa
destination-pattern 7778883007
session target ipv4:192.16.1.2
incoming called-number 7778883007
dtmf-relay h245-alphanumeric
codec g711ulaw
!
!
!
!
telephony-service
max-ephones 6
max-dn 10
ip source-address 192.16.1.2 port 2000
time-zone 39
max-conferences 8 gain -6
hunt-group report url prefix tftp://192.16.1.1/CMEData/data
hunt-group report url suffix 0 to 200
hunt-group report every 1 hours
web admin system name ccmadmin password cisco
dn-webedit
time-webedit
transfer-system full-consult
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn  1
number 2000
!
!
ephone-dn  2
number 2001
hold-alert 30 originator
!
!
ephone-dn  3
number 2002
hold-alert 30 originator
!
!
ephone-dn  4
number 2003
hold-alert 30 originator
!
!
ephone-dn  5
number 2010
!
!
ephone-dn  6
number 2011
!
!
ephone-dn  7
number 2012
!
!
ephone  1
device-security-mode none
mac-address 4487.FC0D.E1C3
button  1:1 2:2 3:3 4:4
button  8:5
!
!
!
ephone  2
device-security-mode none
mac-address 0200.4C4F.4F50
button  1:6
!
!
!
ephone  3
device-security-mode none
mac-address 1234.5678.9012
button  1:7
!
!
ephone-hunt 1 sequential
pilot 3000
list 2000, 2001, 2002, 2003
preference 0 secondary 7
statistics collect
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end

CME#

My B-ACD application is working fine, but uanble to export csv file to TFTP server. I have installed and configure TFTP server and checked that tftp is happening properly. But CVS (Hunt Statistics) file is not getting exported to TFTP Server.

Please help me on this regards.

Thanks,

Nirmal

Hi Nirmal,

In your first post you indicated that the tftp was @ 10.1.1.15

hunt-group report url prefix tftp://10.1.1.15/CMEData/data

And now you show;

hunt-group report url prefix tftp://192.16.1.1/CMEData/data

Maybe a typo??

Cheers!

Rob

Hi Rob,

No. That was the example. The correct one (192.16.1.1) which I have configure. The IP 192.16.1.1 is the IP address of TFTP Server.

Regards,

Nirmal