You can do the following. Create a file called blacklist.conf . In it create the following.
[BlackList] Exten => 5551212,1,Playback(num-blacklist) Exten => 5551212,2,Hangup Exten => 1900.,1,Playback(num-blacklist) Exten => 1900.,2,Hnagup You get the idea. In your extensions.conf put in the top #include /directory/of/file/blacklist.conf and then in the context place include => BlackList It should work. Dovid --- Jeremy <[EMAIL PROTECTED]> wrote: > The lookupblacklist cmd, looks to me like it only > handles inbound numbers. > Can I use this command just to block outgoing > numbers, by where I place it > in my outoging call settings? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Melcon Moraes > Sent: Wednesday, March 29, 2006 11:58 PM > To: Asterisk Users Mailing List - Non-Commercial > Discussion > Subject: Re: [Asterisk-Users] Blacklist out bound > numbers from file > > Try the LookupBlacklist application. > > http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+LookupBlacklist > > []'s > MM > > -----Original Message----- > From: "Jeremy" <[EMAIL PROTECTED]> > To: <[email protected]> > Cc: > Sent: Wed, 29 Mar 2006 20:11:09 -0500 > Delivered: Wed, 29 Mar 2006 19:13:45 > Subject:[Asterisk-Users] Blacklist out bound numbers > from file > > I'm looking to bock a list of numbers users cant > call. Is it possible to > pull these from file specified in the dial plan, as > apposed to mysql? > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > E-mail classificado pelo Identificador de Spam > Inteligente Terra. > Para alterar a categoria classificada, visite > http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=levelz&_l=1,114 > 3681226.265135.4834.arrino.terra.com.br,3927,Des15,Des15 > > --Original Message Ends-- > > -- > Melcon Moraes <[EMAIL PROTECTED]> > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
