THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Magnus Nordström (mnnojd)
Attached to Project - sip-router
Summary - Some cases when rtp proxy not change port numbers in media
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 3.0
Due in Version - Undecided
Due Date - Undecided
Details - We use the rtp proxy and we have seen problems in some cases when rtp proxy should change port numbers for the media.
We have a sip-client which also send position information included in the INVITE. The problem seems to be that the rtp proxy cannot handle the INVITE when the header in parameter "boundary=" has the value between "". And it cannot handle if the body has the parameter "Content-Length:". It results with that the ports will not be changed.
May there is some modules which can solve this problem?
Here I give three cases with INVITE packets which one is handled fine by rtp proxy.
***** Case 1 - Handles fine by rtp proxy and changes port numbers *****
INVITE ...
....
Geolocation: <cid:123@sip.domain.com>
Geolocation-Routing: yes
Content-Type: multipart/mixed;boundary=MessageBoundary
--MessageBoundary
Content-Type: application/sdp
....
--MessageBoundary
Content-Type: application/pidf+xml
Content-ID: <123(a)sip.domain.com>
....
--MessageBoundary--
***** Case 2 - rtp proxy dont change the port numbers (problems with "" in boundary value?) *****
INVITE ...
....
Geolocation: <cid:123@sip.domain.com>
Geolocation-Routing: yes
Content-Type: multipart/mixed;boundary="----=_Part_46_780035120.1327568255734"
------=_Part_46_780035120.1327568255734
Content-Type: application/sdp
....
------=_Part_46_780035120.1327568255734
Content-Type: application/pidf+xml
Content-ID: <123(a)sip.domain.com>
....
------=_Part_46_780035120.1327568255734--
***** Case 3 - rtp proxy dont change the port numbers (problems with Content-Length in body?) *****
INVITE ...
....
Geolocation: <cid:123@sip.domain.com>
Geolocation-Routing: yes
Content-Type: multipart/mixed;boundary=MessageBoundary
--MessageBoundary
Content-Type: application/sdp
Content-Length: 454
....
--MessageBoundary
Content-Type: application/pidf+xml
Content-ID: <123(a)sip.domain.com>
Content-Length: 553
....
--MessageBoundary--
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=200
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#200 - Some cases when rtp proxy not change port numbers in media
User who did this - Magnus Nordström (mnnojd)
http://sip-router.org/tracker/index.php?do=details&task_id=200
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.
after a few weeks, i generated new sip router from latest master. if
failed to start with these kind of messages:
*** glibc detected *** /usr/sbin/sip-proxy: double free or corruption (out): 0x08868750 ***
Not starting sip-proxy: invalid configuration file!
0(23949) INFO: tls [tls_init.c:375]: tls: init_tls: disabling compression...
Inconsistency detected by ld.so: dl-open.c: 221: dl_open_worker: Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
an earlier version of sip router master starts ok with the same
config.
any ideas what is going on?
-- juha
Hello,
I want to announce the availability of an ebuild for version 3.2.1 on
Gentoo Portage Overlays.
Here the git link:
http://goo.gl/JXLQ4
The unofficial overlays portage website:
* http://gpo.zugaina.org/net-misc/sip-router
Remember this is not an official ebuild, and neither it's not at official
gentoo portage tree.
Henning, can you add/update it at sip-router git repository
(pkg/ser/gentoo)?
Thank you and best regards,
Claudio
Hi,
I am investigating methods of configuring connected devices, one option is to use SIP, per http://tools.ietf.org/html/rfc6080. It seems that as this is a new proposed standard, there is no support for it yet. Can you advise whether anyone is considering implementing it as a Kamailio module?
Thanks,
Owen Lynch