Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
sipx [2008/07/22 15:45] marcosipx [2014/07/03 14:57] (versione attuale) – modifica esterna 127.0.0.1
Linea 85: Linea 85:
   
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 +
 +
 +Create il file /var/named/10.255.1.0.zone e inserite i seguenti dati
 + $TTL 1D
 + @       IN      SOA    ns1.voip.ergon2000.net.  root.voip.ergon2000.net. (
 + 200602132       ; serial#
 + 3600            ; refresh, seconds
 + 3600            ; retry, seconds
 + 3600            ; expire, seconds
 + 3600 )          ; minimum TTL, seconds
 + NS     ns1.voip.ergon2000.net.   ; Inet Address of nameserver
 +
 + 249      IN  PTR      scm.voip.ergon2000.net.     ; Record of class IN by defaul                                                                t
 +
 +Se per qualche motivo quando fate partire il servizio vi dice che non trova il file 10.255.1.0.zone prevate a linkarlo con questo comando
 +
 +       cp -s /var/named/10.255.1.0.zone /var/named/chroot/var/named/10.255.1.0.zone
  
 Facciamo partire named: Facciamo partire named:
Linea 111: Linea 128:
  
      yum install xerces-c-devel ruby ruby-devel ruby-postgres cppunit-devel cppunit redhat-rpm-config xerces*      yum install xerces-c-devel ruby ruby-devel ruby-postgres cppunit-devel cppunit redhat-rpm-config xerces*
-     wget http://dag.wieers.com/rpm/packages/xerces-c/xerces-c-devel-2.7.0-1.el5.rf.i386.rpm +     sh -c "wget -P /etc/yum.repos.d http://sipxecs.sipfoundry.org/temp/sipXecs/sipxecs-unstable-centos.repo" 
-     wget http://dag.wieers.com/rpm/packages/xerces-c/xerces-c-2.7.0-1.el5.rf.i386.rpm +yum install cgicc-devel java-1.5.0-sun-devel ruby-dbi ruby-gems w3c-libwww-devel cppunit ruby-postgres xerces-c-devel jain-sip jakarta-commons-net 
-     yum install xerces-c-2.7.0-1.el5.rf.i386.rpm --nogpgcheck  +     yum install cgicc-devel java-1.5.0-sun-devel ruby-dbi ruby-gems w3c-libwww-devel cppunit ruby-postgres xerces-c-devel jain-sip jakarta-commons-net --nogpgcheck 
-     yum install xerces-c-devel-2.7.0-1.el5.rf.i386.rpm --nogpgcheck +     gem install rake  
- +     gem install file-tail 
 +     
 Scarichiamo java: Scarichiamo java:
     wget -O java.bin  http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/j2sdk-1_4_2_18-linux-i586-rpm.bin?BundledLineItemUUID=RrFIBe.pkBMAAAEb1iFHJ0rq&OrderID=PXZIBe.pGCsAAAEbyCFHJ0rq&ProductID=8ntIBe.o_Y8AAAEac8YGcZhi&FileName=/j2sdk-1_4_2_18-linux-i586-rpm.bin     wget -O java.bin  http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/j2sdk-1_4_2_18-linux-i586-rpm.bin?BundledLineItemUUID=RrFIBe.pkBMAAAEb1iFHJ0rq&OrderID=PXZIBe.pGCsAAAEbyCFHJ0rq&ProductID=8ntIBe.o_Y8AAAEac8YGcZhi&FileName=/j2sdk-1_4_2_18-linux-i586-rpm.bin
Linea 135: Linea 152:
 Aggingere questa riga al file: /etc/profile Aggingere questa riga al file: /etc/profile
       export JAVA_HOME=/usr/java/j2sdk1.4.2_18/       export JAVA_HOME=/usr/java/j2sdk1.4.2_18/
 +
 +Compiliamolo:
 +    cd sipx
 +    autoreconf -if
 +    mkdir BUILD
 +    cd BUILD
 +    ../configure --cache-file=`pwd`/ac-cache-file SIPXPBXUSER=`sipxchange`
 +    sudo mkdir -p /usr/local/sipx
 +    sudo chown `sipxchange`:`sipxchange` /usr/local/sipx
 +    make build
 +
 +
 +**Note per l'installazione con patch per 7912**
 +Per installare l'rpm della 3.10.2 con la patch per i nuovi telefoni cisco bisogna dare **yum install sipxconfig-3.10.2.patch** e poi installare tutti gli altri rpm di sipx tranne quelli che hanno il nome che comincia per sipxconfig
  
 ===== Configurazione Trunk con CallManager ===== ===== Configurazione Trunk con CallManager =====
