To make IPV6 work with Solaris, add_interfaces() had to be modified.
I decided to reimplement it with a getifaddrs() based implementation,
which is available from Solaris 11 upwards, and also on FreeBSD and
Linux. By default, the latter continues to use the netlink based
variant.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/447
-- Commit Summary --
* core: rewrite add_interfaces() with getifaddrs() based implementation
-- File Changes --
M Makefile.defs (2)
M socket_info.c (142)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/447.patchhttps://github.com/kamailio/kamailio/pull/447.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/447
Hi,
I need to implement a WebRTC gateway for an existing conference bridge. The
clients application can be a JsSIP client (SIP over websocket or JSON over
websocket). The WebRTC gateway has to support Signaling and ICE and DTLS.
Can I use Kamailio as a base for this development?
Thanks
Suganthi
Conflicts !
Auto-merging modules/presence/notify.c
CONFLICT (add/add): Merge conflict in modules/presence/notify.c
Auto-merging modules/db_text/dbtext.h
CONFLICT (add/add): Merge conflict in modules/db_text/dbtext.h
Auto-merging modules/db_text/dbtext.c
CONFLICT (add/add): Merge conflict in modules/db_text/dbtext.c
Auto-merging modules/db_text/dbt_base.c
CONFLICT (add/add): Merge conflict in modules/db_text/dbt_base.c
Automatic merge failed; fix conflicts and then commit the result.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/d0372a132767cf08dd8786692fe5692…