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
Hello,
although seemed easy to do, merging the domain modules has a problem. It
uses DB API v2 (srdb2 lib) and not all the DB modules support it (e.g.,
unixodbc). Solutions are:
- implement DB API v2 in remaining modules - requires some time,
unlikely for 3.1
- implement DB API v1 in domain and autodetect which one is available
- don't plan to merge for 3.1
Of course, both first two options requires work and volunteers are welcome!
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Hello,
merging the textops module does not look that simple as S version
depends on S xlog module and that is pretty tough to deal with for the
moment, since it uses own specifier parsing.
However, there were some additions that would be good to be available no
matter one needs S or K version of textops. I am thinking of creating
modules/textopsx where to put non-conflicting functions and over time
solve the conflicts and move more functions there. Once everything is
solved, textopsx can be renamed back to textops. Other opinions?
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#80 - Major regression in db_postgres with FS#77 patch
User who did this - Bayan (bayan)
----------
Hi Henning,
The test that comes up true by mistake is actually if(is_avp_set("$avp...
It comes up true because all text fields in the DB give values to avps now after avp_db_query, even if the field is in fact empty or null
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=80#comment96
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.