Hello Everyone. I have noticed a number of errors on the Digium FAQ page. I dont know if this is the right place to mention this, but apparently # is not a comment indicator. Many samples would not work, but the following changes made them work for me. Doesn't Work: d) Edit configuration files and make sure they have at least these lines: /etc/zaptel.conf fxsks=1 #X100P fxoks=2 #S100U defaultzone=us loadzone=us Works: d) Edit configuration files and make sure they have at least these lines: /etc/zaptel.conf fxsks=1 ;X100P fxoks=2 ;S100U defaultzone=us loadzone=us