[OpenSIPS-Devel] [OpenSIPS/opensips] f3bbcb: [proto_wss] fix tls tracing without ws and possibl...

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f3bbcb39513adce45753d17a35c08fbe7f68767e
  
https://github.com/OpenSIPS/opensips/commit/f3bbcb39513adce45753d17a35c08fbe7f68767e
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] fix tls tracing without ws and possible memleak

There were 2 cases when tls could have been traced without
ws, but the hep message was not sent:
1) when the certificate was not accepted by the connecting
client causing an EOF after the TLS handshake; on this scenario
the tls message was built but not traced, therefore a memory leak;
2) when there was an error at the TLS level; the tracing
was done only after the ws handshake took place therefore any tls
error would have caused the message not to be traced;

(cherry picked from commit ab8d7258fcdf34aa02ba65bf57cbbee23355b7a1)


  Commit: ff97fef0325c365dbad7090c341ee3b867f9c7a8
  
https://github.com/OpenSIPS/opensips/commit/ff97fef0325c365dbad7090c341ee3b867f9c7a8
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c

  Log Message:
  ---
  [proto_ws] use trace function from trans_trace.h

(cherry picked from commit 41acbf1501cd7a5276ab813341ff2fc450a145e2)


  Commit: bbd17f7736251994f7642ec81b5badbe6cd205e2
  
https://github.com/OpenSIPS/opensips/commit/bbd17f7736251994f7642ec81b5badbe6cd205e2
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c

  Log Message:
  ---
  [proto_tls] fix events not being traced in case of tls error

(cherry picked from commit d4f6e05f8c1b203222910631a8395cf4c83d6656)


Compare: 
https://github.com/OpenSIPS/opensips/compare/4af0aaa83814...bbd17f773625___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a527da: [proto_wss] fix tls tracing without ws and possibl...

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a527da79156412bee8bd9b7e89cc834e0f597356
  
https://github.com/OpenSIPS/opensips/commit/a527da79156412bee8bd9b7e89cc834e0f597356
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] fix tls tracing without ws and possible memleak

There were 2 cases when tls could have been traced without
ws, but the hep message was not sent:
1) when the certificate was not accepted by the connecting
client causing an EOF after the TLS handshake; on this scenario
the tls message was built but not traced, therefore a memory leak;
2) when there was an error at the TLS level; the tracing
was done only after the ws handshake took place therefore any tls
error would have caused the message not to be traced;


  Commit: aafbdf16cb8de3c9b19a22704d70408fe4d124c4
  
https://github.com/OpenSIPS/opensips/commit/aafbdf16cb8de3c9b19a22704d70408fe4d124c4
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_ws/proto_ws.c

  Log Message:
  ---
  [proto_ws] use trace function from trans_trace.h


  Commit: 6fb06a667b73a9434a761526c64fb352679bbb4e
  
https://github.com/OpenSIPS/opensips/commit/6fb06a667b73a9434a761526c64fb352679bbb4e
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_tls/proto_tls.c

  Log Message:
  ---
  [proto_tls] fix events not being traced in case of tls error


Compare: 
https://github.com/OpenSIPS/opensips/compare/2af6d958ffb2...6fb06a667b73___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3ed61b: Fix str comparison in IP matching

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3ed61b96e04986e7a9bfd6747379dbacaf53b597
  
https://github.com/OpenSIPS/opensips/commit/3ed61b96e04986e7a9bfd6747379dbacaf53b597
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  Fix str comparison in IP matching

Closes #1077

(cherry picked from commit ec8842e673bcd1c64be586a4d6f2323f4b778aa1)


  Commit: e78066e72646272c3e9056602319a14fd0e22dcf
  
https://github.com/OpenSIPS/opensips/commit/e78066e72646272c3e9056602319a14fd0e22dcf
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  removed dead code

Reported by Liviu Chircu

(cherry picked from commit aec22a3f12f93e12ff2dadf49e3d0acf7fac6779)


Compare: 
https://github.com/OpenSIPS/opensips/compare/0fd07483067f...e78066e72646___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ca42f5: Fix str comparison in IP matching

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ca42f51dd6fe46bbabeaeb6496435100747b32b9
  
https://github.com/OpenSIPS/opensips/commit/ca42f51dd6fe46bbabeaeb6496435100747b32b9
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  Fix str comparison in IP matching

Closes #1077

(cherry picked from commit ec8842e673bcd1c64be586a4d6f2323f4b778aa1)


  Commit: 2751168b972dfb0a0ee39ad80a32206e53010ad3
  
https://github.com/OpenSIPS/opensips/commit/2751168b972dfb0a0ee39ad80a32206e53010ad3
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  removed dead code

Reported by Liviu Chircu

(cherry picked from commit aec22a3f12f93e12ff2dadf49e3d0acf7fac6779)


