Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erros de instalação. #1

Closed
Mazuco opened this issue Jul 15, 2016 · 1 comment
Closed

Erros de instalação. #1

Mazuco opened this issue Jul 15, 2016 · 1 comment

Comments

@Mazuco
Copy link

Mazuco commented Jul 15, 2016

Olá, eu instalei e já usei. Parabéns pela iniciativa. Bom eu reparei pequenos erros no seu tutorial de instalação em Ubuntu Server, que creio que serve tmb para os sistemas Debian. Segue abaixo:

O comando para colocar no apache não é

sed -i 's/User User ${APACHE_RUN_USER}/User asterisk/' /etc/apache2/httpd.conf

e sim no:

sed -i 's/User User ${APACHE_RUN_USER}/User asterisk/' /etc/apache2/apache2.conf

Para copiar no Ubuntu/Debian está assim:

cp -rf /var/www/chipcerto/phpagi/* /var/lib/asterisk/agi-bin

Mas o certo é:

cp -rf /var/www/html/chipcerto/phpagi/* /var/lib/asterisk/agi-bin

E por fim o comando para dar permissão não é:

chmod +x /var/lib/asterisk/agi-bin/portabiliadecelular.php

e sim:

chmod +x /var/lib/asterisk/agi-bin/portabilidadecelular.php

Saudações.

@magnussolution
Copy link
Owner

bom dia. Obrigado pela informação. Ja foi alterado

On Jul 14, 2016, at 10:17 PM, Vitor Mazuco notifications@github.com wrote:

Olá, eu instalei e já usei. Parabéns pela iniciativa. Bom eu reparei pequenos erros no seu tutorial de instalação em Ubuntu Server, que creio que serve tmb para os sistemas Debian. Segue abaixo:

O comando para colocar no apache não é

sed -i 's/User User ${APACHE_RUN_USER}/User asterisk/' /etc/apache2/httpd.conf

e sim no:

sed -i 's/User User ${APACHE_RUN_USER}/User asterisk/' /etc/apache2/apache2.conf

Para copiar no Ubuntu/Debian está assim:

cp -rf /var/www/chipcerto/phpagi/* /var/lib/asterisk/agi-bin

Mas o certo é:

cp -rf /var/www/html/chipcerto/phpagi/* /var/lib/asterisk/agi-bin

E por fim o comando para dar permissão não é:

chmod +x /var/lib/asterisk/agi-bin/portabiliadecelular.php

e sim:

chmod +x /var/lib/asterisk/agi-bin/portabilidadecelular.php

Saudações.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #1, or mute the thread https://github.com/notifications/unsubscribe-auth/ARAkDLIcdFqA_BKonJN5glvDfJDByOkJks5qVt-RgaJpZM4JM_mC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants