Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trying to fix the build | Emil Ivov | 2006-10-29 | 1 | -0/+3 |
| | |||||
* | new icon for show/hide offline contacts and an icon for move contact added | Yana Stamcheva | 2006-10-27 | 9 | -7/+685 |
| | |||||
* | contact list update problem - fix | Yana Stamcheva | 2006-10-27 | 4 | -82/+267 |
| | |||||
* | open the call panel without waiting for the call | Yana Stamcheva | 2006-10-27 | 4 | -96/+215 |
| | | | | | support for a conference call - ongoing work | ||||
* | check if the object to accept in the filter is null | Yana Stamcheva | 2006-10-27 | 1 | -1/+7 |
| | |||||
* | dispose rtp managers at the end of a session | Emil Ivov | 2006-10-26 | 1 | -1/+5 |
| | |||||
* | unregister corresponding protocol provider before uninstalling the account | Yana Stamcheva | 2006-10-25 | 3 | -4/+60 |
| | |||||
* | Fix if states record is missing | Damian Minkov | 2006-10-24 | 1 | -1/+5 |
| | |||||
* | Added states to the call history participant recordsse | Damian Minkov | 2006-10-24 | 3 | -8/+136 |
| | |||||
* | answer call in a separate thread; initialize history date to 0; set the call ↵ | Yana Stamcheva | 2006-10-24 | 3 | -41/+80 |
| | | | | type - incoming or outgoing | ||||
* | Set size to a fixed size (temp fix for null size) | Emil Ivov | 2006-10-24 | 1 | -13/+13 |
| | |||||
* | temporarily show video frame ourselves | Emil Ivov | 2006-10-24 | 1 | -4/+8 |
| | |||||
* | fix. make sure we always use remote party address when starting sessions | Emil Ivov | 2006-10-24 | 1 | -5/+5 |
| | |||||
* | change server to registrar | Yana Stamcheva | 2006-10-24 | 2 | -2/+2 |
| | |||||
* | moved contents of configuration to device | Emil Ivov | 2006-10-23 | 10 | -1508/+0 |
| | |||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+7 |
| | | | | | export the BIND_RETRIES_DEFAULT_VALUE from the implementation to the service | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -1/+4 |
| | | | | | error code seems to have not been properly handled | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+28 |
| | | | | | added methods for retrieving the transport address of a call participant, their originating protocol provider and corresponding contact (if any). | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -1/+7 |
| | | | | | added dependencies on javax.swing and javax.sound since jmf needs it. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 2 | -132/+200 |
| | | | | | moved out some methods that are specific for every call session into the CallSession interface/implementation | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -35/+849 |
| | | | | | Added methods for opening capture devices, retrieving supported formats, creating data sources and other. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -2/+146 |
| | | | | | Not using service binder anymore (temporarily?) and added utility methods for retrieving common used service implementations. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -3/+51 |
| | | | | | added more options to methods generating random port numbers (e.g. specify min and max port, parity, etc.) | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -52/+67 |
| | | | | | default implementation for a new listener method (change in transport address) ... we may actually remove this method later on since i am not sure we really need it. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -3/+14 |
| | | | | | Added a method for retrieving a public address for a port (without specifying an intended destination), in which case we will be using the address of our stun server as a destination. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -96/+92 |
| | | | | | Added a method for an initial dump of the user environment (if enabled, logs all system properties and their values) | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -5/+0 |
| | | | | | disable defaulting to IPv6 since it breaks the application when connecting to hosts that have an IPv6 address in the DNS but have no server listening on it (only on v4). | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+10 |
| | | | | | add a method that would notify listeners when the the transport address used for a specific call participant changes | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -1/+12 |
| | | | | | added a new property name | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -1/+4 |
| | | | | | more sophisticated equals method | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -2/+2 |
| | | | | | export the BIND_RETRIES_DEFAULT_VALUE to the service | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -15/+127 |
| | | | | | added more usage of the media service | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+44 |
| | | | | | store the media call session instance corresponding to this call | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -2/+79 |
| | | | | | added a method for retrieving a transport address (may remove later) | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -124/+55 |
| | | | | | remove logEntry/logExit clauses since they only generate unnecessary log garbage (especially in this class) | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -7/+46 |
| | | | | | dummy implementation of a newly added interface method | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+6 |
| | | | | | dummy implementation of a newly added listener method | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -6/+12 |
| | | | | | Only fire a reordered event if contacts have really been reordered. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -3/+6 |
| | | | | | add a return value to the reeval contact method so that we could determine whether contacts have really been reordered | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -1/+3 |
| | | | | | return the index at which a newly added contact was placed so that we could determine whether contacts have really been reordered | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -2/+41 |
| | | | | | Added methods for retrieving public addresses without necessarily specifying an intended destination (use a default stun server as an intended destination instead). | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -2/+7 |
| | | | | | added comments to remind me that i need to take care of properly setting ip version preference. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -79/+80 |
| | | | | | make sure we have a refresh at least every nine seconds (Yana, I am not sure why I added this. You may remove it if you judgje necessary) | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+86 |
| | | | | | Added class for media specific exceptions. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+94 |
| | | | | | Added class for support of methods specific to every call session and not to the whole media implementation. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 11 | -0/+2016 |
| | | | | | improved detection and moved from configuration | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+118 |
| | | | | | utility class for stalking processor states | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+160 |
| | | | | | utility class implementing methods for format conversion | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+1332 |
| | | | | | implementation of the call session interface. handles initialization and control of RTPManager-s | ||||
* | when adding a call in the call list check if it's empty and add the day label | Yana Stamcheva | 2006-10-23 | 1 | -2/+2 |
| |