Hello
I set up a Debian Server with OpenSER 1.3.2 (installed with apt-get) and wants to use a web interface to easily create new sip accounts.
I found OpenSER Administrator (
http://openseradmin.sourceforge.net/index.php) and wants to use it. I installed all needed packets per apt-get (ruby, rails, rubygems, libmysql-ruby, libdbd-mysql-ruby,...) but it don't work.
I used the last stable OpenSER Administrator 0.3 and the current svn version. I always get the error message:
| Code: |
./script/../config/boot.rb:38: undefined method `require_gem' for main:Object (NoMethodError)
from ./script/server:2:in `require'
from ./script/server:2
|
when i tried to execute ./scripts/server as described in the documentation. I already searched for that problem and found that i should change 'require_gem' to just 'gem' but after that another error apears. So I think that isn't the right way for me.
Can anyone help to get OpenSER Administrator running or can advisean another web interface.
Thx