On Mon, 26 Jan 2004, Steve Foy waxed: > I'm just wondering about 'Zapateller'. > > How exactly does it work!? I might be interested in employing it at work > here, but wondering if anyone's using it?
I think you can just put it in your dial plan: exten => s,1,Answer exten => s,2,Wait(2) exten => s,3,Zapateller exten => s,4,Dial(whatever) It fakes a disconnected number by playing the same tones you would get when dialing, for example, 555-1234. If a computer was calling you, sometimes they are programmed to listen for those tones. No sense keeping the connection with a disconnected number. I mean, if the National Weather Service is trying to call everyone in the path of a hurricane as fast as possible with information about nearby storm shelters and emergency plans, they want their computer to connect to as many valid phone numbers as it can and play their warning message. --Chris -- Chris Maj <cmaj_hat_freedomcorpse_hot_info> Pronunciation Guide: Maj == May Fingerprint: 43D6 799C F6CF F920 6623 DC85 C8A3 CFFE F0DE C146 _______________________________________________ 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
