Hello,
As announced earlier, mailing lists serdev(a)lists.iptel.org and
devel(a)lists.kamailio.org have been merged into one. The address of the new
mailing list is sr-dev(a)lists.sip-router.org and the administrative interface
is available at
http://lists.sip-router.org/cgi-bin/mailman/sr-dev
This is the common new development mailing list for ser, kamailio, and
sip-router projects. We will not be using the old mailing lists anymore,
although their email addresses still exist and they are forwarded to the new
mailing list.
We migrated all subscribers from serdev(a)lists.iptel.org and
devel(a)lists.kamailio.org to the new mailing list. Because mailman cannot
migrate users while preserving all their settings, it is possible that some of
the settings that you may have configured in the www interface of mailman got
lost. If this is the case then, please, go to the www interface of the new
mailing list at
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
and restore them manually. We apologize for this inconvenience, but mailman
does not seem to offer any tool that would automate this process.
Also, you may need to updated your email filters if you use them. The email
address of the mailing list is sr-dev(a)lists.sip-router.org. The old mailing
list addresses still work, thus you may occasionally see emails posted to
serdev(a)iptel.org or devel(a)lists.kamailio.org. If you post an email to
serdev(a)iptel.org or devel(a)lists.kamailio.org then it will be forwarded to this
mailing list transparently.
Archives of the two former mailing lists are still available at
http://lists.iptel.org/pipermail/serdevhttp://lists.kamailio.org/pipermail/devel
and they'll continue to be available there. We have no plans to move them
elsewhere, because their locations are well known and they are referred from
many other sites around the net. For your convenience the info page of
the new list contains direct links to the old archives:
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
The new mailing list will receive commit logs from three source repositories:
1) SER cvs repository at Berlios
2) Kamailio SVN repository at Sourceforge
3) The shared git repository of sip-router
We can redirect some of the commitlogs somewhere else later if this generates
too much traffic.
So, I hereby declare the mailing list open for all ser/kamailio/sip-router
related traffic. Welcome everybody, have a lot of fun and hope to see you in
many fruitful discussions :-).
Jan (on behalf of ser and kamailio developer groups).
Revision: 5859
http://openser.svn.sourceforge.net/openser/?rev=5859&view=rev
Author: miconda
Date: 2009-05-26 17:48:46 +0000 (Tue, 26 May 2009)
Log Message:
-----------
- fix typo in MI command name and example
Modified Paths:
--------------
branches/1.5/modules/htable/README
branches/1.5/modules/htable/doc/htable_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
andrei 2009/05/26 17:41:30 CEST
SER CVS Repository
Modified files:
. tcp_main.c
Log:
tcp: minor fix: TCP_EV_IDLE_CONN_CLOSED
TCP_EV_IDLE_CONN_CLOSED was called also on connect and send timeout (along
with TCP_EV_CONNECT_TIMEOUT and TCP_EV_SEND_TIMEOUT). Same for the
corresponding statistics.
Reported-and-tested-by: Libor Chocholaty <libor(a)iptel.org>
Reported-and-tested-by: Jan Pewner <jpewner(a)iptel.org>
Revision Changes Path
1.151 +8 -3 sip_router/tcp_main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_main.c.diff?r1…