Unable to initialise repository SofaSWITCH due to com.cenqua.fisheye.config.ConfigException:Could not access http://svn.sofaswitch.org/svn/sofaswitch : org.tigris.subversion.javahl.ClientException: svn: timed out waiting for server svn: PROPFIND request failed on '/svn/sofaswitch'

 

SofaSWITCH

  •  
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
derek

committed 444 to SofaSWITCH on branch trunk

27 May 09
Fixes to bring it up to date with the current svn of opal&ptlib.
derek

committed 443 to SofaSWITCH on branch trunk

20 May 09
Tidy up args to use more consts. This makes it consistant with the args
in the ancestor class of MessageFrame.
Get the layout more correct.
Make the distclean make target less verbose.
derek

committed 442 to SofaSWITCH on branch trunk

25 Jan 09
Fix a compile error.
added to main.cxx
derek

committed 441 to SofaSWITCH on branch trunk

04 Dec 08
Fix usage of Listen and Accept on TCP socket.
Alter ptrace statements to give more reaable output.
modified main.cxx
derek

committed 440 to SofaSWITCH on branch trunk

30 Sep 08
lots and lots and lots of fixes, to bring it up date
with the latest ptlib/opal combination.
Improve reliability - add read/write locks.
derek

committed 439 to SofaSWITCH on branch trunk

06 Aug 08
sort out a faulty ptrace message.
modified main.cxx
derek

committed 438 to SofaSWITCH on branch trunk

27 Jul 08
Correctly cope with the times when the supervisor could not connect to
the server. Should be more robust now on startup..
derek

committed 437 to SofaSWITCH on branch trunk

27 Jul 08
check that the user has specified a python variable to
hold the output of the requestnewid operation. mark this
as a compile error if name not specified. Ensure this
compile error is correctly cleared on doing the next compile.
derek

committed 436 to SofaSWITCH on branch trunk

27 Jul 08
Tidy up the errorchecking - ensure that the python code
copes with faulty input better.
derek

committed 435 to SofaSWITCH on branch trunk

27 Jul 08
requestnewid command is changed, to now include a unique identifying string.
this means one RequestNewId node on the panel will not interfere with another.
Alternatively, multiple uses of a RequestNewid node on the panel will not
interfere with another.
added to shapelist.cpp and modified requestnode.cpp
derek

committed 434 to SofaSWITCH on branch trunk

27 Jul 08
use a read write lock on the internal audio buffer,
so it is more efficient in handling audio. This will
allow concurrent reads of the member's audio buffer.
derek

committed 433 to SofaSWITCH on branch trunk

27 Jul 08
Big tidy up. Move all comamnd handling to use Const,
so that the strings are handled as efficiently as possible.
derek

committed 432 to SofaSWITCH on branch trunk

25 Jul 08
Lots of tidy ups to improve the efficiency of the voip subsystem.
Minor cleanups to callflow to make it more robust.
derek

committed 431 to SofaSWITCH on branch trunk

21 Jul 08
Tidy up operation so it operates correctly when just the write file is specified.
Improve reporting on the status command to accurate describe what is happening.
derek

committed 430 to SofaSWITCH on branch trunk

20 Jul 08
Add additional command of (iaxstatus and iaxstatus full)
This command reports on the usage in OPAL's iax lists.
derek

committed 429 to SofaSWITCH on branch trunk

20 Jul 08
Tidy up formatting of doxygen comment.
derek

committed 428 to SofaSWITCH on branch trunk

20 Jul 08
Modify example forloop for clarity.
derek

committed 427 to SofaSWITCH on branch trunk

20 Jul 08
Tidy up formatting.
Add new methods so descendant class can process additional commands.
derek

committed 426 to SofaSWITCH on branch trunk

07 Jul 08
Get information for status improved. Can query the status of nodes
which have disconnected from the message server, but are still in the aplication.
Get the setting of id and server to work correctly.
derek

committed 425 to SofaSWITCH on branch trunk

02 Jul 08
Tidy up locks in creation of identities.
Now, we correctly set them, so there is no deadlock on faulty initialisation.
modified messages.cxx
derek

committed 424 to SofaSWITCH on branch trunk

02 Jul 08
Go back to no up arrow - it breaks the shell...
modified client.py
derek

committed 423 to SofaSWITCH on branch trunk

18 Jun 08
Work hard to get keyboard events to be detected.
They refuse to be detected.ARRRGGGH.
derek

committed 422 to SofaSWITCH on branch trunk

16 Jun 08
Another attempt to make event handling of key clicks work.

derek

committed 421 to SofaSWITCH on branch trunk

15 Jun 08
Try (unsuccessfully) to get the editor to respond to keypresses. This USED to work.
Now, the thing is a bit broken. Sigh
derek

committed 420 to SofaSWITCH on branch trunk

12 Jun 08
tidy up the command line handler to do things like up-arrow correctly,
and to have a prompt symbol.
modified client.py
derek

committed 419 to SofaSWITCH on branch trunk

12 Jun 08
Add handling of the messageframe so that descendants can work out
when they have started running.

Tidy up the dumpmem command, to have less allocs in it.
derek

committed 418 to SofaSWITCH on branch trunk

12 Jun 08
Tidy up the handling of memory leak checking,
add some callbacks to find when the supervisor has started.
derek

committed 417 to SofaSWITCH on branch trunk

27 May 08
Fix the comms constructor, so we avoid the call of pure virtual functions.
the commsProvider internal thread must start work after the creation of everything has completed.

Correctly send a message back to the remote controller that the call has been established. This is
useful in those scripts that want to know when the call is operational.
derek

committed 416 to SofaSWITCH on branch trunk

26 May 08
Changes resulting from upgrades to the ptlib/opal library.
derek

committed 415 to SofaSWITCH on branch trunk

25 May 08
Work hard on callflow so it compiles and runs a bit nicer.
Fix compatibility issues with wxwidgets 2.8.