The ApplicationDispatcher is the Layer in the sip-stack that is responsible for invoking applications. It uses the Application Router to determine which application to invoke. ApplicationDispatcher maintains two references to application routers. One is the application router that is present in the system by default, typically the AlphabeticalRouter (unless configured otherwise). The administrator has the possibility of deploying a custom application router by using the 'asadmin deploy' command line.
@author Robert Handl, Per Pettersson, Kristoffer Gronowski, Yvo Bogers
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.