Re: [Yxa-devel] Snapshot 2006-12-05

2006-12-08 Thread Dmitriy Kargapolov
It seems to be a bug in transactionlayer.erl, function from_transportlayer_response_no_transaction/3 should return continue | {pass_to_core, AppModule, YxaCtx} instead of continue | {pass_to_core, AppModule} Otherwise we got case clause exception in sipserver:my_apply/3 where transactionlayer:fro

Re: [Yxa-devel] Release 1.0rc1

2007-04-27 Thread Dmitriy Kargapolov
When you use @equiv, you should place next line @end, otherwise edoc complains about the syntax invalid. Thank you. Fredrik Thulin wrote: > I have just made the first YXA 1.0 release candidate available. > > YXA's development by no means stop at version 1.0, but I must say that > it feels great

[Yxa-devel] "deferred cancel" patch

2007-09-14 Thread Dmitriy Kargapolov
Hi It was come to my attention that sometimes CANCEL request does not pass through proxy to destination. Failing scenario feature - proxy receives CANCEL request from call originator BEFORE provisional response 100 come from destination. Sippipe sends cancel request to client transaction but th

Re: [Yxa-devel] Erlang/OTP version for YXA 1.0

2007-10-24 Thread Dmitriy Kargapolov
I would prefer to get #2, since not everyone uses distributed over SSL mode. Beside this it's better to stick with latest OTP release. Second preference would be #4. Fredrik Thulin wrote: > Hi > > What Erlang/OTP version should YXA 1.0 require? > > Distributed Erlang over SSL is broken in R11B-

[Yxa-devel] sippipe:cancel_transaction/3 minor bug

2008-06-05 Thread Dmitriy Kargapolov
Hi all, sippipe/cancel_transaction/3 must check if state field clienttransaction_pid is actually pid() but not atom none, this could happen when, for example there are no more reachable destination available. If server transaction happened to be canceled at this moment, we'll get function clau

Re: [Yxa-devel] github

2009-12-16 Thread Dmitriy Kargapolov
What are the essential benefits over subversion? ___ Yxa-devel mailing list Yxa-devel@lists.su.se https://lists.su.se/mailman/listinfo/yxa-devel

[Yxa-devel] minor parser bug

2010-04-06 Thread Dmitriy Kargapolov
Hi all, I found non-critical bug in the sippacket.erl, see the fix below. This bug resulted in parser error when quoted display name contains character. Something like this: Error in process <0.23778.188> on node '' with exit value: {{caught_error,{badmatch,{unparseable,{unquoted_displayname_is_n

Re: [Yxa-devel] incomingproxy's weird behaviour with vmnet interfaces

2010-06-01 Thread Dmitriy Kargapolov
When socket is not bound explicitly to particular interface it is not possible to specify what IP will be used to send datagrams. OS decides on that. On Tue, Jun 1, 2010 at 11:39 AM, Alexander Zhukov wrote: >> Fredrik Thulin (FT) writes: > >  FT> On Tue, 2010-06-01 at 15:52 +0400, Alexander Z