That's all very well, but what do you do if you only have SIP extensions and IAX trunk - no Zaptel card.

Will Fax detection still work at all?

Thanks

Mike
----- Original Message ----- From: "Adrian Chapman" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Tuesday, February 08, 2005 8:24 PM
Subject: Re: [Asterisk-Users] Autodetecting faxes



Michael Welter wrote:

Changing the order of things in extensions.conf around a smidge got it all working nicely :-

[inbound-from-pstn]
include => default
exten => s,1,Answer
exten => s,2,Wait,1
exten => s,3,Playback(thank-you-for-calling-please-wait-a-moment)
exten => fax,1,Macro(faxreceive)
exten => s,4,<Do the normal phone call gubbins>

Is the position of the fax extension, between priorities 3 and 4, significant? What does 'show dialplan' display for the fax extension?

It's there as much for flow readability as anything...

The change of order was as much referring to moving the Playback forward from the voice handling macro, to give * time to hear the fax beep.

Show Dialplan gives :-

<In each of my inbound call contexts>
'fax' =>      1. Macro(faxreceive)               [pbx_config]

No other mention at all.

--
Adrian Chapman
Director
Trivas Ltd
Business on the Move
Mobility - Messaging - Infrastructure - Security - Remote Access
07796 690210 - 01582 626552
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@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


-- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 7/02/2005



_______________________________________________ Asterisk-Users mailing list Asterisk-Users@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

Reply via email to