From sobomax at sippysoft.com Fri Aug 1 09:49:40 2008 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Fri, 01 Aug 2008 09:49:40 -0700 Subject: [B2BUA Devel] Timeout: unhandled exception in timeout callback In-Reply-To: <737878.78154.qm@web46404.mail.sp1.yahoo.com> References: <737878.78154.qm@web46404.mail.sp1.yahoo.com> Message-ID: <48933EA4.1030202@sippysoft.com> Nour Omar wrote: > Thank you Maxim for your reply, > I was lucky to check my spam folder today to see your reply. > I will try the lasted cvs code and let you know if I still see this error. > BTW, this is really great work and robust piece of software! Nour, You are welcome. Thank you for warm words. Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/F: +1-646-651-1110 Web: http://www.sippysoft.com From sobomax at sippysoft.com Tue Aug 26 06:51:56 2008 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Tue, 26 Aug 2008 15:51:56 +0200 (CEST) Subject: [B2BUA Devel] CVS:commitlog: CVSROOT cfg_local.pm Message-ID: <20080826135156.22594144CC5@mail.berlios.de> sobomax 2008/08/26 15:51:56 CEST SER CVS Repository Modified files: . cfg_local.pm Log: Fix MAILBANNER. Revision Changes Path 1.2 +2 -2 CVSROOT/cfg_local.pm http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/CVSROOT/cfg_local.pm.diff?r1=1.1&r2=1.2 From sobomax at sippysoft.com Tue Aug 26 07:05:37 2008 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Tue, 26 Aug 2008 16:05:37 +0200 (CEST) Subject: [B2BUA Devel] CVS:commitlog: sippy External_command.py Radius_client.py b2bua_radius.py Message-ID: <20080826140537.5C42B14D769@mail.berlios.de> sobomax 2008/08/26 16:05:37 CEST Sippy B2BUA CVS Repository Modified files: . External_command.py Radius_client.py b2bua_radius.py Log: Add new option -M allowing to set max. number of AAA clients (radiusclient processes) to start. Revision Changes Path 1.4 +4 -4 sippy/External_command.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/External_command.py.diff?r1=1.3&r2=1.4 1.3 +3 -2 sippy/Radius_client.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/Radius_client.py.diff?r1=1.2&r2=1.3 1.38 +5 -2 sippy/b2bua_radius.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/b2bua_radius.py.diff?r1=1.37&r2=1.38 From sobomax at sippysoft.com Tue Aug 26 08:00:03 2008 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Tue, 26 Aug 2008 17:00:03 +0200 (CEST) Subject: [B2BUA Devel] CVS:commitlog: sippy External_command.py Radius_client.py b2bua_radius.py Message-ID: <20080826150003.06964150CF0@mail.berlios.de> sobomax 2008/08/26 17:00:03 CEST Sippy B2BUA CVS Repository Modified files: . External_command.py Radius_client.py b2bua_radius.py Log: If the call has been cancelled while awaiting for the authentication / authorization to happen try to deschedule Radius request, so that if it is still in queue we don't waste time and create useless load on Radius server. Revision Changes Path 1.5 +41 -6 sippy/External_command.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/External_command.py.diff?r1=1.4&r2=1.5 1.4 +2 -2 sippy/Radius_client.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/Radius_client.py.diff?r1=1.3&r2=1.4 1.39 +7 -3 sippy/b2bua_radius.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/b2bua_radius.py.diff?r1=1.38&r2=1.39 From sobomax at sippysoft.com Tue Aug 26 08:27:27 2008 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Tue, 26 Aug 2008 17:27:27 +0200 (CEST) Subject: [B2BUA Devel] CVS:commitlog: sippy SipURL.py UacStateIdle.py Message-ID: <20080826152727.8755A14BE68@mail.berlios.de> sobomax 2008/08/26 17:27:27 CEST Sippy B2BUA CVS Repository Modified files: . SipURL.py UacStateIdle.py Log: When originating egress call leg make sure to set host portion of the From header field to be the local address, not the remote one. The previous behaviour was creating issues with various third-party hardware/software. Revision Changes Path 1.6 +7 -3 sippy/SipURL.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/SipURL.py.diff?r1=1.5&r2=1.6 1.6 +2 -3 sippy/UacStateIdle.py http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sippy/sippy/UacStateIdle.py.diff?r1=1.5&r2=1.6