Releases: 2600hz/kazoo-configs-kamailio
5.1.39
Changes for 5.1.39
Changes to branch 5.1
after version 5.1.38
.
Commits
-
ensure hf xavp is cleared on request - by Luis Azedo
- request flow could lead to xavp being used without being initialized
(cherry picked from commit 706d4e4)
-
classify request earlier - by Luis Azedo
- sanity, antiflood, core will have way to differentiate requests
(cherry picked from commit a020417)
5.0.103
Changes for 5.0.103
Changes to branch 5.0
after version 5.0.102
.
Commits
-
ensure hf xavp is cleared on request - by Luis Azedo
- request flow could lead to xavp being used without being initialized
(cherry picked from commit 706d4e4)
-
classify request earlier - by Luis Azedo
- sanity, antiflood, core will have way to differentiate requests
(cherry picked from commit a020417)
5.3.2
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
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
Changes for 5.2.19.1
Changes to branch fix-5.2.19
after version 5.2.19
.
Commits
5.1.38
5.1.37
Changes for 5.1.37
Changes to branch 5.1
after version 5.1.36
.
Commits
-
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)
-
KAM-21: the return code of function used to verify the SIP response to a challenge was not properly compared, allowing some calls with invalid passwords to continue - by Karl Anderson
5.1.23.1
5.0.102
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
Changes for 5.0.101
Changes to branch 5.0
after version 5.0.100
.