Displaying 19 results from an estimated 19 matches for "zaptimer".
Did you mean:
ptimer
2006 Jun 15
1
Strange Zaptel issue
...ar 14 16:05:46 EST
2006 i686 i686 i386 GNU/Linux
[beta@staging ]# more /etc/udev/permissions.d/50-udev.permissions
zap/*:asterisk:asterisk:660
[beta@staging ]# grep zap /etc/udev/rules.d/50-udev.rules
# Section for zaptel device
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"
[beta@staging ]# ls /dev/*z*
/dev/zero
[beta@staging zaptel-1.2.6] make ; make linux26...
2004 Dec 31
2
FC2 & ztcfg - cannot find channel 2
...0:48:16 bu kernel: usbcore: deregistering driver wcusb
Jan 1 10:48:16 bu kernel: Freed a Wildcard
Jan 1 10:48:16 bu kernel: Zapata Telephony Interface Unloaded
Jan 1 10:48:16 bu udev[27206]: removing device node '/udev/zap1'
Jan 1 10:48:17 bu udev[27207]: removing device node '/udev/zaptimer'
Jan 1 10:48:17 bu udev[27222]: removing device node '/udev/zapchannel'
Jan 1 10:48:17 bu udev[27233]: removing device node '/udev/zappseudo'
Jan 1 10:48:17 bu udev[27244]: removing device node '/udev/zapctl'
Jan 1 10:48:17 bu zaptel: Removing zaptel module: succeed...
2005 Mar 13
4
SUSE 9.2 and Zaptel channels
...;1'
Mar 13 20:43:35 WARNING[5779]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
]
As a matter of fact this is what is listed in /dev/:
aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> ls /dev
[....]
z2ram
zap1
zap2
zap3
zap4
zapchannel
zapctl
zappseudo
zaptimer
zero
zkshim
zqft0
I edited the list to avoid a huge message. As said I am not a Linux low
level expert ... still it's striking that Asterisk does not find a pesudo
file /zap/channel and there is something similar, ie zapchannel.
Anyways the zaptel modules are there:
aaberga@epsilon-stargate...
2005 Jan 28
1
Fedora Core 3 / Asterisk / TP100 Wildcard
...f you have:
Fedora Core 3
Asterisk 1.0.x
Digium Wildcard T100P PCI Card
--------------------------------
In order to get the card to work you MUST edit
/etc/udev/rules.d/50-udev.rules
Goto the end of the file and add.......
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"
Then for good measure, recompile asterisk.
Hope this helps!
Ty Carter, President
Strat...
2006 Oct 25
0
Re: Meetme... No channel type registered for'zap'
...s contents is?
Contents are:
demeter:(acd1)ipt # cat /etc/udev/rules.d/zaptel.rules
# zaptel devices with ownership/permissions for running as non-root
KERNEL=="zapctl", NAME="zap/ctl", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zaptimer", NAME="zap/timer", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zapchannel", NAME="zap/channel", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zappseudo", NAME="zap/...
2007 Apr 19
6
ZT_CHANCONFIG failed on channel 1: No such device or address
...is not listed
dmesg
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.2.16
Zaptel Echo Canceller: KB1
Zaptel Transcoder support loaded
vi /etc/udev/rules.d/50-udev.rules
# Section for zaptel device
KERNEL=="zapctl", NAME="zap/ctl"
KERNEL=="zaptimer", NAME="zap/timer"
KERNEL=="zapchannel", NAME="zap/channel"
KERNEL=="zappseudo", NAME="zap/pseudo"
KERNEL=="zap[0-9]*", NAME="zap/%n"
vi /etc/modprobe.conf
install wctdm /sbin/mo...
2004 Nov 24
1
Problems with udev on FC3
...ting * on FC3. I have everything compiled and installed.
However, when I do 'modprobe wcfxo' (I have an X100P clone), I get the
following in /var/log/messages:
Nov 24 10:23:40 jfd wait_for_sysfs[3366]: either wait_for_sysfs (udev
039) needs an update to handle the device '/class/zaptel/zaptimer'
properly (no device symlink) or the sysfs-support of your device's
driver needs to be fixed, please report to <linux-hotplug-
devel@lists.sourceforge.net>
Nov 24 10:23:40 jfd wait_for_sysfs[3368]: either wait_for_sysfs (udev
039) needs an update to handle the device '/class/zapte...
2006 Mar 08
1
Zap not installing
...ice(CO), which means it will
need to behave like a station that use FXS signaling"
I tried this both in /etc/udev/rules.d/50-udev.rules and
/etc/udev/rules.d/zaptel.rules (rebooting after each change)
Zaptel devices
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"
When I run ztcfg I get the following error:
line 0: Unable to open master devi...
2004 Dec 11
1
modprobe wcfxo causes fc3 box to crash
...net and trying different
things I can't seems get zaptel wcfxo loaded on the server correctly.
I run dual P3 500 Mhz box. After reading README.udev
I put a file 60-zaptel.rules /etc/udev/rules.d
# Section for zaptel device
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"
In /etc/udev/permissions.d/50-udev.permissions I added:
# zaptel devices
zap/ctl:root:r...
2005 Sep 06
1
/dev/zap* is not showing up (gentoo, portage, asterisk 1.0.8)
...ri"
So portage installed zaptel, pri everything else I should need.
Portage put the udev rules for zaptel here /etc/udev/rules.d/10-
zaptel.rules and it looks like this:
KERNEL="zapctl", NAME="zap/ctl", MODE="0660", GROUP="dialout"
KERNEL="zaptimer", NAME="zap/timer", MODE="0660", GROUP="dialout"
KERNEL="zapchannel", NAME="zap/channel", MODE="0660", GROUP="dialout"
KERNEL="zappseudo", NAME="zap/pseudo", MODE="0660", GROUP="...
2008 Jan 16
4
Unable to open master device '/dev/zap/ctl'
...p.so failed!
Zaptel File /etc/zaptel.conf:
-----------------------------
fxsks=1
loadzone = us
defaultzone=us
UDEV file /etc/udev/rules.d/50-udev.rules:
-----------------------------------------
# Asterisk Zaptel devices
KERNEL=="zapctl", NAME="zap/ctl"
KERNEL=="zaptimer", NAME="zap/timer"
KERNEL=="zapchannel", NAME="zap/channel"
KERNEL=="zappseudo", NAME="zap/pseudo"
KERNEL=="zap[0-9]*", NAME="zap/%n"
ZAPATA file:
-----------
gigli # cat /etc/asterisk/zapata.conf
[trunkgroup...
2004 Nov 24
0
Unable to open master device
...ge.
>
>Anyways.. I did not get the error after creating a udev rules file in
>/etc/udev/rules.d with the rules in /usr/src/zaptel/README.udev
>
>/etc/udev/rules.d/zaptel.rules
># section for zaptel device
>KERNEL="zapctl", NAME="zap/ctl"
>KERNEL="zaptimer", NAME="zap/timer"
>KERNEL="zapchannel", NAME="zap/channel"
>KERNEL="zappseudo", NAME="zap/pseudo"
>KERNEL="zap[0-9]*", NAME="zap/%n"
>
>Now I get this error, I will troubleshoot it later tonight.
>[ro...
2004 Dec 04
1
Udev setup question for zaptel
...s /etc/zaptel.conf
line 4: Unable to open master device '/dev/zap/ctl'
I added the suggested lines to /etc/udev/rules.d/50-udev.rules that were
in the zaptel README.udev, as I understood them?
# Section for zaptel device
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"
When I load the zaptel modules, they work the errors are just
distracting.
Any suggesti...
2005 Mar 28
0
bristuff-0.2.0-RC7k: error on loading qozap : "qozap: Unknown symbol zt_xxxxx"
...2.6.8-24.13-obj/i386/smp/Module.symvers /usr/src/linux
// cause of warning when compiling zaptel
echo # Section for zaptel device >> /etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zapctl\", NAME=\"zap/ctl\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zaptimer\", NAME=\"zap/timer\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zapchannel\", NAME=\"zap/channel\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zappseudo\", NAME=\"zap/pseudo\" >>
/etc/udev/rules.d/50-udev.rul...
2004 Sep 27
1
Fedora2 and zaptel - using the udev
...proves that modules works fine.
Sep 26 22:39:07 voip kernel: Zapata Telephony Interface Registered on
major 196
Sep 26 22:39:07 voip zaptel: Loading zaptel framework: succeeded
Sep 26 22:39:07 voip udev[3564]: configured rule in
'/etc/udev/rules.d//50-udev.rules' at line 31 applied, 'zaptimer' becomes
'zap/timer'
Sep 26 22:39:07 voip udev[3564]: creating device node '/udev/zap/timer'
Sep 26 22:39:07 voip udev[3571]: configured rule in
'/etc/udev/rules.d//50-udev.rules' at line 32 applied, 'zapchannel'
becomes 'zap/channel'
Sep 26 22:39:07 voip...
2005 Sep 06
0
/dev/zap* is not showing up (gentoo, portage, asterisk 1.0.8
...erything else I should need.
>>
>> Portage put the udev rules for zaptel here /etc/udev/rules.d/10-
>> zaptel.rules and it looks like this:
>> KERNEL="zapctl", NAME="zap/ctl", MODE="0660", GROUP="dialout"
>> KERNEL="zaptimer", NAME="zap/timer", MODE="0660",
>> GROUP="dialout"
>> KERNEL="zapchannel", NAME="zap/channel", MODE="0660",
>> GROUP="dialout"
>> KERNEL="zappseudo", NAME="zap/pseudo&q...
2007 Mar 09
3
Zaptel problem after upgrading to 1.2.16
Hi guys,
I'm hoping I've made a silly mistake here, but I've been staring at the
screen for the past few hours and I can't work it out.
I upgraded to 1.2.16 recently, and am having problems with zaptel.
The card is detected, I get a reasonable output from ztcfg -vv, and
zttool shows the installed module (TDM400) with one FXS module.
But when I start asterisk, I get
2005 Jun 03
1
ztdummy errors on WBEL4
zaptel compiles fine (make linux26) but when I modprobe ztdummy I get
the follow error.
[root@localhost zaptel]# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 0: Unable to open master device '/dev/zap/ctl'
1 error(s) detected
FATAL: Error running install command for ztdummy
System info:
Linux localhost.localdomain 2.6.9-5.0.5.ELsmp #1 SMP Thu May 19 19:24:44
2004 Nov 23
7
Unable to open master device '/dev/zap/ctl'
I installed TDM400P and X100P pci cards in a system running mandrake 10.1
official, kernel 2.6.8.1-12mdksmp. I can compile zaptel, libpri, asterisk
and modprobe (zaptel, wcfxs, wcfxo) without errors. Except that running
ztcfg and asterisk fails.
[root@asterisk asterisk]# ztcfg
Notice: Configuration file is /etc/zaptel.conf
line 3: Unable to open master device '/dev/zap/ctl'