Emil Ivov
d0ace28e77
Trying to fix the build
20 years ago
Yana Stamcheva
980c30f6f6
new icon for show/hide offline contacts and an icon for move contact added
20 years ago
Yana Stamcheva
696c052f7e
contact list update problem - fix
20 years ago
Yana Stamcheva
55908a1f1f
open the call panel without waiting for the call
...
support for a conference call - ongoing work
20 years ago
Yana Stamcheva
18e22504da
check if the object to accept in the filter is null
20 years ago
Emil Ivov
2407652be4
dispose rtp managers at the end of a session
20 years ago
Yana Stamcheva
95e1a320bf
unregister corresponding protocol provider before uninstalling the account
20 years ago
Damian Minkov
33f5693ed6
Fix if states record is missing
20 years ago
Damian Minkov
e6bb783c35
Added states to the call history participant recordsse
20 years ago
Yana Stamcheva
dfce450f2d
answer call in a separate thread; initialize history date to 0; set the call type - incoming or outgoing
20 years ago
Emil Ivov
678aa6320d
Set size to a fixed size (temp fix for null size)
20 years ago
Emil Ivov
021895e492
temporarily show video frame ourselves
20 years ago
Emil Ivov
9a3dc35999
fix. make sure we always use remote party address when starting sessions
20 years ago
Yana Stamcheva
3fe1048683
change server to registrar
20 years ago
Emil Ivov
1ea8ffc90c
moved contents of configuration to device
20 years ago
Emil Ivov
cfbaab188d
Working on the JMF implementation of the media service.
...
export the BIND_RETRIES_DEFAULT_VALUE from the implementation to the service
20 years ago
Emil Ivov
6bee21b95f
Working on the JMF implementation of the media service.
...
error code seems to have not been properly handled
20 years ago
Emil Ivov
93f0d93726
Working on the JMF implementation of the media service.
...
added methods for retrieving the transport address of a call participant, their originating protocol provider and corresponding contact (if any).
20 years ago
Emil Ivov
876338e255
Working on the JMF implementation of the media service.
...
added dependencies on javax.swing and javax.sound since jmf needs it.
20 years ago
Emil Ivov
dfa7e49520
Working on the JMF implementation of the media service.
...
moved out some methods that are specific for every call session into the CallSession interface/implementation
20 years ago
Emil Ivov
f30e4a3c3a
Working on the JMF implementation of the media service.
...
Added methods for opening capture devices, retrieving supported formats, creating data sources and other.
20 years ago
Emil Ivov
30b48242b4
Working on the JMF implementation of the media service.
...
Not using service binder anymore (temporarily?) and added utility methods for retrieving common used service implementations.
20 years ago
Emil Ivov
10695af8dd
Working on the JMF implementation of the media service.
...
added more options to methods generating random port numbers (e.g. specify min and max port, parity, etc.)
20 years ago
Emil Ivov
f4b4cae883
Working on the JMF implementation of the media service.
...
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.
20 years ago
Emil Ivov
47e5eb72c3
Working on the JMF implementation of the media service.
...
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.
20 years ago
Emil Ivov
72175cf38d
Working on the JMF implementation of the media service.
...
Added a method for an initial dump of the user environment (if enabled, logs all system properties and their values)
20 years ago
Emil Ivov
d484b75c30
Working on the JMF implementation of the media service.
...
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).
20 years ago
Emil Ivov
7134c3fbf1
Working on the JMF implementation of the media service.
...
add a method that would notify listeners when the the transport address used for a specific call participant changes
20 years ago
Emil Ivov
5ed113fabb
Working on the JMF implementation of the media service.
...
added a new property name
20 years ago
Emil Ivov
126d161f1f
Working on the JMF implementation of the media service.
...
more sophisticated equals method
20 years ago
Emil Ivov
c301f99018
Working on the JMF implementation of the media service.
...
export the BIND_RETRIES_DEFAULT_VALUE to the service
20 years ago
Emil Ivov
a88672092b
Working on the JMF implementation of the media service.
...
added more usage of the media service
20 years ago
Emil Ivov
401183d67d
Working on the JMF implementation of the media service.
...
store the media call session instance corresponding to this call
20 years ago
Emil Ivov
0d9fb0f5e1
Working on the JMF implementation of the media service.
...
added a method for retrieving a transport address (may remove later)
20 years ago
Emil Ivov
325dbdf60e
Working on the JMF implementation of the media service.
...
remove logEntry/logExit clauses since they only generate unnecessary log garbage (especially in this class)
20 years ago
Emil Ivov
181772bda6
Working on the JMF implementation of the media service.
...
dummy implementation of a newly added interface method
20 years ago
Emil Ivov
9d9184ba5c
Working on the JMF implementation of the media service.
...
dummy implementation of a newly added listener method
20 years ago
Emil Ivov
4157632f87
Working on the JMF implementation of the media service.
...
Only fire a reordered event if contacts have really been reordered.
20 years ago
Emil Ivov
04992636f0
Working on the JMF implementation of the media service.
...
add a return value to the reeval contact method so that we could determine whether contacts have really been reordered
20 years ago
Emil Ivov
dd94dfa33a
Working on the JMF implementation of the media service.
...
return the index at which a newly added contact was placed so that we could determine whether contacts have really been reordered
20 years ago
Emil Ivov
19063554e4
Working on the JMF implementation of the media service.
...
Added methods for retrieving public addresses without necessarily specifying an intended destination (use a default stun server as an intended destination instead).
20 years ago
Emil Ivov
bbd8f7213d
Working on the JMF implementation of the media service.
...
added comments to remind me that i need to take care of properly setting ip version preference.
20 years ago
Emil Ivov
2a939ba2b2
Working on the JMF implementation of the media service.
...
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)
20 years ago
Emil Ivov
b6efcbbdd4
Working on the JMF implementation of the media service.
...
Added class for media specific exceptions.
20 years ago
Emil Ivov
34e03841fe
Working on the JMF implementation of the media service.
...
Added class for support of methods specific to every call session and not to the whole media implementation.
20 years ago
Emil Ivov
750f550a40
Working on the JMF implementation of the media service.
...
improved detection and moved from configuration
20 years ago
Emil Ivov
388f8f368a
Working on the JMF implementation of the media service.
...
utility class for stalking processor states
20 years ago
Emil Ivov
7e02d64f20
Working on the JMF implementation of the media service.
...
utility class implementing methods for format conversion
20 years ago
Emil Ivov
7d6b1257f6
Working on the JMF implementation of the media service.
...
implementation of the call session interface. handles initialization and control of RTPManager-s
20 years ago
Yana Stamcheva
ec73556570
when adding a call in the call list check if it's empty and add the day label
20 years ago