read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
Then RESTART (not reload asterisk)
Use the installer provided
# sudo sh ADM_unix*.sh
You can install as a normal user, but you must call the adm executable by the full path or put it in your $PATH (or run as root if no sudo to install with proper paths)
There are two ways to build the SVN source:
1) Use the evaluation version of Install4J and open the appropriate install4j windows or unix file in the root of the source. Then just build the executable.
2) (ADVANCED) Compile manually with ant: Note: You must have an installed JRE and ANT bash# ant unzip the adm-linux.zip to wherever, and run the adm.sh file to launch
Comments
ant did not work "out of the box"
Hello,
the current SVN is not buildable "out of the box" using ant.
It complained about not finding adm/native/swt/gtk-linux/HEAD.
I fixed a bit of paths and now it works, here's the svn diff from last revision: http://pastebin.com/f4576fa72
HTH,
Andrea