FreeSWITCH module to interace with X11 Desktop.
This mod was written many years ago when I learning to write FreeSWITCH modules. It probably doesn't build on the current version of FreeSWITCH.
The code is simple and hope still useful.
Pull Request is welcome.
- Fix build on latest FreeSWITCH master
- Add cmake or autotools build scripts
- Add some test cases
Put this mod in the freeswitch source dir, your freeswitch should already been built and installed.
cd freeswitch/src/mod/
mkdir rts
cd rts
git clone https://github.com/rts-cn/mod_x11
cd mod_x11
make
make install
load mod_x11
Q: What License?
A: Same as FreeSWITCH.
Q: Do you accept Pull Request?
A: Sure. Thanks.