Hi all,
I have a system with a CUCM V7.1 on the main site and 2800 gateway on remote site (in H323 mode). On the main site, there is a UCCX/IVR too.
Every site have a main number which is redirect to the IVR on the main site:
!
!
translation-rule 25
Rule 2 ^9550 99071 #when the called number is XXXX9550, I transform it in 99XXX, which is the CTI route point corresponding to the IVR
Rule 10 ^955 8755
!
!
!
dial-peer voice 113 voip
destination-pattern 99...
voice-class codec 2
voice-class h323 1
session target ipv4:192.100.6.253 #ip adress of the CUCM
dtmf-relay h245-alphanumeric
no vad
!
So my problem is when the IVR or the WAN is down, the call cannot be forwarded to the IVR and the call is lost. To not loose the call, I want to forward the call to local phone when I am i SRST mode.
I think to configure un hunt group like:
voice hunt group 1 sequential
list 99071, 87150
pilot 8700
and change the translation:
translation-rule 25
Rule 2 ^9550 8700
Rule 10 ^955 8755
!
!
Unfortunatly, I cannot configure "voice hunt-group" on my gateway (here the version (C2801-SPSERVICESK9-M), Version 12.3(11)T10).
Is someone have an other idea?
thx