[Asterisk-Users] RxFAX generates no tiff file

Sam Bingner sam at bingner.com
Sun May 23 13:58:39 MST 2004


You should Answer() your calls...  In the 5000 exten, you could move your
Answer to after the dial if you like... And the h exten hangs up if it
doesn't exist so that's redundant, but not bad

Sam

[internalexten]
exten => 5000,1,Answer()
exten => 5000,2,Dial(SIP/mike,60,tr)
exten => 5000,3,SetLanguage(de)
exten => 5000,4,Playback(vm-nobodyavail)

exten => 6000,1,Answer()
exten => 6000,2,WaitMusicOnHold(30)

exten => 7000,1,Answer()
exten => 7000,2,rxfax(/tmp/testfax.tif)

[default]
include => internalexten
exten => h,1,Hangup

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Mike Heininger
Sent: Sunday, May 23, 2004 1:41 AM
To: asterisk-users at lists.digium.com
Subject: Re: [Asterisk-Users] RxFAX generates no tiff file


Am 23.05.2004 um 04:33 schrieb Steve Underwood:

> How do you run rxfax? You problem is probably something to do with
> that. Your's is the first report I have had of no TIFF file
> whatsoever.

[internalexten]
exten => 5000,1,Dial(SIP/mike,60,tr)
exten => 5000,2,SetLanguage(de)
exten => 5000,3,Playback(vm-nobodyavail)

exten => 6000,1,WaitMusicOnHold(30)
exten => 7000,1,rxfax(/tmp/testfax.tif)

[default]
include => internalexten
exten => h,1,Hangup


The context for the inbound call is [default] and goes to extension
7000.


TIA,
Mike

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3047 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040523/d11c7b32/smime.bin


More information about the asterisk-users mailing list