Re: [Devel] CVS commitlog: sip-server tcp_conn.h tcp_main.c tcp_read.c tcp_server.h

2006-04-13 Thread Dan Pascu
On Thursday 13 April 2006 19:24, Bogdan-Andrei Iancu wrote: > User: bogdan_iancu > Date: 2006/04/13 09:24:42 PDT > > OpenSER CVS - Commit Details > > Modified files: > .tcp_conn.h tcp_main.c tcp_read.c > tcp_server.h > Commit Log: > - support

[Devel] ACKs for negative replies

2006-04-13 Thread elias
Hi all, I've been looking at the source code in "send_ack" in (tm/t_reply.c) and I've found that for local transactions, the ACK's request-URI is created from the Route-Set (if it exists) or from Contact (if no route-set), although section 17.1.1.3 (construction of the ACK request) in 3261 says

[Devel] [ openser-Patches-1470001 ] unixodbc patch

2006-04-13 Thread SourceForge.net
Patches item #1470001, was opened at 2006-04-13 11:30 Message generated for change (Comment added) made by torturedsoul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1470001&group_id=139143 Please note that this message will contain a full copy of the c

[Devel] [ openser-Patches-1470001 ] unixodbc patch

2006-04-13 Thread SourceForge.net
Patches item #1470001, was opened at 2006-04-13 11:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1470001&group_id=139143 Please note that this message will contain a full co

[Devel] CVS commitlog: sip-server/modules/registrar README reg_mod.c reg_mod.h save.c sip-server/modules/registrar/doc registrar_user.sgml

2006-04-13 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/04/13 09:44:06 PDT OpenSER CVS - Commit Details Modified files: modules/registrarREADME reg_mod.c reg_mod.h save.c modules/registrar/doc registrar_user.sgml Commit Log: - the register module may set for TCP connection a custom lifetime for keepi

Re: [Devel] loose_route() incorrectly strict routing locally forwarded messages

2006-04-13 Thread Tavis P
It is a good intern solution, adding the port to the alias definition works perfectly, although it may confuse some due to non obvious behaviour. I think its a problem better solved in head though I've made a change to the OpenSER core_cookbook wiki, in the alias heading to indicate that it may b

[Devel] CVS commitlog: sip-server tcp_conn.h tcp_main.c tcp_read.c tcp_server.h

2006-04-13 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/04/13 09:24:42 PDT OpenSER CVS - Commit Details Modified files: .tcp_conn.h tcp_main.c tcp_read.c tcp_server.h Commit Log: - support for setting custom lifetime (expire time) for the TCP connections (to b

[Devel] CVS commitlog: sip-server action.c

2006-04-13 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/04/13 08:59:31 PDT OpenSER CVS - Commit Details Modified files: .action.c Commit Log: - fixed bug when using exit/return within a switch statement Revision ChangesPath 1.18 +4 -1 sip-server/action.c [ http://

[Devel] How to install and work on SerWeb in openSER

2006-04-13 Thread raviprakash sunkara
Hello, Currnently  now am working on SER by openser... I installed oenser-1.0.1.rhel3.i386 into my box. openser server is workiing fine. I want how to install and config the serweb in openSER please help it... Thanks & Regards -- Sunkara Ravi Prakash Hyperion Technologies.. ___

[Devel] CVS commitlog: sip-server/modules/avpops avpops_impl.c

2006-04-13 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/04/13 07:30:09 PDT OpenSER CVS - Commit Details Modified files: modules/avpops avpops_impl.c Commit Log: - fixed crash when using global flags in avp_pushto() (reported by Christian Schlatter) Revision ChangesPath 1.24 +3 -3 sip-

Re: [Devel] loose_route() incorrectly strict routing locally forwarded messages

2006-04-13 Thread Bogdan-Andrei Iancu
Hi Tavis, thanks for the debugging. I think the best solution will be to have a port set all the time in the alias structure - if the alias definition does not contain a port, when inserting the alias use either the value of "port=" or the default 5060 if no general port is defined. the grep

Re: [Devel] non-invite server transactions are terminated too fast

2006-04-13 Thread Bogdan-Andrei Iancu
Juha, I will take a look to see how easy is to implement this behaviour. regards, bogdan Juha Heinanen wrote: Bogdan-Andrei Iancu writes: > I like your suggestion - the only "difficult" part will be to process > the registers with same cseq, within the next 32 seconds > (retransmissions) i