SEMS application development tutorialThe tutorial consists of the pdf document and the sources of the examples. In "semsi-tutorial-apps.tgz" all examples are contained, in "sems-tutorial-app-xxx" only one module. "ccard_wav.tgz" is an archive with sample announcements for the calling card application. The SEMSi 0.10.0 release version and the SVN version already contain the tutorial examples in the path apps/examples/tutorial, together with sample configuration. The best is to simply use the SEMS 0.10.0 release bundle version which can be found at ftp://ftp.iptel.org/pub/sems/sems-0.10.0-bundle.tar.gz and go directly to making SEMS. .We will download SERi and SEMS, add the applications from the howto and start SER and SEMS from their source directories. If you install SER/SEMS using make install you will have to adapt the paths in the configuration files. We will place SER and SEMS source trees under /usr/local/src, make sure that you have the appropriate rights to create files there. We will use two SER instances: one, at port 5060, will be the home proxy, and one, at port 5070, will be the SIP stack of SEMS. The SER/SEMS combination at port 5070 acts just like another UA. Download and make SER 0.9.6
cd /usr/local/src
Download SEMSEither we use the tarball of 0.10.0 rc1
cd /usr/local/src ;
or we checkout trunki SEMS from SVN:
Checkout from svn has the advantage that the tutorial applications are already in place: in apps/examples/tutorial, so we can skip the next step. Download the tutorial's applications
cd /usr/local/src/sems-0.10.0/apps ;
Make SEMS
cd /usr/local/src/sems-0.10.0/ ;
ignoring (for the moment) some error messages complaining about mp3/lame,python or
flite.h not found. If you are using the SVN version with the tutorial apps provided, make them with make -C apps/examples/tutorial Download the sample configuration files for the tutorialA set of sample configuration files for SER and SEMS is available for this tutorial.
cd /usr/local/src ; wget http://www.iptel.org/files/sems-tutorial-config.tgz;
Download the sample wave file set for the cc application
cd /usr/local/src/sems-tutorial-config ; wget
http://www.iptel.org/files/ccard_wav.tgz;
Start SER home proxyWe will start one SER at port 5060, that will forward all calls that come to a number starting with 1 to "localhost:5070".
cd /usr/local/src/ser-0.9.6 ; ./ser -f ../sems_tutorial_config/ser_main.cfg
Start SER for SEMSThe second SER at port 5070, will forward all calls to SEMS.
cd /usr/local/src/ser-0.9.6 ; ./ser -f ../sems_tutorial_config/ser_sems.cfg
Start SEMS
The SEMS configuration is set to no-fork and debug, such that we can follow all debug logging of SEMS. Try out the applicationsNow we can try out the applications by calling the numbers 101, 102, 103, ...
Notes:
Have Fun!
|
Navigation |