On Dec 11, 2009 at 11:58, Juha Heinanen jh@tutpro.com wrote:
Daniel-Constantin Mierla writes:
this does not affect SR AFAIK.
In K 3.0 this is related to the feature of dropping provisional replies in tm onreply_route upon calling drop.
in sr, provisional replies can be dropped in onreply_route by 'return 0'. are you saying that 'return 0' is not affected, but 'drop' is?
it is very bad and confusing that we ended up having two different cores.
We should review the differences before the release. For example I think the drop stuff should be in sr_3.0 too.
BTW: a quick way to see the different commits (commits on k_3.0 that are not on sr_3.0) is: git log --oneline --left-right --cherry-pick origin/sr_3.0...origin/kamailio_3.0 |grep "^>"
(the simpler git log --oneline origin/sr_3.0..origin/kamailio_3.0 cannot be used because k was updated with cherry-pick and not with merge)
Andrei