* @param mappingStrategy the MappingStrategy to use to determine the AgiScript to run.
* @since 1.0.0
*/
public DefaultAgiServer(String configResourceBundleName, MappingStrategy mappingStrategy)
{
this(configResourceBundleName, mappingStrategy, new DefaultAgiChannelFactory());
}