Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-09 Thread Steve Underwood

On 10/09/2012 12:28 AM, Brett Lehrer wrote:

How many fax and voice calls (which codecs for tha latter ones ?) are on
average using your DSL line ?
1. Previously, I experienced failures during the process of converting
incoming PDF documents into ready-to-send fax image files while the reverse
process (from a fax file into a PDF or whatever document) never failed.
I would be curious to check if a greater failure rate for outbound faxing
(greater than inbound faxing failure rate) could simply comes from image
processing, before any transmission.
2. Though your DSL line may have enough bandwidth from your location to its
DSLAM, chances are packets are dropped or delivered too late for T.38
faxing.
An interesting test would be to use an Asterisk PBX hosted somewhere at
close range from netVortex fax gateways : that would remove most
networking issues out of the equation.

I'll have to look more closely into what codecs we traditionally use, but g.722 
up and ulaw down is common.  Generally don't have more than 2-3 calls active at 
once.  At most, 5, and that's a rarity.  Record for fax is 4 simultaneous 
send/receive, but typically just 1, maybe 2.  I imagine that's encroaching on 
the upper limits of the 768 kbps upspeed.  I've wondered about how lag might 
impact the problem but I just don't know how I'd go about testing it properly 
without spending a bunch of money on hosting.

I do my PDF - TIFF conversion on another machine with ghostscript.  Here's the 
line:

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiffg4 -sOutputFile=TIFF_FILENAME -f 
PDF_FILENAME

I changed from tiffg3 to tiffg4 because the filesize got cut in half assuming 
that the less time spent transmitting, the less chance there was to run into a 
problem that might stop the fax.  However, most failures that I've looked at 
seem to occur immediately or fail to connect at all, rather than get cut off 
due to a hiccup in the connection.

Brett Lehrer

A FAX can only be sent in ECM mode when using tiffg4 format. It will 
have to be recoded into tiffg3 format if ECM is inhibited, which it far 
too often is. On the other hand, if you are using ECM any decent FAX 
system (e.g. spandsp) will recode into tiffg4, and really good ones 
(e.g. the very latest spandsp) may recoed into T.85/JBIG, for faster 
transmission times. Digium don't seem to specify what FFA does in this area.


Steve


--
_
-- 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] Fax for Asterisk success rates?

2012-10-09 Thread sean darcy

On 10/09/2012 07:40 AM, Steve Underwood wrote:

On 10/09/2012 12:28 AM, Brett Lehrer wrote:

How many fax and voice calls (which codecs for tha latter ones ?) are on
average using your DSL line ?
1. Previously, I experienced failures during the process of converting
incoming PDF documents into ready-to-send fax image files while the
reverse
process (from a fax file into a PDF or whatever document) never failed.
I would be curious to check if a greater failure rate for outbound
faxing
(greater than inbound faxing failure rate) could simply comes from image
processing, before any transmission.
2. Though your DSL line may have enough bandwidth from your location
to its
DSLAM, chances are packets are dropped or delivered too late for T.38
faxing.
An interesting test would be to use an Asterisk PBX hosted somewhere at
close range from netVortex fax gateways : that would remove most
networking issues out of the equation.

I'll have to look more closely into what codecs we traditionally use,
but g.722 up and ulaw down is common.  Generally don't have more than
2-3 calls active at once.  At most, 5, and that's a rarity.  Record
for fax is 4 simultaneous send/receive, but typically just 1, maybe
2.  I imagine that's encroaching on the upper limits of the 768 kbps
upspeed.  I've wondered about how lag might impact the problem but I
just don't know how I'd go about testing it properly without spending
a bunch of money on hosting.

I do my PDF - TIFF conversion on another machine with ghostscript.
Here's the line:

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiffg4
-sOutputFile=TIFF_FILENAME -f PDF_FILENAME

I changed from tiffg3 to tiffg4 because the filesize got cut in half
assuming that the less time spent transmitting, the less chance there
was to run into a problem that might stop the fax.  However, most
failures that I've looked at seem to occur immediately or fail to
connect at all, rather than get cut off due to a hiccup in the
connection.

Brett Lehrer


A FAX can only be sent in ECM mode when using tiffg4 format. It will
have to be recoded into tiffg3 format if ECM is inhibited, which it far
too often is. On the other hand, if you are using ECM any decent FAX
system (e.g. spandsp) will recode into tiffg4, and really good ones
(e.g. the very latest spandsp) may recoed into T.85/JBIG, for faster
transmission times. Digium don't seem to specify what FFA does in this
area.

Steve



A little puzzled. Do you mean:

1. tiffg4 encoded fax will(might?) fail if ECM is inhibited at either 
send or receive.


2. tiffg3 will work if ECM is inhibited.

3. If ECM is not inhibited, any decent fax system, will reencode tiffg3 
to tiffg4.


Therefore we should encode to tiffg3 and let spandsp determine if it 
should be rencoded to tiffg4 (or T.85/JBIG)?


sean


--
_
-- 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] Fax for Asterisk success rates?

2012-10-08 Thread Brett Lehrer
How many fax and voice calls (which codecs for tha latter ones ?) are on
average using your DSL line ?

1. Previously, I experienced failures during the process of converting
incoming PDF documents into ready-to-send fax image files while the reverse
process (from a fax file into a PDF or whatever document) never failed.

I would be curious to check if a greater failure rate for outbound faxing
(greater than inbound faxing failure rate) could simply comes from image
processing, before any transmission.

2. Though your DSL line may have enough bandwidth from your location to its
DSLAM, chances are packets are dropped or delivered too late for T.38
faxing.
An interesting test would be to use an Asterisk PBX hosted somewhere at
close range from netVortex fax gateways : that would remove most
networking issues out of the equation.

I'll have to look more closely into what codecs we traditionally use, but g.722 
up and ulaw down is common.  Generally don't have more than 2-3 calls active at 
once.  At most, 5, and that's a rarity.  Record for fax is 4 simultaneous 
send/receive, but typically just 1, maybe 2.  I imagine that's encroaching on 
the upper limits of the 768 kbps upspeed.  I've wondered about how lag might 
impact the problem but I just don't know how I'd go about testing it properly 
without spending a bunch of money on hosting.  

I do my PDF - TIFF conversion on another machine with ghostscript.  Here's the 
line:

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=tiffg4 -sOutputFile=TIFF_FILENAME -f 
PDF_FILENAME

I changed from tiffg3 to tiffg4 because the filesize got cut in half assuming 
that the less time spent transmitting, the less chance there was to run into a 
problem that might stop the fax.  However, most failures that I've looked at 
seem to occur immediately or fail to connect at all, rather than get cut off 
due to a hiccup in the connection.

Brett Lehrer


--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Logan Bibby
I had the same problem for a while. I found replacing fax machines with a
scanner and either an email-to-fax program or just web-based faxing had
better results. I don't want to tell you the gateway I used because they
turned out pretty badly in the end. But there is hope!

- Logan
On Oct 4, 2012 8:29 AM, Brett Lehrer brett.leh...@solarismed.com wrote:

 I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking
 service over a DSL line solely dedicated to VoIP usage.  For both incoming
 and outgoing faxes, I'm getting a failure rate of just over 25%, and over a
 handful of reasons.

 Is it natural to have this many problems on a completely digital
 configuration?  I'm trying to cut our analog phone line (because it's so
 expensive), but some fax machines just don't seem to ever accept a fax.
  Many of the failures are on the same numbers, forcing me to fall back to
 an old analog fax machine just to make sure it actually gets through.

 Has anyone else had any similar experiences, or is this indicative of a
 failure in the setup on my end (or even the trunking service)?

 Brett Lehrer


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

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Joshua Colp

Brett Lehrer wrote:

Hola,


I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking 
service over a DSL line solely dedicated to VoIP usage.  For both incoming and 
outgoing faxes, I'm getting a failure rate of just over 25%, and over a handful 
of reasons.


I've never heard of that service so I unfortunately don't know the 
underlying equipment they are using for their service but it makes a 
*huge* difference.


T.38 (which I hope you are using as that increases the chances a bit 
more) implementations wildly differ in interoperability and how well 
they generally work. This is one of the big problems with doing fax over 
VoIP and why for some individuals it works great and why for others it 
just falls apart.



Is it natural to have this many problems on a completely digital configuration? 
 I'm trying to cut our analog phone line (because it's so expensive), but some 
fax machines just don't seem to ever accept a fax.  Many of the failures are on 
the same numbers, forcing me to fall back to an old analog fax machine just to 
make sure it actually gets through.


In a perfect world, no. In reality it depends as I mentioned above.


Has anyone else had any similar experiences, or is this indicative of a failure 
in the setup on my end (or even the trunking service)?


Without more information (like logs/etc) it's hard to isolate things and 
point fingers.


Cheers,

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at:  www.digium.com   www.asterisk.org

--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Steve Underwood

On 10/04/2012 09:29 PM, Brett Lehrer wrote:

I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking 
service over a DSL line solely dedicated to VoIP usage.  For both incoming and 
outgoing faxes, I'm getting a failure rate of just over 25%, and over a handful 
of reasons.

Is it natural to have this many problems on a completely digital configuration? 
 I'm trying to cut our analog phone line (because it's so expensive), but some 
fax machines just don't seem to ever accept a fax.  Many of the failures are on 
the same numbers, forcing me to fall back to an old analog fax machine just to 
make sure it actually gets through.

Has anyone else had any similar experiences, or is this indicative of a failure 
in the setup on my end (or even the trunking service)?

Brett Lehrer
Unexplainable FAX call failures (i.e. not wrong numbers of other 
obviously wrong things) should be well below 1%. On a dedicated DSL 
line, if everything is set up properly you should be getting that kind 
of rate. This is especially true if you are using T.38 and the provider 
at the far end uses a decent T.38 platform. Across the open internet 
results are much more variable.


Depending what causes your 25% failures, you may get better results with 
spandsp than with FFA.


Steve


--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Olivier
2012/10/4 Brett Lehrer brett.leh...@solarismed.com

 I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking
 service over a DSL line solely dedicated to VoIP usage.  For both incoming
 and outgoing faxes, I'm getting a failure rate of just over 25%, and over a
 handful of reasons.

 Is it natural to have this many problems on a completely digital
 configuration?  I'm trying to cut our analog phone line (because it's so
 expensive), but some fax machines just don't seem to ever accept a fax.
  Many of the failures are on the same numbers, forcing me to fall back to
 an old analog fax machine just to make sure it actually gets through.

 Has anyone else had any similar experiences, or is this indicative of a
 failure in the setup on my end (or even the trunking service)?

 Brett Lehrer


What is the setup you're talking about ?
Is it something like this ?
PSTN  nexVortex T.38 gateway - Internet - DSL modem ---
Asterisk  Fax machine





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

Re: [asterisk-users] Fax for Asterisk success rates?

2012-10-04 Thread Carlos Alvarez
On Thu, Oct 4, 2012 at 6:29 AM, Brett Lehrer brett.leh...@solarismed.comwrote:

 I'm running Asterisk 1.8.11.1 and am connected to the nexVortex trunking
 service over a DSL line solely dedicated to VoIP usage.  For both incoming
 and outgoing faxes, I'm getting a failure rate of just over 25%, and over a
 handful of reasons.

 Is it natural to have this many problems on a completely digital
 configuration?  I'm trying to cut our analog phone line (because it's so
 expensive), but some fax machines just don't seem to ever accept a fax.
  Many of the failures are on the same numbers, forcing me to fall back to
 an old analog fax machine just to make sure it actually gets through.

 Has anyone else had any similar experiences, or is this indicative of a
 failure in the setup on my end (or even the trunking service)?


I'm not going to address the tech issues, as others already have.  And if
you didn't know, Steve Underwood is THE fax guy so whatever he says is
gold, listen to him.

However I'd just suggest that you look at the business case for screwing
around with fax at all.  As a society, if we had decided to stop supporting
this dead technology years ago, with all the time and money we've
collectively wasted we could have completely eliminated world hunger.  I
can't count the hundreds of hours I've wasted on fax support just to prop
up this stupid and unnecessary technology.  We just made the decision this
week to outsource it all and never deal with it on our network again.  I am
slowly re-gaining my sanity because of that decision.

Now I'm going to take a fax machine out to the parking lot and shoot it,
even talking about this awful waste of time makes my blood boil.

-- 
Carlos Alvarez
TelEvolve
602-889-3003
--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Lee Howard

On 10/04/2012 09:27 AM, Carlos Alvarez wrote:
However I'd just suggest that you look at the business case for 
screwing around with fax at all.  As a society, if we had decided to 
stop supporting this dead technology years ago, with all the time and 
money we've collectively wasted we could have completely eliminated 
world hunger.


I recognize that you're being a bit facetious in this latter comment, 
but the argument that you're making here is unfounded.  I believe that 
if you were to look at the Davidson Consulting reports about the fax 
industry for as long as those reports have been available you'd find 
this.  The technology is not dead and has enough momentum to propel it 
forward for many years to come.  Maybe this is understood in your 
acknowledgement of society supporting it, but the reason why it's 
supported is because the technology is sound and fills a very valuable 
purpose in business and other activities.


There is no adequate replacement for fax.  E-mail doesn't do it, and 
most other reliable document communication mechanisms are locked-up in 
proprietary patents and interests that will invariably prevent them from 
becoming standardized at all.


I'm not a big T.38 fan-boy, although I do applaud the ITU for that 
attempt to get fax working on IP networks.  Unfortunately, it's 
fundamentally flawed because it needlessly perpetuates the tether 
between fax and telephony.  In an IP network there is no reason 
whatsoever for fax to be saddled on top of a telephony layer.  Fax is 
data communication, and IP networks are quite effective at data 
communication.  I can envision a future fax system which truly uses 
modern IP network designs such as DNS, encryption, security, and rides 
on a very effective communication protocol and yet continues to operate 
on the fundamental communication protocol defined in ITU T.30 which 
makes well-implemented faxing so dependable.


I can't count the hundreds of hours I've wasted on fax support just to 
prop up this stupid and unnecessary technology.


Many others have felt exactly the same way, and I don't mean to be rude, 
but invariably the reason why they feel this way is because they 
repeatedly tried to do it the wrong way.


We just made the decision this week to outsource it all and never deal 
with it on our network again.  I am slowly re-gaining my sanity 
because of that decision.


And until the new technology comes along that is and will be *precisely* 
the right decision for most of the people who move to a virtual 
environment or who completely detach themselves directly from the PSTN.


Now I'm going to take a fax machine out to the parking lot and shoot 
it, even talking about this awful waste of time makes my blood boil.


Well, if you were using stand-alone fax machines then that was part of 
your problem.


Thanks,

Lee.


--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Brett Lehrer
What is the setup you're talking about ?
Is it something like this ?
PSTN  nexVortex T.38 gateway - Internet - DSL modem ---
Asterisk  Fax machine
Olivier,

Sorry, I did a poor job explaining that.  That's basically correct, with the 
receiving end first and our originating end last in your diagram.  For outgoing 
faxes only, this is the setup:

Fax interface (LAN website, in short) - Asterisk PBX - DSL modem - Internet 
- nexVortex trunk - [recipient]

Incoming faxes are generally more reliable, but I still get small number of 
failures.  I've mistakenly overestimated the incoming failure rate.  Don't have 
clean statistics on that, though.


 Unexplainable FAX call failures (i.e. not wrong numbers of other 
obviously wrong things) should be well below 1%. On a dedicated DSL 
line, if everything is set up properly you should be getting that kind 
of rate. This is especially true if you are using T.38 and the provider 
at the far end uses a decent T.38 platform. Across the open internet 
results are much more variable.

Depending what causes your 25% failures, you may get better results with 
spandsp than with FFA.