Linea 225: Linea 256:
 Esempio: upgradecode:3,0x601,0x0400,0x0100,0.0.0.0,69,0x060111a,CP7912080001SIP060412A.sbin Esempio: upgradecode:3,0x601,0x0400,0x0100,0.0.0.0,69,0x060111a,CP7912080001SIP060412A.sbin
  
 +===== Firmware supportati =====
 +
 +Per i 7906/7911 utilizzare il firmware 8.2.2SR4, sembra essere l'ultimo funzionante bene con l'ACD di sipx ed è anche l'unico che comunica con tutti i telefoni di altre marche. 
 +
 +Lo stesso potrebbe valere per 7961/7941
  
 ===== Soap ===== ===== Soap =====
Linea 231: Linea 267:
  
 Porta per richieste Soap rigurardo coda: 8020 Porta per richieste Soap rigurardo coda: 8020
 +
 +==== Php Service Sipxproc ====
 +
 +Per vedere lo stato dei servizi
 +http://10.255.1.248:8112/proc/status.php?action=statusa
 +
 +Per riavviare il servizio
 +http://10.255.1.248:8112/proc/status.php?action=restart&service=ACDServer
 +
 +Per Startare il servizio
 +http://10.255.1.248:8112/proc/status.php?action=start&service=ACDServer
 +
 +Per Stoppare il servizio
 +http://10.255.1.248:8112/proc/status.php?action=stop&service=ACDServer
 +
 +===== Tips x Debug =====
 +==== Debug Sipx ====
 +
 +=== Count messages per call to filter the trace ===
 +
 +On your system, run:
 +
 +''sipx-dialog-count /var/log/sipxpbx/sipXproxy.log
 +''
 +
 +it will print a list like this:
 +
 +      Messages       Method         Time                  Call-Id
 +    --------------   ----------   -------------------   ------------------------------------------------
 +           50       INVITE   2009-12-11T22:22:20   nekyxpqiedpefov@scott.home.skrb.org
 +           36       INVITE   2009-12-11T22:17:19   zbwmxexjtxvlwer@scott.home.skrb.org
 +
 +search that list for the call that starts at the right time (log times
 +are in UTC), and then use the call-id from that call as the <token>
 +argument to sipx-trace - you'll get just the one call you're after.
 +
 +
 +=== Run a packet trace ===
 +
 +1. Download and install Wireshark. This is an invaluable tool for network analysis.
 +2. Before you issue the preflight test, open a root shell to the SipX server and issue this command to create the capture:
 +    # tcpdump -i eth0 -n -s 1500 -w /tmp/capture.pcap
 +I assume the server, as it is a Mac Mini, has only a single network interface which is eth0. Adjust the -i option as needed. This will create a file called capture.pcap in /tmp which will contain a complete network trace of everything going in and out of eth0.
 +3. Run your preflight test from another root ssh shell while the package capture is running. Allow the preflight to fail.
 +4. Once it has failed, ctrl-c the tcpdump capture and it will gracefully close the capture.
 +5. FTP, SFTP, SCP, or otherwise transfer the capture.pcap file to the system you installed Wireshark on (I assume you'll be using Windows). I recommend Filezilla as a great open-source file transfer client.
 +6. Open the capture file with Wireshark.
 +
 +
 +==== Debug Cisco IP Phones ====
 +
 +=== 7941 - 7961 ===
 +
 +
 +ssh user: 'user' password: 'pass'; poi al login: 'debug', password: 'debug'
 +
 +
 +per resettare (o testare il telefono): test open; test key set **#**
 +
 +
 +
 +
 +screenshot: http://X.Y.Z.K/CGI/Screenshot    user: 'user'  password: 'pass'
 +verificare che il parametro di configurazione 'URL di autenticazione' in 'Config di rete' sia settato su 'http://SipXAddress/phone/profile/docroot/auth.php'
 +
 +e che il file auth.php (source: '<?php echo 'AUTHORIZED' ?>') esista (in: /var/sipxdata/configserver/phone/profile/docroot/auth.php) e che la url sia effettivamente raggiungibile (deve restiture: 'AUTHORIZED') (verifica che sia installato il PHP).
 +
 +Per installare il php:
 +
 +yum install php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml
 +
 +cp /etc/httpd/conf.d/php.conf /etc/sipxpbx/httpd.conf.d/php.conf
 +
 +
 +nano etc/sipxpbx/httpd.conf.d/php.conf
 +
 + edit: LoadModule php5_module /etc/httpd/modules/libphp5.so
 +
 +
 +
 +service sipxecs restart
 +
 +
 +