Hello,
all existing PRs are going to be merged if the are already open and
nothing gets broken. I will look at them in the near future.
Cheers,
Daniel
On 18.10.17 16:10, Sergey Safarov wrote:
> Hello Daniel
> Could you make review of PR #1106
> <https://github.com/kamailio/kamailio/pull/1106> and #1260
> <https://github.com/kamailio/kamailio/pull/1260>
>
> Sergey
>
> вт, 17 окт. 2017 г. в 7:25, Daniel-Constantin Mierla
> <miconda(a)gmail.com <…
[View More]mailto:miconda@gmail.com>>:
>
> Hello,
>
> short note to mark the freezing of development for Kamailio v5.1
> series.
> For few weeks, please do not push new features in the master branch.
> Once the branch 5.1 is created (expected to happen in 3-4 weeks from
> now), the master branch becomes again open for new feature. Meanwhile
> the focus has to be on testing current code.
>
> Work on related tools (e.g., kamctl) or documentation can still be
> done
> as well as getting the new modules in 5.1 in good shape, plus adding
> exports to kemi interface (which should not interfere with old code).
>
> The entire testing phase is expected to be 4 to 6 weeks, then the
> release of v5.1.0 -- likely by end of November should be out.
>
> Cheers,
> Daniel
>
> --
> Daniel-Constantin Mierla
> www.twitter.com/miconda <http://www.twitter.com/miconda> --
> www.linkedin.com/in/miconda <http://www.linkedin.com/in/miconda>
> Kamailio Advanced Training, Nov 13-15, 2017, in Berlin -
> www.asipto.com <http://www.asipto.com>
> Kamailio World Conference - www.kamailioworld.com
> <http://www.kamailioworld.com>
>
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users(a)lists.kamailio.org <mailto:sr-users@lists.kamailio.org>
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Nov 13-15, 2017, in Berlin - www.asipto.com
Kamailio World Conference - www.kamailioworld.com
[View Less]
I noticed that my ul.add command that works OK in 5.0 doesn't anymore
work in 5.1. I get back to the xmlrpc query:
<name>faultString</name>
<value><string>Not enough parameters or wrong format</string></value>
I then went and compared ul.add in 5.0 and 5.1 and noticed that in 5.1
it has added two optional params:
received (optional) value with the received-from address (source
address) (use '0' or '.' if it should not be set). Format:
sip:…
[View More]srcip:srcport;transport=abc
socket (optional) value with the local socket address (use '0' or
'.' if it should not be set). Format: proto:localip:localport
Note: the position of parameters is relevant, in the case of
optional parameters, use '0' or '.' for parameters that should not
be set which are positioned before any parameter that has to be set.
What does that mean? Isn't optional really optional, but 0 or . is
needed?
-- Juha
[View Less]