Skip to content
/ mod_x11 Public

FreeSWITCH Module to Interact with X11 Desktop

Notifications You must be signed in to change notification settings

rts-cn/mod_x11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mod_x11

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.

ToDo:

  • Fix build on latest FreeSWITCH master
  • Add cmake or autotools build scripts
  • Add some test cases

build

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

load mod_x11

FAQ

Q: What License?

A: Same as FreeSWITCH.

Q: Do you accept Pull Request?

A: Sure. Thanks.

About

FreeSWITCH Module to Interact with X11 Desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published