Hello,
today I am going to do the restructuring of the source code tree as
discussed previously.
- http://lists.sip-router.org/pipermail/sr-dev/2016-December/037715.html
If anyone has patches to push using existing structure, do it before
12:00UTC today. If you need more time, write to sr-dev and let's see how
we can find an easy solution.
Once I finish with the restructuring, I will send another notification,
from that moment the commits can go on as usual.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
Hi Guys,
Is it still the case that when using uac_req_send, you cant send withing a specific dialog?I can modify call-id, but I presume tags may be more of a problem?See old post below from 2015;
> I am familiar with uac_req_send. but how do I send it with in a
> specific dialog and with data in the INFO req ?
sending a new request inside a dialog is not possible with
uac_req_send(). It is not easy over all because you change the sequence
order (CSeq value). Practically, you need to track how many requests you
sent from the middle to update (and restore in reply) when caller or
callee sends a new request.
dialog module can track changes in CSeq for requests sent to callee,
being used now for authentication of INVITE to another provider, when
Kamailio adds the credentials. But for more you would need to extend the
dialog module.
I just need to send a SIP info within an established dialog to stop some function up stream, so wondered if this is still a blocker?
Many thanks
Jon
Hello Guys,
I'm wondering how do I get destination IP on a reply?
Regards,
David Villasmil
email: david.villasmil.work(a)gmail.com
phone: +34669448337
ᐧ
Hey all,
I know Kamailio's registrar module has a max_contacts parameter that will
limit the number of active contacts for an AOR. However, is there any
mechanism to control what happens when that number is hit?
When using a web client where every page refresh registers a new contact
with Kamailio, it would be useful to automatically roll off the oldest
registrations and replace to make room for the new ones. I know this can be
manually accomplished with sqlops, but I was hoping something like this
already existed.
Best,
Colin
Hello,
be aware that the modules purple and iptrtpproxy were moved to obsolete
folder.
They were not compiling for several years and nobody showed interest in
updating them. If anyone wast to rescue them, she/he is welcome to get
them back and upgrade the code to work with current versions of their
dependencies.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
Hello,
mainly for those having private modules or other components for
kamailio, take note that the internal library kcore has been removed. It
was supposed to be a termporary place where to keep some kamailio
specific functions at the time of merging with ser code back in 2008.
The main code was related to internal statistics, which was
re-implemented as fast counters several years ago, in libkcore being
only some wrappers. You have to include now directly the counters.h from
core. There were several files with some str operations helpers, not
they are exported via strutils.h from core. The sst parser was used only
by sst module and moved to it, same being done with some stats helper
functions used only by snmpstats module.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
My kamailio listen at internal ip and external ip(advertise parameter), it send message to freeswitch from internal ip and to client from external ip.
How can I configure my kamailio to auto generate correct record route header?
OK thank you Alex. I will look into your suggestions next time the problem
arises. Each call does generate one SQL LCR lookup, one CDR INSERT, and
also a timer route that runs 3 queries every few minutes. Once Kamailio
stops responding it will continue that way indefinitely until a process
restart. Will report back. Thanks.
Pete D