Steve
I see, thanks.  All of these faxes are going out to unknown, external machines. 
 I have no control over anything on their ends, and the hardware/connection is 
as variable as you could imagine.  I'll definitely look into SpanDSP.  FWIW, 
the dedicated DSL line is just a 6 Mbps up/768 Kbps down Internet connection 
that is solely used by our in-house PBX to connect to the trunk.


However I'd just suggest that you look at the business case for screwing 
around with fax at all.
Oh man, if only...  I'd LOVE to just drop fax completely and use email instead.

Brett Lehrer

--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Carlos Alvarez
On Thu, Oct 4, 2012 at 10:06 AM, Lee Howard fax...@howardsilvan.com wrote:

 I recognize that you're being a bit facetious in this latter comment


No, not really.  I stand by it.  Useless and *should* be dead.  It's dead
and people just don't know it.


 There is no adequate replacement for fax.  E-mail doesn't do it


Yes, it does.



 Well, if you were using stand-alone fax machines then that was part of
 your problem.


That was actually the only part of my post that was in jest.



-- 
Carlos Alvarez
TelEvolve
602-889-3003
--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Bryant Zimmerman



 From: Carlos Alvarez car...@televolve.com
Sent: Thursday, October 04, 2012 1:18 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Fax for Asterisk success rates?

On Thu, Oct 4, 2012 at 10:06 AM, Lee Howard fax...@howardsilvan.com 
wrote:
 I recognize that you're being a bit facetious in this latter comment  
 No, not really.  I stand by it.  Useless and *should* be dead.  It's dead 
and people just don't know it.There is no adequate replacement for fax. 
 E-mail doesn't do it   
 Yes, it does.
  Well, if you were using stand-alone fax machines then that was part of 
your problem.

 That was actually the only part of my post that was in jest. 

 -- 
Carlos Alvarez TelEvolve 602-889-3003 

Fax has been a long road in the VOIP arena and asterisk. 
For T.30  T.38 to ATA gateways you need the right mix of equipment at both 
ends. Vendors that support T.38 or PRI's with good T.38 supported hardware 
gateways work best. 
On the fax gateway side Steve, and spandsp are god sent. Fax works well 
when you get your karma in alignment you must set it up correctly.
Our systems have processed over 500,000+ faxes this year with very few fax 
machine compatibility issues. From a technology standpoint  I too look 
forward to the day where we can get rid of faxes, but from a business 
perspective I am happy to process faxing for our paying customers. 

Fax + Asterisk can work quite well. 

Bryant Zimmerman (ZK Tech Inc/interNetGR)
(616) 855-1030


--
_
-- 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] Fax for Asterisk success rates?

2012-10-04 Thread Olivier
2012/10/4 Brett Lehrer brett.leh...@solarismed.com

 What is the setup you're talking about ?
 Is it something like this ?
 PSTN  nexVortex T.38 gateway - Internet - DSL modem ---
 Asterisk  Fax machine
 Olivier,

 Sorry, I did a poor job explaining that.  That's basically correct, with
 the receiving end first and our originating end last in your diagram.  For
 outgoing faxes only, this is the setup:

 Fax interface (LAN website, in short) - Asterisk PBX - DSL modem -
 Internet - nexVortex trunk - [recipient]

 Incoming faxes are generally more reliable, but I still get small number
 of failures.  I've mistakenly overestimated the incoming failure rate.
  Don't have clean statistics on that, though.


How many fax and voice calls (which codecs for tha latter ones ?) are on
average using your DSL line ?

1. Previously, I experienced failures during the process of converting
incoming PDF documents into ready-to-send fax image files while the reverse
process (from a fax file into a PDF or whatever document) never failed.

I would be curious to check if a greater failure rate for outbound faxing
(greater than inbound faxing failure rate) could simply comes from image
processing, before any transmission.

2. Though your DSL line may have enough bandwidth from your location to its
DSLAM, chances are packets are dropped or delivered too late for T.38
faxing.
An interesting test would be to use an Asterisk PBX hosted somewhere at
close range from netVortex fax gateways : that would remove most
networking issues out of the equation.



 Unexplainable FAX call failures (i.e. not wrong numbers of other
obviously wrong things) should be well below 1%. On a dedicated DSL
line, if everything is set up properly you should be getting that kind
of rate. This is especially true if you are using T.38 and the provider
at the far end uses a decent T.38 platform. Across the open internet
results are much more variable.

Depending what causes your 25% failures, you may get better results with
spandsp than with FFA.

Steve

 I see, thanks.  All of these faxes are going out to unknown, external
 machines.  I have no control over anything on their ends, and the
 hardware/connection is as variable as you could imagine.  I'll definitely
 look into SpanDSP.  FWIW, the dedicated DSL line is just a 6 Mbps up/768
 Kbps down Internet connection that is solely used by our in-house PBX to
 connect to the trunk.


 However I'd just suggest that you look at the business case for screwing
 around with fax at all.
 Oh man, if only...  I'd LOVE to just drop fax completely and use email
 instead.

 Brett Lehrer

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

Re: [asterisk-users] FAX via Asterisk

2012-09-27 Thread Shanavaz E A
Hi,
 
I am also looking for a fax solution. I use Cisco ATA adapter with fax machine 
and sending of fax works perfectly. But receiving fails after call is 
answeredby the fax machine. It may be a problem of the fax machine also. The 
configuration is simple. I use CISCO SPA 112 – 2 Port Phone Adapter. First 
connect an anlog phone to the adapter and dial the number given in the manual. 
You get an IVR menu to configure IP address. Once IP address is configured you 
can get into the web interface and configure it just like any other SIP 
extension. Then map the fax DID to that SIP extension in the extensions.conf. 
Thats it.
 
But here my problem is receiving dont work.
Patrick, can you please give the steps to configure fax with iaxmodem and 
hylafax. Is it free to use?
 
Thanks  Regards,
Shanavaz.


--- On Wed, 9/26/12, Patrick Lists asterisk-l...@puzzled.xs4all.nl wrote:


From: Patrick Lists asterisk-l...@puzzled.xs4all.nl
Subject: Re: [asterisk-users] FAX via Asterisk
To: asterisk-users@lists.digium.com
Date: Wednesday, September 26, 2012, 11:49 PM


On 09/26/2012 05:53 PM, Mark Robinson wrote:
 Hello.
 I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip,
 Aastra 6757i. Everything works as expected.
 We also have a FAX machine. We need to be able to use that FAX machine
 to send or receive faxes. We are planning to have a dedicated did for
 faxes. Before, FAX machine was connected directly to pots line.
 
 Any digestions how to accomplish it?

In addition to Markus' suggestions you could also look at using iaxmodem and 
Hylafax. I've been using that for years and it works great. Once a fax is 
received it is emailed to whatever you configure.
Sending faxes works too in libreOffice. If you have a bunch of DIDs you could 
give people their own direct line and fax number.

Regards,
Patrick


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

Re: [asterisk-users] FAX via Asterisk

2012-09-27 Thread Markus

Am 27.09.2012 08:15, schrieb Shanavaz E A:

Patrick, can you please give the steps to configure fax with iaxmodem
and hylafax. Is it free to use?


I'm not Patrick, but here's a good how-to that worked perfectly for me. 
In German, but it's basically enough just to type the commands :)


And yes, it's free to use.

http://das-asterisk-buch.de/faxserver-mit-iaxmodem-und-hylafax.html

Regards
Markus


--
_
-- 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] FAX via Asterisk

2012-09-27 Thread Patrick Lists

On 09/27/2012 08:15 AM, Shanavaz E A wrote:
[snip]

Patrick, can you please give the steps to configure fax with iaxmodem
and hylafax. Is it free to use?


It's been years since I set it up so I don't know exactly how to 
configure it anymore. But I do remember that I found some howto/docs via 
Google so try that. And yes both Hylafax and iaxmodem are free.


Regards,
Patrick



--
_
-- 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] FAX via Asterisk

2012-09-26 Thread Markus

Am 26.09.2012 17:53, schrieb Mark Robinson:

I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip,
Aastra 6757i. Everything works as expected.
We also have a FAX machine. We need to be able to use that FAX machine
to send or receive faxes. We are planning to have a dedicated did for
faxes. Before, FAX machine was connected directly to pots line.
Any digestions how to accomplish it?


a) Without Asterisk: Get a ISDN-ATA (POTS-ISDN converter), e.g. DeTeWe 
TA 33clip, hook the fax machine to it and the ATA (configured to receive 
calls for the fax DID) to the ISDN line. At least thats how it would 
work with ISDN BRI, not sure about PRI. If you don't have enough ISDN 
ports on the NT you could get an ISDN switch.


b) With Asterisk: Get a SIP-POTS adapter, configure it with the fax DID 
and hook your fax machine to it. There are many adapters available: 
http://www.voip-info.org/wiki/view/Analog+Telephone+Adapters

(FritzBox seems to be popular)




--
_
-- 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] FAX via Asterisk

2012-09-26 Thread Patrick Lists

On 09/26/2012 05:53 PM, Mark Robinson wrote:

Hello.
I have asterisk 1.8.18 which connects to ISDN PRI. All phones are sip,
Aastra 6757i. Everything works as expected.
We also have a FAX machine. We need to be able to use that FAX machine
to send or receive faxes. We are planning to have a dedicated did for
faxes. Before, FAX machine was connected directly to pots line.

Any digestions how to accomplish it?


In addition to Markus' suggestions you could also look at using iaxmodem 
and Hylafax. I've been using that for years and it works great. Once a 
fax is received it is emailed to whatever you configure.
Sending faxes works too in libreOffice. If you have a bunch of DIDs you 
could give people their own direct line and fax number.


Regards,
Patrick


--
_
-- 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] Fax for Asterisk SIP-TDM

2011-02-13 Thread Kevin P. Fleming

On 02/12/2011 10:53 PM, Mark Willis wrote:

Is it possible to do SIP-Asterisk-TDM in a single step with FFA? Or
does FFA always use TIFF files?

I'm using Free FFA on 1.6.2.15 and I want to be able to use SPA 2102
ATA's at the fax machines and send faxes directly over a PRI.


Asterisk does not currently support T.38-TDM gateway mode for FAX, 
although there is a patch on the issue tracker to add support for it, 
and it's in the works for Asterisk 1.10.


--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

--
_
-- 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] Fax for Asterisk SIP-TDM

2011-02-13 Thread Pezhman Lali
Dear
I had good experience  with asterisk + spandsp for sending and receiving
fax, if your ip phone supports fax, you need asterisk only as g711(no vad)
gateway.
best

On Sun, Feb 13, 2011 at 7:00 PM, Kevin P. Fleming kpflem...@digium.comwrote:

 On 02/12/2011 10:53 PM, Mark Willis wrote:

 Is it possible to do SIP-Asterisk-TDM in a single step with FFA? Or
 does FFA always use TIFF files?

 I'm using Free FFA on 1.6.2.15 and I want to be able to use SPA 2102
 ATA's at the fax machines and send faxes directly over a PRI.


 Asterisk does not currently support T.38-TDM gateway mode for FAX,
 although there is a patch on the issue tracker to add support for it, and
 it's in the works for Asterisk 1.10.

 --
 Kevin P. Fleming
 Digium, Inc. | Director of Software Technologies
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 skype: kpfleming | jabber: kflem...@digium.com
 Check us out at www.digium.com  www.asterisk.org


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

Re: [asterisk-users] Fax/Modem, Asterisk, Channel Banks

2010-08-03 Thread Dave Fullerton
On 08/03/2010 10:48 AM, Joel Maslak wrote:
 I've been replacing an old Toshiba DK switch with an Asterisk solution.  I'm
 needing a solution for fax machines that works as well as a POTS line from
 my carrier.  If the POTS line is the solution, I'll keep it, but I'd rather
 move away from that.

 Here's what I'm thinking...will it work?

 I would use a dual-port Digium T1 card.  In one port, I'd terminate a telco
 PRI T1.  In the other port, I'd terminate a Rhino channel bank, connected to
 each of my fax machines (and a stamp machine with an internal modem).

 What I'm wanting is to be able to send/receive faxes via the telco PRI and
 the analog fax machines.  I also want the stamp machine to work.  I don't
 want this to work 98% as well as the Telco - they truly need to work 100% as
 well.

 So...will this work?



It should. That's the setup I'm using (but with an Adit 600 channel 
bank) and it works perfectly.

-Dave

-- 
_
-- 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] Fax/Modem, Asterisk, Channel Banks

2010-08-03 Thread Tim Nelson

- Joel Maslak jmas...@antelope.net wrote: 
 I've been replacing an old Toshiba DK switch with an Asterisk solution. I'm 
 needing a solution for fax machines that works as well as a POTS line from my 
 carrier. If the POTS line is the solution, I'll keep it, but I'd rather move 
 away from that. 
 
 Here's what I'm thinking...will it work? 
 
 I would use a dual-port Digium T1 card. In one port, I'd terminate a telco 
 PRI T1. In the other port, I'd terminate a Rhino channel bank, connected to 
 each of my fax machines (and a stamp machine with an internal modem). 
 
 What I'm wanting is to be able to send/receive faxes via the telco PRI and 
 the analog fax machines. I also want the stamp machine to work. I don't want 
 this to work 98% as well as the Telco - they truly need to work 100% as well. 
 
 So...will this work? 
 


Be absolutely sure you have your Zaptel/DAHDI timing settings correct so all 
ports are sync'ed properly with one timing source. Also, ensure your telco is 
giving you a real TDM circuit/path, not a TDM port that is serviced by a VoIP 
connection. Many companies are doing this now as it cuts their costs 
significantly for service delivery and works fine for voice but you'll have 
problems galore trying to get a modem/fax carrier working reliably. They'll 
usually call this product a 'flex T1' or 'Mega T1' or some other marketing-hype 
type name and give it a lower cost. You don't want to walk away from these 
products, but rather, run as fast as you can. :-) 


I've used the Rhino channel banks extensively and they work very well. In fact, 
a recent installation was specifically for combined voice/fax/modem usage and 
it performed perfectly. The only difference in my case versus yours was that 
the T1 was being provided by the telco, not via a T1 card in another Asterisk 
box. But again, assuming you have your timing setup correctly, this should work 
very well. 

--Tim -- 
_
-- 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] Fax/Modem, Asterisk, Channel Banks

2010-08-03 Thread Doug Lytle
Joel Maslak wrote:

 So...will this work?


It will work very well, I have two installations with ADIT600s

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] Fax for Asterisk, capable of receiving from website but not from fax machine !!

2010-07-13 Thread khalid touati
so nobody seems to like dealing with fax!!

