THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Fran (flv)
Attached to Project - sip-router
Summary - Include ruri info in dialog data for use in pua_dialog_info
Task Type - Improvement
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - According to problem explained in thread:
[[http://lists.kamailio.org/pipermail/users/2009-September/024635.html|Presen… issue - pua dialoginfo]]
It has been added 'include_req_uri' parameter to pua_dialog_info module in order to have request uri information in dialog data. The value chosen to be stored is the original request uri of the dialog.
Affected modules: dialog, pua_dialog_info.
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=18
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.
Revision: 5939
http://openser.svn.sourceforge.net/openser/?rev=5939&view=rev
Author: henningw
Date: 2009-10-14 16:29:16 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
- update Changelog
Modified Paths:
--------------
branches/1.5/ChangeLog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5938
http://openser.svn.sourceforge.net/openser/?rev=5938&view=rev
Author: henningw
Date: 2009-10-14 16:28:30 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
- add Marius to authors xml file
Modified Paths:
--------------
branches/1.5/doc/authors.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Hello,
is gen_ha1 (from utils/gen_ha1) used anywhere in SR? It installs by default.
Doing a recursive grep I couldn't find it. kamctl uses md5sum that comes
with most of the distros to get same functionality without installing
additional application.
echo -n "username:domain:password" | md2sum | awk '{ print $1 }'
Cheers,
Daniel
--
Daniel-Constantin Mierla
* Kamailio SIP Masterclass, Nov 9-13, 2009, Berlin
* http://www.asipto.com/index.php/sip-router-masterclass/
Module: sip-router
Branch: sr_3.0
Commit: 959b95ff5490c144b726362285ae7df9ba80ab1b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959b95f…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Wed Oct 14 15:39:15 2009 +0300
lib/srdb1/schema/trusted.xml: forgot to increase version number
- Forgot to increase version number of trusted table after increasing
size of tag field.
---
lib/srdb1/schema/trusted.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/trusted.xml b/lib/srdb1/schema/trusted.xml
index e2cee2f..179e3f4 100644
--- a/lib/srdb1/schema/trusted.xml
+++ b/lib/srdb1/schema/trusted.xml
@@ -9,7 +9,7 @@
<table id="trusted" xmlns:db="http://docbook.org/ns/docbook">
<name>trusted</name>
- <version>4</version>
+ <version>5</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>This table is used by the permissions module to determine if a call has the appropriate permission to be established. More information about the permissions module can be found at: &KAMAILIO_MOD_DOC;permissions.html