I created patch for postgres module and will test soon.
```
diff --git a/src/modules/db_postgres/km_pg_con.c
b/src/modules/db_postgres/km_pg_con.c
index 5a7225c..b66a94a 100644
--- a/src/modules/db_postgres/km_pg_con.c
+++ b/src/modules/db_postgres/km_pg_con.c
@@ -52,6 +52,7 @@ struct pg_con *db_p
Module: kamailio
Branch: master
Commit: cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8
URL:
https://github.com/kamailio/kamailio/commit/cdfd0d460fbfe7a2cd2343b3829d3df88a943cd8
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T22:49:58+02:00
Makefile.defs: improve and extend
Hello Daniel
Think i found way how to properly escape blob strings.
need to execute `SET bytea_output=escape;` command when connection created
This maybe done in function
[`db_postgres_new_connection`](https://github.com/kamailio/kamailio/blob/master/src/modules/db_postgres/km_pg_con.c#L48-L152).
The filter has a regex looking for a literal '{' in the beginning of a
line. Some awk implementations interpret this as a meta character, so
the regex is deemed broken. Example with busybox awk (POSIX):
`root@hank2:~# kamctl ps`
`awk: bad regex '^{.+"id"[ ]*:[]*[0-9]+[ ]*}$': Invali
Module: kamailio
Branch: master
Commit: 58325bb8ae28ff291d594782bc3bfdd8e811d0a9
URL:
https://github.com/kamailio/kamailio/commit/58325bb8ae28ff291d594782bc3bfdd8e811d0a9
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T10:29:46+02:00
core: remove obselete parse_hostpo
Module: kamailio
Branch: master
Commit: 884ec6baf85414d2f92681cd6e61a5d611fd0428
URL:
https://github.com/kamailio/kamailio/commit/884ec6baf85414d2f92681cd6e61a5d611fd0428
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T10:02:03+02:00
enum: remove old and not compiling
Module: kamailio
Branch: master
Commit: b64a25874e376c00ce60570117d33550af568497
URL:
https://github.com/kamailio/kamailio/commit/b64a25874e376c00ce60570117d33550af568497
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:56:59+02:00
core: remove old code for BRANCH_I
Module: kamailio
Branch: master
Commit: b5f2aabbc692dedff4788e4470ea534d90c7cab4
URL:
https://github.com/kamailio/kamailio/commit/b5f2aabbc692dedff4788e4470ea534d90c7cab4
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:48:05+02:00
core: remove a code block related
Module: kamailio
Branch: master
Commit: a9a47c2295f55fbb9928e7798994e9aad0590055
URL:
https://github.com/kamailio/kamailio/commit/a9a47c2295f55fbb9928e7798994e9aad0590055
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:38:24+02:00
core: remove old and not working f
Module: kamailio
Branch: master
Commit: a94a7e0360b30d05f48720d81b7ba4268b6384f6
URL:
https://github.com/kamailio/kamailio/commit/a94a7e0360b30d05f48720d81b7ba4268b6384f6
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:25:44+02:00
cdp: remove a SER_MOD_INTERFACE us
Module: kamailio
Branch: master
Commit: 2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7
URL:
https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:27:30+02:00
Makefile.modules: SER_MOD_INTERFAC
Module: kamailio
Branch: master
Commit: aae3dcec8d755c5da601a515be1725abe5e4cc3c
URL:
https://github.com/kamailio/kamailio/commit/aae3dcec8d755c5da601a515be1725abe5e4cc3c
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:28:39+02:00
core: MOD_KAMAILIO/MOD_SER DB URL
Module: kamailio
Branch: master
Commit: 9dcab6fcc9e40253e3f9b451af533fe02b96a7c3
URL:
https://github.com/kamailio/kamailio/commit/9dcab6fcc9e40253e3f9b451af533fe02b96a7c3
Author: Henning Westerholt
Committer: Henning Westerholt
Date: 2018-10-07T09:16:20+02:00
kam_to_sr.sh: add a note that this
13 matches
Mail list logo