Module: sip-router
Branch: pd/outbound
Commit: 0b108c83ba7138c760fa86c9274633c92b7193a1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b108c8…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Sun Jan 6 19:37:22 2013 +0000
Merge branch 'master' into outbound
* master:
pkg/kamailio/(centos|fedora): Updated ver and rel in .spec
sl: fix compilation warnings in sl_forward_reply()
dialog: fixed ka_timer linking
core: command line option -v replaced with -K
msrp: new parameter use_path_addr
msrp: added rpc command to list active connections
msrp: added internal map table to track msrp connections
pipelimit: implemented support for RPC commands
Makefile.defs: major version base updated to 4.0.0
sl: new function sl_forward_reply(...)
core: added function to remove an exiting lump structure from internal list
dialog2: generate and add missing README for dialog2 module
Do not bind with libser_cmd, this is not required.
Added Debian-Packaging for IMS modules
- Add group for IMS modules - Added convenience rule to build packages for current debian-stable
ims modules: don't link with -lrt on macosx
auth_ims: don't link with -lrt on darwin os
kamailio.cfg: xhttp left only in kamailio-oob.cfg
modules/rtpproxy: rtpproxy_manage can now add ice relay candidates
parser/sdp: fixed freeing of ice attributes
---
Hi!
In my RPC adventures, I came upon a problem that I fail to fix.
Like many other functions, rpc->scan is used to get a str from the command line (using kamcmd).
If I understand right, kamcmd use binrpc in the ctl module.
The original function in MI checks the length of the string given as an argument. If I do that,
like checking contactp->len then the length is a few million characters... I can read the
actual string, so that part of the data seems right.
Anyone that experienced the same?
/O
Hi,
While sending a big TCP SIP message (15K+), I get "tcp_read: buffer
overrun, dropping" message.
this happens after a few fragments have been sent, and then i get this
message and the connection resets.
is it possible to set the max-buffer size through configuration? if so,
where?
Thanks, Amit.
CC (cc) [M sl.so] sl.o
sl.c: In function ‘w_sl_forward_reply’:
sl.c:367: warning: ‘oldncode’ may be used uninitialized in this function
sl.c:366: warning: ‘oldscode[2]’ may be used uninitialized in this function
-- juha