Hi,
Currently i'm trying to run a CVP Standalone 7.0(2) outbound_dialing_in_CVP application, but seems i have issues on the call to the cvp_dialer.tcl script, the attempts to dial the phone numbers are exausted every time i've tryied.
Here is a portion of my configuration:
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
sip
bind control source-interface GigabitEthernet0/0
bind media source-interface GigabitEthernet0/0
rel1xx disable
header-passing
!
!
!
voice translation-rule 1
--More-- rule 1 /987654/ //
!
!
voice translation-profile block
translate called 1
!
!
!
application
service cvp_outbound flash:cvp_outbound.tcl
param cvp-ob-vxml-dest 7788000
param cvp-ob-poll-interval 15
!
service new-call flash:bootstrap.vxml
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service cvpdialer flash:cvp_dialer.tcl
!
service cvp-survivability flash:survivability.tcl
paramspace english index 0
--More-- paramspace english language en
paramspace english location flash
paramspace english prefix en
!
service CVPSelfService flash:CVPSelfServiceBootstrap.vxml
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service cvp_obcallreq flash:cvp_obcallreq.tcl
!
service ringtone flash:ringtone.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service sua flash:CVPSelfService.tcl
param CVPBackupVXMLServer 10.120.44.8
param CVPSelfService-port 7000
param CVPSelfService-app sua
param CVPPrimaryVXMLServer 10.120.44.8
--More-- !
service cvperror flash:cvperror.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service outbound flash:CVPSelfService.tcl
param CVPSelfService-app outbound
param CVPSelfService-port 7000
param CVPPrimaryVXMLServer Z.Z.Z.Z ------ i've placed here my CVP VXML Standalone Server
param CVPBackupVXMLServer Y.Y.Y.Y ------ i've placed here my secondary CVP VXML Standalone Server
!
service handoff flash:handoff.tcl
paramspace english index 0
paramspace english language en
paramspace english location flash
paramspace english prefix enexit
!
service bootstrap flash:bootstrap.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
--More-- paramspace english prefix en
!
session
start ob cvp_outbound
!
!
dial-peer voice 987654 voip
description Blocks ulaw
--More-- translation-profile incoming block
incoming called-number 987654
ip qos dscp cs3 signaling
no vad
!
dial-peer voice 44000 voip
description to CallManager Ext 4xxxx
destination-pattern 4....
session protocol sipv2
session target ipv4:X.X.X.X -----I'VE PLACED HERE THE IP ADDRESS OF MY CUCM AND ITS WORKING FINE
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 7780000 voip
max-conn 23
destination-pattern 778....
session protocol sipv2
session target ipv4: M.M.M.M --------- THIS HAVE MY VXML/EGRESS GATEWAY
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
dial-peer voice 7788000 voip
--More-- service outbound
max-conn 10
incoming called-number 7788000
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
I've noticed that on the database on every try it does to attempt to place the outbound call it returns a reason code "dialer_resp_timeout".
If you'd like, there is some logfiles attached.
Best Regards,