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

[asterisk-users] Fax For Asterisk and SendFax question

2009-09-08 Thread Joan Antoni Terre
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