<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tzafrir Cohen wrote:
<blockquote cite="mid20070419184510.GQ12487@xorcom.com" type="cite">
  <pre wrap="">On Thu, Apr 19, 2007 at 06:28:51PM +0200, Theo Band wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi

I run asterisk 1.4.2 with zaptel 1.4.1.
Zaptel is only needed for the ztdummy driver to get the Meetme()
application to work. I don't have any specific hardware.
And it does work nicely. When I reboot the machine however I have to
manually load the driver like this:

[root@vink ~]# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 0: Unable to open master device '/dev/zap/ctl'

1 error(s) detected
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The error message is meaningless for ztdummy. Please test if you have a
working timing source with:

  zttest -v
  </pre>
</blockquote>
--- Results after 28 passes ---<br>
Best: 98.156738 -- Worst: 97.900391 -- Average: 98.024205<br>
<br>
2% too slow? Doesn't look very accurate for a timing reference. On the
other end Meetme() work like a charm.<br>
<blockquote cite="mid20070419184510.GQ12487@xorcom.com" type="cite">
  <pre wrap="">
To get rid of this error, remove the line that runs an automatic ztcfg
at the load of ztdummy:  sed -i '/ztdummy/d'

  </pre>
</blockquote>
Or add /dev/null<br>
<br>
Why would one application need a special driver? What so different
about the Meetme() application? Playing a wav file doesn't need a
special timing source for instance. But, I'm just a simple end user of
course, not understanding all the complex details of a PBX :-)<br>
<br>
<br>
Theo
</body>
</html>