Re: [asterisk-users] Digium Wildcard TDM800P not working with DAHDI

2013-03-11 Thread A J Stiles
On Sunday 10 March 2013, Gilberto Sanches wrote:
 I'm working for over 4 months now to fix this problem. The machine specs:
 
 On a P4 2.8Ghz, 1.5 GB RAM, 40 Gb HDD I installed:
 
 - I've tried AsteriskNOW 2.02
 - Installed CentOS 6.3 and then compiled Asterisk 11, Libpri 1.4 and DAHDI
 2.6
 - Installed PBX in a Flash - Purple 20631
 After the installations I used these commands:
 
 - dahdi_genconf
 - dahdi_cfg -v
 - /etc/init.d/dahdi restart
 - /etc/init.d/asterisk restart
 - shutdown -r now
 
 Created and configured: Extensions, Trunk, inbound route, outbound route.
 rebooted the system and then went into Asterisk console and check if
 channels are configured with these commands:
 
 
 - dahdi show status
 
 - dahdi show channels

Have you tried building LibPRI, DAHDI and Asterisk from Source Code  (in that 
order)?  Maybe you have something missing that the package maintainer forgot 
to mention as a dependency  (it does happen sometimes).  A build from Source 
Code will prove beyond all reasonable doubt that you have nothing essential 
missing.

Also, running dahdi_genconf on its own isn't enough; it generates a 
dahdi_channels.conf for you, but you still have to paste this into your 
chan_dahdi.conf  (or add an include line).


-- 
AJS

Answers come *after* questions.

--
_
-- 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] Digium Wildcard TDM800P not working with DAHDI

2013-03-11 Thread Doug Lytle

A J Stiles wrote:

Have you tried building LibPRI, DAHDI and Asterisk from Source Code


Just a note, newer versions of libpri now require dahdi to be compiled 
first.


Doug

--
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety.


--
_
-- 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] Digium Wildcard TDM800P not working with DAHDI

2013-03-11 Thread Gilberto Sanches
Ow okayI'll use your instructions. Hopefully it works. Thanks by the
way :)


On Mon, Mar 11, 2013 at 6:17 AM, Doug Lytle supp...@drdos.info wrote:

 A J Stiles wrote:

 Have you tried building LibPRI, DAHDI and Asterisk from Source Code


 Just a note, newer versions of libpri now require dahdi to be compiled
 first.

 Doug

 --
 Ben Franklin quote:

 Those who would give up Essential Liberty to purchase a little Temporary
 Safety, deserve neither Liberty nor Safety.



 --
 __**__**_
 -- 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-**usershttp://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- 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

[asterisk-users] Digium Wildcard TDM800P not working with DAHDI

2013-03-09 Thread Gilberto Sanches
Hello everyone,

How can I let Digium Wildcard TDM800P work successfully with DAHDI? Because
the Centos recognizes the card but I can't get the analog card working with
DAHDI.


Thanks in advance,
Gilberto
--
_
-- 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] Digium Wildcard TDM800P not working with DAHDI

2013-03-09 Thread Warren Selby
What have you done so far to try and make it work?  What version of CentOS
are you using, what version of DAHDI, etc?


On Sat, Mar 9, 2013 at 5:54 AM, Gilberto Sanches gisanch...@gmail.comwrote:

 Hello everyone,

 How can I let Digium Wildcard TDM800P work successfully with DAHDI?
 Because the Centos recognizes the card but I can't get the analog card
 working with DAHDI.


 Thanks in advance,
 Gilberto

 --
 _
 -- 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




-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com http://www.selbytech.com
--
_
-- 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] Digium Wildcard TDM800P not working with DAHDI

2013-03-09 Thread Gilberto Sanches
I'm working for over 4 months now to fix this problem. The machine specs:

On a P4 2.8Ghz, 1.5 GB RAM, 40 Gb HDD I installed:

- I've tried AsteriskNOW 2.02
- Installed CentOS 6.3 and then compiled Asterisk 11, Libpri 1.4 and DAHDI
2.6
- Installed PBX in a Flash - Purple 20631
After the installations I used these commands:

- dahdi_genconf
- dahdi_cfg -v
- /etc/init.d/dahdi restart
- /etc/init.d/asterisk restart
- shutdown -r now

Created and configured: Extensions, Trunk, inbound route, outbound route.
rebooted the system and then went into Asterisk console and check if
channels are configured with these commands:


- dahdi show status

- dahdi show channels

But didn't showed me any configured channels




On Sat, Mar 9, 2013 at 9:06 PM, Warren Selby wcse...@selbytech.com wrote:

 What have you done so far to try and make it work?  What version of CentOS
 are you using, what version of DAHDI, etc?


 On Sat, Mar 9, 2013 at 5:54 AM, Gilberto Sanches gisanch...@gmail.comwrote:

 Hello everyone,

 How can I let Digium Wildcard TDM800P work successfully with DAHDI?
 Because the Centos recognizes the card but I can't get the analog card
 working with DAHDI.


 Thanks in advance,
 Gilberto

 --
 _
 -- 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




 --
 Thanks,
 --Warren Selby, dCAP
 http://www.SelbyTech.com http://www.selbytech.com

 --
 _
 -- 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

--
_
-- 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