linux:/sbin # asterisk -c
Asterisk CVS-Nv1-2-0-02/23/06-16:14:02, Copyright © 1999 - 2005 Digium.
Written by Mark Spencer markster@digium.com
[ Booting…Feb 24 11:24:52 NOTICE[9856]: cdr.c:1185 do_reload: CDR simple logging enabled.
.Feb 24 11:24:52 WARNING[9856]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing… Sound may be choppy.
…Feb 24 11:24:52 WARNING[9856]: chan_iax2.c:9544 load_module: Unable to open IAX timing interface: No such file or directory
… ]
Asterisk Ready.
*CLI> linux:/sbin #
You need to load a Zaptel timer. See link
voip-info.org/wiki-Asterisk+timer+ztdummy
Doug
I have the same problem on 32bits intel box, 64bits intel box works well, but it does not compile mpg123.
Kinda frustrating
still getting erors, this is a fresh system. Can someone help. Installation is not as easy as some would like to think. I’ve followed the directions on 2 separate machines.
I’m using Suse 10.
linux:/sbin # modprobe zaptel
linux:/sbin # modprobe ztdummy
linux:/sbin # asterisk -c
Asterisk SVN-branch-1.2-r14704, Copyright © 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘show license’ for details.
[ Booting…Mar 24 20:40:22 NOTICE[3843]: cdr.c:1191 do_reload: CDR simple logging enabled.
.Mar 24 20:40:22 WARNING[3843]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing… Sound may be choppy.
…Mar 24 20:40:22 WARNING[3843]: chan_iax2.c:9566 load_module: Unable to open IAX timing interface: No such file or directory
… ]
Asterisk Ready.
*CLI>
Auto-Load ztdummy
Add the following to your /etc/modules.conf to get ztdummy to load at boot.
alias char-major-196 ztdummy v
Is modules.conf a typo?
should it modprobe.conf? I see similar syntax in the modprobe.conf file.
well i added
alias char-major-196 ztdummy v
to modprobe.conf.local, restarted my computer
issued modprobe zaptel and ztdummy\
BOOYEAH!!
linux:/sbin # asterisk -c
Asterisk SVN-branch-1.2-r14704, Copyright © 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘show license’ for details.
[ Booting…Mar 24 21:08:42 NOTICE[6618]: cdr.c:1191 do_reload: CDR simple logging enabled.
…
Asterisk Ready.
*CLI>
