[OpenSIPS-Devel] [OpenSIPS/opensips] c95ddd: Fix validation of the send_sock in t_uac().

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c95ddd8f282c8809a0fae233bdb57b4dddb3c628
  
https://github.com/OpenSIPS/opensips/commit/c95ddd8f282c8809a0fae233bdb57b4dddb3c628
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/tm/uac.c

  Log Message:
  ---
  Fix validation of the send_sock in t_uac().

If a send_sock is already provided, no need to do socket discovery again. We 
need just the protocol (from mk_proxy) in order to validate (or not) the 
already given send_sock. Do socket discovery only if there no send_sock given 
or the protocol does not match.


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


[OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#351)

2014-10-08 Thread Walter Doekes

You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-dialog-modparam-columns

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/351

-- Commit Summary --

  * dialog: Fix dialog_admin documentation regarding column names.

-- File Changes --

M modules/dialog/README (305)
M modules/dialog/dialog.c (2)
M modules/dialog/dlg_db_handler.h (1)
M modules/dialog/doc/dialog_admin.xml (96)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/351.patch
https://github.com/OpenSIPS/opensips/pull/351.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/351
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8762c5: Remove useless ops with the AVP list.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8762c5e2e72e601337b9b2ddb9aaf32a44ddfc8c
  
https://github.com/OpenSIPS/opensips/commit/8762c5e2e72e601337b9b2ddb9aaf32a44ddfc8c
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/tm/t_reply.c

  Log Message:
  ---
  Remove useless ops with the AVP list.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b39a42: Remove useless ops with the AVP list.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b39a42b01efe1bb409d0547169306e4662baeb9f
  
https://github.com/OpenSIPS/opensips/commit/b39a42b01efe1bb409d0547169306e4662baeb9f
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/tm/t_reply.c

  Log Message:
  ---
  Remove useless ops with the AVP list.

(cherry picked from commit 8762c5e2e72e601337b9b2ddb9aaf32a44ddfc8c)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 5edb2a: Fix setting proxy timeout from CPL script.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5edb2a9b83775ba28535bc9fbf22a45a93e3519b
  
https://github.com/OpenSIPS/opensips/commit/5edb2a9b83775ba28535bc9fbf22a45a93e3519b
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/cpl-c/cpl_proxy.h

  Log Message:
  ---
  Fix setting proxy timeout from CPL script.

Reported by sekil on IRC.

(cherry picked from commit f647e34f98651a30f86f2f2dc774fa067bcce8ca)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b519d6: dialog: Fix dialog_admin documentation regarding c...

2014-10-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b519d6997e6faa654ff4a513843359008f8cb66e
  
https://github.com/OpenSIPS/opensips/commit/b519d6997e6faa654ff4a513843359008f8cb66e
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  dialog: Fix dialog_admin documentation regarding column names.


  Commit: 7717c862494ba15c06b5585be92d6215a6250a3b
  
https://github.com/OpenSIPS/opensips/commit/7717c862494ba15c06b5585be92d6215a6250a3b
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  Merge pull request #351 from wdoekes/wjd-dialog-modparam-columns

dialog: Fix dialog_admin documentation regarding column names.


Compare: 
https://github.com/OpenSIPS/opensips/compare/f647e34f9865...7717c862494b___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#351)

2014-10-08 Thread Bogdan Andrei IANCU
@wdoekes , does this fix apply for any prev versions ?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/351#issuecomment-58346270___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#351)

2014-10-08 Thread Bogdan Andrei IANCU
Merged #351.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/351#event-175702326___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#351)

2014-10-08 Thread Walter Doekes
I would think so. This is a very old bug. It's in kamailio as well.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/351#issuecomment-58351675___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ae84ff: Fix escaping of XML chars in the MI output.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ae84ff06bcb886f6b169f0fa13fd928f9cb11c4e
  
https://github.com/OpenSIPS/opensips/commit/ae84ff06bcb886f6b169f0fa13fd928f9cb11c4e
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/mi_xmlrpc_ng/http_fnc.c

  Log Message:
  ---
  Fix escaping of XML chars in the MI output.

Credits go to Razvan.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] cc0028: Fix escaping of XML chars in the MI output.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: cc002862a2040a108694c2417c44e6349a75c96a
  
https://github.com/OpenSIPS/opensips/commit/cc002862a2040a108694c2417c44e6349a75c96a
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/mi_xmlrpc_ng/http_fnc.c

  Log Message:
  ---
  Fix escaping of XML chars in the MI output.

