We've a lot of spares BRI cards (Beronet), and in the docs I read that they can be used as timing source.
timer=<1|0>
Set this to 1 if you want hfcmulti to register at ztdummy (zaptel) and provide a 1khz timing source for it. This makes it possible to have an accurate timing source for Asterisk through zaptel from hfcmulti to make applications like Meetme and faxing between wctdm and hfcmulti work properly.
I download the sources of asterisk using
zypper install asterisk-vici-devel
zypper source-install asterisk-vici
I see that mISDN is already installed with the command:
- Code: Select all
vicidial:/usr/src # zypper install mISDN*
Loading repository data...
Reading installed packages...
'mISDNuser' is already installed.
No update candidate for 'mISDNuser-1.1.20-12.1.i586'. The highest available version is already installed.
'mISDN' not found in package names. Trying capabilities.
No provider of 'mISDN' found.
'mISDN.tar.bz2' not found in package names. Trying capabilities.
No provider of 'mISDN.tar.bz2' found.
'mISDNuser.tar.bz2' not found in package names. Trying capabilities.
No provider of 'mISDNuser.tar.bz2' found.
Resolving package dependencies...
Nothing to do.
vicidial:/usr/src #
But I cannot go beyond. Usually I use sources of dahdi, asterisk, libpri and mISDN, but with vicidial and rpms I'm a real newbye :s[/code]