THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#274 - not able to compile Kamailio 3.3.4
User who did this - Julian (juquinte)
----------
Hi Daniel
Yes libc dev package is already installed:
Note, selecting 'libc0.1-dev' instead of 'libc-dev'
libc0.1-dev is already the newest version.
libc0.1-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Regards
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=274#comment784
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.
The following task is now closed:
FS#273 - rtpproxy module: rtpproxy_manage(flags, ip) puts garbage into SDP
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Thanks for testing!
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=273
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.
The following task has a new comment added:
FS#273 - rtpproxy module: rtpproxy_manage(flags, ip) puts garbage into SDP
User who did this - Markus Bucher (MarkCDSys)
----------
Works great, thank you!
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=273#comment783
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.
The following task has a new comment added:
FS#273 - rtpproxy module: rtpproxy_manage(flags, ip) puts garbage into SDP
User who did this - Daniel-Constantin Mierla (miconda)
----------
Your patch is reverting partially what was added by Peter Dunkley to allow variables in the parameters of the rtpproxy_manage() -- that results pretty much in the version of rtpproxy_manage(flags, ip) from kamailio 3.3.x.
Apparently the problem was with the expected type of second parameter. I pushed a patch (master and 4.0 branches), but didn't test it. Give it a try and report back if works fine.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=273#comment782
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.
The following task has a new comment added:
FS#274 - not able to compile Kamailio 3.3.4
User who did this - Daniel-Constantin Mierla (miconda)
----------
Have you installed libc dev package? All should work fine on squeeze as we generate even packages for it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=274#comment781
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 - Julian (juquinte)
Attached to Project - sip-router
Summary - not able to compile Kamailio 3.3.4
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.3
Due in Version - Undecided
Due Date - Undecided
Details - Hi
when I compile( make all) I am receive the following error
resolve.h:471:4: error: #error neither gethostbyname2 or getipnodebyname present
make: *** [action.o] Error 1
I am using debian squeeze, from resolve.h file it seems that is IPV6 related, maybe a header mising or compilation issue
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=274
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 - Markus Bucher (MarkCDSys)
Attached to Project - sip-router
Summary - rtpproxy module: rtpproxy_manage(flags, ip) puts garbage into SDP
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Hi,
I tried to use rtpproxy_manage() specifying flags and an IP, but the command seemed to have put binary data into the SDP instead of the specified IP, thus corrupting the SDP-data.
I found that rtpproxy_manage() processes it's parameters differently than rtpproxy_offer() does.
Is this intended?
Anyway, using parameter conversion the way rtpproxy_offer() does (which actually means doing none at all) seems to fix the issue (see attached patch).
I do not have much experience with the parameter procession of kamailio, so I do not know if my patch opens any memory leaks or other problems.
So please take a closer look at the section.
Best Regards,
Markus
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=273
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.