In this example, one voice response node is running a CCXML application and the other is running a Java application:
#CCXML Service definition CCXService=ccx1 Enabled=yes InitialURI = http://calling.hursley.ibm.com/ccxml/testdoc.ccxml DefAppService=Node1 ; AppName=VerifyInstall Enabled=yes AppClass=com.ibm.telephony.wvr.VerifyInstall ; # This is the definition of a Voice Response node: NodeName=VRNode1 Enabled=yes NodeDefLocale=en_US VRNode=yes NumToApp=*,VerifyInstall TTSService=VXML TTSDefinition=vo_IC_EXML,VXMLTTS CCXAppService=ccx1 NumToApp=3950?,ccx1 ; NodeName=VRNode2 VRNode=yes NodeDefLocale=en_GB NumToApp=*,welcome NumToApp=123456,pizzas ; #-------------------------------------------------------- # HostName entries #-------------------------------------------------------- # This is the definition of the host machine storing this # configuration file and where management is run from HostName=scotland Enabled=yes IPName=scotland.hursley.ibm.com Node=VRNode1 ; # This is the definition of a remote host: HostName=england Enabled=yes IPName=england.hursley.ibm.com Node=VRNode2 ;