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
6b05141ff2
Working on the JMF implementation of the media service.
...
do not recure lib subdirs. only include those that we want
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
45bcc2171f
Working on the JMF implementation of the media service.
...
remove export clause
20 years ago
Emil Ivov
f5e4c48d99
Working on the JMF implementation of the media service.
...
refactoring
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
e20749ba52
Working on the JMF implementation of the media service.
...
patched methods in RTPSessionMgr, media/protocol/v4l and others
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
9e5b60b9ed
Working on the JMF implementation of the media service.
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
dde0fc80aa
Working on the JMF implementation of the media service.
...
added a dummy impl for a newly added listener method
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
e42cb53ac2
Working on the JMF implementation of the media service.
...
we seem to have been wrong in the comparison
20 years ago
Emil Ivov
39b32a2a26
Working on the JMF implementation of the media service.
...
make sure the contact whose status change is suppose to cause a move, is last before we move it
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
Yana Stamcheva
a9a4c25a95
new parameters added to the sip account registration wizard
20 years ago
Yana Stamcheva
09e25067eb
print line removed
20 years ago
Yana Stamcheva
f6268987ba
"all" added in the "call list" search combo box
20 years ago
Yana Stamcheva
aaef2b22c8
wizard size fixed
20 years ago
Yana Stamcheva
118e760162
default transport field added
20 years ago
Yana Stamcheva
2483a06f10
in the call combo box - dial the selected contact when enter is pressed
20 years ago
Yana Stamcheva
2e00540b90
unused import removed
20 years ago
Yana Stamcheva
f8a22d5305
do not open the popup if the user input doesn't match any of the items in the combo box
20 years ago