[asterisk-gui] conferencing
Brandon Kruse
bkruse at digium.com
Wed Oct 17 22:45:43 CDT 2007
If you are in the zaptel source directory, then type
insmod ./ztdummy.ko
(as root)
-bk
----- Original Message -----
From: "Trevor Benson" <tbenson at a-1networks.com>
To: "Asterisk GUI project discussion" <asterisk-gui at lists.digium.com>
Sent: Wednesday, October 17, 2007 4:59:41 PM (GMT-0800) America/Los_Angeles
Subject: Re: [asterisk-gui] conferencing
> -----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
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-gui mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-gui
More information about the asterisk-gui
mailing list