-
rdeadman committed patchset 466 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 1 files.
2009-12-23 15:08:38 UTC by rdeadman
-
rdeadman committed patchset 465 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 4 files.
2009-12-10 00:14:13 UTC by rdeadman
-
Thanks a lot!
2009-12-09 13:54:34 UTC by dickhut
-
I have just checked in code to update TAPI3 support for transfer and conference. This requires an updated DLL as well. The instructions are in the src/doc directory.
In a nutshell, you now can make a transfer with the TAPI3 provider by doing:
// Set up consultation call for transfer
CallControlCall consult = (CallControlCall)prov.createCall();
PrivateData consultPrivate =...
2009-12-08 20:43:08 UTC by rdeadman
-
rdeadman committed patchset 464 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 13 files.
2009-12-08 19:19:34 UTC by rdeadman
-
I assume you are using TAPI and the TAPI3 service provider.
In CVS, under documents, there is a file on additions for TAPI3 support (src/doc/Tapi3Add.txt). It notes that TAPI's transfer and conference support does not line up with the GJTAPI paradigm of putting the call on hold, creating a (consultation) call and then joining the calls. Instead, in TAPI you create a consultation call and then...
2009-12-08 14:08:35 UTC by rdeadman
-
I tried to transfer a call to an other address:
...
callControl.transfer("197");
...
The problem is that the tansfer method uses intern the hold method, but the hold method isn't supported of my telephone hardware.
Then I found a flag "tapi3.native.swapOnHold" in the "Tapi3.gjtapi" file, but this don't works.
Is there a possibility to transfer a telefon call without using the...
2009-12-08 07:24:49 UTC by dickhut
-
rdeadman committed patchset 463 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 1 files.
2009-11-30 16:57:03 UTC by rdeadman
-
rdeadman committed patchset 462 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 1 files.
2009-11-29 17:22:41 UTC by rdeadman
-
schnelle committed patchset 461 of module src to the Generic JTAPI and Jain Jcc and Jcat CVS repository, changing 1 files.
2009-11-19 08:56:57 UTC by schnelle