cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1066
Views
4
Helpful
1
Replies

basic tcl and wav files required in VG for a stanalone cvp architecture

hy all

I am very new to this field and still learning can someone help me gain knowledge on this subject my question is

What are the files needed in VG for supporting a standalone CVP architecture  ?   (in specific the VXML,tcl and wav files ??

What are the use of the following services run in an ICM router ?

  rtsvr, dbagent, testsync, router, ccagent, mdsproc

What are the use of the following services run in an ICM logger ?

  configlogger, csfs, listlogger, recovery, replication

1 Reply 1

geoff
Level 10
Level 10

A stand-alone CVP VXML solution does not need ICM at all. You simply set up the services on the gateway

service CVPSelfService flash:CVPSelfServiceBootstrap.vxml

service helloworld flash:CVPSelfService.tcl

  param CVPSelfService-port 7000

  param CVPSelfService-app HelloWorld             <<<<<<<< whatever the VXML app is called

  paramspace english location flash

  param CVPPrimaryVXMLServer 164.103.128.20 <<<<<<<< primary VXML server

  param CVPBackupVXMLServer 172.20.142.20   <<<<<<<< backup VXML server

I usually also install

  service cvperror flash:cvperror.tcl

  service ringtone flash:ringtone.tcl

as well.

Regards,

Geoff