Hi All,
Can anybody help me by telling how to read INVITE packet SDP c line IP
address in Kamailio.cfg. For example a INVITE packet comes and its SDP
contains the line
v=0
o=- 3619547086 3619547086 IN IP4 1.223.65.215
s=pjmedia
c=IN IP4 1.223.65.215
t=0 0
a=X-nat:0
Now I want to read this SDP packet and want to put the IP 1.223.65.215 in a
variable.
Can anybody please help me out in this.
Regards
Varun
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#467 - coredump when invoking 'kamcmd ul.add ...' with path parameter set to 's:0' and debug level >= 3
User who did this - Thomas Arimont (topotomaso)
----------
Might be "printf"-implementation-specific or gcc optimization-specific.
My environment: CentOS 6.5, glibc-2.12-1.132.el6_5.2.x86_64
Kamailio RPM kamailio-4.1.3-2.1.i686.rpm taken from
http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_…
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=467#comment1618
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 new Flyspray task has been opened. Details are below.
User who did this - Thomas Arimont (topotomaso)
Attached to Project - sip-router
Summary - coredump when invoking 'kamcmd ul.add ...' with path parameter set to 's:0' and debug level >= 3
Task Type - Bug Report
Category - usrloc (k)
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - There is a small bug in modules/usrloc/ul_rpc.c, function ul_rpc_add().
If the path parameter ist set to "0", LM_DBG(...,ci.patch->s, ...) is called with a null pointer. This crashes kamailio if loglevel >= 3.
Easy to reproduce:
In kamailio.cfg set:
debug=3 (or greater)
Invoke kamcmd from shell:
$kamcmd ul.add location 1234@location 'sip:1234@1.1.1.1:55555' 3600 1.0 **s:0** 0 0
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=467
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.
i would like that the following change is made to rtpengine debian
control file. after the change, "apt-get dist-upgrade" upgrades
rtpengine packages without dependency errors.
-- juha
diff --git a/debian/control b/debian/control
index 6d5c812..31add8c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Homepage: http://sipwise.com/
Package: ngcp-rtpengine-daemon
Architecture: any
Pre-Depends: ngcp-system-tools
-Depends: ${misc:Depends},
+Depends: ${misc:Depends}, ngcp-rtpengine-kernel-dkms,
${shlibs:Depends}
Conflicts: ngcp-mediaproxy-ng-daemon
Replaces: ngcp-mediaproxy-ng-daemon