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

Reply via email to