2. How To Install a Plug-In
1. After the compilation is done, please create a JAR file and place it into
<SIP Server install_dir>\webapps\proxy\WEB-INF\lib
2. Specify your plug-in class package path in the property file “sv.properties” which is in
<SIP Server install_dir>\webapps\proxy\WEB-INF\work\sv directory.
dialplan.plugins.matching.pkg = <PACKAGE_PATH>
For example, if the package path is “com.brekeke.plugin”, please add the line below:
dialplan.plugins.matching.pkg = com.brekeke.plugin