2010/7/12 khalid touati khalidtou...@gmail.com

 Hi Guys,
 i am using the latest version of asterisk 1.4 (1.4.33.1), dahdi (2.3.0.1)
 and FFA (Applications: 1.4_1.2.0, Digium FAX Driver: 1.4_1.2.0). the issue
 i'm having is that i'm able to receive faxes from a website (that offer this
 service) but not able to receive from a regular fax machine (that is working
 perfect).

 [fax-rx]

 exten = receive,1,NoOp( FAX RECEIVE ) exten =
 receive,n,Set(GLOBAL(FAXCOUNT)=$[ ${GLOBAL(FAXCOUNT)} + 1 ]) exten =
 receive,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)})

 exten =
 receive,n,Set(FAXFILE=${STRFTIME(${EPOCH},GMT-5,%F_%T_${CALLERIDNUM})}.tif)

 exten =
 receive,n,Set(FAXFILENOEXT=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},GMT-5,%F_%T_${CALLERIDNUM})})

 exten = receive,n,Set(GLOBAL(LASTFAXCALLERNUM)=${CALLERID(num)})

 exten = receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)})

 exten = receive,n,NoOp( SETTING FAXOPT ) exten =
 receive,n,Set(FAXOPT(ecm)=yes) exten = receive,n,Set(FAXOPT(headerinfo)=MY
 FAXBACK RX) exten = receive,n,Set(FAXOPT(localstationid)=15184893772)

 exten = receive,n,Set(FAXOPT(maxrate)=14400)

 exten = receive,n,Set(FAXOPT(minrate)=2400)

 exten = receive,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten =
 receive,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)}) exten =
 receive,n,NoOp(FAXOPT(localstationid) : ${FAXOPT(localstationid)}) exten =
 receive,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten =
 receive,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten =
 receive,n,NoOp( RECEIVING FAX : ${FAXFILE} ) exten =
 receive,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE})

 exten = receive,n,System('/usr/local/bin/fax2mail -p -f ${FAXFILENOEXT}
 --cid-number ${CALLERID(num)} --cid-name ${CALLERID(name)} --dest-name
 Sir/Madam')



 a previous debugging showed:


 *- for a fax from myfax.com that was received successfully:*

 pbx1*CLI

 Channel 'DAHDI/1-1' fax session '53', [ 034.021683 ], channel
 sent 59 frames (1180 ms) of energy.

 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '53', [ 040.489601 ],
 STAT_EVT_HW_CLOSE  st: WT_HW_CLSrt: WCLSNCLS

 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '53', [ 040.489798 ],
 STAT_SES_COMPLETE

 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '53' is complete, result: 'SUCCESS'
 (FAX_SUCCESS), error: 'NO_ERROR', pages: 2, resolution: '204x196', transfer
 rate: '14400', remoteSID: 'FAX'

 pbx1*CLI

 -- Executing [rece...@fax-rx:21] System(DAHDI/1-1,
 /usr/local/bin/fax2mail -p -f
 /var/spool/asterisk/fax/2010-05-18_03:59:42_ --cid-number  --cid-name 
 --dest-name Sir/Madam) in new stack



 pbx1*CLI

   == Auto fallthrough, channel 'DAHDI/1-1' status is 'UNKNOWN'



 pbx1*CLI

 -- Hungup 'DAHDI/1-1'



 -* for a fax from regular machine that failed:*

 *
 *

 pbx1*CLI

 Channel 'DAHDI/1-1' fax session '54', [ 032.782251 ], channel
 sent 3 frames (60 ms) of energy.



 pbx1*CLI

 -- Channel 0/1, span 1 got hangup request, cause 16



 pbx1*CLI

 [May 17 19:02:41] NOTICE[1316]: res_fax.c:993 generic_fax_exec: Channel
 'DAHDI/1-1' did not return a frame; probably hung up.



 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '54', [ 038.131701 ],
 STAT_EVT_HW_CLOSE  st: WT_HW_CLSrt: WCLSNCLS

 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '54', [ 038.131879 ],
 STAT_SES_COMPLETE

 pbx1*CLI

 -- Channel 'DAHDI/1-1' fax session '54' is complete, result: 'SUCCESS'
 (FAX_SUCCESS), error: 'NO_ERROR', pages: 1, resolution: '204x196', transfer
 rate: '14400', remoteSID: '518 489 3772'



 pbx1*CLI

   == Spawn extension (fax-rx, receive, 20) exited non-zero on 'DAHDI/1-1'



 pbx1*CLI

 -- Hungup 'DAHDI/1-1'


 I would really appreciate any help! thanks!

 --
 Abdullah




-- 
Abdullah
-- 
_
-- 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] Fax for Asterisk, capable of receiving from website but not from fax machine !!

2010-07-13 Thread Tim Nelson

- khalid touati khalidtou...@gmail.com wrote: 
 so nobody seems to like dealing with fax!! 
 
 


'Fax for Asterisk' is a commercial application sold by Digium. This is not 
their official support channel. Since you paid for the product, why not contact 
them directly about your problem? 


And yes, to answer your question, not many people like dealing with fax. Some 
of us however are so lucky that we get to deal with fax every day. :-) 

--Tim -- 
_
-- 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] Fax for Asterisk, capable of receiving from website but not from fax machine !!

2010-07-13 Thread Philipp von Klitzing
Hi!

 'Fax for Asterisk' is a commercial application sold by Digium. This is
 not their official support channel. Since you paid for the product, why
 not contact them directly about your problem? 

Maybe because having to deal with Digium support is an ... uncomfortable 
experience that I've made twice. It really feels like a support 
avoidance system, and you are an unwelcome guest that should please 
leave as soon as possible.

I really hope that Digium takes steps to a) make their behaviour less 
bureaucratic when establishing a support call (try to do that on behalf 
of a clue-less customer of yours and you know what I mean). Also my 
feeling is that b) the level of competence (or familiarity with the 
product in question when it comes to software prodcuts) could use some 
improvement.

If you take a look at the Digium web forum for Skype for Asterisk, for 
example, you will see that any kind of half-official answer or helpful 
reaction from Digium's side is by now non-existent - most probably due to 
internal policies. This just doesn't feel right, and many other companies 
haven proven that I can be done differently.

Philipp


-- 
_
-- 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] Fax for Asterisk, capable of receiving from website but not from fax machine !!

2010-07-13 Thread Steve Totaro
On Tue, Jul 13, 2010 at 4:43 PM, Philipp von Klitzing 
klitz...@pool.informatik.rwth-aachen.de wrote:

 Hi!

  'Fax for Asterisk' is a commercial application sold by Digium. This is
  not their official support channel. Since you paid for the product, why
  not contact them directly about your problem?

 Maybe because having to deal with Digium support is an ... uncomfortable
 experience that I've made twice. It really feels like a support
 avoidance system, and you are an unwelcome guest that should please
 leave as soon as possible.

 I really hope that Digium takes steps to a) make their behaviour less
 bureaucratic when establishing a support call (try to do that on behalf
 of a clue-less customer of yours and you know what I mean). Also my
 feeling is that b) the level of competence (or familiarity with the
 product in question when it comes to software prodcuts) could use some
 improvement.

 If you take a look at the Digium web forum for Skype for Asterisk, for
 example, you will see that any kind of half-official answer or helpful
 reaction from Digium's side is by now non-existent - most probably due to
 internal policies. This just doesn't feel right, and many other companies
 haven proven that I can be done differently.

 Philipp


I couldn't have said it better myself.   http://tinyurl.com/3x4yt9k
-- 
_
-- 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] Fax for Asterisk, capable of receiving from website but not from fax machine !!

2010-07-13 Thread khalid touati
'Fax for Asterisk' is a commercial application sold by Digium. This is not
their official support channel. Since you paid for the product, why not
contact them directly about your problem?

i did get this version for free after buying a (actually several) digium
telephony card, but i realized that they're not supporting the free version
after talking and emailing them, actually i was calling Digium support for
all the past year and i can say that (for me) it was good:4/5 satisfaction,
but this time with fax, i didn't get much help, i was redirected to the
community and that why i posted. by the way is there a reliable alternative?
is for 1.6 rfax is doing good (if anyone worked with it)?
-- 
_
-- 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] FAX for Asterisk

2009-12-18 Thread Anthony Francis - Handy Networks LLC
Where do you get FFA? I have not seen this, what is the minimum version of 
Asterisk that you need? Sorry about the questions.

Thank you and have a  nice day,
Anthony Francis

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Neeraj Chand
Sent: Thursday, December 17, 2009 8:36 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] FAX for Asterisk


Just finished with the instructions from digium website/ net on how to
compile FFA:

After restart, modules did not get loaded so tried to load manually: 

[Dec 18 14:31:26] WARNING[11002]: loader.c:359 load_dynamic_module:
Error loadin ile: No such file or directory
[Dec 18 14:31:26] WARNING[11002]: loader.c:653 load_resource: Module
'res_fax.so

Verified the files exist:

astbh00*CLI module load res_f
res_fax.so res_features.so res_fax_digium.so
astbh00*CLI module load res_f


Help! 

:)

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


___
-- 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] FAX for Asterisk

2009-12-17 Thread Neeraj Chand

Just finished with the instructions from digium website/ net on how to
compile FFA:

After restart, modules did not get loaded so tried to load manually: 

[Dec 18 14:31:26] WARNING[11002]: loader.c:359 load_dynamic_module:
Error loadin ile: No such file or directory
[Dec 18 14:31:26] WARNING[11002]: loader.c:653 load_resource: Module
'res_fax.so

Verified the files exist:

astbh00*CLI module load res_f
res_fax.so res_features.so res_fax_digium.so
astbh00*CLI module load res_f


Help! 

:)

___
-- 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] FAX for Asterisk

2009-12-17 Thread Fred Posner
On Dec 17, 2009, at 10:36 PM, Neeraj Chand wrote:

 
 Just finished with the instructions from digium website/ net on how to
 compile FFA:
 
 After restart, modules did not get loaded so tried to load manually: 
 
 [Dec 18 14:31:26] WARNING[11002]: loader.c:359 load_dynamic_module:
 Error loadin ile: No such file or directory
 [Dec 18 14:31:26] WARNING[11002]: loader.c:653 load_resource: Module
 'res_fax.so
 
 Verified the files exist:
 
 astbh00*CLI module load res_f
 res_fax.so res_features.so res_fax_digium.so
 astbh00*CLI module load res_f
 

What version asterisk are you running? What type of system? etc. etc. etc.

---fred
http://qxork.com



___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-16 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 Yes. I saw the message and the required addition in the sip.conf. The 
 problem is that if I set it to 72, other terminating gateways that 
 support 400 or more would also be limited to 72.

This is incorrect. First, you would not set it to 72, since the endpoint
is already telling you 72; you would set it to something higher. Second,
as the documentation states (and my email stated), this a minimum
threshold. It does not override the value provided by the endpoint
unless the provided value is *lower*. All of this you would know if you
had already tried it, which probably would have taken less time than
writing the two emails about it have taken :-)

 What doesn't make sense is Asterisk's commission. Why doesn't it 
 simply pass/use whatever it gets without cutting the values? It looks 
 like it's a bug.

It is not a bug. Asterisk has to deconstruct incoming UDPTL frames when
they are received, pass them through a bridge, and then construct new
ones on the outbound side. To do this, it has to have knowledge of what
the maximum IFP size each endpoint can receive is, and compute a
reasonable T38FaxMaxDatagram value to tell the *other* endpoint (taking
into account the error correction mode(s) in use) so that when it
receives a UDPTL frame from endpoint A it can be reasonably assured it
will be able to forward it to endpoint B without violating endpoint B's
max datagram size... but when endpoint B has told Asterisk a ludicrous
max datagram size, it must be overridden somewhere to allow FAXes any
reasonable chance of working.

 Alternatively, I could (had I known how ;-)) set this ATA not to relay 
 the RTP via Asterisk, in which case maybe Asterisk would leave the 
 values unchanged. When I use another port on this ATA from the same 
 location to the same destination without passing through the Asterisk, 
 the faxes go through. How should I define this peer in sip.conf so that 
 Asterisk wouldn't relay the RTP for it?

T.38 FAX can use RTP, but almost never does; in all of the cases you are
dealing with, it is using UDPTL for media transport, not RTP. Asterisk
does not yet support direct UDPTL media between endpoints, so that's not
an option for you. That's not necessary, though, because clearly when
you tell those two endpoints to talk directly to each other, the one
that receives 'T38FaxMaxDatagram: 72' is *ignoring* that restriction and
sending larger packets... it has to, or the FAX would fail. Asterisk
doesn't do that automatically, for safety's sake, it tells the
administrator when this problem is occurring and how to overcome it.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-16 Thread JR Richardson
 Cyprus VoIP wrote:

 This is the reINVITE SDP received from the SIP Proxy:
 ---
 Content-Type: application/sdp
 Content-Length: 353

 v=0
 o=root 30427 30428 IN IP4 194.98.xxx.xxx
 s=session
 c=IN IP4 194.98.xxx.xxx
 t=0 0
 m=image 17548 udptl t38
 a=T38FaxVersion:0
 a=T38MaxBitRate:14400
 a=T38FaxFillBitRemoval:0
 a=T38FaxTranscodingMMR:0
 a=T38FaxTranscodingJBIG:0
 a=T38FaxRateManagement:transferredTCF
 a=T38FaxMaxBuffer:72
 a=T38FaxMaxDatagram:72
 a=T38FaxUdpEC:t38UDPRedundancy
 ---

 This is probably originating from a Cisco gateway. Cisco gateways
 generate T.38 SDPs that do not conform to the T.38 recommendation in one
 very obvious (and painful) way: they tell us that they can only accept
 72 byte packets (T38FaxMaxDatagram), when in fact they can accept
 packets much larger than that. When you notice that they are also
 requesting that we use t38UDPRedundancy for error correction, that means
 that the maximum IFP (single FAX protocol packet) we can include in a
 UDPTL datagram is around 30 bytes, since we'd need to have room for two
 of them and a bit of overhead. 30 bytes is a ridiculously small limit
 for IFPs, and does not allow successful FAXing at any possible bit rate
 (except for 2400 bits per second using 10 millisecond IFPs, but no FAX
 stack would do that).


I was having similar issues, trying Asterisk 1.6.1.12-rc1 resolved it.

http://www.mail-archive.com/asterisk-users@lists.digium.com/msg234015.html

Good luck.

JR
-- 
JR Richardson
Engineering for the Masses

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-15 Thread Cyprus VoIP
Hello,

We upgraded the Asterisk to 1.6.1.11. Now, there's no RTP reINVITE, but 
the datagram handling of Asterisk is strange. Basically, it takes a 
commission from both ends, and ends up overflowing:

Reminder, we're dealing in this example with a passthrough, where we 
have an ATA device connected to Asterisk in the same LAN, the Asterisk 
is registered to a remote SIP Proxy server and behind it, a Fax server.

This is the reINVITE SDP received from the SIP Proxy:
---
Content-Type: application/sdp
Content-Length: 353

v=0
o=root 30427 30428 IN IP4 194.98.xxx.xxx
s=session
c=IN IP4 194.98.xxx.xxx
t=0 0
m=image 17548 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:14400
a=T38FaxFillBitRemoval:0
a=T38FaxTranscodingMMR:0
a=T38FaxTranscodingJBIG:0
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxBuffer:72
a=T38FaxMaxDatagram:72
a=T38FaxUdpEC:t38UDPRedundancy
---

Asterisk sends this reINVITE SDP to the ATA device (notice that the 
datagram was reduced by 2):
---
Content-Type: application/sdp
Content-Length: 269

v=0
o=root 31812 318120001 IN IP4 192.168.2.10
s=Asterisk PBX 1.6.1.11
c=IN IP4 192.168.2.10
t=0 0
m=image 4427 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxDatagram:70
a=T38FaxUdpEC:t38UDPRedundancy
---

Then, it gets OK SDP from the ATA with the same settings it suggested:
---
Content-Type: application/sdp
Content-Length:   275

v=0
o=101 01 02 IN IP4 192.168.2.11
s=A conversation
c=IN IP4 192.168.2.11
t=0 0
m=image 9100 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxDatagram:70
a=T38FaxUdpEC:t38UDPRedundancy
a=sendrecv
---

But, when it sends the OK SDP to the remote end, it lowers the datagram 
again:
---
Content-Type: application/sdp
Content-Length: 275

v=0
o=root 936220937 936220938 IN IP4 xxx.xxx.xxx.xxx
s=Asterisk PBX 1.6.1.11
c=IN IP4 xxx.xxx.xxx.xxx
t=0 0
m=image 4650 udptl t38
a=T38FaxVersion:0
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxMaxDatagram:65
a=T38FaxUdpEC:t38UDPRedundancy
---