Compare: 
https://github.com/OpenSIPS/opensips/compare/2c707a9a802f...2751168b972d___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 1f3223: Fix str comparison in IP matching

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1f3223f80c64347af665cd4b0d1028bdcbb03b35
  
https://github.com/OpenSIPS/opensips/commit/1f3223f80c64347af665cd4b0d1028bdcbb03b35
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  Fix str comparison in IP matching

Closes #1077

(cherry picked from commit ec8842e673bcd1c64be586a4d6f2323f4b778aa1)


  Commit: 4af0aaa8381477b8c37c5f911d9200a0b052370b
  
https://github.com/OpenSIPS/opensips/commit/4af0aaa8381477b8c37c5f911d9200a0b052370b
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  removed dead code

Reported by Liviu Chircu

(cherry picked from commit aec22a3f12f93e12ff2dadf49e3d0acf7fac6779)


Compare: 
https://github.com/OpenSIPS/opensips/compare/e2e4380c9248...4af0aaa83814___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 528ffd: Fix str comparison in IP matching

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 528ffd6c1c13b455b94a691156b34de98ec66543
  
https://github.com/OpenSIPS/opensips/commit/528ffd6c1c13b455b94a691156b34de98ec66543
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  Fix str comparison in IP matching

Closes #1077

(cherry picked from commit ec8842e673bcd1c64be586a4d6f2323f4b778aa1)


  Commit: 71e547dba81f42db4b9511e01539a4a508924240
  
https://github.com/OpenSIPS/opensips/commit/71e547dba81f42db4b9511e01539a4a508924240
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  removed dead code

Reported by Liviu Chircu

(cherry picked from commit aec22a3f12f93e12ff2dadf49e3d0acf7fac6779)


Compare: 
https://github.com/OpenSIPS/opensips/compare/9725db15b430...71e547dba81f___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] e2e438: xml: fix libxml buffers memory leak in PV get func...

2017-03-21 Thread rvlad-patrascu
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e2e4380c9248d86c34f693727b84d6be78c22b9a
  
https://github.com/OpenSIPS/opensips/commit/e2e4380c9248d86c34f693727b84d6be78c22b9a
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/xml/xml.c

  Log Message:
  ---
  xml: fix libxml buffers memory leak in PV get function

(cherry picked from commit 2af6d958ffb2c20a52f6b828a658667406912a9c)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 2af6d9: xml: fix libxml buffers memory leak in PV get func...

2017-03-21 Thread rvlad-patrascu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2af6d958ffb2c20a52f6b828a658667406912a9c
  
https://github.com/OpenSIPS/opensips/commit/2af6d958ffb2c20a52f6b828a658667406912a9c
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/xml/xml.c

  Log Message:
  ---
  xml: fix libxml buffers memory leak in PV get function


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] db277d: [tls_mgm] fix tls error tracing logical condition

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: db277d844f3cb6e86686811ceec941b67028ddb2
  
https://github.com/OpenSIPS/opensips/commit/db277d844f3cb6e86686811ceec941b67028ddb2
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix tls error tracing logical condition

(cherry picked from commit 401cbfbe3f54d72f59acc6d9698254e55174c176)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 401cbf: [tls_mgm] fix tls error tracing logical condition

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 401cbfbe3f54d72f59acc6d9698254e55174c176
  
https://github.com/OpenSIPS/opensips/commit/401cbfbe3f54d72f59acc6d9698254e55174c176
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/tls_mgm/tls_conn_server.h

  Log Message:
  ---
  [tls_mgm] fix tls error tracing logical condition


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c04098: [proto_wss] allocate trace on; fix route name

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c04098d89cb30720d1cc8166a7d17550c3803581
  
https://github.com/OpenSIPS/opensips/commit/c04098d89cb30720d1cc8166a7d17550c3803581
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] allocate trace on; fix route name

(cherry picked from commit 854378ee99785bcacfb5b73b159e4ade001484d9)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 432dfb: [proto_wss] allocate trace on; fix route name

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 432dfb14df13735504c919ad4951a3b9f50d9824
  
https://github.com/OpenSIPS/opensips/commit/432dfb14df13735504c919ad4951a3b9f50d9824
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/proto_wss/proto_wss.c

  Log Message:
  ---
  [proto_wss] allocate trace on; fix route name


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 85ed33: drouting: fix bug when raising event for received ...

2017-03-21 Thread rvlad-patrascu
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 85ed33e7affb866b1d9e3c3709f53a74f5cdab78
  
https://github.com/OpenSIPS/opensips/commit/85ed33e7affb866b1d9e3c3709f53a74f5cdab78
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/drouting/dr_replication.c

  Log Message:
  ---
  drouting: fix bug when raising event for received replicated status

(cherry picked from commit 975198f5a3d347df58a3162a8e149be51366fb49)


  Commit: 57486bafd58e57311a3623793029f43ee3e0e9a3
  
