For security reasons we can use only 32min character passwords on my work.
And when i tried to create user i got errors from DB.
So, i think this will be useful for other kamailio users.
Sorry for wrong commit format, but i can't understand to which part of kamailio this changes are related.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/779
-- Commit Summary --
* increase password length to 64 in utils(postgres, oracle, mysql, sqlite)
* increase password length to 64 in scripts(postgres, oracle, mysql)
-- File Changes --
M scripts/mysql/my_create.sql (2)
M scripts/oracle/or_create.sql (2)
M scripts/postgres/pg_create.sql (2)
M utils/kamctl/db_sqlite/auth_db-create.sql (2)
M utils/kamctl/db_sqlite/uid_auth_db-create.sql (2)
M utils/kamctl/mysql/auth_db-create.sql (2)
M utils/kamctl/mysql/uid_auth_db-create.sql (2)
M utils/kamctl/oracle/auth_db-create.sql (2)
M utils/kamctl/oracle/uid_auth_db-create.sql (2)
M utils/kamctl/postgres/auth_db-create.sql (2)
M utils/kamctl/postgres/uid_auth_db-create.sql (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/779.patchhttps://github.com/kamailio/kamailio/pull/779.diff
--
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/pull/779
Hi Daniel,
This issue might be related to #679 and #752.
On a "A endpoint" --- Kamailio ---- "B endpoint" scenario with track_cseq_updates enabled, I am having this issue:
- **A** sends INVITE with CSeq 101, **Kamailio** forwards it and gets 407 from **B**.
- **Kamailio** makes the SIP Auth with CSeq 102 using _uac_auth_.
- **A** sends a within-dialog transaction with Cseq 102.
- **Kamailio** does not mangle the Cseq (although it adds P-K-CSeq-Refresh: 103 header).
- **B** sends 200 OK with Cseq 102.
- **Kamailio** mangles it and forwards it to **A** with Cseq 101 (that doesn't match the expected CSeq).
I have tested both in master branch (commit d150d5a) and 4.4 branch (commit 5a21952).
I send you a pcap to your gmail account so that you can see what I mean :)
Thank you and tell me please if you need more testing!
--
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/787