Then, when the ATA device sends T.38 packets, it freaks outs:
---
pbx*CLI  Got UDPTL packet from 192.168.2.11:9100 (type 0, seq 0, len 86)
[Dec 15 12:38:05] WARNING[5262]: udptl.c:997 ast_udptl_write: UDPTL 
asked to send 77 bytes of IFP when far end only prepared to accept 12 
bytes; data loss may occur. You may need to override the 
T38FaxMaxDatagram value for this endpoint in the channel driver 
configuration.
[Dec 15 12:38:05] ERROR[5262]: udptl.c:291 encode_open_type: Buffer 
overflow detected (77 + 3  72)
[Dec 15 12:38:05] NOTICE[5262]: udptl.c:1010 ast_udptl_write: UDPTL 
Transmission error to 194.98.xxx.xxx:17548: Message too long
  Sent UDPTL packet to 194.98.xxx.xxx:17548 (type 0, seq 35, len -1)
pbx*CLI  Got UDPTL packet from 192.168.2.11:9100 (type 0, seq 0, len 162)
[Dec 15 12:38:05] WARNING[5262]: udptl.c:997 ast_udptl_write: UDPTL 
asked to send 77 bytes of IFP when far end only prepared to accept 12 
bytes; data loss may occur. You may need to override the 
T38FaxMaxDatagram value for this endpoint in the channel driver 
configuration.
[Dec 15 12:38:05] ERROR[5262]: udptl.c:291 encode_open_type: Buffer 
overflow detected (77 + 3  72)
[Dec 15 12:38:05] NOTICE[5262]: udptl.c:1010 ast_udptl_write: UDPTL 
Transmission error to 194.98.xxx.xxx:17548: Message too long
---

Thank you for your kind assistance and support.

Regards,

Andreas

 Original Message  
Subject: Re: [asterisk-users] Fax throughput - Asterisk 1.6.1.9
From: Cyprus VoIP voi...@gmail.com
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Date: Friday, 04 December, 2009 18:21:59

 It's probably because you are using 1.6.1.9; that release (and older)
 had a 'feature' that allowed automatic switching back to audio from T.38
 if one of the endpoints sent an audio packet. It turns out that wasn't a
 good idea, and it's been removed... but in later versions. You'll have
 to update to the latest release to get that fixed.

 
 Will do. Thanks for the explanation.

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-15 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 This is the reINVITE SDP received from the SIP Proxy:
 ---
 Content-Type: application/sdp
 Content-Length: 353
 
 v=0
 o=root 30427 30428 IN IP4 194.98.xxx.xxx
 s=session
 c=IN IP4 194.98.xxx.xxx
 t=0 0
 m=image 17548 udptl t38
 a=T38FaxVersion:0
 a=T38MaxBitRate:14400
 a=T38FaxFillBitRemoval:0
 a=T38FaxTranscodingMMR:0
 a=T38FaxTranscodingJBIG:0
 a=T38FaxRateManagement:transferredTCF
 a=T38FaxMaxBuffer:72
 a=T38FaxMaxDatagram:72
 a=T38FaxUdpEC:t38UDPRedundancy
 ---

This is probably originating from a Cisco gateway. Cisco gateways
generate T.38 SDPs that do not conform to the T.38 recommendation in one
very obvious (and painful) way: they tell us that they can only accept
72 byte packets (T38FaxMaxDatagram), when in fact they can accept
packets much larger than that. When you notice that they are also
requesting that we use t38UDPRedundancy for error correction, that means
that the maximum IFP (single FAX protocol packet) we can include in a
UDPTL datagram is around 30 bytes, since we'd need to have room for two
of them and a bit of overhead. 30 bytes is a ridiculously small limit
for IFPs, and does not allow successful FAXing at any possible bit rate
(except for 2400 bits per second using 10 millisecond IFPs, but no FAX
stack would do that).

There is code in Asterisk already to deal with this problem, however...
see below.

 pbx*CLI  Got UDPTL packet from 192.168.2.11:9100 (type 0, seq 0, len 86)
 [Dec 15 12:38:05] WARNING[5262]: udptl.c:997 ast_udptl_write: UDPTL 
 asked to send 77 bytes of IFP when far end only prepared to accept 12 
 bytes; data loss may occur. You may need to override the 
 T38FaxMaxDatagram value for this endpoint in the channel driver 
 configuration.

Have you followed these instructions? The message is fairly clear in
describing the problem, and the description of how and why this is
needed is spelled out in the sip.conf.sample file in the configs
directory of the source tree.

Setting a lower limit for the max datagram value used when communicating
with this peer (and others like it that generate incorrect
T38FaxMaxDatagram values) will resolve this problem.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-15 Thread Cyprus VoIP
 Cyprus VoIP wrote:
 
 This is the reINVITE SDP received from the SIP Proxy:
 ---
 Content-Type: application/sdp
 Content-Length: 353

 v=0
 o=root 30427 30428 IN IP4 194.98.xxx.xxx
 s=session
 c=IN IP4 194.98.xxx.xxx
 t=0 0
 m=image 17548 udptl t38
 a=T38FaxVersion:0
 a=T38MaxBitRate:14400
 a=T38FaxFillBitRemoval:0
 a=T38FaxTranscodingMMR:0
 a=T38FaxTranscodingJBIG:0
 a=T38FaxRateManagement:transferredTCF
 a=T38FaxMaxBuffer:72
 a=T38FaxMaxDatagram:72
 a=T38FaxUdpEC:t38UDPRedundancy
 ---
 
 This is probably originating from a Cisco gateway. Cisco gateways
 generate T.38 SDPs that do not conform to the T.38 recommendation in one
 very obvious (and painful) way: they tell us that they can only accept
 72 byte packets (T38FaxMaxDatagram), when in fact they can accept
 packets much larger than that. When you notice that they are also
 requesting that we use t38UDPRedundancy for error correction, that means
 that the maximum IFP (single FAX protocol packet) we can include in a
 UDPTL datagram is around 30 bytes, since we'd need to have room for two
 of them and a bit of overhead. 30 bytes is a ridiculously small limit
 for IFPs, and does not allow successful FAXing at any possible bit rate
 (except for 2400 bits per second using 10 millisecond IFPs, but no FAX
 stack would do that).
 
 There is code in Asterisk already to deal with this problem, however...
 see below.
 
 pbx*CLI  Got UDPTL packet from 192.168.2.11:9100 (type 0, seq 0, len 86)
 [Dec 15 12:38:05] WARNING[5262]: udptl.c:997 ast_udptl_write: UDPTL 
 asked to send 77 bytes of IFP when far end only prepared to accept 12 
 bytes; data loss may occur. You may need to override the 
 T38FaxMaxDatagram value for this endpoint in the channel driver 
 configuration.
 
 Have you followed these instructions? The message is fairly clear in
 describing the problem, and the description of how and why this is
 needed is spelled out in the sip.conf.sample file in the configs
 directory of the source tree.
 
 Setting a lower limit for the max datagram value used when communicating
 with this peer (and others like it that generate incorrect
 T38FaxMaxDatagram values) will resolve this problem.
 

Hi,

Yes. I saw the message and the required addition in the sip.conf. The 
problem is that if I set it to 72, other terminating gateways that 
support 400 or more would also be limited to 72.

What doesn't make sense is Asterisk's commission. Why doesn't it 
simply pass/use whatever it gets without cutting the values? It looks 
like it's a bug.

Alternatively, I could (had I known how ;-)) set this ATA not to relay 
the RTP via Asterisk, in which case maybe Asterisk would leave the 
values unchanged. When I use another port on this ATA from the same 
location to the same destination without passing through the Asterisk, 
the faxes go through. How should I define this peer in sip.conf so that 
Asterisk wouldn't relay the RTP for it?

Thanks,

Andreas

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Cyprus VoIP
 Cyprus VoIP wrote:
 
 Thank you for your answer. The 'internal extension' is indeed a T.38 
 capable device that works perfectly when connected directly to the 
 Proxy/ITSP.

 As you said, the key to debugging/resolving this issue is the logger. I 
 wasn't aware of this file. this is what I have there:
 ...
 ;debug = debug
 console = notice,warning,error
 ;console = notice,warning,error,debug
 messages = notice,warning,error
 ;full = notice,warning,error,debug,verbose
 ...

 Should I change the console... line or uncomment the ;full... line?
 
 Either one is fine; using 'full' is actually a bit better, because the
 color highlighting done on the console sometimes makes console captures
 hard to read.
 


Hi,

So, I enabled the full logger, and the strange thing I see is this message:
Got T.38 Re-invite without audio. Keeping RTP active during T.38 session

It seems that this might be the reason Asterisk initiates a reINVITE 
with voice codecs, after connecting the 2 parties.

Is there a way to disable that action, or do we need to add T.38 somehow 
to the list of codecs? I followed the instructions on the default 
sip.conf to include the line t38pt_udptl=yes,redundancy in the general 
section and in each of the parties.

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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Cyprus VoIP
 Set 'canreinvite=no' on all applicable peers?
 

I tried with yes and no. No difference. I'm almost certain it's related 
to the Keeping RTP active during T.38 session issue.

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 So, I enabled the full logger, and the strange thing I see is this message:
 Got T.38 Re-invite without audio. Keeping RTP active during T.38 session
 
 It seems that this might be the reason Asterisk initiates a reINVITE 
 with voice codecs, after connecting the 2 parties.

Sorry, that's not the issue. That just means that chan_sip didn't
destroy the internal RTP structures used for the audio part of the call
when the call switched to T.38, which is only an optimization so we
don't have to recreate them if the call switches back.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Cyprus VoIP
 Cyprus VoIP wrote:
 
 So, I enabled the full logger, and the strange thing I see is this message:
 Got T.38 Re-invite without audio. Keeping RTP active during T.38 session

 It seems that this might be the reason Asterisk initiates a reINVITE 
 with voice codecs, after connecting the 2 parties.
 
 Sorry, that's not the issue. That just means that chan_sip didn't
 destroy the internal RTP structures used for the audio part of the call
 when the call switched to T.38, which is only an optimization so we
 don't have to recreate them if the call switches back.
 

Hi Kevin,

Thank you for your support.

If it's not related, why does Asterisk send again INVITE messages to 
both parties? How can this be prevented? I don't see more debug data 
prior to the new INVITE.

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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 If it's not related, why does Asterisk send again INVITE messages to 
 both parties? How can this be prevented? I don't see more debug data 
 prior to the new INVITE.

It's probably because you are using 1.6.1.9; that release (and older)
had a 'feature' that allowed automatic switching back to audio from T.38
if one of the endpoints sent an audio packet. It turns out that wasn't a
good idea, and it's been removed... but in later versions. You'll have
to update to the latest release to get that fixed.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-04 Thread Cyprus VoIP
 It's probably because you are using 1.6.1.9; that release (and older)
 had a 'feature' that allowed automatic switching back to audio from T.38
 if one of the endpoints sent an audio packet. It turns out that wasn't a
 good idea, and it's been removed... but in later versions. You'll have
 to update to the latest release to get that fixed.
 

Will do. Thanks for the explanation.

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-03 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 We set t38pt_udptl=yes in sip.conf and allowed all the codecs to the 
 local extension and remote Proxy, but it still forces the call to go 
 back to a voice call.

Define 'internal extension'. Is this a T.38-capable device? If not,
Asterisk doesn't support TDM-to-T.38 FAX relay (yet). If it is, then the
path to resolving this problem is to collect a complete console log of
the failing call, including 'core set debug 10', 'core set verbose 10'
and 'sip set debug on' (and please ensure that all five logger levels
are enabled for the 'console' log channel in logger.conf).

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-03 Thread David Backeberg
Cyprus VoIP wrote:
 We set t38pt_udptl=yes in sip.conf and allowed all the codecs to the
 local extension and remote Proxy, but it still forces the call to go
 back to a voice call.

That's correct behavior if T.38 cannot autonegotiate.

What happens in the reverse direction, trying to send faxes from your
mysterious proxy to asterisk?

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-03 Thread Cyprus VoIP
 We set t38pt_udptl=yes in sip.conf and allowed all the codecs to the 
 local extension and remote Proxy, but it still forces the call to go 
 back to a voice call.
 
 Define 'internal extension'. Is this a T.38-capable device? If not,
 Asterisk doesn't support TDM-to-T.38 FAX relay (yet). If it is, then the
 path to resolving this problem is to collect a complete console log of
 the failing call, including 'core set debug 10', 'core set verbose 10'
 and 'sip set debug on' (and please ensure that all five logger levels
 are enabled for the 'console' log channel in logger.conf).
 

Hi Kevin,

Thank you for your answer. The 'internal extension' is indeed a T.38 
capable device that works perfectly when connected directly to the 
Proxy/ITSP.

As you said, the key to debugging/resolving this issue is the logger. I 
wasn't aware of this file. this is what I have there:
...
;debug = debug
console = notice,warning,error
;console = notice,warning,error,debug
messages = notice,warning,error
;full = notice,warning,error,debug,verbose
...

Should I change the console... line or uncomment the ;full... line?

Regards,

Andreas

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-03 Thread Kevin P. Fleming
Cyprus VoIP wrote:

 Thank you for your answer. The 'internal extension' is indeed a T.38 
 capable device that works perfectly when connected directly to the 
 Proxy/ITSP.
 
 As you said, the key to debugging/resolving this issue is the logger. I 
 wasn't aware of this file. this is what I have there:
 ...
 ;debug = debug
 console = notice,warning,error
 ;console = notice,warning,error,debug
 messages = notice,warning,error
 ;full = notice,warning,error,debug,verbose
 ...
 
 Should I change the console... line or uncomment the ;full... line?

Either one is fine; using 'full' is actually a bit better, because the
color highlighting done on the console sometimes makes console captures
hard to read.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax throughput - Asterisk 1.6.1.9

2009-12-03 Thread Alex Balashov
Set 'canreinvite=no' on all applicable peers?

Cyprus VoIP wrote:

 Hello,
 
 We are trying to send faxes by T.38 protocol to a remote SIP proxy from 
 a local extension. The local extension sends the INVITE, Asterisk sends 
 the call to the Proxy the call is connected with a regular audio codec. 
 After a few seconds the remote proxy sends an INVITE with UDPTL and the 
 Asterisk sends it to the local extension and it's accepted, but (here 
 the problem starts) just after sending the OK with the proper SDP to the 
 remote Proxy, the Asterisk initiates a new INVITE to the local extension 
 and remote Proxy, with the normal audio codecs again.
 
 We set t38pt_udptl=yes in sip.conf and allowed all the codecs to the 
 local extension and remote Proxy, but it still forces the call to go 
 back to a voice call.
 
 Any idea why it happens and how to debug it? We set verbose and debug to 
 20, but no internal info is provided to get a clear understanding on 
 Asterisk's thoughts during that process.
 
 Thank you in advance for your assistance,
 
 Andreas
 
 ___
 -- 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


-- 
Alex Balashov - Principal
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct  : (+1) (678) 954-0671

___
-- 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] Fax For Asterisk and SendFax question

2009-09-15 Thread Joan Antoni Terre
Hi all,

just to explain you that finally I've achieved it to work :)

Many thanks to all and sorry for asking about issues I could have found in
documentation.





