El Raspberry Pi 2 tiene un quad-core processor y 1 GB de RAM
Configurar telefono Avaya 1603
Si el telefono esta preguntano Enter PROCPSWD:
Se debe entrar «craft» #
Si no funciona con esto ensayar # #
El telefono pregunta una IP statica para el telefono: Dar 192.168.1.8
Pregunta la direccion de la planta avaya (CallSv): Dar #
Pregunta la direccion del router: 192.168.1.1
FileSv (insert the file server ip address): 192.168.1.254
Save new values?
*=no #=yes
1. Only 1603SW-I can be used
2. Logoff, reset phone to factory (mute73738#)
3. Download configuration file from ftp://ftp.avaya.com/incoming/Up1cku9/tsoweb/46xxsettings/083 02015/46xxsettings.txt
4. Edit it :
SET ENABLE_AVAYA_ENVIRONMENT 0
SET SIPSIGNAL 0
SET CONFIG_SERVER_SECURE_MODE 0
SET SIP_CONTROLLER_LIST <your server ip>:5060;transport=udp
SET SIPDOMAIN <your server FQDN>
SET DNSSRVR <your dns server IP>
5. Download SIP firmware
https://support.avaya.com/downloads/download-details.action? contentId=C2010882049141200_6&productId=P0468
6. Copy config file to firmware files
7. Update firmware by HTTP ( i’ve used IIS, just paste all firmware contents to www root and enable anon read access )
Quick-start sample app for PHP | Google+ Platform for Web | Google Developers
Espacio en disco – df da mal el dato
Esto ocurre cuando hay archivos que fueron borrados y estaban abiertos en el sistema operativo.
Para ver el listado se ejecuta:
|
1 |
lsof -n | grep deleted |
Si aparecen datos en este comando, es porque hay archivos abiertos que fueron borrados.
Para liberar el espacio hay que cerrar los archivos, ejemplo: si hay archivos de apache, se reinicia el servicio para que se liberen, si hay archivos de asterisk de grabaciones, se cuelga manualmente la llamada que esta pegada.
Instalar Openfire en elastix para mensajeria instantanea
Verificar que el servicio de mesnajeria este corriendo en el elastix. En la pagina web del elastix aparece Instant Messaging Service – Running.
Entrar a la ip del cliente en el puerto 9090.
Seguir leyendo Instalar Openfire en elastix para mensajeria instantanea
Usar WinSCP para sincronizar archivos entre Windows y Linux
Crear el archivo ‘pull_changes.txt’ :
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#Pull changes from the remote folder to the local folder #http://winscp.net/eng/docs/scriptcommand_synchronize #open a connection to the server specifying the name of the server #open scp://server.home.com:3687 -privatekey=C:\location\to\private\key.ppk #open a connection to the server using a saved winscp session open troy@server.home.com -privatekey=C:\location\to\private\key.ppk #local folder: C:\Users\troy.williams\Documents\home sync #remote folder: /home/troy/home sync # Synchronize my folders, pulling changes from the remote to the local synchronize local "C:\Users\troy.williams\Documents\home sync" "/home/troy/home sync" #close the session close #exit the scripting environment exit |
Para enviar archivos crear ‘push_changes.txt’:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#push changes from the local folder to the remote folder #http://winscp.net/eng/docs/scriptcommand_synchronize #open a connection to the server specifying the name of the server #open scp://server.home.com:10000 -privatekey=C:\location\to\private\key.ppk #open a connection to the server using a saved session open troy@server.home.com -privatekey=C:\location\to\private\key.ppk #local folder: C:\Users\troy.williams\Documents\home sync #remote folder: /home/troy/home sync # Synchronize my folders, pushing changes from the local to the remote synchronize remote "C:\Users\troy.williams\Documents\home sync" "/home/troy/home sync" #close the session close #exit the scripting environment exit |
Ejemplo de archivo bash
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@rem -------------------------------- @rem created 2011-08-08 copyright (c) 2011 Troy Williams @rem This file will pull changes from my server at home @ECHO OFF SET WINSCPHOME=C:\Program Files (x86)\WinSCP SET CWOLDPATH=%PATH% SET PATH=%WINSCPHOME%;%PATH% echo Pulling changes from the server winscp.com /script=pull_changes.txt pause |
Como deshabilitar temporalmente la opción de “Weak Passsword Deteccion” en Elastix 2.4 & 2.5
Si de pura casualidad, tenemos que reinstalar un sistema que fue instalado originalmente con alguna versión de Elastix antes de la 2.0 e incluso en ocasiones con la misma 2.0, y tenemos que restaurar los passwords de las extensiones, las cuales no cumplen con la nueva configuración de complejidad de contraseñas, podemos hacer lo siguiente de forma temporal y despues volver a dejar todo como estaba.
Migrar una base de datos a bases de datos SQL de Azure
Base de datos SQL de Microsoft Azure, implementación de base de datos, migración de base de datos, importación de base de datos, exportación de base de datos, asistente para migración
Origen: Migrar una base de datos a bases de datos SQL de Azure