[OpenSIPS-Devel] Strange behavior for SIP over TCP

2012-01-12 Thread Emmanuel BUU
value is determined at startup in main.c In case of multihomed system, the value of this "main Ip address" seems not to be deterministc. As a conclution: would it hurt if we would remove the bind() call from tcpconn_connect() ? Emmanuel BUU IVèS http://www.ives.fr/

Re: [OpenSIPS-Devel] B2B source

2011-01-18 Thread Emmanuel BUU
Hello, By design a B2BUA will not copy the header to the outgoing leg. I you need the original via headers to be copied, you are more looking at a proxy function. You may call forward() then. Emmanuel BUU Le 18/01/11 13:51, Anton Zagorskiy a écrit : Hi. With my script after

Re: [OpenSIPS-Devel] opensips does not send message to radius when it receive "bye"

2011-01-18 Thread Emmanuel BUU
Hello, This kind of issue should be directed to the user list as they are more related to the use of scripting. Emmanuel BUU Le 18/01/11 14:28, happyeveryday1025 a écrit : Hello: I am using opensips and freeradius to do accounting,now the radius has response when the call is established

Re: [OpenSIPS-Devel] About b2b_entities

2010-11-03 Thread Emmanuel BUU
Le 02/11/10 17:46, Olivier Détour a écrit : > Hi, > > I'm using v1.6 from SVN, and I would like to report an UPDATE in my > b2b client module, but entities reply on INVITE with 491 error code. > Here is my test (from RFC 3311): > > Caller INVITE---> B2B ><---180 >

Re: [OpenSIPS-Devel] proposal of removal of lcr module (deprecated by drouting)

2010-09-30 Thread Emmanuel BUU
kill kill ... Le 30/09/10 15:43, Ovidiu Sas a écrit : > If there are no objections, I would propose the removal of the module > sometimes next week. > > > Regards, > Ovidiu Sas > > On Tue, Sep 28, 2010 at 12:03 PM, Ovidiu Sas wrote: >> Hello all, >> >> Following a different thread: >> http://li

Re: [OpenSIPS-Devel] nathelper: removal of force_rtp_proxy

2010-09-23 Thread Emmanuel BUU
Ouch ! Still using it but on 1.5. I guess that I will adapt when going to 1.6 Le 22/09/10 20:31, Ovidiu Sas a écrit : > Should I understand that all rtpproxy users have switched to > rtpproxy_offer/rtpproxy_answer? > If there are no objections, sometimes next week I will remove the old > force_

Re: [OpenSIPS-Devel] [NEW] OpenSIPS 1.6.3 major release is out

2010-08-06 Thread Emmanuel BUU
Congratulations. We worked on an enhancement of advertized address to add the notion of "internal_network" We use advertized_address when opensips is running on a server which is behind a NAT itself. This is, I guess, the purpose of this function. However if the same server handles clients that

Re: [OpenSIPS-Devel] [RFC] OpenSIPS 2.0 - changes on the SIP messages

2010-04-29 Thread Emmanuel BUU
Hello, First of all, I want to stress that the whole concept of message scripting is a fabulous asset. It enables us to adapt to so many situations without recompling C code. I have the feeling that the whole concept has emerged from a rather practical and performance oriented approach (which is

Re: [OpenSIPS-Devel] Diameter Support

2010-04-28 Thread Emmanuel BUU
I don't know if the guys from Open IMS Core have made any update but their CDP module could be a starting point: http://www.openimscore.org/docs/ser_ims/CDP.html Of course this has been discussed last year on the list. Bogdan-Andrei Iancu a écrit : Hello Alexandre, OpenSIPS has some DIAMETER

Re: [OpenSIPS-Devel] Planning release 1.6.2

2010-03-04 Thread Emmanuel BUU
I would like to have patch ID: 2910271 on closeddial module and if possibile patch 2925069. Emmanuel Bogdan-Andrei Iancu a écrit : > Hi all, > > Following the new release policy (see > http://www.opensips.org/Development/Development), the next release is 1.6.2 - > it will not be minor as it wi

Re: [OpenSIPS-Devel] disabling outbound TCP connection for nated UA

2010-02-16 Thread Emmanuel BUU
ction nevetheless, connections that are bound to fail. Maybe we should see if there is a way to tell the TM module: "try to reuse a TCP connection to this UA and if no such connection is available, report an error". > Regards, > Bogdan > > Emmanuel BUU wrote: > >>

Re: [OpenSIPS-Devel] disabling outbound TCP connection for nated UA

2010-01-19 Thread Emmanuel BUU
Hello, Is there a way in the TM module to prevent opensips to open an outbound TCP connection in case the destination is nated? Emmanuel ___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [ opensips-Patches-2706135 ] Change to listen= syntax to support per-interface advertised

2009-08-23 Thread Emmanuel BUU
Hello, This is a good idea except that the real live situation is more complicated. Advertised addresses are used whenether OpenSIPS is running behind an external NAT (provided by a router). If fact, the opensips may have to deal with UAs that are also behind the NAT (e.g. inside a corporate

Re: [OpenSIPS-Devel] New OpenSIPS design and load balancing

2008-11-10 Thread Emmanuel BUU
Hello Dan, Then how you guys plan to support load balancing in the case of transactionful proxies ? Dan Pascu a écrit : > Hi Aron, > > this has been considered already and the shared memory as you know it will > not longer be present or needed. As for storage, it will be accessed from > applic