2009/9/9 F6HQZ f6hq...@hamwlan.net

  exten = _8XX,1,Dial(${SIPPROVIDER}/${EXTEN:1},,G(fax-tx^send^1))
 This dial command line call a FAX number through a SIP provider and, when
 answered, give the hand to the macro who has in charge to realy send the
 fax.

 Good luck !

 Best Regards,
 Francois

 -Message d'origine-
 *De :* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com]*de la part de* Joan Antoni Terre
 *Envoyé :* mercredi 9 septembre 2009 00:43
 *À :* Asterisk Users Mailing List - Non-Commercial Discussion
 *Objet :* Re: [asterisk-users] Fax For Asterisk and SendFax question

   thanks Danny,

 just another stupid question, as far as I know, when a call is answered
 after Dial application, it doesn't execute other dialplan priorities until
 it's hung up, which execute h priority, so how can I make it execute a
 SendFAX, or whatever else, when it's answered?

 thanks again

 2009/9/8 Danny Nicholas da...@debsinc.com

  That’s the general idea.  The application is designed to send a TIFF
 over an established connection.  You can detect that it is a fax or just
 assume so.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Joan Antoni Terre
 *Sent:* Tuesday, September 08, 2009 4:52 PM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* [asterisk-users] Fax For Asterisk and SendFax question



 Hi everybody,



 I've installed Free Fax For Asterisk in my Asterisk box but I don't
 understand how it works as when using SendFax application from dialplan, I
 can't find how to introduce destination fax number.

 How this application works? Do I have to call destination fax using Dial
 application, detect somehow that it's a fax and then use SendFAX application
 specifying FAXOPTs and the path to the fax file?



 Many thanks

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

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-09 Thread Florian Hackenberger
On Tuesday 08 September 2009, Joan Antoni Terre wrote:
 I've installed Free Fax For Asterisk in my Asterisk box but I don't
 understand how it works as when using SendFax application from
 dialplan, I can't find how to introduce destination fax number.
 How this application works? Do I have to call destination fax using
 Dial application, detect somehow that it's a fax and then use SendFAX
 application specifying FAXOPTs and the path to the fax file?

Hi!

I have a working Java implementation of a Hylafax integration for the 
asterisk 1.6 SendFAX / ReceiveFAX applications, which is in production 
use here. It sends outgoing faxes which were queued via hylafax and 
forwards incoming faxes via an email script. We are using it with a 
VoIP - ISDN PRI gateway (T.38). Contact me if you are interested.

http://www.teles.de/en/products-and-solutions/access-gateways/voip-gateways/voipbox-pri/

Cheers,
Florian

-- 
DI Florian Hackenberger
flor...@hackenberger.at
www.hackenberger.at

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-09 Thread Danny Nicholas
Dial using a call file like this:

Channel: Zap/2/ww555-1212,60

CallerID: SIP/104

MaxRetries: 1

WaitTime: 60

retryTime: 5

SetVar: LOCALHEADERINFO=Asterisk Test Fax

Application: txfax

Data: /tmp/fax1.tif|caller|debug

 

I don't have the nuts and bolts explanation, but Asterisk can do lots of
things with an outgoing call after connection without using the h
extension.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joan Antoni
Terre
Sent: Tuesday, September 08, 2009 5:43 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Fax For Asterisk and SendFax question

 

thanks Danny,

 

just another stupid question, as far as I know, when a call is answered
after Dial application, it doesn't execute other dialplan priorities until
it's hung up, which execute h priority, so how can I make it execute a
SendFAX, or whatever else, when it's answered?

 

thanks again

2009/9/8 Danny Nicholas da...@debsinc.com

That's the general idea.  The application is designed to send a TIFF over an
established connection.  You can detect that it is a fax or just assume so.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joan Antoni
Terre
Sent: Tuesday, September 08, 2009 4:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Fax For Asterisk and SendFax question

 

Hi everybody,

 

I've installed Free Fax For Asterisk in my Asterisk box but I don't
understand how it works as when using SendFax application from dialplan, I
can't find how to introduce destination fax number. 

How this application works? Do I have to call destination fax using Dial
application, detect somehow that it's a fax and then use SendFAX application
specifying FAXOPTs and the path to the fax file?

 

Many thanks 


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net http://www.astricon.net/ 

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-09 Thread F6HQZ
exten = _8XX,1,Dial(${SIPPROVIDER}/${EXTEN:1},,G(fax-tx^send^1))

This dial command line call a FAX number through a SIP provider and, when
answered, give the hand to the macro who has in charge to realy send the
fax.

Good luck !

Best Regards,
Francois
  -Message d'origine-
  De : asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com]de la part de Joan Antoni
Terre
  Envoyé : mercredi 9 septembre 2009 00:43
  À : Asterisk Users Mailing List - Non-Commercial Discussion
  Objet : Re: [asterisk-users] Fax For Asterisk and SendFax question


  thanks Danny,

  just another stupid question, as far as I know, when a call is answered
after Dial application, it doesn't execute other dialplan priorities until
it's hung up, which execute h priority, so how can I make it execute a
SendFAX, or whatever else, when it's answered?

  thanks again


  2009/9/8 Danny Nicholas da...@debsinc.com

That’s the general idea.  The application is designed to send a TIFF
over an established connection.  You can detect that it is a fax or just
assume so.






From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joan Antoni
Terre
Sent: Tuesday, September 08, 2009 4:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Fax For Asterisk and SendFax question



Hi everybody,



I've installed Free Fax For Asterisk in my Asterisk box but I don't
understand how it works as when using SendFax application from dialplan, I
can't find how to introduce destination fax number.

How this application works? Do I have to call destination fax using Dial
application, detect somehow that it's a fax and then use SendFAX application
specifying FAXOPTs and the path to the fax file?



Many thanks


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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



Ce message sortant est certifié sans virus connu.
Analyse effectuée par AVG - www.avg.fr
Version: 8.5.409 / Base de données virale: 270.13.86/2355 - Date: 09/08/09
20:45:00
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-08 Thread Danny Nicholas
That's the general idea.  The application is designed to send a TIFF over an
established connection.  You can detect that it is a fax or just assume so.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joan Antoni
Terre
Sent: Tuesday, September 08, 2009 4:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Fax For Asterisk and SendFax question

 

Hi everybody,

 

I've installed Free Fax For Asterisk in my Asterisk box but I don't
understand how it works as when using SendFax application from dialplan, I
can't find how to introduce destination fax number. 

How this application works? Do I have to call destination fax using Dial
application, detect somehow that it's a fax and then use SendFAX application
specifying FAXOPTs and the path to the fax file?

 

Many thanks 

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-08 Thread Joan Antoni Terre
thanks Danny,

just another stupid question, as far as I know, when a call is answered
after Dial application, it doesn't execute other dialplan priorities until
it's hung up, which execute h priority, so how can I make it execute a
SendFAX, or whatever else, when it's answered?

thanks again

2009/9/8 Danny Nicholas da...@debsinc.com

  That’s the general idea.  The application is designed to send a TIFF over
 an established connection.  You can detect that it is a fax or just assume
 so.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Joan Antoni Terre
 *Sent:* Tuesday, September 08, 2009 4:52 PM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* [asterisk-users] Fax For Asterisk and SendFax question



 Hi everybody,



 I've installed Free Fax For Asterisk in my Asterisk box but I don't
 understand how it works as when using SendFax application from dialplan, I
 can't find how to introduce destination fax number.

 How this application works? Do I have to call destination fax using Dial
 application, detect somehow that it's a fax and then use SendFAX application
 specifying FAXOPTs and the path to the fax file?



 Many thanks

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

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-08 Thread Erik de Wild
You can use the M parameter to run a macro after the channel picks up  
or the g parameter to jump to a given context. there is also a  
parameter to run an AGI script. Check the dial() cmd on the wiki for  
further details.


Erik de Wild
Tripple-o
Your Asterisk migration partner
the Netherlands



Verstuurd vanaf mijn iPhone

Op 9 sep 2009 om 00:43 heeft Joan Antoni Terre nebh...@gmail.com het  
volgende geschreven:\



thanks Danny,

just another stupid question, as far as I know, when a call is  
answered after Dial application, it doesn't execute other dialplan  
priorities until it's hung up, which execute h priority, so how can  
I make it execute a SendFAX, or whatever else, when it's answered?


thanks again

2009/9/8 Danny Nicholas da...@debsinc.com
That’s the general idea.  The application is designed to send a TIFF 
 over an established connection.  You can detect that it is a fax or 
 just assume so.




From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com 
] On Behalf Of Joan Antoni Terre

Sent: Tuesday, September 08, 2009 4:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Fax For Asterisk and SendFax question



Hi everybody,



I've installed Free Fax For Asterisk in my Asterisk box but I don't  
understand how it works as when using SendFax application from  
dialplan, I can't find how to introduce destination fax number.


How this application works? Do I have to call destination fax using  
Dial application, detect somehow that it's a fax and then use  
SendFAX application specifying FAXOPTs and the path to the fax file?




Many thanks


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax for Asterisk quick question

2009-07-29 Thread arturo arturo
Thank you guys, for this clarification...

Arturo Ochoa
Electrosystems




2009/7/28 Kevin P. Fleming kpflem...@digium.com

 Miguel Molina wrote:

  Counting that everything works well on the IP portion of the
  communication, you might have something, but the store and forward
  process that has to be made twice to emulate a T.38 gateway on both
  asterisks would make it a very slow process to send a single fax, having
  that faxing is traditionally slow. So, it's pretty much a little more
  elaborate answer of unlikely to be pleasant.  A direct T.38 gateway
  for asterisk would be awesome in any case of use.

 This is all correct. At this time, Asterisk 1.6.x (and thus Fax For
 Asterisk) don't offer a gateway mode, only sending and receiving of
 FAXes from TIFF files on the Asterisk system itself.

 --
 Kevin P. Fleming
 Digium, Inc. | Director of Software Technologies
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 skype: kpfleming | jabber: kpflem...@digium.com
 Check us out at www.digium.com  www.asterisk.org

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

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax for Asterisk quick question

2009-07-28 Thread Kevin P. Fleming
Miguel Molina wrote:

 Counting that everything works well on the IP portion of the 
 communication, you might have something, but the store and forward 
 process that has to be made twice to emulate a T.38 gateway on both 
 asterisks would make it a very slow process to send a single fax, having 
 that faxing is traditionally slow. So, it's pretty much a little more 
 elaborate answer of unlikely to be pleasant.  A direct T.38 gateway 
 for asterisk would be awesome in any case of use.

This is all correct. At this time, Asterisk 1.6.x (and thus Fax For
Asterisk) don't offer a gateway mode, only sending and receiving of
FAXes from TIFF files on the Asterisk system itself.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax for Asterisk quick question

2009-07-27 Thread Alex Balashov
The results are most unlikely to be pleasant.

arturo arturo wrote:

 Hi guys, I have this question:
 
 Can asterisk + fax for asterisk do this ??   Send Fax on Machine A to 
 Fax machine B??
 
 
 Fax Machine A-- FXS port on digium card -- asterisk 1.6 -- Sip with 
 t.38 -- internet -- Sip with t.38 -- asterisk 1.6 -- FXS port -- 
 Fax Machine B
 
 
 I've been reading documentation for fax for asterisk, but I'll 
 appreciate if someone can clarify this to me...
 
 
 Thanks in advance,
 
 Arturo Ochoa
 Electrosystems
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct  : (+1) (678) 954-0671

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax for Asterisk quick question

2009-07-27 Thread Miguel Molina
Alex Balashov escribió:
 The results are most unlikely to be pleasant.

 arturo arturo wrote:

   
 Hi guys, I have this question:

 Can asterisk + fax for asterisk do this ??   Send Fax on Machine A to 
 Fax machine B??


 Fax Machine A-- FXS port on digium card -- asterisk 1.6 -- Sip with 
 t.38 -- internet -- Sip with t.38 -- asterisk 1.6 -- FXS port -- 
 Fax Machine B


 I've been reading documentation for fax for asterisk, but I'll 
 appreciate if someone can clarify this to me...


 Thanks in advance,

 Arturo Ochoa
 Electrosystems

 
AFAIK, asterisk 1.6 can do sending and receiving faxes, but no direct 
T.38 gateway. That would leave your process like this:

Fax Machine A-- FXS port on digium card -- receive T.30 fax on asterisk 1.6, 
store and forward as T.38 fax -- Sip with 
t.38 -- internet -- Sip with t.38 -- receive T.38 fax on asterisk 1.6, store 
and forward as T.30 fax -- FXS port -- 
Fax Machine B

Counting that everything works well on the IP portion of the 
communication, you might have something, but the store and forward 
process that has to be made twice to emulate a T.38 gateway on both 
asterisks would make it a very slow process to send a single fax, having 
that faxing is traditionally slow. So, it's pretty much a little more 
elaborate answer of unlikely to be pleasant.  A direct T.38 gateway 
for asterisk would be awesome in any case of use.

Regards,

-- 
Ing. Miguel Molina
Grupo de Tecnología
Millenium Phone Center


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax for Asterisk - Fax routing based on TSID

2009-07-08 Thread Olivier
2009/7/7 Doug Lytle supp...@drdos.info

 Olivier wrote:
 
 
 
  Please, allow me to ask what is this Transmitting Station ID ?
 

 Google is you friend:


 http://encyclopedia.thefreedictionary.com/Transmitting+Subscriber+Identification


Thanks !
I still have to improve my googling !



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

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

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

Re: [asterisk-users] Fax for Asterisk - Fax routing based on TSID

2009-07-07 Thread Danny Nicholas
Receipt of the fax could be handled in the manner you describe using
something like Ghostscript to parse the partial file into pages as it came
in.  Sending the file is pretty much an all or none proposition unless you
did something funky like splitting the file into chunks and sending in
consecutive sessions.  I'm pretty sure FFA doesn't let you say send 123
etc.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Karl Fife
Sent: Tuesday, July 07, 2009 10:02 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Fax for Asterisk - Fax routing based on TSID

I'm using Fax For Asterisk, and trying to optimize the user experience while

ROUTING faxes based on the Transmitting Station ID [sic] (NOT the CALLERID).

Specifically I'm trying to eliminate end-user confusion as that fifty page 
fax spools to a file, creating a significant delay, leaving the user to 
wonder why am I not getting my fax--they said it's currently sending.  A 
better user-experience would be to begin TX'ing the fax (at the same or 
slower speed than RX) after a page or two has  been spooled as a buffer.

If I'm using SendFax from the dialplan it appears that I would need to spool

an entire incoming fax to file (to completion) before I could route said fax

based on the Transmitting Station ID

However if I were to drive the fax process from manager rather than from the

dialplan, would the TSID be available for read before RX completion, AND 
(equally important) would sendfax even tolerate sending a fax from an 
still-spooling RX file?  In other words, does the  application require that 
the spool file be complete and closed before it would allow you to begin 
paying it out 'from the top'?


Thanks
-Karl


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


___
-- 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] Fax for Asterisk - Fax routing based on TSID

2009-07-07 Thread Kevin P. Fleming
Karl Fife wrote:

 However if I were to drive the fax process from manager rather than from the 
 dialplan, would the TSID be available for read before RX completion, AND 
 (equally important) would sendfax even tolerate sending a fax from an 
 still-spooling RX file?  In other words, does the  application require that 
 the spool file be complete and closed before it would allow you to begin 
 paying it out 'from the top'?

I don't think that the current FFA applications will do what you want.
Even if you could somehow manage this, any delay in the receiving
process could cause it to get 'behind' the sending process, which would
then abort due to an incomplete file. That's even assuming that the
SendFAX application will accept an incomplete TIFF/F file in the first
place :-)

Even with FAX gateway support you wouldn't be able to achieve this,
because the gateway outbound link would be setup before the TSID is
received.

What might be possible is to have a page-per-file mode, so that as each
page is received it is stored in a separate file; you could then watch
for 'received page' events and transmit the pages that had been received
up to that point. I'll do a bit of research to see if this is possible.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax for Asterisk - Fax routing based on TSID

2009-07-07 Thread Olivier
2009/7/7 Karl Fife karlf...@gmail.com

 I'm using Fax For Asterisk, and trying to optimize the user experience
 while
 ROUTING faxes based on the Transmitting Station ID [sic] (NOT the
 CALLERID).


Please, allow me to ask what is this Transmitting Station ID ?





 Thanks
 -Karl


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

___
-- 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] Fax for Asterisk - Fax routing based on TSID

2009-07-07 Thread Doug Lytle
Olivier wrote:



 Please, allow me to ask what is this Transmitting Station ID ?


Google is you friend:

http://encyclopedia.thefreedictionary.com/Transmitting+Subscriber+Identification

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

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


Re: [asterisk-users] Fax for Asterisk download selector broken?

2009-07-05 Thread Tilghman Lesher
On Sunday 05 July 2009 08:15:17 Karl Fife wrote:
 In what appears to be the most current documentation of FFA I'm directed to
 http://www.digium.com/en/docs/FAX/faa-download.php

 However the download selector utility found there ain't working.
 Specifically, none of the drop lists appear to be populated (in any
 browser, on any platform), thereby preventing any actual 'selection'.

 Has anyone else noticed this?  Is there a way to determine the
 installation-specific dependencies of FFA without using this (broken)
 interface?

You can download the needed components directly from the download site here:
http://downloads.digium.com/pub/telephony/fax/

You'll need to download both res_fax and res_fax_digium.  The only guesswork
entails figuring out your processor, as there are processor-specific
optimizations enabled in res_fax_digium for maximum performance.

-- 
Tilghman  Teryl
with Peter, Cottontail, Midnight, Thumper,  Johnny (bunnies)
and Harry, BB,  George (dogs)

___
-- 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] Fax for Asterisk download selector broken?

2009-07-05 Thread Kevin P. Fleming
Tilghman Lesher wrote:

 You can download the needed components directly from the download site here:
 http://downloads.digium.com/pub/telephony/fax/
 
 You'll need to download both res_fax and res_fax_digium.  The only guesswork
 entails figuring out your processor, as there are processor-specific
 optimizations enabled in res_fax_digium for maximum performance.

For some reason the public downloads site was not updating correctly
from its master site; I've re-synced it, and the download selector page
is now working properly.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- 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] Fax with asterisk

2008-09-26 Thread Andrew Joakimsen
On Thu, Sep 25, 2008 at 7:34 AM, Rizwan Hisham [EMAIL PROTECTED] wrote:
 The fax is originated from a fax machine connected to an ata which supports
 t38.


That would be great if Asterisk had true T.38 support. It can pass the
T.38 packets it receives to another SIP endpoint (it will do this even
if the other device doesn't suppor tT.38 -- which cause the call to
drop) but it cannot originate nor terminate T.38 traffic. If you have
a VoIP provider or Cisco gateway that support T.38 then that's all you
need but if you want to terminate the calls yourself on a T1/E1 T.38
does not help when using Asterisk.

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-25 Thread Rizwan Hisham
The fax is originated from a fax machine connected to an ata which supports
t38.

On Wed, Sep 24, 2008 at 11:54 PM, C F [EMAIL PROTECTED] wrote:

 On Wed, Sep 24, 2008 at 5:43 AM, Rizwan Hisham [EMAIL PROTECTED]
 wrote:
  Hi all,
  Sorry to interrupt. I need some help regarding fax passthru mode.
 
  We are trying to configure fax passthru mode in asterisk using sip. For
 out
  of network calls/fax we use trunk configuration. i am using asterisk
 1.4.2.
  The user has to use fax machine connected to their ata and dial the
 callee
  number, the call is originated just like a regular voice call. have not
  defined any special context for sending faxes. Have enabled t38 and
  canreinvite in peer/user and trunk configuration. But the fax is not
 going
  thru. Our service provider does support fax passthru. Following is the
 trunk
  and user/peer configuration:

 They support passthru, and the originating send fax is what? PSTN? or
 VoIP ATA with t38 support?
 There has to one that does the t38, if the point where it gets
 converted to VoIP does not support t38 then passthru will not help
 you.

 
  TRUNK CONF
  [TRUNK-OUT]
  type=peer
  host=XXX
  port=5060
  context=default
  country=us
  dtmfmode=rfc2833
  restrictcid=no
  canreinvite=yes
  insecure=no
  disallow=all
  allow=ulaw
  allow=alaw
  allow=g729
  allow=gsm
  promiscredir=yes
  t38_udptl=yes
 
  USER/PEER
 
  [abc]
  username=abc
  type=friend
  secret=123
  qualify=25000
  nat=yes
  mailbox=12129339037
  insecure=port,invite
  incominglimit=2
  outgoinglimit=2
  intl_trunk=TRUNK-OUT
  local_trunk=TRUNK-OUT
  host=dynamic
  dtmfmode=inband
  context=uscan
  canreinvite=yes
  callerid=Rizwan Qureshi 122
  accountcode=1:0:abc
  amaflags=default
  disallow=all
  allow=ulaw
  allow=alaw
  allow=gsm
  t38_udptl=yes
 
 
  Any solutions?
 
  On Tue, Sep 23, 2008 at 10:21 PM, Andrew Joakimsen [EMAIL PROTECTED]
  wrote:
 
  On Tue, Sep 23, 2008 at 10:02 AM, Steve Totaro
  [EMAIL PROTECTED] wrote:
   ATAs work OK I guess, just make sure to use a loss less codec such as
   ULAW.
 
  Since the OP stated he is using E1 lines then he should probably be
  using alaw instead.
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
  --
  Best Regards
  Rizwan Hisham
 
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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




-- 
Best Regards
Rizwan Hisham
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-24 Thread Rizwan Hisham
Hi all,
Sorry to interrupt. I need some help regarding fax passthru mode.

We are trying to configure fax passthru mode in asterisk using sip. For out
of network calls/fax we use trunk configuration. i am using asterisk
1.4.2.The user has to use fax machine connected to their ata and dial
the callee
number, the call is originated just like a regular voice call. have not
defined any special context for sending faxes. Have enabled t38 and
canreinvite in peer/user and trunk configuration. But the fax is not going
thru. Our service provider does support fax passthru. Following is the trunk
and user/peer configuration:

TRUNK CONF
[TRUNK-OUT]
type=peer
host=XXX
port=5060
context=default
country=us
dtmfmode=rfc2833
restrictcid=no
canreinvite=yes
insecure=no
disallow=all
allow=ulaw
allow=alaw
allow=g729
allow=gsm
promiscredir=yes
t38_udptl=yes

USER/PEER

[abc]
username=abc
type=friend
secret=123
qualify=25000
nat=yes
mailbox=12129339037
insecure=port,invite
incominglimit=2
outgoinglimit=2
intl_trunk=TRUNK-OUT
local_trunk=TRUNK-OUT
host=dynamic
dtmfmode=inband
context=uscan
canreinvite=yes
callerid=Rizwan Qureshi 122
accountcode=1:0:abc
amaflags=default
disallow=all
allow=ulaw
allow=alaw
allow=gsm
t38_udptl=yes


Any solutions?

On Tue, Sep 23, 2008 at 10:21 PM, Andrew Joakimsen [EMAIL PROTECTED]wrote:

 On Tue, Sep 23, 2008 at 10:02 AM, Steve Totaro
 [EMAIL PROTECTED] wrote:
  ATAs work OK I guess, just make sure to use a loss less codec such as
 ULAW.

 Since the OP stated he is using E1 lines then he should probably be
 using alaw instead.

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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




-- 
Best Regards
Rizwan Hisham
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-24 Thread C F
On Wed, Sep 24, 2008 at 5:43 AM, Rizwan Hisham [EMAIL PROTECTED] wrote:
 Hi all,
 Sorry to interrupt. I need some help regarding fax passthru mode.

 We are trying to configure fax passthru mode in asterisk using sip. For out
 of network calls/fax we use trunk configuration. i am using asterisk 1.4.2.
 The user has to use fax machine connected to their ata and dial the callee
 number, the call is originated just like a regular voice call. have not
 defined any special context for sending faxes. Have enabled t38 and
 canreinvite in peer/user and trunk configuration. But the fax is not going
 thru. Our service provider does support fax passthru. Following is the trunk
 and user/peer configuration:

They support passthru, and the originating send fax is what? PSTN? or
VoIP ATA with t38 support?
There has to one that does the t38, if the point where it gets
converted to VoIP does not support t38 then passthru will not help
you.


 TRUNK CONF
 [TRUNK-OUT]
 type=peer
 host=XXX
 port=5060
 context=default
 country=us
 dtmfmode=rfc2833
 restrictcid=no
 canreinvite=yes
 insecure=no
 disallow=all
 allow=ulaw
 allow=alaw
 allow=g729
 allow=gsm
 promiscredir=yes
 t38_udptl=yes

 USER/PEER

 [abc]
 username=abc
 type=friend
 secret=123
 qualify=25000
 nat=yes
 mailbox=12129339037
 insecure=port,invite
 incominglimit=2
 outgoinglimit=2
 intl_trunk=TRUNK-OUT
 local_trunk=TRUNK-OUT
 host=dynamic
 dtmfmode=inband
 context=uscan
 canreinvite=yes
 callerid=Rizwan Qureshi 122
 accountcode=1:0:abc
 amaflags=default
 disallow=all
 allow=ulaw
 allow=alaw
 allow=gsm
 t38_udptl=yes


 Any solutions?

 On Tue, Sep 23, 2008 at 10:21 PM, Andrew Joakimsen [EMAIL PROTECTED]
 wrote:

 On Tue, Sep 23, 2008 at 10:02 AM, Steve Totaro
 [EMAIL PROTECTED] wrote:
  ATAs work OK I guess, just make sure to use a loss less codec such as
  ULAW.

 Since the OP stated he is using E1 lines then he should probably be
 using alaw instead.

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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



 --
 Best Regards
 Rizwan Hisham


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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Giorgio Incantalupo
Hi Erik,
we use an ATA device connected to the fax machine. If you want to 
receive faxes, since Asterisk fax detection is not reliable, use one DID 
to link it directly to the ATA: you lose a number but you gain a 
fully-working fax!

Giorgio Incantalupo.

Erik Haider Forsen wrote:
 Hi!

 I'm new to this list. I tried to search the list archive for a  
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines  
 through a Sangoma A102d interface. We also have a regular FAX machine.

 My question is how to get the fax service handled by asterisk? I want  
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the  
 same LAN, not much load, with high end switches etc. Can I expect good  
 results with using our existing FAX machine, connected to asterisk  
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Olivier
2008/9/23 Giorgio Incantalupo [EMAIL PROTECTED]

 Hi Erik,
 we use an ATA device connected to the fax machine. If you want to
 receive faxes, since Asterisk fax detection is not reliable

Hi,

Which fax detection did you used, then ?


 , use one DID
 to link it directly to the ATA: you lose a number but you gain a
 fully-working fax!

 Giorgio Incantalupo.

 Erik Haider Forsen wrote:
  Hi!
 
  I'm new to this list. I tried to search the list archive for a
  solution on my current setup, but couldn't find any.
 
  We have an asterisk connected directly to the PSTN with 2 E1 lines
  through a Sangoma A102d interface. We also have a regular FAX machine.
 
  My question is how to get the fax service handled by asterisk? I want
  to cancel the analog line I have for the FAX machine today.
 
  What would be the best solution? Fax machine and asterisk is on the
  same LAN, not much load, with high end switches etc. Can I expect good
  results with using our existing FAX machine, connected to asterisk
  through an ATA box?
 
  Best Regards,
 
  Erik
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Luis Morales
I have an TDM800P+ata+fax and work fine. This setup take 5 min.

The best solution must be hylax fax + asterisk. But you need an
asterisk specialist to make the setup and take more time. With this
solution you can send fax and receive fax in your inbox and reduce
toner/papper costs.

Regards,

Luis Morales


On Wed, Sep 24, 2008 at 4:21 AM, Erik Haider Forsen [EMAIL PROTECTED] wrote:
 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX machine.

 My question is how to get the fax service handled by asterisk? I want
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I expect good
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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




-- 
-
Luis Morales
Consultor de Tecnologia
Cel: +(58)416-4242091
-
Empieza por hacer lo necesario, luego lo que es posible... y de
pronto estarás haciendo lo imposible

Leonardo Da'Vinci
-

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Giorgio Incantalupo
Hi Olivier,

We DO NOT use faxdetect because it does not work properly. That's why we 
link a PRI DID to it, so when people call that DID the fax machine gets 
direct fax data without passing thru faxdetection.

Giorgio Incantalupo.

Olivier wrote:


 2008/9/23 Giorgio Incantalupo [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]

 Hi Erik,
 we use an ATA device connected to the fax machine. If you want to
 receive faxes, since Asterisk fax detection is not reliable

 Hi,

 Which fax detection did you used, then ?
  

 , use one DID
 to link it directly to the ATA: you lose a number but you gain a
 fully-working fax!

 Giorgio Incantalupo.

 Erik Haider Forsen wrote:
  Hi!
 
  I'm new to this list. I tried to search the list archive for a
  solution on my current setup, but couldn't find any.
 
  We have an asterisk connected directly to the PSTN with 2 E1 lines
  through a Sangoma A102d interface. We also have a regular FAX
 machine.
 
  My question is how to get the fax service handled by asterisk? I
 want
  to cancel the analog line I have for the FAX machine today.
 
  What would be the best solution? Fax machine and asterisk is on the
  same LAN, not much load, with high end switches etc. Can I
 expect good
  results with using our existing FAX machine, connected to asterisk
  through an ATA box?
 
  Best Regards,
 
  Erik
 
  ___
  -- Bandwidth and Colocation Provided by
 http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Matthew Marion
Hey Erik,

You can also check out pika technologies which supply chan_pika.  This comes
with a fax application that will let you do your faxes in asterisk (even
using non-pika boards).  Works pretty good...

pikatechnologies.com

mattm

On Tue, Sep 23, 2008 at 4:51 AM, Erik Haider Forsen [EMAIL PROTECTED] wrote:

 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX machine.

 My question is how to get the fax service handled by asterisk? I want
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I expect good
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Erik Haider Forsen
Hi Giorgio,

Thanks for your answer.

Your setup is exactly what we're thinking of. We have 1100 DID's, so  
that shouldn't be a problem at all. Which ATA box are you using?

Erik


