On January 13, 2005 11:08 am, Patrick Lidstone (Personal e-mail) wrote: > I don't think Kelly's response is correct, at least for TDM FXO boards. > I could not find a way of preventing the FXO board grabbing the line > when it rang, and subsequent enquiries on this list at the time > suggested that it wasn't actually possible - which is a pity, as it > means it is impossible to piggy back Asterisk on a POTS line with other > auto-answering equipment (e.g. data collection terminals).
Untrue. If the context that the FXO port is dumped in to lacks an extension that would answer a ringing line, it won't answer. Create an extension like thus: [noanswer] (that's it, nothing in it) -- now point zapata.conf to it: context=noanswer channel => 1 (or whatever channel it happens to be) reload asterisk, that is it. -A. _______________________________________________ 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
