At time to time I receive some junk faxes from some advertising companies that play smart and don't provide any TSI number so I can not bock them by the number in Hylafax. Despite calling their Fax Removal Service 1-800-... number several time they refuse to obey my request. So I would like to setup a small script or context loop in extension.conf if possible and maybe run it overnight; maybe I get their attention if nothing else works! Does anybody have any idea how to do it? In extension.conf it would be something like: exten => 666,1,Dial(1800number) ; How to go next priority after 10sec.? exten => 666,2,Wait 10 ;wait for voice message to finish, and wait for "tone" exten => 666,3,Dial(my-fax-number) ;after about 10sec. exten => 666,4,Dial(1) ;to confirm selection exten => 666,5,Hangup exten => 666,6,Goto(s,1) Any improvements are welcome. -- #Joseph
Marc Storck
2004-Dec-09 19:10 UTC
[Asterisk-Users] SCRIPT: Fax Remvoal Please Call: 1-800...
exten => 666,1,Dial(1800number,180,D(wwwwwwwwwwwwwwwwwwww1yourfaxnumberwwwwwwwwwwwwwwwwwwww1) exten => 666,2,Hangup i don't know if you can add another priority after hangup..... Regards, Marc P.S.: try 'show application dial' for details Joseph wrote:> At time to time I receive some junk faxes from some advertising > companies that play smart and don't provide any TSI number so I can not > bock them by the number in Hylafax. > Despite calling their Fax Removal Service 1-800-... number several time > they refuse to obey my request. > > So I would like to setup a small script or context loop in > extension.conf if possible and maybe run it overnight; maybe I get their > attention if nothing else works! > > Does anybody have any idea how to do it? > In extension.conf it would be something like: > > exten => 666,1,Dial(1800number) ; > > How to go next priority after 10sec.? > > exten => 666,2,Wait 10 ;wait for voice message to finish, and wait for "tone" > exten => 666,3,Dial(my-fax-number) ;after about 10sec. > exten => 666,4,Dial(1) ;to confirm selection > exten => 666,5,Hangup > exten => 666,6,Goto(s,1) > > Any improvements are welcome. >-- CTO Marc Storck MS Networks SA mstorck@luxadmin.org Internet Service Provider http://www.luxadmin.org 15, route d'Esch Phone: +352 2727 3030 L-4544 Belvaux Fax: +352 2727 3060 -------------- LuxAdmin powered service --------------- http://www.Gateway.lu Your gateway to the net Advantages of ADSL solutions by LuxAdmin: - price: cheap and clear - products: proven quality - support: friendly and helpful -------------------------------------------------------
Lee Howard
2004-Dec-09 19:11 UTC
[Asterisk-Users] SCRIPT: Fax Remvoal Please Call: 1-800...
On 2004.12.09 17:56 Joseph wrote:> At time to time I receive some junk faxes from some advertising > companies that play smart and don't provide any TSI number so I can > not > bock them by the number in Hylafax.Do they not provide Caller*ID either?> Despite calling their Fax Removal Service 1-800-... number several > time > they refuse to obey my request.Not that I particularly want to advocate litigiousness, but filing a complaint with FCC will get their attention very quickly, believe me. http://www.fcc.gov/cgb/consumerfacts/unwantedfaxes.html Lee.