[OpenSIPS-Devel] [OpenSIPS/opensips] ab9625: dispatcher: documentation updates for ds_reload

2016-01-06 Thread Ovidiu Sas
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ab96254ba7445cd41cc299b563fabcbfbdceb8a5 https://github.com/OpenSIPS/opensips/commit/ab96254ba7445cd41cc299b563fabcbfbdceb8a5 Author: Ovidiu Sas Date: 2016-01-02 (Sat, 02 Jan 2016)

[OpenSIPS-Devel] [opensips] "time_keeper" process slowly lags behind (#745)

2016-01-06 Thread Liviu Chircu
The sole purpose of the *"time_keeper"* process is to loop infinitely while counting seconds and microseconds. Doing anything else besides that was avoided because it would cause his time keeping duties to gradually offset, thus losing track of time. But simply looping (not to mention also

Re: [OpenSIPS-Devel] [opensips] add parse_uri support for transport=wss (#744)

2016-01-06 Thread Bogdan Andrei IANCU
Thank you @jarrodb , work in progress to integrate (some changes are still required) --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/744#issuecomment-169303373___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-06 Thread Bogdan Andrei IANCU
Closed #742. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/742#event-507000519___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] failing to loose route sequential requests that are proto wss (#742)

2016-01-06 Thread Bogdan Andrei IANCU
Thanks to @jarrodb , this is fixed via #744 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/742#issuecomment-169312818___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] rtpproxy: patch: has_sdp() does not exist (#746)

2016-01-06 Thread Peter Lemenkov
Not sure how this slipped through, but we don't have a function called has_sdp. You can view, comment on, or merge this pull request online at: https://github.com/OpenSIPS/opensips/pull/746 -- Commit Summary -- * rtpproxy: patch: has_sdp() does not exist -- File Changes -- M

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2016-01-06 Thread Ovidiu Sas
It is optimized out ``` (gdb) bt full #0 0x7f3f5e0c93bd in check_and_split_time_list (uticks=122135690, set=) at timer.c:809 tl = 0x0 end = 0x7f3f5812b858 ret = #1 utimer_routine (uticks=122135690, set=) at timer.c:1075 tl = tmp_tl =

Re: [OpenSIPS-Devel] [opensips] add parse_uri support for transport=wss (#744)

2016-01-06 Thread Bogdan Andrei IANCU
Merged #744. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/744#event-506997062___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 8dd8c0: add parse_uri support for transport=wss

2016-01-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8dd8c0bbe8cbecbb07cd5151f89bd07b3698c512 https://github.com/OpenSIPS/opensips/commit/8dd8c0bbe8cbecbb07cd5151f89bd07b3698c512 Author: Jarrod Baumann Date: 2016-01-05 (Tue, 05 Jan

Re: [OpenSIPS-Devel] [opensips] Dispatcher configuration error for Presence Server (#740)

2016-01-06 Thread Bogdan Andrei IANCU
Closed #740. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/740#event-507002871___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Dispatcher configuration error for Presence Server (#740)

2016-01-06 Thread Bogdan Andrei IANCU
Also answered on mailing list, the set id id DB does not match the set id in ds_select in cfg -> configuration error. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/740#issuecomment-169313479___ Devel

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2016-01-06 Thread Bogdan Andrei IANCU
@ovidiusas , in your crash, is frame 1 utimer_routine too ? if yes, can you check the id you have there ? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/723#issuecomment-169319687___ Devel mailing

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2016-01-06 Thread Bogdan Andrei IANCU
thanks @ovidiusas --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/723#issuecomment-169343561___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Memory leak/out of memory when using proto_wss (#743)

2016-01-06 Thread Răzvan Crainea
Hi Eric! I guess the number from `Not enough free memory (189384)` is something you added for debugging, right? Is it the memory it is trying to allocate? Also, have you tried running with memory debugging? Thanks, Răzvan --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Memory leak/out of memory when using proto_wss (#743)

2016-01-06 Thread Eric Tamme
Hey Raz, I did not add any log output for debugging - this is vanilla master runing at debug 4. I have not tried running with memory debugging - i will compile with that turned on. --- Reply to this email directly or view it on GitHub: