Re: [Asterisk-Users] Hylafax integration

2004-03-15 Thread Rémi Letot
Alessio Focardi <[EMAIL PROTECTED]> writes:

> Hi,
>
> I have a working install of asterisk that I would like to integrate
> with Hylafax: an asterisk extention must be transfered to Hyla for fax
> receiving.

Sorry for the late answer, real life got in the way lately.

As you talk about isdn, I guess you are using kapejod's capi channel
with asterisk. If the fax extension is distinct from voice extensions,
just use capi4hylafax on the fax extension and chan_capi on voice
extensions. I use that at work and it works like a charm.



-- 
Rémi aka hobbes
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Hylafax integration

2004-03-08 Thread Jon Pounder
> I'm a bit of a linux zero (at least i'm working to know it but it takes
> some time)
> Do i understand :
>
> The call comes in on a card (in this case zaptel) for exampl,e and if in
> the dialplan you have an 'f' extension Hylafax will get the communication
> from the zaptel card ? or is it simply a redirect to another extension or
> tel. number ?

you need a modem plugged into an fxs device, and you have your f extension
jump to a ringing state on that fxs device.

exten => fax,1,Dial,Zap/9

is all it takes.

this listens for fax tones in whatever context you have it in and rings
zap/9 which has my usr modem plugged into it, being managed by hylafax.

On an outgoing fax, it is just like the phone goes off hook on zap/9, and
then all my outbound LCR rules apply just like any other phonecall.

Note: the fax detection is only in the context for calls from the outside
coming in. It is not in for example the context for calls from the inside
which would include the faxmodem and physical fax machine, or some weird
stuff would definately happen.






>
> thank you
>
> Michael
>
>
>   -Oorspronkelijk bericht-
>   Van: [EMAIL PROTECTED] namens Darren Nickerson
>   Verzonden: ma 8/03/2004 15:08
>       Aan: [EMAIL PROTECTED]
>   CC:
>   Onderwerp: Re: [Asterisk-Users] Hylafax integration
>
>
>
>   Alessio,
>
>   What seems to be the problem? In principle, it's the same as if you had a
>   conventional fax machine. As long as you have a fax extension ('f') in
> your
>   dialplan, inbound calls should be routed properly and HylaFAX (if there's
> a
>   faxgetty running on the modem) should pick up and receive the fax.
>
>   -Darren
>
>   --
>   Darren Nickerson
>   Senior Sales & Support Engineer
>   iFAX Solutions, Inc. www.ifax.com
>   [EMAIL PROTECTED]
>   +1.215.438.4638 ext 8106 office
>   +1.215.243.8335 fax
>
>   - Original Message -
>   From: "Alessio Focardi" <[EMAIL PROTECTED]>
>   To: <[EMAIL PROTECTED]>
>   Sent: Monday, March 08, 2004 8:51 AM
>   Subject: [Asterisk-Users] Hylafax integration
>
>
>   > Hi,
>   >
>   > I have a working install of asterisk that I would like to integrate
>   > with Hylafax: an asterisk extention must be transfered to Hyla for fax
>   > receiving.
>   >
>   > I have roamed around in google but there is very few information on
>   > that matter.
>   >
>   > Anyone can help me ?
>   >
>   > p.s.
>   >
>   > Hyla is already up and running in my pc.
>   >
>   >
>   >
>   > --
>   > Best regards,
>   >  Alessio  mailto:[EMAIL PROTECTED]
>   >
>   > ___
>   > Asterisk-Users mailing list
>   > [EMAIL PROTECTED]
>   > http://lists.digium.com/mailman/listinfo/asterisk-users
>   > To UNSUBSCRIBE or update options visit:
>   >http://lists.digium.com/mailman/listinfo/asterisk-users
>   >
>
>   ___
>   Asterisk-Users mailing list
>   [EMAIL PROTECTED]
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>   To UNSUBSCRIBE or update options visit:
>  http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> DISCLAIMER: The content of this e-mail message does not constitute a
> commitment of DKMA bvba This e-mail and any attachments thereto may
> contain information which is confidential and/or protected by intellectual
> property rights and are intended for the intended recipient only. Any use
> of the information contained herein ( including, but not limited to, total
> or partial reproduction, communication or distribution in any form ) by
> persons other than the designated recipient(s) is prohibited.If an
> addressing or transmission error has misdirected this e-mail, please
> notify the author, either by telephone or by e-mail and delete the
> material from any computer.
>
>
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Hylafax integration

