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_…
Bugs item #2817317, was opened at 2009-07-06 08:46
Message generated for change (Comment added) made by nobody
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: core
Group: ver 1.5.x
Status: Open
Resolution: None
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: Nobody/Anonymous (nobody)
Date: 2009-07-06 08: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_…
Bugs item #2817317, was opened at 2009-07-06 08:46
Message generated for change (Tracker Item Submitted) made by nobody
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: core
Group: ver 1.5.x
Status: Open
Resolution: None
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2817317&group_…