Re: [OpenSIPS-Devel] [opensips] usrloc: E_UL_AOR_DELETE enhancement (#250)

2014-08-26 Thread andrei-datcu
For the E_UL_CONTACT_UPDATE event, the previous received field is the only parameter that could be added. There is no previous contact-address since we are talking about the _UPDATE event. If there is another contact-address registered for the same AOR then it will be considered as a different

[OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread David Sanders
Allows for assertions which can be enabled or disabled for easier script debugging. Usage: assert($var(foo) == 42, quot;Whoops, var(foo) wasn#39;t equal to 42quot;); You can merge this Pull Request by running: git pull https://github.com/dsanders11/opensips master Or you can

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread Walter Doekes
Nice! I always wanted something like that. Does the string-part get it's pv's expanded? I'd want to put var(foo) is $var(foo) and not 42 in there. (And I'd prefer a few more spaces between every operator in the code.) --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread David Sanders
Unfortunately the PVs don't get expanded. I'm not enough of an OpenSIPS expert to know what needs to be done to allow that without a good amount of investigating, but you're right, that would be very useful. --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Port topoh.so (topology hiding without dialog.so) from kamailio. (#249)

2014-08-26 Thread Walter Doekes
Yes. That sounds reasonable. Thanks for looking into this :) --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/249#issuecomment-53405415___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] Port topoh.so (topology hiding without dialog.so) from kamailio. (#249)

2014-08-26 Thread Walter Doekes
Closed #249. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/249#event-157244587___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread Liviu Chircu
Code looks ok, coding style is close to ideal, except for a couple of spaces between operators (no harm done). Also, since the format expansion feature seems useful, it will go on the [TODO list](http://www.opensips.org/About/Version-1-12-0). Thank you for the contribution, Damien! --- Reply

[OpenSIPS-Devel] [OpenSIPS/opensips] 877d6b: New assert script keyword for script debugging

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 877d6b995edf4e8fead07fcf9c2897271af35155 https://github.com/OpenSIPS/opensips/commit/877d6b995edf4e8fead07fcf9c2897271af35155 Author: David Sanders dsander...@ucsbalum.com Date: 2014-08-26 (Tue, 26

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread Liviu Chircu
Merged #313. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/313#event-157245088___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-26 Thread Liviu Chircu
I've replicated this exact crash on 1.11. I've also found out that if a space char (0x20) is added at the end, although the column line is still missing the ending newline, OpenSIPS reports this as an error and shuts down. --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] [master] db_text crash on shutdown (in mem debug mode) (#314)

2014-08-26 Thread Liviu Chircu
Replication method: dialog (pPB, db_mode=1) with db_text backend. Create an ongoing call, gracefully shutdown OpenSIPS (killall opensips), and db_text should crash with: Aug 26 17:31:47 [31079] CRITICAL:core:qm_free: freeing already freed pointer, first free: dbt_tb.c: dbt_table_free(263) -

[OpenSIPS-Devel] [OpenSIPS/opensips] a2172b: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a2172b256fd19aa56b352665a9d598d6a91b36a3 https://github.com/OpenSIPS/opensips/commit/a2172b256fd19aa56b352665a9d598d6a91b36a3 Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] 993385: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 993385ef5a04982f9283b98dfca885b41ab1c442 https://github.com/OpenSIPS/opensips/commit/993385ef5a04982f9283b98dfca885b41ab1c442 Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014)

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-26 Thread Liviu Chircu
Fixed on master and backported to 1.11, 1.10 and 1.8 (a2172b25). Thank you for reporting! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/308#issuecomment-53430689___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-26 Thread Liviu Chircu
Closed #308. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/308#event-157338009___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 603f4d: dialplan: fix incorrect ERROR on shutdown

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 603f4dc8bccc07661f2700c24c21dc39d1e24d9c https://github.com/OpenSIPS/opensips/commit/603f4dc8bccc07661f2700c24c21dc39d1e24d9c Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] e27d79: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: e27d798dafb50ff105ba02d2deef71d467833b3e https://github.com/OpenSIPS/opensips/commit/e27d798dafb50ff105ba02d2deef71d467833b3e Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] a50060: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: a50060fc95094468bbe9c5d721373b36ae90942d https://github.com/OpenSIPS/opensips/commit/a50060fc95094468bbe9c5d721373b36ae90942d Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] 3cd6db: Fix sending PRACK for multiple provisional replies...

2014-08-26 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3cd6db2be3728e14343697b886cdcfabd4353d51 https://github.com/OpenSIPS/opensips/commit/3cd6db2be3728e14343697b886cdcfabd4353d51 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-08-26 (Tue, 26

[OpenSIPS-Devel] [OpenSIPS/opensips] da96e3: Fix sending PRACK for multiple provisional replies...

2014-08-26 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: da96e3ac13868d90823e38c78a08629191c0fafc https://github.com/OpenSIPS/opensips/commit/da96e3ac13868d90823e38c78a08629191c0fafc Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-08-26 (Tue, 26

[OpenSIPS-Devel] [OpenSIPS/opensips] fa87ef: Fix sending PRACK for multiple provisional replies...

2014-08-26 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: fa87efa77e89e20a5f117506296a0d8636089862 https://github.com/OpenSIPS/opensips/commit/fa87efa77e89e20a5f117506296a0d8636089862 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-08-26 (Tue, 26 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] a0d582: Fix sending PRACK for multiple provisional replies...

2014-08-26 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: a0d5829e9277b668f896cb4fd1a8adff379bad41 https://github.com/OpenSIPS/opensips/commit/a0d5829e9277b668f896cb4fd1a8adff379bad41 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2014-08-26 (Tue, 26

Re: [OpenSIPS-Devel] [OpenSIPS-Users] OpenSIPS Public Meetings

2014-08-26 Thread Răzvan Crainea
Hi, all! Don't forget about tomorrow's meeting at 18:00 UTC+2! Looking forward to see you all in the #opensips IRC room! Regards, Răzvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 08/22/2014 06:18 PM, Bogdan-Andrei Iancu wrote: Saul, bring it into discussion on