[asterisk-gui] conferencing

Trevor Benson tbenson at a-1networks.com
Wed Oct 17 18:59:41 CDT 2007


> -----Original Message-----
> From: asterisk-gui-bounces at lists.digium.com [mailto:asterisk-gui-
> bounces at lists.digium.com] On Behalf Of Stephen Coles
> Sent: Wednesday, October 17, 2007 12:37 PM
> To: 'asterisk-gui at lists.digium.com'
> Subject: [asterisk-gui] conferencing
> 
> brandon
> 
> Tried 'modprobe ztdummy' didn't work says couldn't find modprobe
> After looking on the net found that you have to run it as root and
> reference from the sbin directory
> Using locate i found ztdummy.ko in /lib/modules/2.6 ......
> When i try modprobe ztdummy.ko it fails and says no file ztdummy.ko
> even
> though it exists

Modprobe should be run as root, if your using su to change users you need to use "su -" so you get roots environment variable changes.

> Is there a simple way i can just add to a config file - i just need a
> working line and what file to add it too

Modify the /etc/sysconfig/zaptel file so the line:

#MODULES="$MODULES ztdummy"     # UHCI USB Zaptel Timing Only Interface

Reads like:

MODULES="$MODULES ztdummy"     # UHCI USB Zaptel Timing Only Interface

Then as root either restart zaptel or restart the box, now ztdummy should load every time the server comes up instead of manually starting it.  Not sure if Asterisk GUI will modify this file to disable it for any reason.


Trevor



More information about the asterisk-gui mailing list