05-09-2017 05:13 AM - edited 03-14-2019 05:17 PM
Gents I have seen a few configuration on vxml gateways that look like this..
My question is why do we need all the additional "paramspace" commands. I have deployed VXML configs in production and lab without any of the additional parameters. I have also checked the CVP IOS template and it doesnt have any of these parameters.
application
service new-call flash:bootstrap.vxml
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service cvp-survivability flash:survivability.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service ringtone flash:ringtone.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service cvperror flash:cvperror.tcl
paramspace english language en
paramspace english index 0
paramspace english location flash
paramspace english prefix en
!
service load bootstrap
!
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 index 0
paramspace english language en
paramspace english location flash
paramspace english prefix en
05-16-2017 02:06 AM
Any thoughts on this gents?
05-16-2017 04:37 AM
Look up paramspace in the IOS commands and how it is used for TCL files. There must be a built-in application called "english" that is exporting those variables and the paramspace command is telling it to use those variables in the service. If you look inside some of CVP gateway TCL files you will find configuration suggested as above. It certainly was like that in the early version (I started with CVP 3.0).
My guess is they are not needed any longer.
Regards,
Geoff
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide