Hey Marius,
thanks for the detailed answer but after
git cherry-pick 2f8f8e58
I get the error:
fatal: Cannot find '2f8f8e58'
Any ideas???
Thank you.
Regards,
Nicolas
patch from the master branch to 3.1 (local so don't worry) using
cd /usr/local/src/kamailio-3.1.0 rm -rf kamailio #start with a new fresh clone git clone --depth 1 git://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b 3.1 origin/3.1 #this is the new step git cherry-pick 2f8f8e58
You should then see something like
Finished one cherry-pick. [3.1 e4f7cd8] modules_k/userblacklist : extended userblacklist module so also alphanumerical matches are possible 5 files changed, 86 insertions(+), 27 deletions(-)