User Tools

Site Tools


informatica:telefonia:trixbox:gsm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:telefonia:trixbox:gsm [2013/02/04 14:20] joseinformatica:telefonia:trixbox:gsm [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 145: Line 145:
 Nos bajamos los drivers de http://www.atcom.cn/cn/download/cards/ax4g/ax4g_elastix2.0.3.tar.gz y los instalamos. Nos bajamos los drivers de http://www.atcom.cn/cn/download/cards/ax4g/ax4g_elastix2.0.3.tar.gz y los instalamos.
  
-====== Elastix ====== +Cuidado si es la versión en catalán, tenemos que cambiar una línea del script de instalación ax4g_install.sh, porque sinó no nos detecta correcamente la versión de asterisk, nos sale "instal·lant" en vez de la versión, porque hace un cat del fichero install.log que tiene la línea:
-  # cat /proc/interrupts+
  
-  201:    3891002   IO-APIC-level  SiS SI7012, ax4g/ax2g4a+  S'està instal·lant elastix-2.0.0-57.noarch
  
 +
 +<code>
 +# ./ax4g_install.sh 
 +
 +**************************************************************************
 +@@                   ATCOM AX4G Card Install Script                     @@
 +@@                             V1.0.1                                   @@
 +@@                         Welcome to Use AX4G                          @@
 +@@                 Copyright(c) 2010-2012 ATCOM  Co., Ltd.              @@
 +**************************************************************************
 +
 +
 +Error: The current version was not support the instal·lant
 +
 +</code>
 +
 +Hay que cambiar:
 +  NOW_ELASTIX_VERSION=`cat /root/install.log | grep elastix-2 | cut -d' ' -f2`
 +Por:
 +  NOW_ELASTIX_VERSION=`cat /root/install.log | grep elastix-2 | cut -d' ' -f3`
 +
 +
 +
 +  201:    3891002   IO-APIC-level  SiS SI7012, ax4g/ax2g4a
informatica/telefonia/trixbox/gsm.1359987610.txt.gz · Last modified: 2015/04/13 20:19 (external edit)