# Minimal AppName entry AppName=pizzas AppClass=mypackage.pizzas ;
AppName=defapp Parameter=URI,http://www.myserver.com/applications/sorry.vxml AppClass=com.ibm.wvr.vxml2.DTVoicelet2 ;
# Pizza-ordering application in U.S. English AppName=pizzasEnglish AppClass=mypackage.pizzas Locale=en_US ; # Pizza-ordering application in Canadian French AppName=pizzasFrench AppClass=mypackage.pizzas Locale=fr_CA ;
A parameter name and value to be passed to the application. The syntax is parametername,value. All parameter values are treated as strings. Specify this keyword once for each parameter-value pair. Optional.
# Application that has two parameters AppName=banking AppClass=mypackage.banking Parameter=branch_id,0123 Parameter=branch_name,Southampton ;
AppName=defapp Parameter=URI,http://www.myserver.com/applications/sorry.vxml AppClass=com.ibm.wvr.vxml2.DTVoicelet2 ;
http://[2002:914:fc12:195:0000:8a2e:0370:7334]/welcome.vxmlThis applies to all protocols.
AppName=ccxmldialog1 Parameter=DynamicURI=yes AppClass=com.ibm.wvr.vxml2.DTVoicelet2 ;
AppName=defapp Parameter=URI,http://www.myserver.com/applications/sorry.vxml Parameter=DTMFONLY,true AppClass=com.ibm.wvr.vxml2.DTVoicelet2 ;
AppName=demo AppClass=com.abc.demo Parameter=MAX_WAITERS, 3 ;If there are, for example, 4 instances of the demo application running, the last instance must wait for one of the first three to leave the waitForCall state before it can wait for an incoming call.