2004-03-08 Thread Michael Devenijn
I'm a bit of a linux zero (at least i'm working to know it but it takes some time) 
Do i understand : 
 
The call comes in on a card (in this case zaptel) for exampl,e and if in the dialplan 
you have an 'f' extension Hylafax will get the communication from the zaptel card ? or 
is it simply a redirect to another extension or tel. number ?
 
thank you 
 
Michael
 

-Oorspronkelijk bericht- 
Van: [EMAIL PROTECTED] namens Darren Nickerson 
Verzonden: ma 8/03/2004 15:08 
Aan: [EMAIL PROTECTED] 
CC: 
    Onderwerp: Re: [Asterisk-Users] Hylafax integration



Alessio,

What seems to be the problem? In principle, it's the same as if you had a
conventional fax machine. As long as you have a fax extension ('f') in your
dialplan, inbound calls should be routed properly and HylaFAX (if there's a
faxgetty running on the modem) should pick up and receive the fax.

-Darren

--
Darren Nickerson
Senior Sales & Support Engineer
iFAX Solutions, Inc. www.ifax.com
[EMAIL PROTECTED]
+1.215.438.4638 ext 8106 office
+1.215.243.8335 fax

- Original Message -
From: "Alessio Focardi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 8:51 AM
Subject: [Asterisk-Users] Hylafax integration


> Hi,
>
> I have a working install of asterisk that I would like to integrate
> with Hylafax: an asterisk extention must be transfered to Hyla for fax
> receiving.
>
> I have roamed around in google but there is very few information on
> that matter.
>
> Anyone can help me ?
>
> p.s.
>
> Hyla is already up and running in my pc.
>
>
>
> --
> Best regards,
>  Alessio  mailto:[EMAIL PROTECTED]
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



DISCLAIMER: The content of this e-mail message does not constitute a commitment of 
DKMA bvba This e-mail and any attachments thereto may contain information which is 
confidential and/or protected by intellectual property rights and are intended for the 
intended recipient only. Any use of the information contained herein ( including, but 
not limited to, total or partial reproduction, communication or distribution in any 
form ) by persons other than the designated recipient(s) is prohibited.If an 
addressing or transmission error has misdirected this e-mail, please notify the 
author, either by telephone or by e-mail and delete the material from any computer.


<>

Re: [Asterisk-Users] Hylafax integration

2004-03-08 Thread Darren Nickerson
Alessio,

What seems to be the problem? In principle, it's the same as if you had a
conventional fax machine. As long as you have a fax extension ('f') in your
dialplan, inbound calls should be routed properly and HylaFAX (if there's a
faxgetty running on the modem) should pick up and receive the fax.

-Darren

-- 
Darren Nickerson
Senior Sales & Support Engineer
iFAX Solutions, Inc. www.ifax.com
[EMAIL PROTECTED]
+1.215.438.4638 ext 8106 office
+1.215.243.8335 fax

- Original Message - 
From: "Alessio Focardi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 8:51 AM
Subject: [Asterisk-Users] Hylafax integration


> Hi,
>
> I have a working install of asterisk that I would like to integrate
> with Hylafax: an asterisk extention must be transfered to Hyla for fax
> receiving.
>
> I have roamed around in google but there is very few information on
> that matter.
>
> Anyone can help me ?
>
> p.s.
>
> Hyla is already up and running in my pc.
>
>
>
> -- 
> Best regards,
>  Alessio  mailto:[EMAIL PROTECTED]
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users