Module: sems Branch: master Commit: 7b7bf45b1a13b8600686f9bfd35868ab38f25e08 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7b7bf45b1a13b8600686f9bfd35868ab38f25e08
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Jul 1 15:32:44 2010 +0200 fixed some paths in documentation --- doc/Howtostart_noproxy.txt | 41 ++++++++++++------------- doc/Howtostart_simpleproxy.txt | 18 ++++++------ doc/dsm/examples/dsm_di_monit/Readme_ddm.txt | 10 +++--- doc/src/doc_howtostart_noproxy.h | 6 ++-- doc/src/doc_howtostart_simpleproxy.h | 2 +- 5 files changed, 38 insertions(+), 39 deletions(-) diff --git a/doc/Howtostart_noproxy.txt b/doc/Howtostart_noproxy.txt index 02c3f57..5e46b0a 100644 --- a/doc/Howtostart_noproxy.txt +++ b/doc/Howtostart_noproxy.txt @@ -84,13 +84,13 @@ Configuring the application for SEMS itself register to our SIP server. In /usr/local/etc/sems/sems.conf, we set - load_plugins=sipctrl;wav;uac_auth;registrar_client;reg_agent;conference + load_plugins=wav;uac_auth;registrar_client;reg_agent;conference - to load the modules we need; sipctrl loads the SIP stack, wav is for - reading WAV files and for the G711 codec, uac_auth is the module which - implements authentication, registrar_client facilitates registration at - a SIP server, and reg_agent is the application that uses - registrar_client to have SEMS register at a SIP server. + to load the modules we need; wav is for reading WAV files and for the + G711 codec, uac_auth is the module which implements authentication, + registrar_client facilitates registration at a SIP server, and + reg_agent is the application that uses registrar_client to have SEMS + register at a SIP server. We also set application=conference @@ -99,8 +99,8 @@ Configuring the application for SEMS We want SEMS to register at a SIP server, so we need to tell it about the user name and the password, this is set in - /usr/local/etc/sems/etc/reg_agent.conf (of course this user name bob - and the password need to be set to the ones used for testing): + /usr/local/etc/sems/reg_agent.conf (of course this user name bob and + the password need to be set to the ones used for testing): domain=iptel.org user=bob display_name=bob @@ -152,11 +152,10 @@ Creating and running a simple DSM applications calls, evaluating when to change state, and which actions to execute. To use a DSM application, we set in /usr/local/etc/sems/sems.conf - load_plugins=sipctrl;wav;uac_auth;registrar_client;reg_agent;session_timer;ds -m + load_plugins=wav;uac_auth;registrar_client;reg_agent;session_timer;dsm application=mydsmapp - and in /usr/local/etc/sems/etc/dsm.conf : + and in /usr/local/etc/sems/dsm.conf : diag_path=/usr/local/lib/sems/dsm/ load_diags=mydsmapp register_apps=mydsmapp @@ -186,22 +185,22 @@ m __________________________________________________________________ - Generated on Wed Mar 17 14:34:30 2010 for SEMS by [15]doxygen 1.6.1 + Generated on Thu Jul 1 15:32:02 2010 for SEMS by [15]doxygen 1.6.1 References - 1. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/index.html - 2. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/pages.html - 3. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/namespaces.html - 4. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/annotated.html - 5. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/files.html - 6. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/dirs.html - 7. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/examples.html + 1. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/index.html + 2. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/pages.html + 3. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/namespaces.html + 4. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/annotated.html + 5. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/files.html + 6. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/dirs.html + 7. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/examples.html 8. http://iptel.org/service/ 9. http://www.sip-communicator.org/ 10. http://twinklephone.com/ 11. http://www.voip-info.org/wiki/view/DID+Service+Providers 12. http://sipgate.de/ - 13. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/AppDoc.html - 14. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/ModuleDoc_dsm.html + 13. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/AppDoc.html + 14. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/ModuleDoc_dsm.html 15. http://www.doxygen.org/index.html diff --git a/doc/Howtostart_simpleproxy.txt b/doc/Howtostart_simpleproxy.txt index 28c153d..1fa5084 100644 --- a/doc/Howtostart_simpleproxy.txt +++ b/doc/Howtostart_simpleproxy.txt @@ -89,7 +89,7 @@ Setting up SEMS to select the application application= so that SEMS looks into the P-App-Name header to determine which application to run: application=$(apphdr) - load_plugin=sipctrl;wav;gsm;ilbc;speex;session_timer;conference;echo + load_plugin=wav;gsm;ilbc;speex;session_timer;conference;echo sip_ip=127.0.0.1 sip_port=5070 media_ip=some.public.ip.here @@ -100,16 +100,16 @@ Setting up SEMS to select the application __________________________________________________________________ - Generated on Wed Mar 17 14:15:58 2010 for SEMS by [9]doxygen 1.6.1 + Generated on Thu Jul 1 15:32:02 2010 for SEMS by [9]doxygen 1.6.1 References - 1. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/index.html - 2. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/pages.html - 3. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/namespaces.html - 4. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/annotated.html - 5. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/files.html - 6. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/dirs.html - 7. file://localhost/home/stefan/devel/sems/trunk/doc/doxygen_doc/html/examples.html + 1. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/index.html + 2. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/pages.html + 3. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/namespaces.html + 4. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/annotated.html + 5. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/files.html + 6. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/dirs.html + 7. file://localhost/home/stefan/devel/sems/git/repo/sems/doc/doxygen_doc/html/examples.html 8. http://www.kamailio.org/dokuwiki/doku.php#setup 9. http://www.doxygen.org/index.html diff --git a/doc/dsm/examples/dsm_di_monit/Readme_ddm.txt b/doc/dsm/examples/dsm_di_monit/Readme_ddm.txt index 767f32d..27b8451 100644 --- a/doc/dsm/examples/dsm_di_monit/Readme_ddm.txt +++ b/doc/dsm/examples/dsm_di_monit/Readme_ddm.txt @@ -32,9 +32,9 @@ The 'monitoring' module serves for general purpose call monitoring. Applications can add specific attributes to the set which is being logged for every call. Monitoring exports is functions also through a DI interface, which can then be accessed for example from the -outside through XMLRPC. On the other hand there is a DSM module -mod_monitoring, which allows a DSM to add attributes -(monitoring.log()). +outside through XMLRPC (using xmlrpc2di module). On the other hand +there is a DSM module mod_monitoring, which allows a DSM to add +attributes (monitoring.log()). @@ -153,7 +153,7 @@ stop(true) sends a BYE and stops the session. We should not forget to stop the s So, lets try this out. First we load the necessary modules and set as -application to execute when a call comse in the DSM script: +application to execute when a call comes in the DSM script: sems.conf: load_plugins=wav;l16;ilbc;sipctrl;dsm;xmlrpc2di;monitoring application=dsm_di_monitoring @@ -161,7 +161,7 @@ sems.conf: We tell dsm to load this dsm script and register it as application in SEMS: dsm.conf: - diag_path=../apps/dsm/doc/examples/dsm_di_monit + diag_path=../doc/dsm/examples/dsm_di_monit load_diags=dsm_di_monitoring register_apps=dsm_di_monitoring mod_path=../apps/dsm/mods/lib/ diff --git a/doc/src/doc_howtostart_noproxy.h b/doc/src/doc_howtostart_noproxy.h index 5e888b7..5201226 100644 --- a/doc/src/doc_howtostart_noproxy.h +++ b/doc/src/doc_howtostart_noproxy.h @@ -78,9 +78,9 @@ In <b>/usr/local/etc/sems/sems.conf</b>, we set \code - load_plugins=sipctrl;wav;uac_auth;registrar_client;reg_agent;conference + load_plugins=wav;uac_auth;registrar_client;reg_agent;conference \endcode - <p> to load the modules we need; sipctrl loads the SIP stack, wav is for reading WAV files and for the G711 codec, + <p> to load the modules we need; wav is for reading WAV files and for the G711 codec, uac_auth is the module which implements authentication, registrar_client facilitates registration at a SIP server, and reg_agent is the application that uses registrar_client to have SEMS register at a SIP server.</p> @@ -138,7 +138,7 @@ To use a DSM application, we set in <b>/usr/local/etc/sems/sems.conf </b> \code - load_plugins=sipctrl;wav;uac_auth;registrar_client;reg_agent;session_timer;dsm + load_plugins=wav;uac_auth;registrar_client;reg_agent;session_timer;dsm application=mydsmapp \endcode diff --git a/doc/src/doc_howtostart_simpleproxy.h b/doc/src/doc_howtostart_simpleproxy.h index 09d00d4..05ef52e 100644 --- a/doc/src/doc_howtostart_simpleproxy.h +++ b/doc/src/doc_howtostart_simpleproxy.h @@ -80,7 +80,7 @@ we set application=$(apphdr) so that SEMS looks into the P-App-Name header to determine which application to run: \code application=$(apphdr) - load_plugin=sipctrl;wav;gsm;ilbc;speex;session_timer;conference;echo + load_plugin=wav;gsm;ilbc;speex;session_timer;conference;echo sip_ip=127.0.0.1 sip_port=5070 media_ip=some.public.ip.here _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
