On Monday 02 February 2004 11:30, Michael Graves wrote: > I've decided to go ahead and plug my fax machine into one half of a > Sipura SPA-2000. I've Google the list archive for examples of > default fax contexts but not come up witha clearly working result. > Can someone here please send me a config fragment that theyt know > to work?
[incoming] exten => s,1,Answer exten => s,2,Background(custom/welcome) exten => fax,1,Dial(SIP/whatever) Note that your welcome message _must_ last at least 2 seconds for the fax tone to be recognized and you _must_ be using ulaw as the codec. -Tilghman _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
