[OpenSIPS-Devel] [OpenSIPS/opensips] b611ee: Fix bogus trailing dot char in SQL syntax.

2014-06-30 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b611ee639c94af69b2ef4acea88ffa383861a6dd
  
https://github.com/OpenSIPS/opensips/commit/b611ee639c94af69b2ef4acea88ffa383861a6dd
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M scripts/opensipsdbctl.mysql

  Log Message:
  ---
  Fix bogus trailing dot char in SQL syntax.


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 7472a7: Fix bogus trailing dot char in SQL syntax.

2014-06-30 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7472a7b7a5dfeb13899bc640cc0988e7648ae963
  
https://github.com/OpenSIPS/opensips/commit/7472a7b7a5dfeb13899bc640cc0988e7648ae963
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M scripts/opensipsdbctl.mysql

  Log Message:
  ---
  Fix bogus trailing dot char in SQL syntax.

(cherry picked from commit b611ee639c94af69b2ef4acea88ffa383861a6dd)


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


[OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-06-30 Thread Walter Doekes
- Fix a few typo#39;s (*global, *allocate and a few others).
- Alter makefile so the docs are all touched when doing `make modules-readme`.
- Run `make modules-readme` to regenerate text readme#39;s.
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-misc_typos

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

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

-- Commit Summary --

  * doc: Fix typo#39;s. Always regenerate all docs.

-- File Changes --

M Makefile (103)
M doc/entities.xml (2)
M modules/aaa_radius/README (9)
M modules/aaa_radius/doc/aaa_radius_admin.xml (2)
M modules/acc/README (2)
M modules/b2b_logic/README (3)
M modules/b2b_sca/README (18)
M modules/carrierroute/README (3)
M modules/cpl-c/README (3)
M modules/db_berkeley/README (3)
M modules/db_cachedb/README (2)
M modules/db_http/README (2)
M modules/db_mysql/README (9)
M modules/db_oracle/README (3)
M modules/db_perlvdb/README (17)
M modules/db_postgres/README (3)
M modules/db_unixodbc/README (3)
M modules/db_virtual/dbase.c (4)
M modules/dialog/README (2)
M modules/dialog/dialog.c (10)
M modules/dialog/dlg_tophiding.c (46)
M modules/httpd/README (3)
M modules/identity/README (2)
M modules/jabber/README (3)
M modules/json/README (2)
M modules/load_balancer/README (4)
M modules/load_balancer/lb_parser.c (2)
M modules/mangler/sdp_mangler.c (37)
M modules/mi_fifo/README (2)
M modules/mi_xmlrpc/README (5)
M modules/mi_xmlrpc_ng/README (7)
M modules/mmgeoip/README (3)
M modules/nathelper/README (6)
M modules/osp/README (10)
M modules/pi_http/README (7)
M modules/presence/README (5)
M modules/presence_dialoginfo/README (3)
M modules/presence_mwi/README (3)
M modules/presence_xml/README (5)
M modules/pua/README (5)
M modules/pua_bla/README (7)
M modules/pua_dialoginfo/README (4)
M modules/pua_mi/README (7)
M modules/pua_usrloc/README (7)
M modules/pua_xmpp/README (5)
M modules/ratelimit/ratelimit_helper.c (2)
M modules/regex/README (3)
M modules/rls/README (5)
M modules/rtpproxy/README (2)
M modules/tm/README (12)
M modules/uac_registrant/README (4)
M modules/xcap/README (52)
M modules/xcap_client/README (8)
M modules/xmpp/README (5)

-- Patch Links --

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

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


[OpenSIPS-Devel] [opensips] Add Call-ID mangling support. Dialog module not needed. (#259)

2014-06-30 Thread Walter Doekes
Add the quot;spiralquot; module that mangles the call-id without requiring 
the dialog state to be kept.

The `topoh` module pull request does the same, but more. This is limited to 
only altering the call-id header.
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-spiral_module

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

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

-- Commit Summary --

  * Add Call-ID mangling support. Dialog module not needed.

-- File Changes --

A modules/spiral/Makefile (10)
A modules/spiral/README (107)
A modules/spiral/doc/spiral.xml (45)
A modules/spiral/doc/spiral_admin.xml (114)
A modules/spiral/spiral.c (631)

-- Patch Links --

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

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


[OpenSIPS-Devel] Dialog module not working

2014-06-30 Thread Maqbul Khan - Reform InfoTech
Hello,

I have setup opensips in a normal way, but when I check Dialog in OpenSIPS 
Control Panel, it says Array ( [0] = sorry -- cannot open write fifo )

Also, when I try to do tail /tmp/opensips_fifo it does not show anything.  Can 
anyone help with this? My main goal is to make CDRs working.  I can see CDR 
fetch query is done fine on the admin portal, but as far as I have read, dialog 
module should be working for this.

Maqbul A Khan
Reform InfoTech

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


Re: [OpenSIPS-Devel] Dialog module not working

2014-06-30 Thread Miha

did you check if the path is right?


miha

Dne 6/30/2014 2:49 PM, pis(e Maqbul Khan - Reform InfoTech:

Hello,

I have setup opensips in a normal way, but when I check Dialog in 
OpenSIPS Control Panel, it says Array ( [0] = sorry -- cannot open 
write fifo )


Also, when I try to do tail /tmp/opensips_fifo it does not show 
anything.  Can anyone help with this? My main goal is to make CDRs 
working.  I can see CDR fetch query is done fine on the admin portal, 
but as far as I have read, dialog module should be working for this.


Maqbul A Khan
Reform InfoTech



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


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


Re: [OpenSIPS-Devel] Dialog module not working

2014-06-30 Thread Bogdan-Andrei Iancu

Hi,

Check the local config for the dialog tool:
https://sourceforge.net/p/opensips-cp/code/HEAD/tree/branches/6.0/config/tools/system/dialog/local.inc.php 
line 34


$box[1]['mi']['conn']=fifo:/tmp/opensips_proxy_fifo;

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 30.06.2014 15:49, Maqbul Khan - Reform InfoTech wrote:

Hello,

I have setup opensips in a normal way, but when I check Dialog in 
OpenSIPS Control Panel, it says Array ( [0] = sorry -- cannot open 
write fifo )


Also, when I try to do tail /tmp/opensips_fifo it does not show 
anything.  Can anyone help with this? My main goal is to make CDRs 
working.  I can see CDR fetch query is done fine on the admin portal, 
but as far as I have read, dialog module should be working for this.


Maqbul A Khan
Reform InfoTech



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


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


Re: [OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-06-30 Thread Bogdan Andrei IANCU
Merged #258.

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


[OpenSIPS-Devel] [OpenSIPS/opensips] bcdbf2: doc: Fix typo's. Always regenerate all docs.

2014-06-30 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: bcdbf27b2aac432863dafcb7bd307277ede65800
  
https://github.com/OpenSIPS/opensips/commit/bcdbf27b2aac432863dafcb7bd307277ede65800
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M Makefile
M doc/entities.xml
M modules/aaa_radius/README
M modules/aaa_radius/doc/aaa_radius_admin.xml
M modules/acc/README
M modules/b2b_logic/README
M modules/b2b_sca/README
M modules/carrierroute/README
M modules/cpl-c/README
M modules/db_berkeley/README
M modules/db_cachedb/README
M modules/db_http/README
M modules/db_mysql/README
M modules/db_oracle/README
M modules/db_perlvdb/README
M modules/db_postgres/README
M modules/db_unixodbc/README
M modules/db_virtual/dbase.c
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_tophiding.c
M modules/httpd/README
M modules/identity/README
M modules/jabber/README
M modules/json/README
M modules/load_balancer/README
M modules/load_balancer/lb_parser.c
M modules/mangler/sdp_mangler.c
M modules/mi_fifo/README
M modules/mi_xmlrpc/README
M modules/mi_xmlrpc_ng/README
M modules/mmgeoip/README
M modules/nathelper/README
M modules/osp/README
M modules/pi_http/README
M modules/presence/README
M modules/presence_dialoginfo/README
M modules/presence_mwi/README
M modules/presence_xml/README
M modules/pua/README
M modules/pua_bla/README
M modules/pua_dialoginfo/README
M modules/pua_mi/README
M modules/pua_usrloc/README
M modules/pua_xmpp/README
M modules/ratelimit/ratelimit_helper.c
M modules/regex/README
M modules/rls/README
M modules/rtpproxy/README
M modules/tm/README
M modules/uac_registrant/README
M modules/xcap/README
M modules/xcap_client/README
M modules/xmpp/README

  Log Message:
  ---
  doc: Fix typo's. Always regenerate all docs.


  Commit: 72d33810fb47b5b1c54abe590ac458c4076fe2e9
  
https://github.com/OpenSIPS/opensips/commit/72d33810fb47b5b1c54abe590ac458c4076fe2e9
  Author: Walter Doekes walter+git...@wjd.nu
  Date:   2014-06-30 (Mon, 30 Jun 2014)

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

  Log Message:
  ---
  doc/dialog: Remove double quotes from $dlg_val examples.


  Commit: 81e76cd5dfb7e67f0f5653ffd8a1f606f82bb084
  
https://github.com/OpenSIPS/opensips/commit/81e76cd5dfb7e67f0f5653ffd8a1f606f82bb084
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M Makefile
M doc/entities.xml
M modules/aaa_radius/README
M modules/aaa_radius/doc/aaa_radius_admin.xml
M modules/acc/README
M modules/b2b_logic/README
M modules/b2b_sca/README
M modules/carrierroute/README
M modules/cpl-c/README
M modules/db_berkeley/README
M modules/db_cachedb/README
M modules/db_http/README
M modules/db_mysql/README
M modules/db_oracle/README
M modules/db_perlvdb/README
M modules/db_postgres/README
M modules/db_unixodbc/README
M modules/db_virtual/dbase.c
M modules/dialog/README
M modules/dialog/dialog.c
M modules/dialog/dlg_tophiding.c
M modules/dialog/doc/dialog_admin.xml
M modules/httpd/README
M modules/identity/README
M modules/jabber/README
M modules/json/README
M modules/load_balancer/README
M modules/load_balancer/lb_parser.c
M modules/mangler/sdp_mangler.c
M modules/mi_fifo/README
M modules/mi_xmlrpc/README
M modules/mi_xmlrpc_ng/README
M modules/mmgeoip/README
M modules/nathelper/README
M modules/osp/README
M modules/pi_http/README
M modules/presence/README
M modules/presence_dialoginfo/README
M modules/presence_mwi/README
M modules/presence_xml/README
M modules/pua/README
M modules/pua_bla/README
M modules/pua_dialoginfo/README
M modules/pua_mi/README
M modules/pua_usrloc/README
M modules/pua_xmpp/README
M modules/ratelimit/ratelimit_helper.c
M modules/regex/README
M modules/rls/README
M modules/rtpproxy/README
M modules/tm/README
M modules/uac_registrant/README
M modules/xcap/README
M modules/xcap_client/README
M modules/xmpp/README

  Log Message:
  ---
  Merge branch 'wdoekes-wjd-misc_typos'


Compare: 
https://github.com/OpenSIPS/opensips/compare/b611ee639c94...81e76cd5dfb7___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c652e9: README files re-generated (thanks to Walter Doekes...

2014-06-30 Thread Bogdan-Andrei Iancu
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c652e9a9b75f5c72382fdf57246acfd9d3c81485
  
https://github.com/OpenSIPS/opensips/commit/c652e9a9b75f5c72382fdf57246acfd9d3c81485
  Author: Bogdan-Andrei Iancu bog...@opensips.org
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M modules/b2b_logic/README
M modules/b2b_sca/README
M modules/carrierroute/README
M modules/cpl-c/README
M modules/db_berkeley/README
M modules/db_cachedb/README
M modules/db_mysql/README
M modules/db_oracle/README
M modules/db_perlvdb/README
M modules/db_postgres/README
M modules/db_unixodbc/README
M modules/dialog/README
M modules/httpd/README
M modules/identity/README
M modules/jabber/README
M modules/load_balancer/README
M modules/mi_xmlrpc/README
M modules/mi_xmlrpc_ng/README
M modules/mmgeoip/README
M modules/nathelper/README
M modules/osp/README
M modules/pi_http/README
M modules/presence/README
M modules/presence_dialoginfo/README
M modules/presence_mwi/README
M modules/presence_xml/README
M modules/pua/README
M modules/pua_bla/README
M modules/pua_dialoginfo/README
M modules/pua_mi/README
M modules/pua_usrloc/README
M modules/pua_xmpp/README
M modules/regex/README
M modules/rls/README
M modules/rtpproxy/README
M modules/tm/README
M modules/uac_registrant/README
M modules/xcap/README
M modules/xcap_client/README
M modules/xmpp/README

  Log Message:
  ---
  README files re-generated (thanks to Walter Doekes)


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


Re: [OpenSIPS-Devel] [opensips] CSeq header handling in mediaproxy (#165)

2014-06-30 Thread Bogdan Andrei IANCU
Hi @adrien-martin , please try the attached patch which should solve the both 
problems : cseq pinging and various formats of the cseq header - 
https://gist.github.com/bogdan-iancu/f860eb15d4d2df3f0b17

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


Re: [OpenSIPS-Devel] [opensips] profile_get_size freezes (#257)

2014-06-30 Thread Bogdan Andrei IANCU
Hi @nheape ! As 1.9 is not a supported version any more, could you try if you 
get the same blocking with 1.11 ?

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


[OpenSIPS-Devel] [OpenSIPS/opensips] 678249: event_rabbitmq: destroy socket for older AMQP vers...

2014-06-30 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6782497b1fb1b6cb27ff21c7f0ebbd6ed7f57b1f
  
https://github.com/OpenSIPS/opensips/commit/6782497b1fb1b6cb27ff21c7f0ebbd6ed7f57b1f
  Author: Razvan Crainea raz...@opensips.org
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
M modules/event_rabbitmq/rabbitmq_send.c

  Log Message:
  ---
  event_rabbitmq: destroy socket for older AMQP versions


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


[OpenSIPS-Devel] [opensips] Update cachedb_redis_utils.c (#260)

2014-06-30 Thread jalung
Opensips 1.11 fails to connect to Redis Cluster (beta6) running three masters. 
This change should be backwards compatible.
You can merge this Pull Request by running:

  git pull https://github.com/jalung/opensips patch-1

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

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

-- Commit Summary --

  * Update cachedb_redis_utils.c

-- File Changes --

M modules/cachedb_redis/cachedb_redis_utils.c (253)

-- Patch Links --

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

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