Re: [asterisk-users] installing dahdi card

2010-03-24 Thread Tzafrir Cohen
On Wed, Mar 24, 2010 at 07:18:52PM +, Ott Rose wrote:
 
 i have this card installed
 
 Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express)
 
 
 following the steps below found on freepbx site 
 
 
 
 cd /usr/src/dahdi-linux-complete-2.2.0.2+2.2.0

That's not the latest. Please use latest dahdi (currently 2.2.1).

 
 make
 
 make install
 
 make config
 
 /sbin/ztcfg  

Nope. dahdi_cfg . 

But actually:

  dahdi_genconf modules
  /etc/init.d/dahdi start
  dahdi_genconf
  /etc/init.d/dahdi start

This should provide you with an initial configuration.

 echo /sbin/ztcfg
  /etc/rc.d/rc.local 

Nope . 'make config' installs the dahdi init.d script. If it doesn't,
it's a bug that should be fixed (and just copy it manually)

 
 
 cd /usr/src/libpri-1.4.10.2 
 
 make clean
 
 make
 
 make install

This looks reasonable.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] installing dahdi card

2010-03-24 Thread Ott Rose



 Date: Wed, 24 Mar 2010 21:42:09 +0200
 From: tzafrir.co...@xorcom.com
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] installing dahdi card
 
 On Wed, Mar 24, 2010 at 07:18:52PM +, Ott Rose wrote:
  
  i have this card installed
  
  Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express)
  
  
  following the steps below found on freepbx site 
  
  
  
  cd /usr/src/dahdi-linux-complete-2.2.0.2+2.2.0
 
 That's not the latest. Please use latest dahdi (currently 2.2.1).

sorry i did get 2.2.1 i copied that form old doc i had.

 
  
  make
  
  make install
  
  make config
  
  /sbin/ztcfg  
 
 Nope. dahdi_cfg . 

  i have dahdi_cfg in /usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools
  not sure what i need to do with it.

 can you give me some more details. i have never had to build asterisk with a 
card before.
 
 But actually:
 
   dahdi_genconf modules
   /etc/init.d/dahdi start
   dahdi_genconf
   /etc/init.d/dahdi start
 
 This should provide you with an initial configuration.
 
  echo /sbin/ztcfg
   /etc/rc.d/rc.local 
 
 Nope . 'make config' installs the dahdi init.d script. If it doesn't,
 it's a bug that should be fixed (and just copy it manually)

chkconfig --list dahdi
 0:off   1:off   2:on3:on4:on5:on6:off


i don't fully understand how this is setup or how to set it up. sorry if i am 
not providing enough info. 
 
  
  
  cd /usr/src/libpri-1.4.10.2 
  
  make clean
  
  make
  
  make install
 
 This looks reasonable.
 
 -- 
Tzafrir Cohen
 icq#16849755  jabber:tzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
  
_
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_2-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] installing dahdi card

2010-03-24 Thread Tzafrir Cohen
On Wed, Mar 24, 2010 at 07:59:56PM +, Ott Rose wrote:
 
 
 
  Date: Wed, 24 Mar 2010 21:42:09 +0200
  From: tzafrir.co...@xorcom.com
  To: asterisk-users@lists.digium.com
  Subject: Re: [asterisk-users] installing dahdi card
  
  On Wed, Mar 24, 2010 at 07:18:52PM +, Ott Rose wrote:
   
   i have this card installed
   
   Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express)
   
   
   following the steps below found on freepbx site 
   
   
   
   cd /usr/src/dahdi-linux-complete-2.2.0.2+2.2.0
  
  That's not the latest. Please use latest dahdi (currently 2.2.1).
 
 sorry i did get 2.2.1 i copied that form old doc i had.
 
  
   
   make
   
   make install
   
   make config
   
   /sbin/ztcfg  
  
  Nope. dahdi_cfg . 
 
   i have dahdi_cfg in /usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools
   not sure what i need to do with it.
 
  can you give me some more details. i have never had to build asterisk with a 
 card before.
  
  But actually:
  
dahdi_genconf modules
/etc/init.d/dahdi start
dahdi_genconf
/etc/init.d/dahdi start
  
  This should provide you with an initial configuration.
  
   echo /sbin/ztcfg
/etc/rc.d/rc.local 
  
  Nope . 'make config' installs the dahdi init.d script. If it doesn't,
  it's a bug that should be fixed (and just copy it manually)

Have you tried running those commands?

See also http://docs.tzafrir.org.il/dahdi-tools/

 
 chkconfig --list dahdi
  0:off   1:off   2:on3:on4:on5:on6:off

init.d script was installed, then.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] installing dahdi card

2010-03-24 Thread Ott Rose



 Date: Wed, 24 Mar 2010 22:11:28 +0200
 From: tzafrir.co...@xorcom.com
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] installing dahdi card
 
 On Wed, Mar 24, 2010 at 07:59:56PM +, Ott Rose wrote:
  
  
  
   Date: Wed, 24 Mar 2010 21:42:09 +0200
   From: tzafrir.co...@xorcom.com
   To: asterisk-users@lists.digium.com
   Subject: Re: [asterisk-users] installing dahdi card
   
   On Wed, Mar 24, 2010 at 07:18:52PM +, Ott Rose wrote:

i have this card installed

Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express)


following the steps below found on freepbx site 



cd /usr/src/dahdi-linux-complete-2.2.0.2+2.2.0
   
   That's not the latest. Please use latest dahdi (currently 2.2.1).
  
  sorry i did get 2.2.1 i copied that form old doc i had.
  
   

make

make install

make config

/sbin/ztcfg  
   
   Nope. dahdi_cfg . 
  
i have dahdi_cfg in /usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools
not sure what i need to do with it.
  
   can you give me some more details. i have never had to build asterisk with 
  a card before.
   
   But actually:
   
 dahdi_genconf modules
 /etc/init.d/dahdi start
 dahdi_genconf
 /etc/init.d/dahdi start
   
   This should provide you with an initial configuration.
   
echo /sbin/ztcfg
 /etc/rc.d/rc.local 
   
   Nope . 'make config' installs the dahdi init.d script. If it doesn't,
   it's a bug that should be fixed (and just copy it manually)
 
 Have you tried running those commands?
 
 See also http://docs.tzafrir.org.il/dahdi-tools/

thanks for the link. i think its working. i ran a couple of the commands.
# dahdi_test
Opened pseudo dahdi interface, measuring accuracy...
99.998% 99.988% 99.991% 99.992% 99.991% 99.992% 99.991% 99.991%


 
  
  chkconfig --list dahdi
   0:off   1:off   2:on3:on4:on5:on6:off
 
 init.d script was installed, then.
 
 -- 
Tzafrir Cohen
 icq#16849755  jabber:tzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
  
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/210850552/direct/01/-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users