Skip to content

Releases: 2600hz/kazoo-configs-kamailio

5.1.39

18 Aug 07:52
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.39

Changes to branch 5.1 after version 5.1.38.

Commits

5.0.103

18 Aug 07:54
Compare
Choose a tag to compare

Generic badge

Changes for 5.0.103

Changes to branch 5.0 after version 5.0.102.

Commits

5.3.2

29 Jun 00:51
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.2

Changes to branch 5.3 after version 5.3.1.

Commits
  • add parameter separator on registrar query aor info - by Luis Azedo

    • explicitly set the separator

    (cherry picked from commit a794f6c)

  • fix the check on authz response - by Luis Azedo

    checking for true/false on the return of functions is not the same

    as assign the return value to a variable and do the same question.

    kamailio uses handles the return of function values as follows

    • = 0 drop the message

    • < 0 false

    • > 0 true

    'if (!somefuntion())' is equivalent to 'if(somefuntion() < 0)' and is not equivalent to 'if(somefuntion() == 0)'

    'if (somefuntion())' is equivalent to 'if(somefuntion() > 0)' and is not equivalent to 'if(somefuntion() != 0)'

    !$var(something) => is the variable != 0 which will never be true if the value was assigned from the return of a function

    (cherry picked from commit b41dd06)

  • allow antiflood to be extended and provided by 3rd party script - by Luis Azedo

    • use routes instead of ifdef

    (cherry picked from commit 124aace)

5.2.20

29 Jun 00:51
Compare
Choose a tag to compare

Generic badge

Changes for 5.2.20

Changes to branch 5.2 after version 5.2.19.

Commits
  • add parameter separator on registrar query aor info - by Luis Azedo

    • explicitly set the separator

    (cherry picked from commit a794f6c)

  • fix the check on authz response - by Luis Azedo

    checking for true/false on the return of functions is not the same

    as assign the return value to a variable and do the same question.

    kamailio uses handles the return of function values as follows

    • = 0 drop the message

    • < 0 false

    • > 0 true

    'if (!somefuntion())' is equivalent to 'if(somefuntion() < 0)' and is not equivalent to 'if(somefuntion() == 0)'

    'if (somefuntion())' is equivalent to 'if(somefuntion() > 0)' and is not equivalent to 'if(somefuntion() != 0)'

    !$var(something) => is the variable != 0 which will never be true if the value was assigned from the return of a function

    (cherry picked from commit b41dd06)

  • allow antiflood to be extended and provided by 3rd party script - by Luis Azedo

    • use routes instead of ifdef

    (cherry picked from commit 124aace)

5.2.19.1

29 Jun 00:48
Compare
Choose a tag to compare

5.1.38

29 Jun 00:51
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.38

Changes to branch 5.1 after version 5.1.37.

Commits

5.1.37

29 Jun 00:46
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.37

Changes to branch 5.1 after version 5.1.36.

Commits

5.1.23.1

29 Jun 00:46
Compare
Choose a tag to compare

Generic badge

Release kazoo-configs-kamailio_5.1.23.1 has been built successfully

5.0.102

29 Jun 00:50
Compare
Choose a tag to compare

Generic badge

Changes for 5.0.102

Changes to branch 5.0 after version 5.0.101.

Commits
  • add parameter separator on registrar query aor info - by Luis Azedo

    • explicitly set the separator

    (cherry picked from commit a794f6c)

  • fix the check on authz response - by Luis Azedo

    checking for true/false on the return of functions is not the same

    as assign the return value to a variable and do the same question.

    kamailio uses handles the return of function values as follows

    • = 0 drop the message

    • < 0 false

    • > 0 true

    'if (!somefuntion())' is equivalent to 'if(somefuntion() < 0)' and is not equivalent to 'if(somefuntion() == 0)'

    'if (somefuntion())' is equivalent to 'if(somefuntion() > 0)' and is not equivalent to 'if(somefuntion() != 0)'

    !$var(something) => is the variable != 0 which will never be true if the value was assigned from the return of a function

    (cherry picked from commit b41dd06)

  • allow antiflood to be extended and provided by 3rd party script - by Luis Azedo

    • use routes instead of ifdef

    (cherry picked from commit 124aace)

5.0.101

29 Jun 00:12
Compare
Choose a tag to compare