Search This Blog

20/03/2011

Bug asterisknow 1.7.1 - chiamate in ingresso non funzionano - no incoming calls

extensions.conf

search for SetCallerPres and check that all number near the s are consecutive
cercare SetCallerPres  e verificare che i numeri accanto alla s siano consecutivi

GOOD
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ]?SetCallerPres(unavailable))
exten = s,2,ExecIf($[ "${CALLERID(num)}"="" ]?Set(CALLERID(all)=unknown <0000000>))

BAD
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ]?SetCallerPres(unavailable))
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ]?Set(CALLERID(all)=unknown <0000000>))

bye

18/03/2011

CompactFlash (CF) dma_timer_expiry dma status 0x21


Assumption: you are using a CF as an HD
and you get dma_timer_expiry: dma status == 0x21 on the booting log or Grub is blocked on loading stage 2
FIRST solution
In the BIOS set the ide containing the CF to PIO mode 3 or mode 4 disabling UDMA

SECOND solution
add the parameter "ide=nodma" to the kernel line of grub

14/03/2011

Misurare la competenza

Secondo me il grado di competenza di qualcuno è inversamente proporzionale al numero di informazioni che servono per trovare la soluzione ad un problema

10/03/2011

reset della password su otrs

Collegarsi al db otrs in mysql 

shell# mysq -u root otrs

lanciare la query
mysql> UPDATE users set pw='roK20XGbWEsSM' where id=1;

da ora la password dell'amministratore è "root" senza virgolette

06/03/2011

No gui for pdfsam on windows 7 x64

When starting version 2.2.1 of pdfsam the boot look fine but the gui was not here.

Uninstall and reinstall changes nothing

the trick is to delete the file C:\Users\YOURUSER\.pdfsam\gui-config.xml

Frank

03/03/2011

Quale è la mia versione di ubuntu ?

Si puo guardare dentro il file /etc/issue ma la cosa che ho trovato piu efficente è di vedere nel file /etc/apt/source.list che permette di capire anche il nome della nostra release