kamailio -v
version: kamailio 4.3.0-dev4 (x86_64/linux) caf1db
flags: STATS: Off, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
F_MALLOC, DBG_F_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE,
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: caf1db
compiled on 16:09:10 Feb 26 2015 with gcc 4.8.2
We use this server for webrtc endpoints and it does not work. I see at
location table that webrtc endpoint register packet arrives and added
correctly endpoint itself give me unregistered result.
Hi, I am trying to develop custom Kamailio module in C and I am wondering
if Kamailio itself provide some kind of mechanism that allow me to call
other modules functions.
Most of the functions I need to call are defined as "static" and there are
accessible only in kamailio.cfg file (eg. nathelper's 'fix_nated_sdp_f()').
Is there any chance that I can call these methods in my custom module? Or I
need to use them only in kamailio.cfg and provide it with my module?
Thank's for help in advance.
Using Kamailio 4.1.3 and now 4.2.3 I get a scenario that an incoming call from an Audiocodes Gateway (MP-114 or Mediant-1000) shows the call appearance on the Phones (Polycom VVX-310, VVX-410 and SPIP-650). When a phone picks up the call, the appearances disappear from the other phones.
The other side of that, when one of the Polycom's calls out, the line appearance act normally.
Used the latest kamailio.cfg with the additions of the module based configs from the 4.2 wiki.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/103
Build Update for kamailio/kamailio
-------------------------------------
Build: #466
Status: Errored
Duration: 45 minutes and 13 seconds
Commit: adde641 (master)
Author: Daniel-Constantin Mierla
Message: jsonrpc-s: implementation of FIFO transport
- JSON-RPC commands can be sent now via a FIFO file, as alternative to (or
together with) HTTP/S
- it can be useful for using it from terminal with command line/shell
tools
View the changeset: https://github.com/kamailio/kamailio/compare/7a1fb3aec976...adde641c3ba6
View the full build log and details: https://travis-ci.org/kamailio/kamailio/builds/54096807
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
Module: kamailio
Branch: master
Commit: 7a1fb3aec976c53709cd3a27f5e2d16a9859d0e9
URL: https://github.com/kamailio/kamailio/commit/7a1fb3aec976c53709cd3a27f5e2d16…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-03-12T10:04:52+01:00
geoip: updated the documentation with contc
- added remark about geoip2 module for using the new GeoIP API
---
Modified: modules/geoip/README
Modified: modules/geoip/doc/geoip_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7a1fb3aec976c53709cd3a27f5e2d16…
Patch: https://github.com/kamailio/kamailio/commit/7a1fb3aec976c53709cd3a27f5e2d16…
---
diff --git a/modules/geoip/README b/modules/geoip/README
index a8ac4cc..ed56446 100644
--- a/modules/geoip/README
+++ b/modules/geoip/README
@@ -68,7 +68,9 @@ Chapter 1. Admin Guide
1. Overview
This module allows real-time queries against the Max Mind GeoIP
- database to be performed from the config script.
+ database to be performed from the config script. It uses the old
+ version of API, still very common on OS distributions. For using the
+ new version of GeoIP API, see geoip2 module.
The Max Mind GeoIP database is a map of IP network address assignments
to geographical locales that can be useful -- though approximate -- in
@@ -160,6 +162,7 @@ if(geoip_match("$si", "src"))
+ regc - region
+ regn - region name
+ metro - metro code
+ + contc - continent code
Exported pseudo-variables are documented at
- http://www.kamailio.org/dokuwiki/.
+ http://www.kamailio.org/wiki/.
diff --git a/modules/geoip/doc/geoip_admin.xml b/modules/geoip/doc/geoip_admin.xml
index 7bd6427..e4db7e7 100644
--- a/modules/geoip/doc/geoip_admin.xml
+++ b/modules/geoip/doc/geoip_admin.xml
@@ -18,7 +18,9 @@
<title>Overview</title>
<para>
This module allows real-time queries against the Max Mind GeoIP
- database to be performed from the config script.
+ database to be performed from the config script. It uses the old
+ version of API, still very common on OS distributions. For using
+ the new version of GeoIP API, see geoip2 module.
</para>
<para>
The Max Mind GeoIP database is a map of IP network address assignments
@@ -182,6 +184,9 @@ if(geoip_match("$si", "src"))
<listitem><para>
<emphasis>metro</emphasis> - metro code
</para></listitem>
+ <listitem><para>
+ <emphasis>contc</emphasis> - continent code
+ </para></listitem>
</itemizedlist>
</listitem>
</itemizedlist>