THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Bill Radis (radisb)
Attached to Project - sip-router
Summary - Setting only dlg_set_property("ka-dst") doesn't work
Task Type - Bug Report
Category - dialog
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - In dlg_hash.c, line 135:
if(!(dlg->…
[View More]iflags & (DLG_IFLAG_KA_SRC | DLG_IFLAG_KA_SRC)))
return 0;
should be
if(!(dlg->iflags & (DLG_IFLAG_KA_SRC | DLG_IFLAG_KA_DST)))
return 0;
It causes the keep-alives to work only if only "ka-src" attr is set or both "ka-src" and "ka-dst" are set, but not when only "ka-dst" is set.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=416
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.
[View Less]
Patch attached for sqlops_admin.xml.
Does the readme also need patching or is it generated from this xml?
--
Fred Posner
The Palner Group, Inc.
503-914-0999 (direct)
954-472-2896 (fax)
HI All,
I am using the Kamailio 4.1.2 with RTPProxy 1.2.1 as a SIP Proxy. I want to
ensure that all my sip and media (RTP) passes through the SIP Proxy
(Kamailio + RTP Proxy) while we my SIP Client sends any SIP and RTP to SIP
Server (asterisk). So it is like below:
SIP Agent <--------SIP+RTP---------->SIP
Proxy(Kamailio+RTPProxy)<------SIP+RTP-------->SIP Server(Asterisk).
Now it is working fine with my current configuration on Kamailio with
RTPProxy with SIP and RTP both if my …
[View More]SIP Agent is on the 802.11 LAN that is
my PC have local IP address like 192.168.1.2.
Now I am facing the problem in the case where my PC is accessing the
internet through the USB data card (or Internet USB dongle). Here my PC IP
is like 116.203.51.209. In this case my SIP is successfully passes through
the SIP Proxy and works good. But in this case my RTP is does not passes
through the SIP Proxy (RTPProxy). The SIP Proxy(Kamailio + RTPPRoxy) and
SIP Server is running on the public IP.
Please find attached my kamailio.cfg.
Please let me know what is the issue.
Thanks and Regards
Varun
[View Less]