Credits go to Razvan.

(cherry picked from commit ae84ff06bcb886f6b169f0fa13fd928f9cb11c4e)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 76da2b: Fix escaping of XML chars in the MI output.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 76da2bf6870b126ec3c3059ded40bb1bd8dc24af
  
https://github.com/OpenSIPS/opensips/commit/76da2bf6870b126ec3c3059ded40bb1bd8dc24af
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/mi_xmlrpc_ng/http_fnc.c

  Log Message:
  ---
  Fix escaping of XML chars in the MI output.

Credits go to Razvan.

(cherry picked from commit ae84ff06bcb886f6b169f0fa13fd928f9cb11c4e)


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


[OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#352)

2014-10-08 Thread Walter Doekes
(backport from b519d6997e6faa654ff4a513843359008f8cb66e)
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-dialog-modparam-columns-1.8

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/352

-- Commit Summary --

  * dialog: Fix dialog_admin documentation regarding column names.

-- File Changes --

M modules/dialog/README (235)
M modules/dialog/dialog.c (2)
M modules/dialog/dlg_db_handler.c (1)
M modules/dialog/dlg_db_handler.h (2)
M modules/dialog/doc/dialog_admin.xml (76)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/352.patch
https://github.com/OpenSIPS/opensips/pull/352.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/352
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#353)

2014-10-08 Thread Walter Doekes
(backport from b519d6997e6faa654ff4a513843359008f8cb66e)
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-dialog-modparam-columns-1.9

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/353

-- Commit Summary --

  * dialog: Fix dialog_admin documentation regarding column names.

-- File Changes --

M modules/dialog/README (251)
M modules/dialog/dialog.c (2)
M modules/dialog/dlg_db_handler.h (2)
M modules/dialog/doc/dialog_admin.xml (76)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/353.patch
https://github.com/OpenSIPS/opensips/pull/353.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/353
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 95425d: Fix default timeout for CPL PROXY node.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 95425d46e5b79d8b0689c4657a4320565e385539
  
https://github.com/OpenSIPS/opensips/commit/95425d46e5b79d8b0689c4657a4320565e385539
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/cpl-c/cpl_proxy.h

  Log Message:
  ---
  Fix default timeout for CPL PROXY node.

(cherry picked from commit 1972d39f1aed8920c8024ba30f3c74e259b31c00)


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 1972d3: Fix default timeout for CPL PROXY node.

2014-10-08 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1972d39f1aed8920c8024ba30f3c74e259b31c00
  
https://github.com/OpenSIPS/opensips/commit/1972d39f1aed8920c8024ba30f3c74e259b31c00
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/cpl-c/cpl_proxy.h

  Log Message:
  ---
  Fix default timeout for CPL PROXY node.


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


[OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#354)

2014-10-08 Thread Walter Doekes
(backport from b519d6997e6faa654ff4a513843359008f8cb66e)
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-dialog-modparam-columns-1.10

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/354

-- Commit Summary --

  * dialog: Fix dialog_admin documentation regarding column names.

-- File Changes --

M modules/dialog/README (267)
M modules/dialog/dialog.c (2)
M modules/dialog/dlg_db_handler.h (2)
M modules/dialog/doc/dialog_admin.xml (76)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/354.patch
https://github.com/OpenSIPS/opensips/pull/354.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/354
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#355)

2014-10-08 Thread Walter Doekes
(backport from b519d6997e6faa654ff4a513843359008f8cb66e)
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-dialog-modparam-columns-1.11

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/355

-- Commit Summary --

  * dialog: Fix dialog_admin documentation regarding column names.

-- File Changes --

M modules/dialog/README (267)
M modules/dialog/dialog.c (2)
M modules/dialog/dlg_db_handler.h (2)
M modules/dialog/doc/dialog_admin.xml (76)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/355.patch
https://github.com/OpenSIPS/opensips/pull/355.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/355
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#351)

2014-10-08 Thread Walter Doekes
There you go. A bunch of pull request.

Only conflicts were between master-1.8 (no mflags yet).
1.8 upwards to 1.11 was conflict-free.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/351#issuecomment-58354247___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] OpenSIPS 1.11.3 and 1.10.3 Releases

2014-10-08 Thread Răzvan Crainea

Hello all,

Due to the lastest bug fixes we have done for OpenSIPS 1.11 and 1.10, we 
decided to make a new release for these versions. The new OpenSIPS 
1.11.3 and 1.10.3 are scheduled for release next week.
Please make sure you have reported all the bugs you faced as soon as 
possible!


Thank you all for making this happen!

Best regards,

--
Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com


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


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#352)

2014-10-08 Thread Bogdan Andrei IANCU
Merged #352.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/352#event-175786977___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#353)

2014-10-08 Thread Bogdan Andrei IANCU
Merged #353.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/353#event-175787144___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 96aaaf: dialog: Fix dialog_admin documentation regarding c...

2014-10-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 96aaaf00aa3d8cabf8543afd6673b2f946e08c38
  
https://github.com/OpenSIPS/opensips/commit/96aaaf00aa3d8cabf8543afd6673b2f946e08c38
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  dialog: Fix dialog_admin documentation regarding column names.

(backport from b519d6997e6faa654ff4a513843359008f8cb66e)


  Commit: 3671230024131d7e2cbe1975ce68436cb1c5368e
  
https://github.com/OpenSIPS/opensips/commit/3671230024131d7e2cbe1975ce68436cb1c5368e
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  Merge pull request #352 from wdoekes/wjd-dialog-modparam-columns-1.8

dialog: Fix dialog_admin documentation regarding column names.


Compare: 
https://github.com/OpenSIPS/opensips/compare/e0b0aeb631a3...367123002413___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] b75a91: dialog: Fix dialog_admin documentation regarding c...

2014-10-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b75a913da624587332e86d471dbdf21f2e206ad7
  
https://github.com/OpenSIPS/opensips/commit/b75a913da624587332e86d471dbdf21f2e206ad7
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  dialog: Fix dialog_admin documentation regarding column names.

(backport from b519d6997e6faa654ff4a513843359008f8cb66e)


  Commit: d2f3faaed60dbe3d935ac65b90782c6b2a8675d6
  
https://github.com/OpenSIPS/opensips/commit/d2f3faaed60dbe3d935ac65b90782c6b2a8675d6
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  Merge pull request #353 from wdoekes/wjd-dialog-modparam-columns-1.9

dialog: Fix dialog_admin documentation regarding column names.


Compare: 
https://github.com/OpenSIPS/opensips/compare/407180e9b3cc...d2f3faaed60d___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#355)

2014-10-08 Thread Bogdan Andrei IANCU
Merged #355.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/355#event-175787302___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] dialog: Fix dialog_admin documentation regarding column names. (#354)

2014-10-08 Thread Bogdan Andrei IANCU
Merged #354.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/354#event-175787224___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8112b5: dialog: Fix dialog_admin documentation regarding c...

2014-10-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8112b5abcbfce544e22ade13859d9743ae9b026e
  
https://github.com/OpenSIPS/opensips/commit/8112b5abcbfce544e22ade13859d9743ae9b026e
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  dialog: Fix dialog_admin documentation regarding column names.

(backport from b519d6997e6faa654ff4a513843359008f8cb66e)


  Commit: 67e7e41c09bf019efbd75d8c5929da3008648c26
  
https://github.com/OpenSIPS/opensips/commit/67e7e41c09bf019efbd75d8c5929da3008648c26
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  Merge pull request #355 from wdoekes/wjd-dialog-modparam-columns-1.11

dialog: Fix dialog_admin documentation regarding column names.


Compare: 
https://github.com/OpenSIPS/opensips/compare/95425d46e5b7...67e7e41c09bf___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 76516a: dialog: Fix dialog_admin documentation regarding c...

2014-10-08 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 76516a597b42c076bb59a5283016ac476a5845fd
  
https://github.com/OpenSIPS/opensips/commit/76516a597b42c076bb59a5283016ac476a5845fd
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  dialog: Fix dialog_admin documentation regarding column names.

(backport from b519d6997e6faa654ff4a513843359008f8cb66e)


  Commit: 28072c979201f9cb01692273f489845889cf22ea
  
https://github.com/OpenSIPS/opensips/commit/28072c979201f9cb01692273f489845889cf22ea
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_db_handler.h
M modules/dialog/doc/dialog_admin.xml

  Log Message:
  ---
  Merge pull request #354 from wdoekes/wjd-dialog-modparam-columns-1.10

dialog: Fix dialog_admin documentation regarding column names.


Compare: 
https://github.com/OpenSIPS/opensips/compare/76da2bf6870b...28072c979201___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9117b7: temporary update ChangeLog

2014-10-08 Thread Razvan Crainea
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9117b7e528951b4479f68642531d0041473e611b
  
https://github.com/OpenSIPS/opensips/commit/9117b7e528951b4479f68642531d0041473e611b
  Author: Razvan Crainea raz...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M ChangeLog

  Log Message:
  ---
  temporary update ChangeLog


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 50e666: temporary update ChangeLog

2014-10-08 Thread Razvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 50e6668e0698ce3d5617a4c9339ba9bb3ca571ce
  
https://github.com/OpenSIPS/opensips/commit/50e6668e0698ce3d5617a4c9339ba9bb3ca571ce
  Author: Razvan Crainea raz...@opensips.org
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
M ChangeLog

  Log Message:
  ---
  temporary update ChangeLog


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


Re: [OpenSIPS-Devel] [opensips] Partitions for dispatcher module (#269)

2014-10-08 Thread Ovidiu Sas
Any updates here?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/269#issuecomment-58383953___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Ovidiu Sas
$ opensips -V
version: opensips 2.1.0dev-notls (x86_64/linux)
flags: STATS: On, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, 
SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, 
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
git revision: 1972d39
main.c compiled on 11:36:19 Oct  8 2014 with gcc 4.8

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58386510___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Bogdan Andrei IANCU
@ovidiusas , what is the DB mode you use in USRLOC ?
This crash seems to be related to major changes in the timer implementation, 
thinks imported from 2.0/experimental - timer jobs executed in the SIP worker 
processes .

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58392482___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Ovidiu Sas
```
  modparam(usrloc, db_mode, 0)
  modparam(usrloc, timer_interval, 10)
  modparam(usrloc, nat_bflag, NAT_AND_SIPPING_BFLAG)
```

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58393321___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Ovidiu Sas
Also, sometimes I see this errors:
```
ERROR:db_mysql:db_mysql_do_prepared_query: mysql_stmt_bind_param() failed: 
Using unsupported buffer type: -1027925224  (parameter: 3)
ERROR:db_mysql:db_mysql_do_prepared_query: param 0 was found as type 3 (null=0)
ERROR:presence:update_db_subs: deleting expired information from database
```

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58393919___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Bogdan Andrei IANCU
ups, my mistakeactually the BT point to presence :D . I will try to run the 
presence stuff on 2.1 code to see if I can reproduce this crash - I have to 
admit I did not try presence yet :).
BTW, how easy / often to you get the crash ?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58396749___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Ovidiu Sas
It's tricky :)
With debug=9, I'm not able to reproduce it.
With debug=3, it crashes in a few minutes with no traffic at all.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58397046___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] opensips: crash on master (#356)

2014-10-08 Thread Ovidiu Sas
Actually, it just did with debug on:
```
Oct  8 13:43:02 asrock o[28440]: DBG:presence:msg_presentity_clean: cleaning 
expired presentity information
Oct  8 13:43:02 asrock o[28441]: DBG:presence:update_db_subs: delete expired
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_do_prepared_query: 
conn=0x7f24307032a0 (tail=139793407882280) MC=0x7f24306b3488
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_do_prepared_query: new 
query=|delete from active_watchers where expires?|
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:re_init_statement:  query  is 
delete from active_watchers where expires?, ptr=(nil)
Oct  8 13:43:02 asrock o[28440]: DBG:db_mysql:mysql_raise_event: MySQL status 
has not changed: connected
Oct  8 13:43:02 asrock o[28440]: DBG:core:db_new_result: allocate 48 bytes for 
result set at 0x7f24307059a8
Oct  8 13:43:02 asrock o[28440]: DBG:core:db_free_rows: freeing 0 rows
Oct  8 13:43:02 asrock o[28440]: DBG:core:db_free_result: freeing result set at 
0x7f24307059a8
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:mysql_raise_event: MySQL status 
has not changed: connected
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_do_prepared_query: new 
statement(0x7f2430704338) on connection: (0x7f24307032a0) 0x7f24306b3428
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_do_prepared_query: set 
values for the statement run
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_val2bind: added val (0): 
len=4; type=3; is_null=0
Oct  8 13:43:02 asrock o[28441]: DBG:db_mysql:db_mysql_do_prepared_query: doing 
BIND_PARAM in...
Oct  8 13:43:02 asrock o[28435]: DBG:core:handle_sigs: status = 139
Oct  8 13:43:02 asrock o[28435]: INFO:core:handle_sigs: child process 28441 
exited by a signal 11
Oct  8 13:43:02 asrock o[28435]: INFO:core:handle_sigs: core was generated
Oct  8 13:43:02 asrock o[28435]: INFO:core:handle_sigs: terminating due to 
SIGCHLD
```

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/356#issuecomment-58397513___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel