Re: [asterisk-users] problem with tdm2400p configuration

2007-11-23 Thread Mark Quitoriano
Problem solved. Disabled usb serial ports and other unnecessary
hardwares built-in.



On Nov 23, 2007 2:38 PM, Mark Quitoriano [EMAIL PROTECTED] wrote:

 On Nov 19, 2007 2:31 PM, Mark Quitoriano [EMAIL PROTECTED] wrote:
  On Nov 19, 2007 12:10 PM, Eric ManxPower Wieling [EMAIL PROTECTED] wrote:
   Mark Quitoriano wrote:
that's the same question i got(regarding question 1). Is it possible
for PCI compatibility issue? i need to check for the motherboard specs
to post later :)
Hopefully someone will have someone smarter to say. This specific 
ioctl,
if it actually gets to zaptel, should never be answered by -ENOTTY
(Inappropriate ioctl for device). So:
   
  ls -l /dev/zap
   
  
   Sounds to me like a mismatch between Asterisk version and Zaptel version.
 
 
  hmmm what do you mean mismatch? like asterisk 1.2 and zaptel 1.4?
 
  anyway the motherboard is an Intel S300E motherboard. Do you think
  there's a hardware problem?
 
  thanks!
 

 anyone can help?

 thanks!




-- 
Regards,
Mark Quitoriano, CCNA

Fan the flame...
http://www.spreadfirefox.com/?q=user/registerr=19441

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-22 Thread Mark Quitoriano
On Nov 19, 2007 2:31 PM, Mark Quitoriano [EMAIL PROTECTED] wrote:
 On Nov 19, 2007 12:10 PM, Eric ManxPower Wieling [EMAIL PROTECTED] wrote:
  Mark Quitoriano wrote:
   that's the same question i got(regarding question 1). Is it possible
   for PCI compatibility issue? i need to check for the motherboard specs
   to post later :)
   Hopefully someone will have someone smarter to say. This specific ioctl,
   if it actually gets to zaptel, should never be answered by -ENOTTY
   (Inappropriate ioctl for device). So:
  
 ls -l /dev/zap
  
 
  Sounds to me like a mismatch between Asterisk version and Zaptel version.


 hmmm what do you mean mismatch? like asterisk 1.2 and zaptel 1.4?

 anyway the motherboard is an Intel S300E motherboard. Do you think
 there's a hardware problem?

 thanks!


anyone can help?