https://github.com/OpenSIPS/opensips/commit/57486bafd58e57311a3623793029f43ee3e0e9a3
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/load_balancer/lb_replication.c

  Log Message:
  ---
  load_balancer: fix bug when building packet for status replication

(cherry picked from commit 8c47d77143d5ff3f7cec6d4609fe68b414968ad8)


Compare: 
https://github.com/OpenSIPS/opensips/compare/01d4d6adcba4...57486bafd58e___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 975198: drouting: fix bug when raising event for received ...

2017-03-21 Thread rvlad-patrascu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 975198f5a3d347df58a3162a8e149be51366fb49
  
https://github.com/OpenSIPS/opensips/commit/975198f5a3d347df58a3162a8e149be51366fb49
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/drouting/dr_replication.c

  Log Message:
  ---
  drouting: fix bug when raising event for received replicated status


  Commit: 8c47d77143d5ff3f7cec6d4609fe68b414968ad8
  
https://github.com/OpenSIPS/opensips/commit/8c47d77143d5ff3f7cec6d4609fe68b414968ad8
  Author: rvlad-patrascu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/load_balancer/lb_replication.c

  Log Message:
  ---
  load_balancer: fix bug when building packet for status replication


Compare: 
https://github.com/OpenSIPS/opensips/compare/aec22a3f12f9...8c47d77143d5___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] aec22a: removed dead code

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: aec22a3f12f93e12ff2dadf49e3d0acf7fac6779
  
https://github.com/OpenSIPS/opensips/commit/aec22a3f12f93e12ff2dadf49e3d0acf7fac6779
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  removed dead code

Reported by Liviu Chircu


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 01d4d6: Added "xml" module to the exclude list

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 01d4d6adcba475a91ef27dca46b62a9546c6ba57
  
https://github.com/OpenSIPS/opensips/commit/01d4d6adcba475a91ef27dca46b62a9546c6ba57
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M Makefile.conf.template

  Log Message:
  ---
  Added "xml" module to the exclude list

(cherry picked from commit 30630102a06b327b23c7bc9f56c56609670ded45)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 306301: Added "xml" module to the exclude list

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 30630102a06b327b23c7bc9f56c56609670ded45
  
https://github.com/OpenSIPS/opensips/commit/30630102a06b327b23c7bc9f56c56609670ded45
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M Makefile.conf.template

  Log Message:
  ---
  Added "xml" module to the exclude list


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] a92501: [siptrace] fix connection id for udp protocol

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a92501a5b3a18d6390dd978a1438c9fe2f30f6e9
  
https://github.com/OpenSIPS/opensips/commit/a92501a5b3a18d6390dd978a1438c9fe2f30f6e9
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix connection id for udp protocol


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 176eee: [siptrace] fix connection id for udp protocol

2017-03-21 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 176eee6551d72b779a6af0649fc7cfcae9041701
  
https://github.com/OpenSIPS/opensips/commit/176eee6551d72b779a6af0649fc7cfcae9041701
  Author: ionutrazvanionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M modules/siptrace/siptrace.c

  Log Message:
  ---
  [siptrace] fix connection id for udp protocol

(cherry picked from commit 9d5aa772139d3e4e79e62e799f29ebded4eeeda7)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ec8842: Fix str comparison in IP matching

2017-03-21 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ec8842e673bcd1c64be586a4d6f2323f4b778aa1
  
https://github.com/OpenSIPS/opensips/commit/ec8842e673bcd1c64be586a4d6f2323f4b778aa1
  Author: Bogdan-Andrei Iancu 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M resolve.c

  Log Message:
  ---
  Fix str comparison in IP matching

Closes #1077


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 19406f: Handle unset DB_PATH in opensipsctl.sqlite

2017-03-21 Thread Ionut Ionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 19406f74534de470689fb06e243d411539f56e71
  
https://github.com/OpenSIPS/opensips/commit/19406f74534de470689fb06e243d411539f56e71
  Author: jdoe0 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M scripts/opensipsctl.sqlite

  Log Message:
  ---
  Handle unset DB_PATH in opensipsctl.sqlite

When DB_PATH is unset, sqlite_query will invoke the sqlite executable
with a single parameter. This causes sqlite to interpret the query as
the path to the database file and subsquently enter interactive mode,
causing opensipsctl to freeze. Prevent this by setting DB_PATH to a
default value when the variable is unset.


  Commit: ed89fe888b96ab44a9dcd479390d3c4eb2170021
  
https://github.com/OpenSIPS/opensips/commit/ed89fe888b96ab44a9dcd479390d3c4eb2170021
  Author: Ionut Ionita 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M scripts/opensipsctl.sqlite

  Log Message:
  ---
  Merge pull request #1078 from jdoe0/sqlite-dbpath-fallback

Handle unset DB_PATH in opensipsctl.sqlite


Compare: 
https://github.com/OpenSIPS/opensips/compare/62e897a03fb6...ed89fe888b96___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel