THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Bob McGilvray (rmcgilvr)
Attached to Project - sip-router
Summary - (kamailio) Modify branch attributes via psuedo variables
Task Type - Feature Request
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - It's not currently possible (in kamailio) to modify the Q value of a branch via psuedo variables and since append_branch doesn't support avps or script variables it's not possible to do at all dynamically (at least from the script itself).
It would be nice to see something along the lines of what was just introduced into opensips, using the $branch(...) pv, or a modification to $br to allow assignment of a Q when creating the branch.
$br = "<sip:" + $avp(s:newuri) + ";q=" + $avp(s:newuri_q);
$(branch(q)[0]) = 1.0;
$(branch(q)[1]) = 0.9;
I apologize if this isn't the right tracker, I'm following a suggestion by someone on the kam users list.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=8
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.
Hi!
Kamailio allows to set the Server: and User-Agent: header in
configuration script.
AFAIS this is not possible in sip-router.
In Kamailio we have the parameters:
user_agent_header and
server_header
I thought about copy/paste from Kamailio, but I think this is not
possible as core is BSD now, not GPL anymore?
regards
klaus
Revision: 5894
http://openser.svn.sourceforge.net/openser/?rev=5894&view=rev
Author: henningw
Date: 2009-07-06 15:27:00 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
- fix error in module initialization which happened if a custom table name was
configured in carrierroute and also userblacklist
- it was reported as table version mismatch, which was of course really misleading
- many thanks to Uriel Rozenbaum (uriel dot rozenbaum at gmail dot com) for his
help in debugging this problem with a sample cfg and a binary build
Modified Paths:
--------------
branches/1.5/modules/carrierroute/db_carrierroute.h
branches/1.5/modules/userblacklist/db_userblacklist.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
in scripts/mysql/my_create.sql there is no version table. does it mean
that s ser database tables don't have any version number? if so, they
have to be added in order to allow easy db table upgrade.
-- juha
Bugs item #2817317, was opened at 2009-07-06 10:46
Message generated for change (Comment added) made by ibc_sf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2817317&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: modules
Group: ver 1.5.x
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Kamailio crash completly when receiving empty Record-Route
Initial Comment:
Hello!
I found a serious bug: Our Kamailio 1.5.1 crashes, when it receives an empty Record-Route-Field. In my situation a SNOM-M3 with Firmware 2.2 produces this bug.
I attached a File where you can see the INVITE which produces the cash. The field "Record-Route" contains only a space.
----------------------------------------------------------------------
>Comment By: Iñaki Baz Castillo (ibc_sf)
Date: 2009-07-06 10:54
Message:
This is already reported and supposed to be fixed (I reported it but I've
tested the commited patch yet):
https://sourceforge.net/tracker/?func=detail&aid=2798154&group_id=139143&at…
Please try upgrading to the trunk version since I think the patch was
commited just for trunk version.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-06 10:54
Message:
I forgot:
I am using the following modules:
loadmodule "/usr/local/lib/kamailio/modules/pv.so"
loadmodule "/usr/local/lib/kamailio/modules/sl.so"
loadmodule "/usr/local/lib/kamailio/modules/tm.so"
loadmodule "/usr/local/lib/kamailio/modules/rr.so"
loadmodule "/usr/local/lib/kamailio/modules/db_mysql.so"
loadmodule "/usr/local/lib/kamailio/modules/maxfwd.so"
loadmodule "/usr/local/lib/kamailio/modules/usrloc.so"
loadmodule "/usr/local/lib/kamailio/modules/registrar.so"
loadmodule "/usr/local/lib/kamailio/modules/auth.so"
loadmodule "/usr/local/lib/kamailio/modules/auth_db.so"
loadmodule "/usr/local/lib/kamailio/modules/siputils.so"
loadmodule "/usr/local/lib/kamailio/modules/uri_db.so"
loadmodule "/usr/local/lib/kamailio/modules/acc.so"
loadmodule "/usr/local/lib/kamailio/modules/textops.so"
loadmodule "/usr/local/lib/kamailio/modules/avpops.so"
loadmodule "/usr/local/lib/kamailio/modules/xlog.so"
loadmodule "/usr/local/lib/kamailio/modules/uac.so"
loadmodule "/usr/local/lib/kamailio/modules/alias_db.so"
loadmodule "/usr/local/lib/kamailio/modules/dialog.so"
loadmodule "/usr/local/lib/kamailio/modules/nathelper.so"
If you need more information please post what you need.
Thank you!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2817317&group_…