thanks!

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Mark Quitoriano
On Nov 18, 2007 12:46 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
  Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
  im having an error message when in running asterisk with the tdm card
  in.
 
  here's the error from the console of asterisk:
 
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
  span status: Inappropriate ioctl for device
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
  to register channel '1-24'

 What is the line just above this? It should tell you the exact number of
 the channel where the problem was.

 What is the output of:

 cat /proc/zaptel/*

it can see the board

Span 1: WCTDM/0 Wildcard TDM2400P Board 1

   1 WCTDM/0/0 FXSKS
   2 WCTDM/0/1 FXSKS
   3 WCTDM/0/2 FXSKS
   4 WCTDM/0/3 FXSKS
   5 WCTDM/0/4 FXSKS
   6 WCTDM/0/5 FXSKS
   7 WCTDM/0/6 FXSKS
   8 WCTDM/0/7 FXSKS
   9 WCTDM/0/8 FXSKS
  10 WCTDM/0/9 FXSKS
  11 WCTDM/0/10 FXSKS
  12 WCTDM/0/11 FXSKS
  13 WCTDM/0/12 FXSKS
  14 WCTDM/0/13 FXSKS
  15 WCTDM/0/14 FXSKS
  16 WCTDM/0/15 FXSKS
  17 WCTDM/0/16 FXSKS
  18 WCTDM/0/17 FXSKS
  19 WCTDM/0/18 FXSKS
  20 WCTDM/0/19 FXSKS
  21 WCTDM/0/20 FXSKS
  22 WCTDM/0/21 FXSKS
  23 WCTDM/0/22 FXSKS
  24 WCTDM/0/23 FXSKS

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Tzafrir Cohen
On Sun, Nov 18, 2007 at 06:46:18AM +0200, Tzafrir Cohen wrote:
 On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
  Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
  im having an error message when in running asterisk with the tdm card
  in.
  
  here's the error from the console of asterisk:
  
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
  span status: Inappropriate ioctl for device
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
  to register channel '1-24'
 
 What is the line just above this? It should tell you the exact number of
 the channel where the problem was.

Oops. I wasn't looking at the error message carefully. 

It fails at the ioctl ZT_SPANSTAT . 

Which brings up two questions:

1. How can that fail?
2. Why isn't get_alarms() used to get alarms on a span / channel?

Anybody (regarding (1), that is)?

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Mark Quitoriano
On Nov 18, 2007 10:11 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Sun, Nov 18, 2007 at 06:46:18AM +0200, Tzafrir Cohen wrote:
  On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
   Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
   im having an error message when in running asterisk with the tdm card
   in.
  
   here's the error from the console of asterisk:
  
   [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
   span status: Inappropriate ioctl for device
   [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
   to register channel '1-24'
 
  What is the line just above this? It should tell you the exact number of
  the channel where the problem was.

 Oops. I wasn't looking at the error message carefully.

 It fails at the ioctl ZT_SPANSTAT .

 Which brings up two questions:

 1. How can that fail?
 2. Why isn't get_alarms() used to get alarms on a span / channel?

 Anybody (regarding (1), that is)?


that's the same question i got(regarding question 1). Is it possible
for PCI compatibility issue? i need to check for the motherboard specs
to post later :)

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Tzafrir Cohen
On Mon, Nov 19, 2007 at 12:30:01AM +0800, Mark Quitoriano wrote:
 On Nov 18, 2007 10:11 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
  On Sun, Nov 18, 2007 at 06:46:18AM +0200, Tzafrir Cohen wrote:
   On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
im having an error message when in running asterisk with the tdm card
in.
   
here's the error from the console of asterisk:
   
[Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
span status: Inappropriate ioctl for device
[Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
to register channel '1-24'
  
   What is the line just above this? It should tell you the exact number of
   the channel where the problem was.
 
  Oops. I wasn't looking at the error message carefully.
 
  It fails at the ioctl ZT_SPANSTAT .
 
  Which brings up two questions:
 
  1. How can that fail?
  2. Why isn't get_alarms() used to get alarms on a span / channel?
 
  Anybody (regarding (1), that is)?
 
 
 that's the same question i got(regarding question 1). Is it possible
 for PCI compatibility issue? i need to check for the motherboard specs
 to post later :)

Hopefully someone will have someone smarter to say. This specific ioctl,
if it actually gets to zaptel, should never be answered by -ENOTTY
(Inappropriate ioctl for device). So:

  ls -l /dev/zap

I still hope someone has a smarter advice.

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Mark Quitoriano
hmmm... everythings is in there too...

On 11/19/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Mon, Nov 19, 2007 at 12:30:01AM +0800, Mark Quitoriano wrote:
  On Nov 18, 2007 10:11 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
   On Sun, Nov 18, 2007 at 06:46:18AM +0200, Tzafrir Cohen wrote:
On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
 Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
 im having an error message when in running asterisk with the tdm
 card
 in.

 here's the error from the console of asterisk:

 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
 span status: Inappropriate ioctl for device
 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels:
 Unable
 to register channel '1-24'
   
What is the line just above this? It should tell you the exact number
 of
the channel where the problem was.
  
   Oops. I wasn't looking at the error message carefully.
  
   It fails at the ioctl ZT_SPANSTAT .
  
   Which brings up two questions:
  
   1. How can that fail?
   2. Why isn't get_alarms() used to get alarms on a span / channel?
  
   Anybody (regarding (1), that is)?
  
 
  that's the same question i got(regarding question 1). Is it possible
  for PCI compatibility issue? i need to check for the motherboard specs
  to post later :)

 Hopefully someone will have someone smarter to say. This specific ioctl,
 if it actually gets to zaptel, should never be answered by -ENOTTY
 (Inappropriate ioctl for device). So:

   ls -l /dev/zap

 I still hope someone has a smarter advice.

 --
Tzafrir Cohen
 icq#16849755  jabber:[EMAIL PROTECTED]
 +972-50-7952406   mailto:[EMAIL PROTECTED]
 http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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



-- 
Regards,
Mark Quitoriano, CCNA

Fan the flame...
http://www.spreadfirefox.com/?q=user/registerr=19441

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Eric ManxPower Wieling
Mark Quitoriano wrote:
 that's the same question i got(regarding question 1). Is it possible
 for PCI compatibility issue? i need to check for the motherboard specs
 to post later :)
 Hopefully someone will have someone smarter to say. This specific ioctl,
 if it actually gets to zaptel, should never be answered by -ENOTTY
 (Inappropriate ioctl for device). So:

   ls -l /dev/zap


Sounds to me like a mismatch between Asterisk version and Zaptel version.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-18 Thread Mark Quitoriano
On Nov 19, 2007 12:10 PM, Eric ManxPower Wieling [EMAIL PROTECTED] wrote:
 Mark Quitoriano wrote:
  that's the same question i got(regarding question 1). Is it possible
  for PCI compatibility issue? i need to check for the motherboard specs
  to post later :)
  Hopefully someone will have someone smarter to say. This specific ioctl,
  if it actually gets to zaptel, should never be answered by -ENOTTY
  (Inappropriate ioctl for device). So:
 
ls -l /dev/zap
 

 Sounds to me like a mismatch between Asterisk version and Zaptel version.


hmmm what do you mean mismatch? like asterisk 1.2 and zaptel 1.4?

anyway the motherboard is an Intel S300E motherboard. Do you think
there's a hardware problem?

thanks!

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-17 Thread Eric ManxPower Wieling
You have 18 channels defined in zaptel.conf, but 24 channels configured 
in zapata.conf

Mark Quitoriano wrote:
 Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
 im having an error message when in running asterisk with the tdm card
 in.
 
 here's the error from the console of asterisk:
 
 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
 span status: Inappropriate ioctl for device
 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
 to register channel '1-24'
 
 
 here's my zaptel and zapata config
 
 zaptel.conf:
 # Span 1: WCTDM/0 Wildcard TDM2400P Board 1
 fxsks=1
 fxsks=2
 fxsks=3
 fxsks=4
 fxsks=5
 fxsks=6
 fxsks=7
 fxsks=8
 fxsks=9
 fxsks=10
 fxsks=11
 fxsks=12
 fxsks=13
 fxsks=14
 fxsks=15
 fxsks=16
 fxsks=17
 fxsks=18
 
 # Global data
 
 loadzone= us
 defaultzone = us
 
 zapata.conf:
  ; Span 1: WCTDM/0 Wildcard TDM2400P Board 1
 ;;; line=1 WCTDM/0/0 FXSKS (In use)
 signalling=fxs_ks
 callerid=asreceived
 group=1
 context=main
 channel = 1-24

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-17 Thread Mark Quitoriano
ooops sorry i didn't cut and paste that correctly

# Span 1: WCTDM/0 Wildcard TDM2400P Board 1
fxsks=1
fxsks=2
fxsks=3
fxsks=4
fxsks=5
fxsks=6
fxsks=7
fxsks=8
fxsks=9
fxsks=10
fxsks=11
fxsks=12
fxsks=13
fxsks=14
fxsks=15
fxsks=16
fxsks=17
fxsks=18
fxsks=19
fxsks=20
fxsks=21
fxsks=22
fxsks=23
fxsks=24

# Global data

loadzone= us
defaultzone = us


On Nov 18, 2007 11:36 AM, Eric ManxPower Wieling [EMAIL PROTECTED] wrote:
 You have 18 channels defined in zaptel.conf, but 24 channels configured
 in zapata.conf


 Mark Quitoriano wrote:
  Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
  im having an error message when in running asterisk with the tdm card
  in.
 
  here's the error from the console of asterisk:
 
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
  span status: Inappropriate ioctl for device
  [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
  to register channel '1-24'
 
 
  here's my zaptel and zapata config
 
  zaptel.conf:
  # Span 1: WCTDM/0 Wildcard TDM2400P Board 1
  fxsks=1
  fxsks=2
  fxsks=3
  fxsks=4
  fxsks=5
  fxsks=6
  fxsks=7
  fxsks=8
  fxsks=9
  fxsks=10
  fxsks=11
  fxsks=12
  fxsks=13
  fxsks=14
  fxsks=15
  fxsks=16
  fxsks=17
  fxsks=18
 
  # Global data
 
  loadzone= us
  defaultzone = us
 
  zapata.conf:
   ; Span 1: WCTDM/0 Wildcard TDM2400P Board 1
  ;;; line=1 WCTDM/0/0 FXSKS (In use)
  signalling=fxs_ks
  callerid=asreceived
  group=1
  context=main
  channel = 1-24

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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




-- 
Regards,
Mark Quitoriano, CCNA

Fan the flame...
http://www.spreadfirefox.com/?q=user/registerr=19441

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] problem with tdm2400p configuration

2007-11-17 Thread Tzafrir Cohen
On Sun, Nov 18, 2007 at 10:46:57AM +0800, Mark Quitoriano wrote:
 Hi i have a tdm2400p and installed asterisk 1.4.11 with zaptel 1.4.5
 im having an error message when in running asterisk with the tdm card
 in.
 
 here's the error from the console of asterisk:
 
 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:7489 mkintf: Unable to get
 span status: Inappropriate ioctl for device
 [Nov 18 10:30:44] ERROR[5557]: chan_zap.c:10466 build_channels: Unable
 to register channel '1-24'

What is the line just above this? It should tell you the exact number of
the channel where the problem was.

What is the output of:

cat /proc/zaptel/*

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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