On Sep 23, 2008, at 2:06 PM, Giorgio Incantalupo wrote:

 Hi Olivier,

 We DO NOT use faxdetect because it does not work properly. That's  
 why we
 link a PRI DID to it, so when people call that DID the fax machine  
 gets
 direct fax data without passing thru faxdetection.

 Giorgio Incantalupo.

 Olivier wrote:


 2008/9/23 Giorgio Incantalupo [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

Hi Erik,
we use an ATA device connected to the fax machine. If you want to
receive faxes, since Asterisk fax detection is not reliable

 Hi,

 Which fax detection did you used, then ?


, use one DID
to link it directly to the ATA: you lose a number but you gain a
fully-working fax!

Giorgio Incantalupo.

Erik Haider Forsen wrote:
 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX
machine.

 My question is how to get the fax service handled by asterisk? I
want
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I
expect good
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Erik Haider Forsen
Hi Matthew,

Thanks for your suggestion. The problem is that most of our users  
would not feel comfortable with using software fax solutions. So we  
will have to stick with the old fax machine.

Our reception takes care of the fax machine, receiving and sending  
faxes. This one fax is shared by ~ 600 employees.

Erik


On Sep 23, 2008, at 3:25 PM, Matthew Marion wrote:

 Hey Erik,

 You can also check out pika technologies which supply chan_pika.   
 This comes with a fax application that will let you do your faxes in  
 asterisk (even using non-pika boards).  Works pretty good...

 pikatechnologies.com

 mattm

 On Tue, Sep 23, 2008 at 4:51 AM, Erik Haider Forsen  
 [EMAIL PROTECTED] wrote:
 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX machine.

 My question is how to get the fax service handled by asterisk? I want
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I expect good
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Steve Totaro
ATAs work OK I guess, just make sure to use a loss less codec such as ULAW.

Personally, I would install a single port FXS card in the Asterisk
server to avoid any IP transport.  You may have to mess with the gains
to get it working very well, but nothing beats your existing POTS
line.

If you had many physical fax machines and a spare T1 port, I would
suggest a channel bank, this has worked on par with a POTS line in my
experience, providing you are getting PSTN access through a T1/E1.

Thanks,
Steve Totaro

On Tue, Sep 23, 2008 at 9:32 AM, Erik Haider Forsen [EMAIL PROTECTED] wrote:
 Hi Matthew,

 Thanks for your suggestion. The problem is that most of our users
 would not feel comfortable with using software fax solutions. So we
 will have to stick with the old fax machine.

 Our reception takes care of the fax machine, receiving and sending
 faxes. This one fax is shared by ~ 600 employees.

 Erik


 On Sep 23, 2008, at 3:25 PM, Matthew Marion wrote:

 Hey Erik,

 You can also check out pika technologies which supply chan_pika.
 This comes with a fax application that will let you do your faxes in
 asterisk (even using non-pika boards).  Works pretty good...

 pikatechnologies.com

 mattm

 On Tue, Sep 23, 2008 at 4:51 AM, Erik Haider Forsen
 [EMAIL PROTECTED] wrote:
 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX machine.

 My question is how to get the fax service handled by asterisk? I want
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I expect good
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Matthew Marion
Just to clarify, pika's chan_pika is their asterisk channel driver for their
hardware.  The two fax applications, app_pikarxfax.so and app_pikatxfax.so
are fax modules for asterisk to implement fax in your dialplan:

exten = 5001,1,Answer(1000);
exten = 5001,n,Set(LOCALSTATIONID=123456789)
exten = 5001,n,Set(LOCALHEADERINFO=PIKARxFax Test Page %P Time: %H:%M To:
%l From: %r)
exten = 5001,n,Set(FAXFILE=/tmp/pikafax-${UNIQUEID}.tif)
exten = 5001,n,PIKARxFax(${FAXFILE})

you'd still need hardware to actually get the faxes to asterisk...

On Tue, Sep 23, 2008 at 9:32 AM, Erik Haider Forsen [EMAIL PROTECTED] wrote:

 Hi Matthew,

 Thanks for your suggestion. The problem is that most of our users
 would not feel comfortable with using software fax solutions. So we
 will have to stick with the old fax machine.

 Our reception takes care of the fax machine, receiving and sending
 faxes. This one fax is shared by ~ 600 employees.

 Erik


 On Sep 23, 2008, at 3:25 PM, Matthew Marion wrote:

  Hey Erik,
 
  You can also check out pika technologies which supply chan_pika.
  This comes with a fax application that will let you do your faxes in
  asterisk (even using non-pika boards).  Works pretty good...
 
  pikatechnologies.com
 
  mattm
 
  On Tue, Sep 23, 2008 at 4:51 AM, Erik Haider Forsen
  [EMAIL PROTECTED] wrote:
  Hi!
 
  I'm new to this list. I tried to search the list archive for a
  solution on my current setup, but couldn't find any.
 
  We have an asterisk connected directly to the PSTN with 2 E1 lines
  through a Sangoma A102d interface. We also have a regular FAX machine.
 
  My question is how to get the fax service handled by asterisk? I want
  to cancel the analog line I have for the FAX machine today.
 
  What would be the best solution? Fax machine and asterisk is on the
  same LAN, not much load, with high end switches etc. Can I expect good
  results with using our existing FAX machine, connected to asterisk
  through an ATA box?
 
  Best Regards,
 
  Erik
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Matthew Marion
Forgot to mention (I think) that though the chan_pika driver is for pika
hardware, the two fax apps for asterisk work with 3rd party hardware as
well, so you don't actually need the pika cards (that's why it's nice and
easy)

On Tue, Sep 23, 2008 at 10:23 AM, Matthew Marion [EMAIL PROTECTED]wrote:

 Just to clarify, pika's chan_pika is their asterisk channel driver for
 their hardware.  The two fax applications, app_pikarxfax.so and
 app_pikatxfax.so are fax modules for asterisk to implement fax in your
 dialplan:

 exten = 5001,1,Answer(1000);
 exten = 5001,n,Set(LOCALSTATIONID=123456789)
 exten = 5001,n,Set(LOCALHEADERINFO=PIKARxFax Test Page %P Time: %H:%M To:
 %l From: %r)
 exten = 5001,n,Set(FAXFILE=/tmp/pikafax-${UNIQUEID}.tif)
 exten = 5001,n,PIKARxFax(${FAXFILE})

 you'd still need hardware to actually get the faxes to asterisk...


 On Tue, Sep 23, 2008 at 9:32 AM, Erik Haider Forsen [EMAIL PROTECTED]wrote:

 Hi Matthew,

 Thanks for your suggestion. The problem is that most of our users
 would not feel comfortable with using software fax solutions. So we
 will have to stick with the old fax machine.

 Our reception takes care of the fax machine, receiving and sending
 faxes. This one fax is shared by ~ 600 employees.

 Erik


 On Sep 23, 2008, at 3:25 PM, Matthew Marion wrote:

  Hey Erik,
 
  You can also check out pika technologies which supply chan_pika.
  This comes with a fax application that will let you do your faxes in
  asterisk (even using non-pika boards).  Works pretty good...
 
  pikatechnologies.com
 
  mattm
 
  On Tue, Sep 23, 2008 at 4:51 AM, Erik Haider Forsen
  [EMAIL PROTECTED] wrote:
  Hi!
 
  I'm new to this list. I tried to search the list archive for a
  solution on my current setup, but couldn't find any.
 
  We have an asterisk connected directly to the PSTN with 2 E1 lines
  through a Sangoma A102d interface. We also have a regular FAX machine.
 
  My question is how to get the fax service handled by asterisk? I want
  to cancel the analog line I have for the FAX machine today.
 
  What would be the best solution? Fax machine and asterisk is on the
  same LAN, not much load, with high end switches etc. Can I expect good
  results with using our existing FAX machine, connected to asterisk
  through an ATA box?
 
  Best Regards,
 
  Erik
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  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 --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Giorgio Incantalupo
Hi Erik,

once we used grandstream ATAs but now we are using linksys models: it 
has better design (look is important too for customers) and has 2 ports 
for two analog devices. We tested it with PRI and BRI lines and it seems 
working fine!

Giorgio Incantalupo

Erik Haider Forsen wrote:
 Hi Giorgio,

 Thanks for your answer.

 Your setup is exactly what we're thinking of. We have 1100 DID's, so  
 that shouldn't be a problem at all. Which ATA box are you using?

 Erik


 On Sep 23, 2008, at 2:06 PM, Giorgio Incantalupo wrote:

   
 Hi Olivier,

 We DO NOT use faxdetect because it does not work properly. That's  
 why we
 link a PRI DID to it, so when people call that DID the fax machine  
 gets
 direct fax data without passing thru faxdetection.

 Giorgio Incantalupo.

 Olivier wrote:
 
 2008/9/23 Giorgio Incantalupo [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

Hi Erik,
we use an ATA device connected to the fax machine. If you want to
receive faxes, since Asterisk fax detection is not reliable

 Hi,

 Which fax detection did you used, then ?


, use one DID
to link it directly to the ATA: you lose a number but you gain a
fully-working fax!

Giorgio Incantalupo.

Erik Haider Forsen wrote:
   
 Hi!

 I'm new to this list. I tried to search the list archive for a
 solution on my current setup, but couldn't find any.

 We have an asterisk connected directly to the PSTN with 2 E1 lines
 through a Sangoma A102d interface. We also have a regular FAX
 
machine.
   
 My question is how to get the fax service handled by asterisk? I
 
want
   
 to cancel the analog line I have for the FAX machine today.

 What would be the best solution? Fax machine and asterisk is on the
 same LAN, not much load, with high end switches etc. Can I
 
expect good
   
 results with using our existing FAX machine, connected to asterisk
 through an ATA box?

 Best Regards,

 Erik

 ___
 -- Bandwidth and Colocation Provided by
 
http://www.api-digital.com --
   
 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax with asterisk

2008-09-23 Thread Andrew Joakimsen
On Tue, Sep 23, 2008 at 10:02 AM, Steve Totaro
[EMAIL PROTECTED] wrote:
 ATAs work OK I guess, just make sure to use a loss less codec such as ULAW.

Since the OP stated he is using E1 lines then he should probably be
using alaw instead.

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Fax on asterisk

2007-12-06 Thread Dinesh Nair
On Tue, 4 Dec 2007 20:45:08 -0500 (EST), Alex Balashov wrote:
 This sounds like the app_rxfax module has a dependency on some other 
 module which implements T.30 handling, and that this module is either
 not loaded, or that its symbol table is not being shared in the
 monolithic core.

there's actually a mismatch in your spandsp library, i believe you're
using an older one. download 0.0.4pre15, which seems to work well these
days. 

-- 
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)   http://www.openmalaysiablog.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+

___
--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] Fax on asterisk

2007-12-04 Thread Alex Balashov


Everton,

This sounds like the app_rxfax module has a dependency on some other 
module which implements T.30 handling, and that this module is either

not loaded, or that its symbol table is not being shared in the monolithic
core.

-- Alex

On Tue, 4 Dec 2007, Everton Goularth wrote:


Hi people,

I'm tring to configure fax on my asterisk server. I'm using the
instructions of: http://www.asteriskguru.com/tutorials/spandsp.html and
the files app_rxfax.c, app_txfax.c and apps_Makefile_patch from:
http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/

I have already configure this on other server that the operation system
is CentOS 4 and all worked very fine, but now in this server that I have
to receive fax (a slackware server) I'm getting the following errors
when I try to load the app_rxfax.so application on asterisk:

WARNING[22101]: loader.c:325 __load_resource:
/usr/lib/asterisk/modules/app_rxfax.so: undefined symbol:
t30_set_phase_d_handler
Unable to load module app_rxfax.so

I'm looking for a solution on google but until now I didn't find out it.
Someone knows how can I solve this?

thank's all
Everton Goularth





___
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/


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



--
Alex Balashov
Evariste Systems
Web: http://www.evaristesys.com/
Tel: +1-678-954-0670
Direct : +1-678-954-0671___
--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] Fax and Asterisk

2007-07-09 Thread Matt Fredrickson

- Lee Howard [EMAIL PROTECTED] wrote:
 Andrew Nowrot wrote:
 
  I am trying to build reliable fax solution with asterisk, iaxmodem
 and 
  hylafax. I am attempting to do this on Compaq DL-360 with 2 pentium
 3 
  1.2 GHz (512 cache) and 2GB of RAM. I am using a Sangoma A101. After
 
  installing the newest zaptel and wanpipe-3.1.0 beta I did zttest and
 
  it didn't give me good results:
 
  99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 
  99.975586%
  99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 
  99.975586%
 
 
 Are you having trouble with fax?  Rumor is it that the Sangoma
 hardware 
 isn't as needy this way as is the Diguim.  I'm not sure about that,
 though.

That should not be relevant anymore.  You should see approximately the same 
reliability with both cards, as long as the card and timing is configured 
correctly.

Matthew Fredrickson


___
--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] Fax and Asterisk

2007-07-07 Thread Lee Howard
Andrew Nowrot wrote:

 I am trying to build reliable fax solution with asterisk, iaxmodem and 
 hylafax. I am attempting to do this on Compaq DL-360 with 2 pentium 3 
 1.2 GHz (512 cache) and 2GB of RAM. I am using a Sangoma A101. After 
 installing the newest zaptel and wanpipe-3.1.0 beta I did zttest and 
 it didn't give me good results:

 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 
 99.975586%
 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 
 99.975586%


Are you having trouble with fax?  Rumor is it that the Sangoma hardware 
isn't as needy this way as is the Diguim.  I'm not sure about that, though.

In any case, what does your /proc/interrupts file say?  My guess is that 
your A101 is coming after something, like your hard drive interface or 
your LAN interface or something.

Lee.

___
--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] Fax and Asterisk

2007-07-07 Thread Tzafrir Cohen
On Sat, Jul 07, 2007 at 08:29:57PM +0200, Andrew Nowrot wrote:
 Hi
 
 I am trying to build reliable fax solution with asterisk, iaxmodem and
 hylafax. I am attempting to do this on Compaq DL-360 with 2 pentium 3
 1.2GHz (512 cache) and 2GB of RAM. I am using a Sangoma A101. After
 installing
 the newest zaptel and wanpipe-3.1.0 beta I did zttest and it didn't give me
 good results:
 
 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586%
 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586% 99.975586%
 --- Results after 14 passes ---
 Best: 99.975586 -- Worst: 99.975586 -- Average: 99.975586
 
 Sangoma card does not share interrupt with other device.
 I am running on Debian lenny with custom  2.6.21.5 kernel with grsec patch.
 I configured the kernel with timer frequency of 1000 Hz, with RTC
 interrupts, and with enhanced real time clock support.

The kernel timer shouldn't be relevant. The timing should come from the
card, and not from ztdummy. Make sure that the timing comes from the
card and not from ztdummy.

Small slightly off-topic plug:

Is the following extra text added to the Zaptel README of any use to
explain a bit about the Zaptel timing source?

  
http://svn.digium.com/view/zaptel/branches/1.4/README?r1=2703r2=2702pathrev=2703

  
 The question is what else can I do (kernel configuration or any kind of
 changing) to improve zttest?
 Is it possible to built reliable fax service with this result of zttest?

What is the target of the fax? 
Fax from where to where?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[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] Fax and Asterisk

2007-07-07 Thread Andrew Nowrot

On 7/7/07, Lee Howard [EMAIL PROTECTED] wrote:
HI


Are you having trouble with fax?  Rumor is it that the Sangoma hardware

isn't as needy this way as is the Diguim.  I'm not sure about that,
though.



I  heard that too, but unfortunately I have some problems with incoming
faxes (but only when the remote machine is a traditional fax with the
faxserver on hylafax everything works tremendously fine)

In any case, what does your /proc/interrupts file say?  My guess is that

your A101 is coming after something, like your hard drive interface or
your LAN interface or something.



cat /proc/interrupts looks like this
  CPU0   CPU1
 0:253  0   IO-APIC-edge  timer
 1:  0  8   IO-APIC-edge  i8042
 6:  3  0   IO-APIC-edge  floppy
 8:  0  1   IO-APIC-edge  rtc
 9:  0  0   IO-APIC-fasteoi   acpi
12:  3  2   IO-APIC-edge  i8042
15: 62  1   IO-APIC-edge  ide1
16:  15232  2   IO-APIC-fasteoi   ida0
18:  21646  1   IO-APIC-fasteoi   eth0
20:   25455645  1   IO-APIC-fasteoi   wanpipe1
NMI:  0  0
LOC:   12752845   12751959
ERR:  0
MIS:  0

You are right Sangoma has the biggest number and it is after ide and NIC. I
will try to change it in the BIOS on Monday.
I will let you know about the results.

Cheers

Andrew
___
--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] Fax and Asterisk

2007-07-07 Thread Andrew Nowrot

Hi

The kernel timer shouldn't be relevant. The timing should come from the

card, and not from ztdummy. Make sure that the timing comes from the
card and not from ztdummy.



I don't load the ztdummy module, so timing is taken only from the card. The
only reason I put rtc in my kernel is that I was looking for a solution that
helps to improve the timing, but unfortunately this didn't help at all.

What is the target of the fax?

Fax from where to where?




From PSTN to faxserver (the one I described in my previous email) and from

faxserver to PSTN. Outgoing  way works fine, but incoming faxes work only
when the remote machine is another fax server; when it is a traditional fax
machine the quality is very poor.

Cheers
Andrew
___
--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] Fax with Asterisk + Hylafax

2007-04-17 Thread Olivier

2007/4/16, Stephen Bosch [EMAIL PROTECTED]:



It's not entirely clear to me why people continue to cling to the idea
that Asterisk should handle faxing also. What's the benefit? Hylafax is
great, and you can even use it on the same machine.



The benefit, I guess, is to save a dedicated line and not changing incoming
fax numbers, as you cannot port them individually.
But you're right to point it also has drawbacks ...
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-17 Thread Travis Schafer
In my case, I have a single PRI coming into a single port PRI card on my 
Asterisk box. My old fax numbers (prior to our switch to PRI) are DIDs on 
that PRI.

Using IAXModem+HylaFAX, I can recieve faxes without having seperate POTS lines 
for faxes, or an external fax board, or a multiport T1 card.

Adding new fax numbers involves assigning a new DID...so adding additional fax 
lines doesn't cost anything (again, IAXModem is free...)

--TS

 Olivier [EMAIL PROTECTED] 04/17/07 2:19 PM 
2007/4/16, Stephen Bosch [EMAIL PROTECTED]:


 It's not entirely clear to me why people continue to cling to the idea
 that Asterisk should handle faxing also. What's the benefit? Hylafax is
 great, and you can even use it on the same machine.


The benefit, I guess, is to save a dedicated line and not changing incoming
fax numbers, as you cannot port them individually.
But you're right to point it also has drawbacks ...

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-17 Thread Jon Pounder

 2007/4/16, Stephen Bosch [EMAIL PROTECTED]:


 It's not entirely clear to me why people continue to cling to the idea
 that Asterisk should handle faxing also. What's the benefit? Hylafax is
 great, and you can even use it on the same machine.


 The benefit, I guess, is to save a dedicated line and not changing
 incoming
 fax numbers, as you cannot port them individually.
 But you're right to point it also has drawbacks ...

saving the dedicated line is the biggest one, the next notch is what about
when you have busy periods of 5min a month, do you get a second dedicated
fax machine, fax line, hunt group etc ?


we just give out line 2 in our hunt group as the fax number, have
autodetect on the lines in asterisk and switch to the fax extension
(channel bank with faxmodem and hylafax) when a fax comes in. this gives
us an incoming fax pool as well with no extra line cost. This actually
works fairly well through a channel bank even with all the extra d/a a/d
conversion going on. We plan to try the soft fax channels as well but have
not tried that yet.

if someone has problems (pretty rarely), then we tell them the extension
of the faxmodem to dial, we also have a real fax machine on another
extension we have them try calling. That always works and the extra
switching does not impact the faxes themselves. The biggest issue is
remote does not talk to usr faxmodem, but will talk to a real fax machine,
nothing about the asterisk detection and switching usually matters.

we have never done it yet but the faxes could use all the lines at night
for mass faxouts or certain lines or whatever since its all connected that
way already anyway.

lots of the benifits are not possible with a dedicated fax line. as for
the drawbacks you could make a lot of the same arguments about voip in
general but people still use it anyway.

forgetting about voip and virtual channels and asterisk for a minute, why
is it so hard to find a faxmodem that actually works as reliably as a
physical fax machine ? Should be simple, but I guess it will eventually
lead to it just becoming software only when the hardware manufacturers
can't get it right.




 ___
 --Bandwidth and Colocation provided by Easynews.com --

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



Jon Pounder

   _/_/_/  _/_/  _/   _/_/_/  _/_/  _/_/_/_/
_/_/_/  _/  _/ _/_/_/  _/  _/_/
   _/_/  _/_/  _/ _/_/  _/_/  _/
_/_/_/  _/_/  _/_/_/_/ _/_/_/  _/_/  _/_/_/_/


Inline Internet Systems Inc.
Thorold, Ontario, Canada

Tools to Power Your e-Business Solutions
www.inline.net
www.ihtml.com
www.ihtmlmerchant.com
www.opayc.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-16 Thread Yuan LIU

From: Tzafrir Cohen [EMAIL PROTECTED]
Date: Mon, 16 Apr 2007 08:45:38 +0300

On Sun, Apr 15, 2007 at 10:10:34PM -0700, Yuan LIU wrote:

 (But if Zaptel and Hylafax can share an X100P driver ...)

Where can you find a modem driver for a X100P?


Kinda my question, too.  Motorola used to have an SM56 Linux driver, but 
removed from their site.  Now, there are some references to this, such as 
http://www.motorola.com/softmodem/public_download/Linux/ReadMe_Legacy_SM56.txt 
and http://www.angelfire.com/linux/sm56/, but if the original driver is 
nowhere to be downloaded, there might be a chance you can hack the URL based 
on the Motorola document.


No knowledge about X100P/Intel and other.

Yuan Liu


I recently asked about it in the linmodemds.org mailing list, and
aparantly none is available.

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



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-16 Thread Stephen Bosch
Steve Totaro wrote:
 Stephen Bosch wrote:
 Steve Totaro wrote:
  
 You could try to get it working but it may never be 100%.  If your needs
 are 100% then I suggest using a standard fax and get an analog line and
 do it the old fashioned way.  If you need Hylafax type features then buy
 a modem that is compatible with Hylafax and run it on a different box.
 

 It's not entirely clear to me why people continue to cling to the idea
 that Asterisk should handle faxing also. What's the benefit? Hylafax is
 great, and you can even use it on the same machine.

 -Stephen-
   
 
 I could have sworn that is what I just said.

Yes, and I was commenting :)

-Stephen-
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-16 Thread Jose Limeres

My problem is that I already did what you proposed and I did not have much
sucess.
An Hylafax server with an external/internal modem using a driver from
linmodems worked in around 80% of the cases. To improve this rate you need a
modem like the ones offered by Mainpine which were way out of my budget.

Regards,
Jose L.
On 16/04/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:


On Sun, Apr 15, 2007 at 10:10:34PM -0700, Yuan LIU wrote:

 (But if Zaptel and Hylafax can share an X100P driver ...)

Where can you find a modem driver for a X100P?

I recently asked about it in the linmodemds.org mailing list, and
aparantly none is available.

--
   Tzafrir Cohen
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-16 Thread Carlos Chavez
On Sun, 15 Apr 2007 22:10:34 -0700, Yuan LIU wrote
 From: Steve Totaro [EMAIL PROTECTED]
 Date: Sun, 15 Apr 2007 22:36:15 -0400
 
 Stephen Bosch wrote:
 Steve Totaro wrote:
 
 You could try to get it working but it may never be 100%.  If your needs
 are 100% then I suggest using a standard fax and get an analog line and
 do it the old fashioned way.  If you need Hylafax type features then buy
 a modem that is compatible with Hylafax and run it on a different box.
 
 It's not entirely clear to me why people continue to cling to the idea
 that Asterisk should handle faxing also. What's the benefit? Hylafax is
 great, and you can even use it on the same machine.
 
 On same machine is a bit exaggerated, considering there is a Zaptel 
 card on it. (But if Zaptel and Hylafax can share an X100P driver ...)
 
 You can have Asterisk and Hylafax on the same machine when you use
IAXmodem.  This is the way I fax in my office with 99% success rate.  I am
using a TDM04B card for my lines.  I use a software called Avantfax that gives
me an interface to send and receive faxes through a web page.  

 I have implemented this solution with several clients and have up to 15
virtual IAXmodem + Hylafax sessions running.

--
Carlos Chavez
Director de Tecnología
Telecomunicaciones Abiertas de México S.A. de C.V.
Tel: +52-55-91169161 Ext 2001

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-16 Thread Doug Lytle

Carlos Chavez wrote:


 You can have Asterisk and Hylafax on the same machine when you use
IAXmodem.  This is the way I fax in my office with 99% success rate.  I am
  
I've just compiled stats for the last 30 days on our system for 
management, info below:



Failure Rate
(0.26%)
  
   CallsCalls   CallsTotalPercentage

   Successful   Dropped Failed   CallsCalls Dropped
-
Total1944  311  5  2260   16.00%
  




NOTE:

Calls Successful do not reflect the actual number of pages received
Calls Failed that were successful on a second or third attempt are not 
listed
Calls Dropped(Spammers) may be of the same source trying to make 
multiple attempts of sending



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 Easynews.com --

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


RE: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-15 Thread Yuan LIU

From: Jose Limeres [EMAIL PROTECTED]
Date: Sun, 15 Apr 2007 19:10:58 +0100

Hi,
Anybody lucky with this config inside an Asterisk server for dealing with
FAX ?

FXO_LINE    ASTERISK 1.4.2 --- IAXMODEM --  HYLAFAX
TDM400PZAPTEL
4.3.1
1 FXO port  1.41


Search Asterisk forum.  Yes, somebody posted positive results.

Yuan Liu



I know Fax is not officially supported on TDM400P cards but I did not 
expect

not being able of sending one single Fax.
Actually when I try to send a Fax, the call is established between my *
server and the remote Fax but after 30 secs Asterisk disconnects the call
and Hylafax reports NO CARRIER DETECTED.

Tried playing around with a few parameters such as no echocancellation, 
alaw

(also slinear) codec, faxdetection =incoming in zaptel but with no luck.

Regards,
Jose Limeres



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-15 Thread Steve Totaro

Yuan LIU wrote:

From: Jose Limeres [EMAIL PROTECTED]
Date: Sun, 15 Apr 2007 19:10:58 +0100

Hi,
Anybody lucky with this config inside an Asterisk server for dealing 
with

FAX ?

FXO_LINE    ASTERISK 1.4.2 --- IAXMODEM --  HYLAFAX
TDM400PZAPTEL
4.3.1
1 FXO port  1.41


Search Asterisk forum.  Yes, somebody posted positive results.

Yuan Liu

I have had great results via PRI - Asterisk - IAXModem - Hylafax

Post your log results and configs.

Thanks,
Steve





I know Fax is not officially supported on TDM400P cards but I did not 
expect

not being able of sending one single Fax.
Actually when I try to send a Fax, the call is established between my *
server and the remote Fax but after 30 secs Asterisk disconnects the 
call

and Hylafax reports NO CARRIER DETECTED.

Tried playing around with a few parameters such as no 
echocancellation, alaw

(also slinear) codec, faxdetection =incoming in zaptel but with no luck.

Regards,
Jose Limeres





___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-15 Thread Jose Limeres

I searched extensively on this and did not find anything conclusive except
the general understanding that on TDM cards every instalation is different
whereas for BRI /PRI it should work.

As for the config, Asterisk just works perfectly well with voice
conversations over the FXO line. I add one IAX extension in * for the
IAXModem and then in the IAXmodem configure the default modem as the one
that is registered in *. If I make a Fax call to my mobile, it rings and I
can hear the Fax on the other side. So, the problem I believe is in the
negotiation/sinchronization where something is broken at some point.

I would like to know wether it is possible to solve this adjusting some
parameter in some config file or I should just forget it and use a digital
line instead.

Thanks,
Jose L.

CLI
   -- Accepting AUTHENTICATED call from 127.0.0.1:
   requested format = slin,
   requested prefs = (),
   actual format = alaw,
   host prefs = (alaw),
   priority = mine
   -- Executing [EMAIL PROTECTED]:1] Dial(IAX2/200-1,
Zap/g1/956855858) in new stack
   -- Called g1/956855858
   -- Zap/4-1 answered IAX2/200-1
   -- Hungup 'Zap/4-1'
 == Spawn extension (default, 956855858, 1) exited non-zero on 'IAX2/200-1'
   -- Hungup 'IAX2/200-1'
CLI


faxstat -s

JIDPriSOwnerNumber PagesDials TTS
Status
35 126  Sroot 9568558580:1  1:12   11.19
No carrier detected



On 15/04/07, Steve Totaro [EMAIL PROTECTED] wrote:


Yuan LIU wrote:
 From: Jose Limeres [EMAIL PROTECTED]
 Date: Sun, 15 Apr 2007 19:10:58 +0100

 Hi,
 Anybody lucky with this config inside an Asterisk server for dealing
 with
 FAX ?

 FXO_LINE    ASTERISK 1.4.2 --- IAXMODEM --  HYLAFAX
 TDM400PZAPTEL
 4.3.1
 1 FXO port  1.41

 Search Asterisk forum.  Yes, somebody posted positive results.

 Yuan Liu
I have had great results via PRI - Asterisk - IAXModem - Hylafax

Post your log results and configs.

Thanks,
Steve




 I know Fax is not officially supported on TDM400P cards but I did not
 expect
 not being able of sending one single Fax.
 Actually when I try to send a Fax, the call is established between my *
 server and the remote Fax but after 30 secs Asterisk disconnects the
 call
 and Hylafax reports NO CARRIER DETECTED.

 Tried playing around with a few parameters such as no
 echocancellation, alaw
 (also slinear) codec, faxdetection =incoming in zaptel but with no
luck.

 Regards,
 Jose Limeres



___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Fax with Asterisk + Hylafax

2007-04-15 Thread Steve Totaro
You could try to get it working but it may never be 100%.  If your needs 
are 100% then I suggest using a standard fax and get an analog line and 
do it the old fashioned way.  If you need Hylafax type features then buy 
a modem that is compatible with Hylafax and run it on a different box.


Just suggestions. 


Thanks,
Steve

Jose Limeres wrote:
I searched extensively on this and did not find anything conclusive 
except the general understanding that on TDM cards every instalation 
is different whereas for BRI /PRI it should work.


As for the config, Asterisk just works perfectly well with voice 
conversations over the FXO line. I add one IAX extension in * for the 
IAXModem and then in the IAXmodem configure the default modem as the 
one that is registered in *. If I make a Fax call to my mobile, it 
rings and I can hear the Fax on the other side. So, the problem I 
believe is in the negotiation/sinchronization where something is 
broken at some point.


I would like to know wether it is possible to solve this adjusting 
some parameter in some config file or I should just forget it and use 
a digital line instead.


Thanks,
Jose L.

CLI
-- Accepting AUTHENTICATED call from 127.0.0.1 http://127.0.0.1:
 requested format = slin,
 requested prefs = (),
 actual format = alaw,
 host prefs = (alaw),
 priority = mine
-- Executing [EMAIL PROTECTED]:1] Dial(IAX2/200-1, 
Zap/g1/956855858) in new stack

-- Called g1/956855858
-- Zap/4-1 answered IAX2/200-1
-- Hungup 'Zap/4-1'
== Spawn extension (default, 956855858, 1) exited non-zero on 'IAX2/200-1'
-- Hungup 'IAX2/200-1'
CLI

 faxstat -s
JID Pri S Owner Number Pages Dials TTS Status
35 126 S root 956855858 0:1 1:12 11.19 No carrier detected



On 15/04/07, *Steve Totaro*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Yuan LIU wrote:
 From: Jose Limeres  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
 Date: Sun, 15 Apr 2007 19:10:58 +0100

 Hi,
 Anybody lucky with this config inside an Asterisk server for
dealing
 with
 FAX ?

 FXO_LINE  ASTERISK 1.4.2 --- IAXMODEM -- HYLAFAX
 TDM400P ZAPTEL
 4.3.1
 1 FXO port 1.41

 Search Asterisk forum. Yes, somebody posted positive results.

 Yuan Liu
I have had great results via PRI - Asterisk - IAXModem - Hylafax

Post your log results and configs.

Thanks,
Steve




 I know Fax is not officially supported on TDM400P cards but I
did not
 expect
 not being able of sending one single Fax.
 Actually when I try to send a Fax, the call is established
between my *
 server and the remote Fax but after 30 secs Asterisk
disconnects the
 call
 and Hylafax reports NO CARRIER DETECTED.

 Tried playing around with a few parameters such as no
 echocancellation, alaw
 (also slinear) codec, faxdetection =incoming in zaptel but with
no luck.

 Regards,
 Jose Limeres



___
--Bandwidth and Colocation provided by Easynews.com
http://Easynews.com --

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




___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


  1   2   >