some typos fixed, and linked directly to app tutorial pdf

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1662 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent eb7dbedee0
commit fb81fa8aae

@ -21,11 +21,10 @@ Introduction
using the service.
Note:
What is not possible with this method is to use applications,
which need additional information for a call, from the
subscriber data. For example, in order to send a voicemail as
email, the SEMS server needs the email address to send the mail
to.
What is not possible with this method is to use applications
which need additional information for a call from the subscriber
data. For example, in order to send a voicemail as email the
SEMS server needs the email address to send the mail to.
Requirements
@ -74,8 +73,6 @@ Installing SEMS from source
* modules in /usr/local/lib/sems/plug-in/
* audio files in /usr/local/lib/sems/audio/
Installing SEMS from source
Configuring the application for SEMS
There are many many modules shipped with SEMS, applications like
@ -189,7 +186,7 @@ m
__________________________________________________________________
Generated on Wed Mar 17 14:15:58 2010 for SEMS by [15]doxygen 1.6.1
Generated on Wed Mar 17 14:34:30 2010 for SEMS by [15]doxygen 1.6.1
References

@ -181,7 +181,7 @@ Recording the greeting
__________________________________________________________________
Generated on Wed Mar 17 14:15:58 2010 for SEMS by [11]doxygen 1.6.1
Generated on Wed Mar 17 14:34:30 2010 for SEMS by [11]doxygen 1.6.1
References

@ -43,7 +43,7 @@ Tuning SEMS for high load
__________________________________________________________________
Generated on Wed Mar 17 14:15:58 2010 for SEMS by [10]doxygen 1.6.1
Generated on Wed Mar 17 14:34:30 2010 for SEMS by [10]doxygen 1.6.1
References

@ -34,7 +34,8 @@ User's documentation
Developer's documentation
* [19]SEMS Design Overview
* [20]Application Development Tutorial
* [20]Application development tutorial - find the sources in
apps/examples/tutorial
* [21]Example Applications
* [22]Component Modules Documentation
@ -47,11 +48,12 @@ Web sites
Outdated documentation bits
* [26]Changes in SEMS from 0.9 versions to 0.10
* Configure-Sems-Ser-HOWTO
* installation instructions for tutorial applications:
[27]Application Development Tutorial
__________________________________________________________________
Generated on Wed Mar 17 14:15:58 2010 for SEMS by [27]doxygen 1.6.1
Generated on Wed Mar 17 14:34:30 2010 for SEMS by [28]doxygen 1.6.1
References
@ -74,11 +76,12 @@ References
17. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/ZRTP.html
18. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/Tuning.html
19. http://www.iptel.org/files/semsng-designoverview.pdf
20. http://www.iptel.org/sems/sems_application_development_tutorial
20. http://www.iptel.org/files/semsng-app_module_tutorial.pdf
21. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/AppDocExample.html
22. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/ComponentDoc.html
23. http://iptel.org/sems
24. http://lists.iptel.org/
25. http://tracker.iptel.org/browse/SEMS
26. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/whatsnew_0100.html
27. http://www.doxygen.org/index.html
27. http://www.iptel.org/sems/sems_application_development_tutorial
28. http://www.doxygen.org/index.html

@ -15,9 +15,9 @@
phone for testing or using the service.
</p>
\note What is not possible with this method is to use applications, which need
additional information for a call, from the subscriber data. For example,
in order to send a voicemail as email, the SEMS server needs the email
\note What is not possible with this method is to use applications which need
additional information for a call from the subscriber data. For example,
in order to send a voicemail as email the SEMS server needs the email
address to send the mail to.
\section Requirements
@ -67,8 +67,6 @@
- the sems binary in /usr/local/sbin/sems
- modules in /usr/local/lib/sems/plug-in/
- audio files in /usr/local/lib/sems/audio/
\subsection
\section Configuring_application Configuring the application for SEMS
@ -174,4 +172,4 @@
This little script welcomes the caller, and then plays the key that the caller entered. More documentation about DSM and
examples are in apps/dsm/doc, and also \ref ModuleDoc_dsm .
*/
*/

@ -25,10 +25,10 @@
* \section developerdoc Developer's documentation
* \arg <a href="http://www.iptel.org/files/semsng-designoverview.pdf">
* SEMS Design Overview</a>
* \arg <a href="http://www.iptel.org/sems/sems_application_development_tutorial">
* Application Development Tutorial </a>
* \arg \ref AppDocExample
* \arg \ref ComponentDoc
* \arg <a href="http://www.iptel.org/files/semsng-app_module_tutorial.pdf">
* Application development tutorial</a> - find the sources in apps/examples/tutorial
* \arg \ref AppDocExample
* \arg \ref ComponentDoc
*
* \section weblinks Web sites
* \arg \b Main: SEMS website http://iptel.org/sems
@ -37,7 +37,9 @@
*
* \section outdated_doc Outdated documentation bits
* \arg \ref whatsnew_0100
* \arg \ref Configure-Sems-Ser-HOWTO
* \arg installation instructions for tutorial applications:
* <a href="http://www.iptel.org/sems/sems_application_development_tutorial">
* Application Development Tutorial </a>
*
*/

Loading…
Cancel
Save