[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

[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

[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

[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

[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.

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

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

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

[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

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:

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

[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

[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: