RE: [Asterisk-Users] Still TDM400P problem

2003-11-20 Thread JanM
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sergio Serrano Revuelto
> Sent: den 20 november 2003 12:41
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] Still TDM400P problem
> 
> 
> Next configuration must work:
> 
> zaptel.conf
> fxoks=1-4
> loadzone=fi
> defaultzone=fi
> 
> Zapata.conf
> [channels]
> group=1
> context=internt
> signalling=fxo_ks
> channel=1-4
> 
> Srsergio
> 

But it doesn´t work... =(

When I try to load more than the first port I get the following message:
"Ouch ... error while writing audio data: : Broken pipe"

---JanM---

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Still TDM400P problem

2003-11-20 Thread Sergio Serrano Revuelto
Next configuration must work:

zaptel.conf
fxoks=1-4
loadzone=fi
defaultzone=fi

Zapata.conf
[channels]
group=1
context=internt
signalling=fxo_ks
channel=1-4

Srsergio





-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de JanM
Enviado el: jueves, 20 de noviembre de 2003 11:27
Para: [EMAIL PROTECTED]
Asunto: RE: [Asterisk-Users] Still TDM400P problem




> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Michiel Betel
> Sent: den 20 november 2003 11:24
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Still TDM400P problem
> 
> 
> JanM wrote:
> 
> >Hi again all,
> >
> >I have searched the list for help with my problem but I
> can´t find an
> >answer. I only manage to get one port of my TDM400P card working.
> >
> >When I do dmesg I get following, seems like four discovered ports:
> >---
> >Zapata Telephony Interface Registered on major 196
> >PCI: Found IRQ 11 for device 02:00.0
> >PCI: Sharing IRQ 11 with 02:07.1
> >PCI: Sharing IRQ 11 with 02:0c.0
> >Freshmaker version: 63
> >Freshmaker passed register test
> >Module 0: Installed -- AUTO
> >Module 1: Installed -- AUTO
> >Module 2: Installed -- AUTO
> >Module 3: Installed -- AUTO
> >Found a Wildcard FXS: Wildcard TDM400P REV E/F (4 modules)
> Registered
> >tone zone 5 (Finland)
> >
> >
> >But when I do ztcfg -vv I only get one port configured:
> >
> >Zaptel Configuration
> >==
> >Channel map:
> >Channel 01: FXO Kewlstart (Default) (Slaves: 01)
> >1 channels configured.
> >
> >
> >How do I configure/load the rest of the ports?
> >  
> >
> Add them in /etc/zaptel.conf... ztcfg reads this file and
> configures zap 
> ports accordingly
> 
> Michiel

When I try that I get an error:
"Ouch ... error while writing audio data: : Broken pipe"

This works:
zaptel.conf
fxoks=1
loadzone=fi
defaultzone=fi

Zapata.conf
[channels]
group=1
context=internt
signalling=fxo_ks
channel=1

But when I try to set up more ports/channels on the first card it stops
working. The following configuration doesn´t makes the "Ouch..." error:
zaptel.conf fxoks=1-4 loadzone=fi defaultzone=fi

Zapata.conf
[channels]
group=1
context=internt
signalling=fxo_ks
channel=1-4

What does it mean with "audio data" in the error message?

---JanM---

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Still TDM400P problem

2003-11-20 Thread JanM


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Michiel Betel
> Sent: den 20 november 2003 11:24
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Still TDM400P problem
> 
> 
> JanM wrote:
> 
> >Hi again all,
> >
> >I have searched the list for help with my problem but I 
> can´t find an 
> >answer. I only manage to get one port of my TDM400P card working.
> >
> >When I do dmesg I get following, seems like four discovered ports:
> >---
> >Zapata Telephony Interface Registered on major 196
> >PCI: Found IRQ 11 for device 02:00.0
> >PCI: Sharing IRQ 11 with 02:07.1
> >PCI: Sharing IRQ 11 with 02:0c.0
> >Freshmaker version: 63
> >Freshmaker passed register test
> >Module 0: Installed -- AUTO
> >Module 1: Installed -- AUTO
> >Module 2: Installed -- AUTO
> >Module 3: Installed -- AUTO
> >Found a Wildcard FXS: Wildcard TDM400P REV E/F (4 modules) 
> Registered 
> >tone zone 5 (Finland)
> >
> >
> >But when I do ztcfg -vv I only get one port configured:
> >
> >Zaptel Configuration
> >==
> >Channel map:
> >Channel 01: FXO Kewlstart (Default) (Slaves: 01)
> >1 channels configured.
> >
> >
> >How do I configure/load the rest of the ports?
> >  
> >
> Add them in /etc/zaptel.conf... ztcfg reads this file and 
> configures zap 
> ports accordingly
> 
> Michiel

When I try that I get an error:
"Ouch ... error while writing audio data: : Broken pipe"

This works:
zaptel.conf
fxoks=1
loadzone=fi
defaultzone=fi

Zapata.conf
[channels]
group=1
context=internt
signalling=fxo_ks
channel=1

But when I try to set up more ports/channels on the first card it stops
working.
The following configuration doesn´t makes the "Ouch..." error:
zaptel.conf
fxoks=1-4
loadzone=fi
defaultzone=fi

Zapata.conf
[channels]
group=1
context=internt
signalling=fxo_ks
channel=1-4

What does it mean with "audio data" in the error message?

---JanM---

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Still TDM400P problem

2003-11-20 Thread Michiel Betel
JanM wrote:

Hi again all,

I have searched the list for help with my problem but I can´t find an
answer. I only manage to get one port of my TDM400P card working.
When I do dmesg I get following, seems like four discovered ports:
---
Zapata Telephony Interface Registered on major 196
PCI: Found IRQ 11 for device 02:00.0
PCI: Sharing IRQ 11 with 02:07.1
PCI: Sharing IRQ 11 with 02:0c.0
Freshmaker version: 63
Freshmaker passed register test
Module 0: Installed -- AUTO
Module 1: Installed -- AUTO
Module 2: Installed -- AUTO
Module 3: Installed -- AUTO
Found a Wildcard FXS: Wildcard TDM400P REV E/F (4 modules)
Registered tone zone 5 (Finland)

But when I do ztcfg -vv I only get one port configured:

Zaptel Configuration
==
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
1 channels configured.

How do I configure/load the rest of the ports?
 

Add them in /etc/zaptel.conf... ztcfg reads this file and configures zap 
ports accordingly

Michiel



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users