Revision: 6021
http://openser.svn.sourceforge.net/openser/?rev=6021&view=rev
Author: timoreimann
Date: 2010-07-21 14:30:13 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
modules/dialog (doc update): Be specific on the fact that only confirmed
dialogs can be terminated by means of "dlg_end_dlg".
Modified Paths:
--------------
branches/1.5/modules/dialog/doc/dialog_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Module: sip-router
Branch: kamailio_3.0
Commit: 1eef50f9d5cf90d36c4f1cca5d87d1eb8a00a2d5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1eef50f…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Wed Jul 21 16:19:06 2010 +0200
modules_k/dialog (doc update): Be specific on the fact that only
confirmed dialogs can be terminated by means of "dlg_end_dlg".
(cherry picked from commit 03e20458bc83a8d918c2ea17c3f46a073ce7cdd8)
---
modules_k/dialog/doc/dialog_admin.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_admin.xml b/modules_k/dialog/doc/dialog_admin.xml
index dbcf8a7..4078810 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -1470,7 +1470,7 @@ if(dlg_get("abcdef", "123", "456"))
<section>
<title><varname>dlg_end_dlg</varname></title>
<para>
- Terminates an ongoing dialog by sending BYE in both directions.
+ Terminates a confirmed dialog by sending BYE requests in both directions.
</para>
<para>
Name: <emphasis>dlg_end_dlg</emphasis>
Module: sip-router
Branch: master
Commit: 03e20458bc83a8d918c2ea17c3f46a073ce7cdd8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03e2045…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Wed Jul 21 16:19:06 2010 +0200
modules_k/dialog (doc update): Be specific on the fact that only
confirmed dialogs can be terminated by means of "dlg_end_dlg".
---
modules_k/dialog/doc/dialog_admin.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_admin.xml b/modules_k/dialog/doc/dialog_admin.xml
index 175e066..56c4b7b 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -1470,7 +1470,7 @@ if(dlg_get("abcdef", "123", "456"))
<section>
<title><varname>dlg_end_dlg</varname></title>
<para>
- Terminates an ongoing dialog by sending BYE in both directions.
+ Terminates a confirmed dialog by sending BYE requests in both directions.
</para>
<para>
Name: <emphasis>dlg_end_dlg</emphasis>
Friends,
I feel like an idiot. I've been trying to compile Kamailio 3.0.2 with presence for hours. I have edited make files, read the INSTALL and tried many things...
I just can't get it.
I run "make" to compile everything, then "make modules" and then "make install" - when running make install it still compiles a lot of files, which feels wrong. They should have been compiled in "make".
In some cases running "make" twice without changing anything else than one module in the make file, kamailio still recompiles a lot of files. That indicates bad dependencies to me.
I think something is wrong in the build system and the documentation. I will fight a bit more to get some more detailed information for you to work with,
but it worries me that I can't figure this out by myself. Something propably needs to change to make Kamailio more "oej-compatible" ;-)
My pua module still hasn't compiled, even though I did run this command (quote from INSTALL):
---------------------------------
-compile all the modules from the modules subdirectory (even the one excluded
by default):
make exclude_modules="" modules-all
.---------------------------------
Hmmmm.
/O