Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Vadim
I'll leave it here. Correct generation using md5sum in linux, It is important to use key "-n": echo -n "user:realm:password" | md5sum -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Vadim
Closed #2108. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2108#event-2734799322___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Vadim
I checked the hash with another converter, everything works! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Adding CDR as JSON functionality (#2107)

2019-10-22 Thread Julien Chavanton
Extending the acc API adding CDR support to acc_json seems like good options. You did not think it was worth supporting queuing in mqueue, so that the same 2 outputs can be used syslog or mqueue ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Henning Westerholt
Yes https://en.wikipedia.org/wiki/Digest_access_authentication -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Vadim
Thanks Daniel, for auth_password it works. When using auth_ha1, the problem is relevant. Is the password for autn_na1 correctly hashed: MD5 - "user:realm:password" ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Daniel-Constantin Mierla
Thanks for report, an obvious regression introduced with the support of ha1 format! I pushed the commit to fix it on master and 5.3 branches, can you try and see if works fine now? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:5.3:ad190539: uac: proper condition to chech if ha1 flag is set for uac reg authentication

2019-10-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.3 Commit: ad1905397bd5bb7cca8c32f0f782fd340f07c68b URL: https://github.com/kamailio/kamailio/commit/ad1905397bd5bb7cca8c32f0f782fd340f07c68b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-22T15:20:14+02:00 uac: proper condition to

[sr-dev] git:master:2a3186ee: uac: proper condition to chech if ha1 flag is set for uac reg authentication

2019-10-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2a3186ee0f8a2989f8de154019fd0ad73b390d73 URL: https://github.com/kamailio/kamailio/commit/2a3186ee0f8a2989f8de154019fd0ad73b390d73 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-22T15:16:30+02:00 uac: proper condition

[sr-dev] [kamailio/kamailio] uac: uacreg send incorrect hash response (#2108)

2019-10-22 Thread Vadim
### Description ``` Installed new kamailio 5.3, setting the uac module to register trunk. The trunk has been added to the Mysql with an open password (or use ha1). When try to register and send authorization data, the provider's server always gives a 403 error. After the analysis, I found

[sr-dev] git:5.3:d6a55699: domain: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: d6a55699c56c5b298442d3bb10838304156d6850 URL: https://github.com/kamailio/kamailio/commit/d6a55699c56c5b298442d3bb10838304156d6850 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T11:14:46+02:00 domain: fix spelling error (cherry picked from

[sr-dev] git:master:c0879add: kamdbctl: split create user and grant access statements for mysql

2019-10-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c0879add55bef77703f2259f224b4a1f954cd8bf URL: https://github.com/kamailio/kamailio/commit/c0879add55bef77703f2259f224b4a1f954cd8bf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-22T10:49:18+02:00 kamdbctl: split

[sr-dev] git:5.3:09b3a82e: core: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 09b3a82e496dd6f45a8f55fb06ca8ff6d4582aa1 URL: https://github.com/kamailio/kamailio/commit/09b3a82e496dd6f45a8f55fb06ca8ff6d4582aa1 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:37+02:00 core: fix spelling error (cherry picked from

[sr-dev] git:5.3:81e39705: pua: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 81e39705affe8efe3e544ef34ae4e7649f745512 URL: https://github.com/kamailio/kamailio/commit/81e39705affe8efe3e544ef34ae4e7649f745512 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:33+02:00 pua: fix spelling error (cherry picked from

[sr-dev] git:5.3:48e4b9b4: utils/kamctl: update shebang to python3

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 48e4b9b41c70ebe3f7a478dcdcb628e7a0306123 URL: https://github.com/kamailio/kamailio/commit/48e4b9b41c70ebe3f7a478dcdcb628e7a0306123 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:30+02:00 utils/kamctl: update shebang to python3 (cherry

[sr-dev] git:5.3:c1e5c03a: smsops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: c1e5c03aadb86abe0b8063f04f1cbcc8e908b0a8 URL: https://github.com/kamailio/kamailio/commit/c1e5c03aadb86abe0b8063f04f1cbcc8e908b0a8 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:22+02:00 smsops: fix spelling error (cherry picked from

[sr-dev] git:5.3:4c36858e: textops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 4c36858eb9302465bba492f7901986f6a94198f0 URL: https://github.com/kamailio/kamailio/commit/4c36858eb9302465bba492f7901986f6a94198f0 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:26+02:00 textops: fix spelling error (cherry picked from

[sr-dev] git:5.3:edc998d5: seas: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: edc998d58fbd9fd951c6469d7278525af1e1 URL: https://github.com/kamailio/kamailio/commit/edc998d58fbd9fd951c6469d7278525af1e1 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:10+02:00 seas: fix spelling error (cherry picked from

[sr-dev] git:5.3:4537518a: smsops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 4537518a1df4c579f0603dfdbe947f3cee6d0fe3 URL: https://github.com/kamailio/kamailio/commit/4537518a1df4c579f0603dfdbe947f3cee6d0fe3 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:18+02:00 smsops: fix spelling error (cherry picked from

[sr-dev] git:5.3:a616c673: secfilter: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: a616c673ca4164a026ca8fc64db977bb3ffcef95 URL: https://github.com/kamailio/kamailio/commit/a616c673ca4164a026ca8fc64db977bb3ffcef95 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:27:15+02:00 secfilter: fix spelling error (cherry picked from

[sr-dev] git:master:e35fe2d7: core: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: e35fe2d7b4ae79be6af9a70d8520620941960a72 URL: https://github.com/kamailio/kamailio/commit/e35fe2d7b4ae79be6af9a70d8520620941960a72 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:08:34+02:00 core: fix spelling error --- Modified:

[sr-dev] git:master:d06e85d6: pua: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: d06e85d6fa9e75e8008bc422a7596671283054f7 URL: https://github.com/kamailio/kamailio/commit/d06e85d6fa9e75e8008bc422a7596671283054f7 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:04:58+02:00 pua: fix spelling error --- Modified:

[sr-dev] git:master:9aa42d7c: utils/kamctl: update shebang to python3

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 9aa42d7c8161d4a0d085b019a85cde6981b3b4f9 URL: https://github.com/kamailio/kamailio/commit/9aa42d7c8161d4a0d085b019a85cde6981b3b4f9 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:02:36+02:00 utils/kamctl: update shebang to python3 ---

[sr-dev] git:master:20e6c522: textops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 20e6c522c6722012cb8c38ae7e0c1773b2d536ed URL: https://github.com/kamailio/kamailio/commit/20e6c522c6722012cb8c38ae7e0c1773b2d536ed Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T10:00:16+02:00 textops: fix spelling error --- Modified:

[sr-dev] git:master:4ba14d2f: smsops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 4ba14d2f6db6144870650398da6c07b07d23d64d URL: https://github.com/kamailio/kamailio/commit/4ba14d2f6db6144870650398da6c07b07d23d64d Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T09:59:02+02:00 smsops: fix spelling error --- Modified:

[sr-dev] git:master:4a657005: smsops: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 4a657005a5c4eff88e48dc2b8847d5800a90bead URL: https://github.com/kamailio/kamailio/commit/4a657005a5c4eff88e48dc2b8847d5800a90bead Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T09:57:07+02:00 smsops: fix spelling error --- Modified:

[sr-dev] git:master:3c26ebe4: secfilter: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 3c26ebe4670eaffce4754bbd0cd76cbecf5bf590 URL: https://github.com/kamailio/kamailio/commit/3c26ebe4670eaffce4754bbd0cd76cbecf5bf590 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T09:52:42+02:00 secfilter: fix spelling error --- Modified:

[sr-dev] git:master:8a197dcc: seas: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 8a197dcc8d2d063d3615e8800ed8d2f7812cce0f URL: https://github.com/kamailio/kamailio/commit/8a197dcc8d2d063d3615e8800ed8d2f7812cce0f Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T09:35:10+02:00 seas: fix spelling error --- Modified:

[sr-dev] git:master:0944689d: domain: fix spelling error

2019-10-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 0944689db2eabbb531fc6daed9db3a9bcc1780b6 URL: https://github.com/kamailio/kamailio/commit/0944689db2eabbb531fc6daed9db3a9bcc1780b6 Author: Victor Seva Committer: Victor Seva Date: 2019-10-22T09:32:48+02:00 domain: fix spelling error --- Modified:

[sr-dev] git:master:3c24dd27: modules: readme files regenerated - imc ... [skip ci]

2019-10-22 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 3c24dd27056c48528bc33bd90d680b9483785a18 URL: https://github.com/kamailio/kamailio/commit/3c24dd27056c48528bc33bd90d680b9483785a18 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-10-22T08:31:18+02:00 modules: readme files regenerated - imc ...

[sr-dev] git:master:6f9bb642: imc: docs - added section ids

2019-10-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6f9bb6427ce201863d60e3255debe31a6a7db776 URL: https://github.com/kamailio/kamailio/commit/6f9bb6427ce201863d60e3255debe31a6a7db776 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-22T08:28:09+02:00 imc: docs - added