[Asterisk-Users] SoftFax question

2003-11-12 Thread Freddi Hansen
Hi,
I am looking at using the softfax that Steve Underwood has developed.
It's very straight forward when you assign an extension for the fax.
A function that several pbx's has is that they listen for the 'faxtone' 
for 5 seconds
after 'answer' in the menu where you can enter your local extension number,
it's normally done in parallel with the DTMF detection.  I think that 
the logical solution
would be if the DTMF mask given to the DTMFdetector could  had a digit  
for fax or
if there was a 'background' function that  we could check on with  
IfFaxGoTo(xxx).
I haven't been able to google any function in '*' that would help us 
with this so that's
why I try the list in case I (hopefully) have overlooked something.

The above function would be nice since you could share the same access 
number for phone
and fax (like the old autofax switches). Secondly when people mistakenly 
queues a fax for
you main access number it would just be dropped into the 'faxbox' 
instaedt of  calling you
10 times over the next 20 minutes.

Freddi

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SoftFax question

2003-11-12 Thread Steve Creel
On Wed, 12 Nov 2003, Freddi Hansen wrote:

Hi,
I am looking at using the softfax that Steve Underwood has developed.
It's very straight forward when you assign an extension for the fax.
A function that several pbx's has is that they listen for the 'faxtone'
for 5 seconds
after 'answer' in the menu where you can enter your local extension number,
it's normally done in parallel with the DTMF detection.  I think that

snip


You want a fax extension:

exten=fax,1,Blah()


A google for 'fax extension' turns up the announcement of this feature
here:
http://lists.digium.com/pipermail/asterisk-users/2002-October/005414.html



___
Steve Creel[EMAIL PROTECTED]


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SoftFax question

2003-11-12 Thread martin
Quoting Freddi Hansen [EMAIL PROTECTED]:
 I haven't been able to google any function in '*' that would help us 
 with this so that's
 why I try the list in case I (hopefully) have overlooked something.

Just take a look at fax extenstion which basically does what you want. 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users