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 [2009/07/22 17:12] marcosipx [2014/07/03 14:57] (versione attuale) – modifica esterna 127.0.0.1
Linea 267: 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
 +
 +
 +