Hi All,
Is it possible to have the build/git version added in a custom
server_header/useragent_header? For example, my kamailio version is:
version: kamailio 3.2.0 (i386/linux) 94d3b8
if I had the following config options:
server_header="Server: Proxy"
useragent_header="User-Agent: Proxy"
Is it possible to do something like:
server_header="Server: Proxy ($buildver)"
useragent_header="User-Agent: Proxy ($buildver)"
Where "$buildver" is the build/git release (94d3b8)? I'm looking at the
…
[View More]core cookbook but I dont see anything that jumps out at me, is there a
variable that can do this?
Thanks
[View Less]
Hello,
after troubleshooting ACK routing loops i came up with a thread:
http://www.openser.org/pipermail/users/2009-March/004123.html
In short, loops formed when i entered IP address to 'domain' table of a
host which was remote.
Call flow:
UAC INVITE -> Kamailio (with remote domain entered) -> UAS (host whose
IP matches that remote domain)
It looks like after loose_route() check ACK to 200 OK gets routed to
local host. Besides this issue, IP address of remote host in 'domain'
table …
[View More]did no harm at all.
Question is, is that normal ACK routing behaviour or loose_route()
should still check if given IP in request is really bound to local
interface?
Domain module documentation states that "A “local” domain is one that
the proxy is responsible for", but id does not tell you that you cannot
set remote IP address as a local domain.
Please advice.
Best regards,
Antanas Masevicius
[View Less]
Hi All,
I'd like to clear something up with the diapatcher module and it's
probing parameters:
First things first:
./kamailio -V
version: kamailio 3.1.5 (i386/linux) 76fff5
flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
DBG_QM_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 …
[View More]262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, PKG_SIZE 4MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 76fff5
compiled on 16:21:02 Oct 19 2011 with gcc 4.1.2
I think I am suffering from the same confusion as Klaus in the following
archive message:
http://web.archiveorange.com/archive/v/jZFTG61DlcEr9LJbS8Gq
I have the following parameters set for the dispatcher module:
modparam("dispatcher", "ds_ping_interval", 10)
modparam("dispatcher", "ds_probing_threshhold", 1)
modparam("dispatcher", "ds_probing_mode", 0)
When I first start kamailio all gateways are active, no probing occurs.
If I then set a gateway inactive (ds_set_state i 1 sip:...), no probing
occurs.
If I then set same gateway active (ds_set_state a 1 sip:...), no probing
occurs.
If I mark same gateway as probing (ds_mark_dst("p") after 1 attempt as
specified in module parameter), then probing starts.
If I then set same gateway inactive (ds_set_state i 1 sip:...) probing
still occurs.
According to the docs if I set the state of a gateway to inactive then
no probing should occur. From my understanding of the docs, if I set
ds_probing_mode to 0 then only gateways marked as probing will be "pinged".
Can someone with more experienced than myself please clarify how this
method is supposed to work.
Thanks
[View Less]
Hello
congratulations to all the people who has contributed! I'm looking forward
to try it out, some of the new features look really promising...
Regards
Javi
> ------------------------------
>
> Message: 2
> Date: Tue, 18 Oct 2011 20:30:22 +0200
> From: Daniel-Constantin Mierla <miconda(a)gmail.com>
> Subject: [SR-Users] Kamailio v3.2.0 Released - new major version is
> out
> To: kamailio users <sr-users(a)lists.sip-router.org>, sr-dev
> …
[View More] <sr-dev(a)lists.sip-router.org>, business(a)lists.kamailio.org
> Message-ID: <4E9DC5BE.8080003(a)gmail.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Kamailio (OpenSER) SIP Server v3.2.0 is out ? a major release with a
> very large number of new features and improvements.
>
> v3.2.0 release is a result of more than 10 months of development and 2
> months of testing from the teams of Kamailio (OpenSER) and SIP Express
> Router (SER) projects. In the year of the 10th celebration of our
> project (http://sip-router.org/10-years-ser/), this version comes with
> 12 brand new modules in addition to a lot of fresh features in core and
> old modules.
>
> Full release notes, including links for download and documentation, are
> available at:
>
> * http://www.kamailio.org/w/kamailio-openser-v3-2-0-release-notes/
>
> Many thanks to all developers and community members that made possible
> this release.
>
> Enjoy SIP routing in a more flexible and easier way with Kamailio v3.2.0!
>
> --
> Daniel-Constantin Mierla -- http://www.asipto.com
>
>
>
>
>
[View Less]
Hello,
Is kamctl utility version independent of the kamailio binary version?
# kamailio -V
version: kamailio 3.2.0 (x86_64/linux) 94d3b8
# kamctl version
/usr/sbin/kamctl 3.1.0
Just a typo i guess.
Regards,
Claudio
Hi,
I was using ndb cluster as the dabatase backend for my kamailio setup. The
thing is, mysql ndb cluster is difficult to maintain for me and it crashed
multiple times (desynchronization, datamemory limit reached, and other
strange reasons) and it is not that well documented (the user-base is quite
narrow). My question is, what mysql architecture would you recommend me, if
it has to be high available, well documented with various examples wihitn
the community, thus easy to maintain. DB has 5% …
[View More]writes, 100queries/sec. and
its size is 100MB.
Mino
[View Less]