...
Here is the final copy of all the source files for our sample phone that will be references throughout this document. You can use these files are starting points for your implementation.
- AcmePhone.java - Java source code
- AcmePhoneTest.java - Java unit test source code
- expected-config - Java unit test source code
- acmePhone/phone.xml - sipXconfig settings file format for phone settings
- acmePhone/line.xml - sipXconfig settings file format for phone line settings
- acme/acme-models.beans.xml - Plugin Definition Spring Framework file used to dynamically load your phone
- acmePhone/config.vm - Configuration Velocity template for creating configuration file
...