Re: [Yxa-devel] [patch] Yxa fails to match CANCEL to INVITE transaction

2009-08-25 Thread Mikael Magnusson
On Fri, 2009-06-26 at 21:58 +0200, Mikael Magnusson wrote: Hi, there is a problem with the transaction matching code. If Yxa receives an INVITE request over TCP and CANCEL over UDP, then Yxa is not able to find the INVITE transaction and instead forwards the CANCEL in a new transaction

[Yxa-devel] [PATCH1/2] Autodetect Erlang ERTS version and OTP library version numbers

2009-10-17 Thread Mikael Magnusson
* Autodetect Erlang ERTS version and OTP library version numbers. * Make it possible to skip Erlang/OTP version check. Patch by Jakob Schlyter. * Include ERLANG_SUBST_ERTS_VER from Autoconf 2.64 in m4/erlang-erts.m4. * Add bootstrap script. Signed-off-by: Mikael Magnusson mi

[Yxa-devel] [PATCH2/2] Use auto-detected version numbers

2009-10-17 Thread Mikael Magnusson
Use auto-detected Erlang OTP library version numbers. Use auto-detected ERTS version. Signed-off-by: Mikael Magnusson mi...@users.sourceforge.net --- src/Makefile.in | 19 +++ src/appserver.rel-in | 10 +- src/event/Makefile.in| 19

Re: [Yxa-devel] Hard Erlang OTP version specification

2009-10-21 Thread Mikael Magnusson
On Wed, 2009-10-21 at 13:46 +0200, Fredrik Thulin wrote: On Sat, 2009-10-17 at 11:23 +0200, Mikael Magnusson wrote: ... I have posted my patches (also in debian pkg-voip) which auto-detects Erlang ERTS and library versions. They also include the patch from Jakob Schlyter which makes

Re: [Yxa-devel] github

2009-12-16 Thread Mikael Magnusson
On Wed, 2009-12-16 at 15:51 +0100, Fredrik Thulin wrote: Should I do what most people seem to have done already and move YXA to github? I'm not anywhere near confident in my git skills, but what better way is there to learn than to start using it? /Fredrik Are you aware of my git

[Yxa-devel] [patch] Customizable application config defaults

2010-04-10 Thread Mikael Magnusson
Customizable application config defaults Add config_defaults/0 to the YXA application behaviour, returning the application config defaults as a list of #cfg_entry{}. It allows setting application defaults in an (external) YXA application without changing core files in the yxa

Re: [Yxa-devel] [patch] Fix enum lookup with YXA on OTP R13 and newer

2010-08-10 Thread Mikael Magnusson
On Tue, 2010-08-10 at 10:08 +0200, Fredrik Thulin wrote: On Thu, 2010-07-22 at 12:12 +0200, Mikael Magnusson wrote: There is a problem with enum lookup with YXA on OTP R13 and newer. Fixed in the branch described below. Fix enum lookup on Erlang/OTP R13 and newer. All ENUM NAPTR

[Yxa-devel] Building on R14

2010-09-24 Thread Mikael Magnusson
Hi, I have made a branch (http://github.com/mikma/yxa/tree/otp-r14a) with changes needed when building on R14. It compiles and the tests pass on R14A (from Debian testing). The branch needs more testing, but I wanted to let you know that the branch exists. /Mikael

Re: [Yxa-devel] Use built in autoconf macro

2010-09-24 Thread Mikael Magnusson
On Thu, 2010-09-23 at 21:39 -0400, Vance Shipley wrote: This commit moves away from a user m4 macro to the internal Erlang support in autoconf v2.64: http://github.com/vances/yxa/commit/73b1c8802aa9008cdf5a6365546490c42f3112ce You have only moved the call to AC_ERLANG_CHECK_LIB away

Re: [Yxa-devel] Use built in autoconf macro

2010-09-24 Thread Mikael Magnusson
On Fri, 2010-09-24 at 13:40 -0400, Vance Shipley wrote: On Fri, Sep 24, 2010 at 01:33:42PM +0200, Mikael Magnusson wrote: } You have only moved the call to AC_ERLANG_CHECK_LIB away from the user } m4 macro into configure.ac. Yes, but now it works as it should: aclocal; autoconf

Re: [Yxa-devel] Adding headers to the INVITE messages

2012-01-17 Thread Mikael Magnusson
On 01/16/2012 10:22 PM, Chris Tilt wrote: Mikma, Thanks for replying! I was afraid this list might be very empty. See below... On Sat, Jan 14, 2012 at 1:46 AM, Mikael Magnusson mikma...@gmail.com wrote: On 01/14/2012 12:36 AM, Chris Tilt wrote: If you want to set up a direct connection

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
. https://github.com/mikma/yxa/tree/otp-r14a On Fri, Aug 31, 2012 at 2:01 PM, Manuel A. Rubio Bombadil bomba...@bosqueviejo.net mailto:bomba...@bosqueviejo.net wrote: And ... are you usign YXA in some areas? dev? production? test? El 2012-08-31 13:54, Mikael Magnusson escribió

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
that can be used to disable that test, try it. /Mikael CGS On Fri, Aug 31, 2012 at 2:16 PM, Mikael Magnusson mikma...@gmail.com mailto:mikma...@gmail.com wrote: On 08/31/2012 02:13 PM, CGS wrote: I tried a test, but firstly it needs to be brought up to the latest version of Erlang

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
server sometimes would crash without being able to recover and needed manual restart. As a result a replaced it with another presence server. I guess the presence server isn't as well tested as the other parts since I think Yxa has mostly been used for VoIP. /Mikael El 2012-08-31 13:54, Mikael

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 04:10 PM, CGS wrote: OK! I managed to compile it with only one warning (error/2 is not used; I set eldap:parse_error/2 which does the same). I started the tests, but I got the following error: ssl_util: failed (test SSL certificates - 0, line 419) - Error:

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
. For example Ubuntu 12.04 has erlang r14b4. /Mikael On Fri, Aug 31, 2012 at 4:58 PM, Mikael Magnusson mikma...@gmail.com mailto:mikma...@gmail.com wrote: On 08/31/2012 04:10 PM, CGS wrote: OK! I managed to compile it with only one warning (error/2 is not used; I set