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

No comments:

Post a Comment