Re: [asterisk-users] Problems with Fax over TDM410P

2010-04-13 Thread Danny Dias
What do you mean with problems on my configuration?

 This is a FXO port on zapata:

 signalling=fxs_ks
 group=0
 channel = 1

Not a FXS...can you explain to me what were you trying to say?


 Message: 4
 Date: Mon, 12 Apr 2010 13:14:49 -0400
 From: David Backeberg dbackeb...@gmail.com
 Subject: Re: [asterisk-users] Problems with Fax over TDM410P
 To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
 Message-ID:
p2l3de056a31004121014jc8037ab7sb9f84cc9d...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 On Sun, Apr 11, 2010 at 5:00 PM, Danny Dias ing.diasda...@gmail.com
 wrote:
  This digium card has 3 FXO ports and 1 FXS port where we have a fax
  machine
  connected!
 
  The problem is that we can receive fax very good, but we can't make any
  outbound fax call, in fact, our asterisk get freezed in this case!
  ; TDM410P
  signalling=fxs_ks
  group=0
  channel = 1
 
  Signalling=fxs_ks
  group=0
  channel = 2
 
  signalling=fxs_ks
  group=0
  channel = 3
 
  signalling=fxo_ks
  group=1
  channel = 4
 
  What should we do in order to make it work ok? we really need to put
 this

 If you really have three FXO, and one FXS, there's part of your
 problem. You have your zapata configured as three FXS and one FXO. I
 would suspect that would be a good enough reason to crash your card or
 whatever.




-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-13 Thread hin lee
check the IRQ and make sure the TDM410P has it owns IRQ.





From: Danny Dias ing.diasda...@gmail.com
To: asterisk-users@lists.digium.com
Sent: Fri, April 9, 2010 4:52:05 PM
Subject: [asterisk-users] Problems with Fax over TDM410P

Hello my friends...

We are having some problems with the fax in our asterisk server...

We have:

Asterisk 1.4.21.2
Zaptel Version: 1.4.11
libpri version: 1.4.5
Digium Card TDM 410P

This digium card has 3 FXO ports and 1 FXS port where we have a fax machine 
connected!

The problem is that we can receive fax very good, but we can't make any 
outbound fax call, in fact, our asterisk get freezed in this case!

take a look in our zapata:

[channels]
language=es
;context=default
rxwink=300
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
immediate=no
busydetect=yes
immediate=no
;busycount=4
;busypattern=500,500
;answeronpolarityswitch=yes
;hanguponpolarityswitch=yes


; TDM410P
context = mde-g1
immediate=no
signalling=fxs_ks
group=0
channel = 1

context = mde-g1
immediate=yes
Signalling=fxs_ks
group=0
channel = 2

context = mde-g1
immediate=yes
signalling=fxs_ks
group=0
channel = 3

context=inside
faxdetect=incoming
immediate=no
signalling=fxo_ks
group=1
channel = 4

What should we do in order to make it work ok? we really need to put this 
working, i've heard that asterisk does not work very well with fax, but at 
least it should try to dend it, not to get frozen :S

Thanks in advance for all your help!

Regards


  -- 
_
-- 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] Problems with Fax over TDM410P

2010-04-13 Thread David Backeberg
On Tue, Apr 13, 2010 at 4:12 PM, Danny Dias ing.diasda...@gmail.com wrote:
 What do you mean with problems on my configuration?
  This is a FXO port on zapata:
 signalling=fxs_ks
 group=0
 channel = 1
 Not a FXS...can you explain to me what were you trying to say?

http://www.voip-info.org/wiki/view/Asterisk+config+zapata.conf#SignallingType

Yep.
If you say that's an fxo port, that's a disagreement between what you
told me and what you told the DAHDI layer.
You told DAHDI it's fxs.
Try changing the config to say fxo and tell us what happens.

-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-13 Thread David Backeberg
On Tue, Apr 13, 2010 at 6:55 PM, David Backeberg dbackeb...@gmail.com wrote:
 On Tue, Apr 13, 2010 at 4:12 PM, Danny Dias ing.diasda...@gmail.com wrote:
 What do you mean with problems on my configuration?
  This is a FXO port on zapata:
 signalling=fxs_ks
 group=0
 channel = 1
 Not a FXS...can you explain to me what were you trying to say?

 http://www.voip-info.org/wiki/view/Asterisk+config+zapata.conf#SignallingType

 Yep.
 If you say that's an fxo port, that's a disagreement between what you
 told me and what you told the DAHDI layer.
 You told DAHDI it's fxs.
 Try changing the config to say fxo and tell us what happens.

Of course, after re-reading what I just wrote, I think I have it backwards.

My advice to flip the config and see what happens still applies.

Does a regular call work fine?

