Revision: 5879
http://openser.svn.sourceforge.net/openser/?rev=5879&view=rev
Author: henningw
Date: 2009-06-19 13:41:33 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
- debug packages belong in the debug section
Modified Paths:
--------------
branches/1.5/packaging/debian/control
branches/1.5/packaging/debian-etch/control
branches/1.5/packaging/debian-sarge/control
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5878
http://openser.svn.sourceforge.net/openser/?rev=5878&view=rev
Author: henningw
Date: 2009-06-19 13:34:29 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
- extend debian readme and copyright files
Modified Paths:
--------------
branches/1.5/packaging/debian/copyright
branches/1.5/packaging/debian/kamailio.README.Debian
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5877
http://openser.svn.sourceforge.net/openser/?rev=5877&view=rev
Author: henningw
Date: 2009-06-19 13:26:56 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
- fix error behaviour for cr_dump_routes MI command, e.g. in OOM conditions
- patch from marius zbihlei, marius dot zbihlei at 1and1 dot ro
Modified Paths:
--------------
branches/1.3/modules/carrierroute/route_fifo.c
branches/1.4/modules/carrierroute/route_fifo.c
branches/1.5/modules/carrierroute/cr_fifo.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Edson (egschubert)
Attached to Project - sip-router
Summary - Multipart SDP problem in Nathelper
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - When calling 'force_rtp_proxy', it calls 'extract_body', which in turns calls 'check_content_type'. This last function, when dealing with a multipart/SDP message through the error "invalid type for a message".
The issue was corrected by Juha in Mediaproxy module.
Now turns to correct in Nathelper.
More info, see middle-to-end of thread http://lists.kamailio.org/pipermail/users/2009-June/023495.html
Edson.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=6
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: 5876
http://openser.svn.sourceforge.net/openser/?rev=5876&view=rev
Author: henningw
Date: 2009-06-18 15:30:30 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
- remove dead code (double return)
- found by Marius Zbihlei, marius dot zbihlei at 1and1 dot ro
Modified Paths:
--------------
branches/1.3/modules/carrierroute/route_fifo.c
branches/1.4/modules/carrierroute/route_fifo.c
branches/1.5/modules/carrierroute/cr_fifo.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5875
http://openser.svn.sourceforge.net/openser/?rev=5875&view=rev
Author: henningw
Date: 2009-06-18 15:00:43 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
- don't call store_carriers two times (on same structure), this is a memory leak
- found by Marius Zbihlei, marius dot zbihlei at 1and1 dot ro
Modified Paths:
--------------
branches/1.3/modules/carrierroute/route_db.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Hi all
with the help from Henning Westerholt, i install sip-router successfull
i just wonder there are 2 command
ser
sercmd
what is the difference between them
Thank you
Ha`
debian:/usr/local/etc/ser# ser -h
version: ser 2.1.0-dev23-make (i386/linux)
Usage: ser [options]
Options:
-f file Configuration file (default: /usr/local/etc/ser/ser.cfg)
-L path Modules search path (default: /usr/local/lib/ser/modules:/usr/local/lib/ser/modules_s:/usr/local/lib/ser/modules_k)
-c Check configuration file for errors
-l address Listen on the specified address/interface (multiple -l
mean listening on more addresses). The address format is
[proto:]addr_lst[:port], where proto=udp|tcp|tls|sctp,
addr_lst= addr|(addr, addr_lst) and
addr= host|ip_address|interface_name.
E.g: -l locahost, -l udp:127.0.0.1:5080, -l eth0:5062,
-l "sctp:(eth0)", -l "(eth0, eth1, 127.0.0.1):5065".
The default behaviour is to listen on all the interfaces.
-n processes Number of child processes to fork per interface
(default: 8)
-r Use dns to check if is necessary to add a "received="
field to a via
-R Same as `-r` but use reverse dns;
(to use both use `-rR`)
-v Turn on "via:" host checking when forwarding replies
-d Debugging mode (multiple -d increase the level)
-D no 1..do not fork (almost) anyway, 2..do not daemonize creator
3..daemonize (default)
-E Log to stderr
-T Disable tcp
-N Number of tcp child processes (default: equal to `-n')
-W poll method
-V Version number
-h This help message
-b nr Maximum receive buffer size which will not be exceeded by
auto-probing procedure even if OS allows
-m nr Size of shared memory allocated in Megabytes
-w dir Change the working directory to "dir" (default: "/")
-t dir Chroot to "dir"
-u uid Change uid
-g gid Change gid
-P file Create a pid file
-G file Create a pgid file
-O nr Script optimization level (debugging option)
debian:/usr/local/etc/ser# sercmd -h
version: sercmd 0.1
Usage: sercmd [options][-s address] [ cmd ]
Options:
-s address unix socket name or host name to send the commands on
-R name force reply socket name, for the unix datagram socket mode
-D dir create the reply socket in the directory <dir> if no reply
socket is forced (-R) and a unix datagram socket is selected
as the transport
-f format print the result using format. Format is a string containing
%v at the places where values read from the reply should be
substituted. To print '%v', escape it using '%': %%v.
-v Verbose
-V Version number
-h This help message
address:
[proto:]name[:port] where proto is one of tcp, udp, unixs or unixd
e.g.: tcp:localhost:2048 , unixs:/tmp/ser_ctl
cmd:
method [arg1 [arg2...]]
arg:
string or number; to force a number to be interpreted as string
prefix it by "s:", e.g. s:1
Examples:
sercmd -s unixs:/tmp/ser_unix system.listMethods
sercmd -f "pid: %v desc: %v\n" -s udp:localhost:2047 core.ps
sercmd ps # uses default ctl socket
sercmd # enters interactive mode on the default socket
sercmd -s tcp:localhost # interactive mode, default port
Revision: 5874
http://openser.svn.sourceforge.net/openser/?rev=5874&view=rev
Author: carstenbock
Date: 2009-06-18 10:24:56 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
- proxy_challenge / www_challenge was not sending any reply, in case the nonce could not be created (with nonce_reuse = 0, default since 1.4)
- added a note to the docs about return-values from the auth-module
This was the only case, where this function did not send any reply.
Modified Paths:
--------------
branches/1.4/modules/auth/challenge.c
branches/1.4/modules/auth/doc/auth_admin.xml
branches/1.5/modules/auth/challenge.c
branches/1.5/modules/auth/doc/auth_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.