Repositories
fsr
EventMachine-based Ruby library for talking with FreeSWITCH over the event socket.
-
Cloning this repository:
git clone git://gitorious.org/fsr/fsr.git fsr cd fsr
Add this repository as a remote to an existing local repository:
git remote add fsr git://gitorious.org/fsr/fsr.git git fetch fsr git checkout -b my-local-tracking-branch fsr/master_or_other_branch
fxc
FXC Is a dialplan control application built for freeswitch in ramaze with sequel.
-
Cloning this repository:
git clone git://gitorious.org/fsr/fxc.git fxc cd fxc
Add this repository as a remote to an existing local repository:
git remote add fxc git://gitorious.org/fsr/fxc.git git fetch fxc git checkout -b my-local-tracking-branch fxc/master_or_other_branch

