Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

sábado, 29 de noviembre de 2014

Actualizando FreePBX modulos desde CLI

Upgrading a FreePBX Module from the CLI

Saltar al final de los metadatos
Ir al inicio de los metadatos Their may be cases that something breaks and you can not get into your FreePBX GUI and you need to perform module updates to fix a GUI problem.  Below is a example on how we would upgrade the framework module from the CLI.

  • SSH into your PBX

Manejanado modulos Freepbx desde CLI

Manage Modules Via CLI


The GUI interface should always be used to manage your PBX, and the "Module Admin" Module should be used within the GUI for adding and removing modules, however it is possible to manage modules directly via the CLI.
As an example to install the "System Admin" module you could issue the following command via the Linux CLI:
amportal a ma install sysadmin
Additional commands and parameters are listed below:
Module Admin Functions

lunes, 24 de noviembre de 2014

Script Para consultar una base de dato y marcar al numero devuelto.




#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
A=$(mysql --user=root --password='mypassword' --skip-column-names  asterisk -e 'select dst  from cdr where dst='18097143489' limit 0,1 ' ; )
echo $A
B=`asterisk -x "originate SIP/didlogic/$A extension 0@internal" `








sábado, 22 de noviembre de 2014

Como cambiar el puerto 80 de Freepbx




nano /etc/httpd/conf/httpd.conf

Buscamos la siguiente linea   Listen 80

 Y la cambiamos por el siguiente puerto

Listen  2676




Reinicamos el servicio de apache :

service httpd restart

Probamos

http://104.236.0.168:2676

Freepbx Module Administration

Module Administration

Errors with selection:

  • CallerID Lookup cannot be installed:
    • Module FreePBX Framework is required, but yours is disabled.
    Please try again after the dependencies have been installed.
  • Core cannot be upgraded:
    • Module FreePBX Framework is required, but yours is disabled.
    Please try again after the dependencies have been installed.
  • Speed Dial Functions cannot be installed:
    • Module phonebook is required.
    Please try again after the dependencies have been installed.
  • Text To Speech cannot be installed:
    • Module ttsengines is required.
    Please try again after the dependencies have been installed.

You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:

Upgrades, installs, enables and disables:
  • Preserve Accountcode 2.11.0.0 will be downloaded and installed
  • Announcements 2.11.0.4 will be downloaded and installed
  • Asterisk CLI 2.11.0.3 will be downloaded and installed
  • Asterisk Info 2.11.0.89 will be downloaded and installed
  • Blacklist 2.11.0.6 will be downloaded and installed
  • Callback 2.11.0.4 will be downloaded and installed
  • Call Forward 2.11.5 will be downloaded and installed
  • Call Recording 2.11.0.8 will be downloaded and installed
  • Call Waiting 2.11.0.4 will be downloaded and installed
  • Camp-On 2.11.0.2 will be downloaded and installed
  • CDR Reports 2.11.0.2 will be upgraded to online version 2.11.0.11
  • Conferences 2.11.0.6 will be downloaded and installed
  • Custom Applications 2.11.0.0 will be upgraded to online version 2.11.0.2
  • iSymphonyV3 3.1.8 will be downloaded and installed
  • System Dashboard 2.11.0.1 will be upgraded to online version 2.11.0.5
  • Call Flow Control 2.11.0.4 will be downloaded and installed
  • Dictation 2.11.0.3 will be downloaded and installed
  • Directory 2.11.0.5 will be downloaded and installed
  • DISA 2.11.0.6 will be downloaded and installed
  • Do-Not-Disturb (DND) 2.11.0.3 will be downloaded and installed
  • Feature Code Admin 2.10.0.3 will be upgraded to online version 2.11.0.2
  • Follow Me 2.11.0.6 will be downloaded and installed
  • Asterisk IAX Settings 2.11.0.3 will be downloaded and installed
  • Info Services 2.11.0.1 will be upgraded to online version 2.11.0.3
  • IVR 2.11.0.6 will be downloaded and installed
  • Languages 2.11.0.2 will be downloaded and installed
  • Asterisk Logfiles 2.11.0.0 will be upgraded to online version 2.11.1.3
  • Asterisk Manager Users 2.11.0.5 will be downloaded and installed
  • Misc Applications 2.11.0.2 will be downloaded and installed
  • Misc Destinations 2.11.0.4 will be downloaded and installed
  • Music on Hold 2.11.0.1 will be upgraded to online version 2.11.0.3
  • Route Congestion Messages 2.11.0.2 will be downloaded and installed
  • Paging and Intercom 2.11.0.9 will be downloaded and installed
  • Parking Lot 2.11.0.15 will be downloaded and installed
  • Phonebook Directory 2.11.0.1 will be downloaded and installed
  • Phonebook 2.11.0.2 will be downloaded and installed
  • PHP Info 2.11.0.1 will be downloaded and installed
  • PIN Sets 2.11.0.8 will be downloaded and installed
  • Presence State 2.11.2 will be downloaded and installed
  • Print Extensions 2.11.0.1 will be downloaded and installed
  • Queue Priorities 2.11.0.2 will be downloaded and installed
  • Queues 2.11.0.27 will be downloaded and installed
  • Recordings 3.3.11.9 will be upgraded to online version 3.4.0.3
  • Ring Groups 2.11.0.6 will be downloaded and installed
  • Set CallerID 2.11.0.4 will be downloaded and installed
  • Asterisk SIP Settings 2.11.0.9 will be downloaded and installed
  • Time Conditions 2.11.1 will be downloaded and installed
  • User Management 2.11.12 will be downloaded and installed
  • Voicemail Blasting 2.11.0.4 will be downloaded and installed
  • Voicemail 2.11.0.3 will be upgraded to online version 2.11.1.6
  • Weak Password Detection 2.11.0.1 will be downloaded and installed