The default.cff configuration should include enough application instances based on the expected call volume and the NumToApp mapping. NodeDefAppName should only be used for failover applications. It should not be used to start additional application instances to handle general calls as this can cause the VRNode to run out of heap space.
NumToApp=200?,app1 NumToApp=20*,app2You can specify an exact number (without a wildcard) that is within the range covered by a number including a wildcard, for example:
NumToApp=200?,app1 NumToApp=2000,app2The exact number takes priority when a call is routed. Consequently, in the above example, a call received on 2000 would be routed to app2.
# ViaVoice is defined as the speech recognition technology to use for # all languages, but this example shows how you would specify a # different technology for one language # ViaVoice is used for all other languages. RecoDefinition=*,ViaVoice RecoDefinition=xx_YY,ANother
# FirstByte is defined as the text-to-speech technology to use for all # languages, but this example shows how you would specify a different # technology for two languages. FirstByte is used for all other # languages. TTSDefinition=xx_YY,ANother TTSDefinition=aa_BB,ANother TTSDefinition=*,FirstByte