-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-13 Thread Barry Miller
On Tue, Apr 13, 2010 at 06:59:01PM -0400, David Backeberg wrote:
 On Tue, Apr 13, 2010 at 6:55 PM, David Backeberg dbackeb...@gmail.com wrote:
  On Tue, Apr 13, 2010 at 4:12 PM, Danny Dias ing.diasda...@gmail.com wrote:
  What do you mean with problems on my configuration?
  ?This is a FXO port on zapata:
  signalling=fxs_ks
  group=0
  channel = 1
  Not a FXS...can you explain to me what were you trying to say?
 
  http://www.voip-info.org/wiki/view/Asterisk+config+zapata.conf#SignallingType
 
  Yep.
  If you say that's an fxo port, that's a disagreement between what you
  told me and what you told the DAHDI layer.
  You told DAHDI it's fxs.
  Try changing the config to say fxo and tell us what happens.
 
 Of course, after re-reading what I just wrote, I think I have it backwards.

You do.  FXO ports want fxs signalling, and vice-versa.

-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-12 Thread David Backeberg
On Sun, Apr 11, 2010 at 5:00 PM, Danny Dias ing.diasda...@gmail.com wrote:
 This digium card has 3 FXO ports and 1 FXS port where we have a fax
 machine
 connected!

 The problem is that we can receive fax very good, but we can't make any
 outbound fax call, in fact, our asterisk get freezed in this case!
 ; TDM410P
 signalling=fxs_ks
 group=0
 channel = 1

 Signalling=fxs_ks
 group=0
 channel = 2

 signalling=fxs_ks
 group=0
 channel = 3

 signalling=fxo_ks
 group=1
 channel = 4

 What should we do in order to make it work ok? we really need to put this

If you really have three FXO, and one FXS, there's part of your
problem. You have your zapata configured as three FXS and one FXO. I
would suspect that would be a good enough reason to crash your card or
whatever.

-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-11 Thread Danny Dias
Hi asterisk-users

I'm really having big problems with this configuration, has anyone attached
a fax machine to a FXS port of a digium tdm410P card succesfully?

What changes should i do on asterisk to make this work ok?

I just want to use this fax machine as a fax and not to voice!

Thanks!


 Message: 9
 Date: Fri, 9 Apr 2010 19:22:05 -0430
 From: Danny Dias ing.diasda...@gmail.com
 Subject: [asterisk-users] Problems with Fax over TDM410P
 To: asterisk-users@lists.digium.com
 Message-ID:
y2l5a64fbaa1004091652k8393c88anf30c96809f8a9...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 Hello my friends...

 We are having some problems with the fax in our asterisk server...

 We have:

 Asterisk 1.4.21.2
 Zaptel Version: 1.4.11
 libpri version: 1.4.5
 Digium Card TDM 410P

 This digium card has 3 FXO ports and 1 FXS port where we have a fax machine
 connected!

 The problem is that we can receive fax very good, but we can't make any
 outbound fax call, in fact, our asterisk get freezed in this case!

 take a look in our zapata:

 [channels]
 language=es
 ;context=default
 rxwink=300
 usecallerid=yes
 hidecallerid=no
 callwaiting=yes
 usecallingpres=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 rxgain=0.0
 txgain=0.0
 immediate=no
 busydetect=yes
 immediate=no
 ;busycount=4
 ;busypattern=500,500
 ;answeronpolarityswitch=yes
 ;hanguponpolarityswitch=yes


 ; TDM410P
 context = mde-g1
 immediate=no
 signalling=fxs_ks
 group=0
 channel = 1

 context = mde-g1
 immediate=yes
 Signalling=fxs_ks
 group=0
 channel = 2

 context = mde-g1
 immediate=yes
 signalling=fxs_ks
 group=0
 channel = 3

 context=inside
 faxdetect=incoming
 immediate=no
 signalling=fxo_ks
 group=1
 channel = 4

 What should we do in order to make it work ok? we really need to put this
 working, i've heard that asterisk does not work very well with fax, but at
 least it should try to dend it, not to get frozen :S

 Thanks in advance for all your help!

 Regards
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20100409/ec63bd44/attachment-0001.htm


-- 
_
-- 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] Problems with Fax over TDM410P

2010-04-09 Thread Danny Dias
Hello my friends...

We are having some problems with the fax in our asterisk server...

We have:

Asterisk 1.4.21.2
Zaptel Version: 1.4.11
libpri version: 1.4.5
Digium Card TDM 410P

This digium card has 3 FXO ports and 1 FXS port where we have a fax machine
connected!

The problem is that we can receive fax very good, but we can't make any
outbound fax call, in fact, our asterisk get freezed in this case!

take a look in our zapata:

[channels]
language=es
;context=default
rxwink=300
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
immediate=no
busydetect=yes
immediate=no
;busycount=4
;busypattern=500,500
;answeronpolarityswitch=yes
;hanguponpolarityswitch=yes


; TDM410P
context = mde-g1
immediate=no
signalling=fxs_ks
group=0
channel = 1

context = mde-g1
immediate=yes
Signalling=fxs_ks
group=0
channel = 2

context = mde-g1
immediate=yes
signalling=fxs_ks
group=0
channel = 3

context=inside
faxdetect=incoming
immediate=no
signalling=fxo_ks
group=1
channel = 4

What should we do in order to make it work ok? we really need to put this
working, i've heard that asterisk does not work very well with fax, but at
least it should try to dend it, not to get frozen :S

Thanks in advance for all your help!

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