Hi,
When installing Asterisk from your guide
http://openmeetings.apache.org/red5sip-integration_3.1.html#Setup_red5sip_transport
I encounter a problem at this step :
Build with Apache Maven
mvn clean package
The error I receive:
mvn clean package
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.188 s
[INFO] Finished at: 2017-01-12T12:38:08+07:00
[INFO] Final Memory: 7M/72M
[INFO]
------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is
no POM in this directory (/opt). Please verify you invoked Maven from the
correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
It can be overcome by changing into the red5sip folder and then running mvn
clean package
I also noticed this path is not right in the documentation :
/opt/red5sip/settings.properties
Shouldn't it be : /opt/red5sip/*target*/settings.properties
The problem I have now is when I run this command :
sudo cp /opt/red5sip/red5sip /etc/init.d/
Error :
sudo cp /opt/red5sip/red5sip /etc/init.d/
*cp: cannot stat '/opt/red5sip/red5sip': No such file or directory*
Do I just copy over like this : cp /opt/red5sip/ /etc/init.d ?
Thanks,
Dan