I am trying to set up KAddressBook to use WengoPhone as a phone program, and I can't find the command line of WengoPhone. WengoPhone seems to support command but they are not documented. The command line is like this:
|
Source code
|
1
2
3
4
5
6
7
8
|
$ qtwengophone --help
[...]
Allowed options:
-h [ --help ] print usage message
-b [ --background ] run in background mode
-s [ --several ] allow several WengoPhone at the same time
-q [ --configpath ] arg pass a path to load configuration directory
-c [ --command ] arg pass a command to the wengophone
|
Seeing that -c I guess it should have some interface that it does honor. Some IPC stuff would be even better. I will try to find some mail address and also ask on the wengo forum (the forum seems as dead as posible, with more than 9000 threads of spam).
Thank you.