search for: lookupblacklist

Displaying 20 results from an estimated 21 matches for "lookupblacklist".

2007 Feb 26
1
deprecated - CLI help vs. source code
...end syntax and RealTime Extensions From: Philipp Kempgen <philipp.kempgen@amooma.de> Thomas Kenyon wrote: > Philipp Kempgen wrote: >> You might use the Blacklist() application in 1.2 (deprecated!). >> Using AstDB is an option: >> > > Is it really deprecated? I use LookupBlacklist (tested as working) in > 1.4, and show application LookupBlacklist doesn't mention it. But the source code (app_lookupblacklist.c) has this line: ast_log(LOG_WARNING, "LookupBlacklist is deprecated. Please use ${BLACKLIST()} instead.\n"); So I'm not sure if it's depreca...
2004 May 24
1
Using Blacklist
...: 1 /blacklist/<name/number> : 1 /blacklist/unlisted/6145551212 : 1 asterisk*CLI> exten => 2129,1,Wait(1) exten => 2129,2,Zapateller(answer|nocallerid) exten => 2129,3,NoOp exten => 2129,4,PrivacyManager exten => 2129,5,LookupBlacklist exten => 2129,6,Dial(Zap/4,5,Ttr) exten => 2129,7,Answer exten => 2129,8,Wait(1) exten => 2129,9,Playback(personal/hello) exten => 2129,10,Playback(personal/i-am-not-in-at-the-moment) exten => 2129,11,VoiceMail2(u${EXTEN}) exten => 2129,12,Hangup exten => 2129,102,VoiceMail2...
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
...is never happens with a standard PSTN connection and I have tested this on both FXO ports with the same results. Connected to Asterisk CVS-v1-0-02/20/05-19:55:21 currently running on asterisk1 (pid = 29658) Verbosity is at least 4 -- Starting simple switch on 'Zap/1-1' -- Executing LookupBlacklist("Zap/1-1", "") in new stack -- Executing DigitTimeout("Zap/1-1", "3") in new stack -- Set Digit Timeout to 3 -- Executing ResponseTimeout("Zap/1-1", "5") in new stack -- Set Response Timeout to 5 -- Executing Wait(&quot...
2006 Mar 29
1
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?
2006 May 24
1
database lookup
Hi all, I'm looking for an easy way to lookup numbers from the database so I can fork calls from my daughters friends onto her IP phone/answering system. I'm looking for something very similar to LookupBlacklist, but I'm already using LookupBlackist to filter out telemarketers. What I'm doing now is adding multiple exten=> lines to my extensions.conf file to match those numbers. I'd like to just add her friends numbers to the database, then do a "lookup" to match and branch off. An...
2004 May 24
2
testing asterisk on FXS lines
I am configuring an asterisk server and I want to test the incoming configuration with my FXS handsets. I have the FXS lines able to call eachother and they can connect out the FXO lines. I changed the context for the FXS lines to "incoming" so that they would be able to test the setup for incoming calls. For the incoming context I have: [incoming] exten => s,1,Wait(1) exten
2009 Dec 30
2
CID not working.
...AHDI/1-1", "__FROM_DID=s") in new stack [Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at from-pstn:2] Gosub("DAHDI/1-1", "app-blacklist-check|s|1") in new stack [Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at app-blacklist-check:1] LookupBlacklist("DAHDI/1-1", "") in new stack [Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at app-blacklist-check:2] GotoIf("DAHDI/1-1", "0?blacklisted") in new stack [Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at app-blacklist-check:3] Set...
2010 Jan 05
5
CallerID on Indian PSTN is not working.
...AHDI/1-1", "__FROM_DID=s") in new stack [Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at from-pstn:2] Gosub("DAHDI/1-1", "app-blacklist-check|s|1") in new stack [Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at app-blacklist-check:1] LookupBlacklist("DAHDI/1-1", "") in new stack [Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at app-blacklist-check:2] GotoIf("DAHDI/1-1", "0?blacklisted") in new stack [Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at app-blacklist-check:3] Set...
2010 Aug 19
4
setting variable for a DID number
Hello, Is it possible to set a variable in dialpan when the someone calls a particular DID number so that i can use that variable for calls coming to that number only. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100819/25402ade/attachment.htm
2004 Jun 04
0
Supervision Issue With Asterisk/Sipura/Talkn
...to make a different * still holds the call up and doesn't release it, my context looks like: [incoming-talkn] ; exten => s,1,SetMusicOnHold,random exten => s,2,Zapateller(answer|nocallerid) exten => s,3,NoOp exten => s,4,PrivacyManager exten => s,5,LookupCIDName exten => s,6,LookupBlacklist exten => s,7,Background(pls-wait-connect-call) ;exten => s,8,Dial(Zap/4,15,Ttr) exten => s,9,Answer exten => s,10,Wait(1) exten => s,11,Macro(vmessage,2101) exten => s,105,Macro(vmessage,6000) exten => s,107,Macro(vmessage,6000) Has anyone else had this issue and can offer a...
2007 Mar 21
0
reducing the number of extensions for every user
...six did's point to a single channel. every user has a blacklist feature and a call filter feature. if blacklist feature is enabled, user has option to include 5 bl numbers. if the user is using all 5 bl numbers then i have to match DNID with every(6) did. im not using asterisk DB so i cant use LookupBlackList. if i have 15,000 users subscribed and using our services then the number of extensions just multiplies with 30. I think thats a lot of extensions. so i need to find a way to reduce the number of extensions. i mean currently im doing this ;primary did exten=> 1,1,Dial(SIP/riz) ;sec did's...
2004 Dec 22
2
Why use 'Answer'?
Why is it that newcomers always feel like inserting 'Answer' is a necessary step in their extension.conf entries? >[voiptalk.org] >;forwards any calls starting with an "8" thru voiptalk.org >exten => _8.,1,Answer >exten => _8.,3,SetCIDNum(55555555) >exten => _8.,4,SetCIDName(My Name And Surname) >exten => _8.,5,Dial(SIP/${EXTEN:1}@voiptalk.org,,g)
2006 Mar 28
3
R: Echo cancellation
Ok, but is there a way to check if echo cancellation is active on a call in progress ? Thanks Giordano -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Steve Davies Inviato: marted? 28 marzo 2006 16.43 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: Re: [Asterisk-Users] Echo cancellation
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...; s,5,SetCIDName(${CALLERIDNAME}) exten => s,6,PrivacyManager ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< >>>>>>>>>>>>>>>>>>>>>> exten => s,7,LookupBlacklist ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Relavent Code for Blacklist >> exten => s,108,Goto(blacklisted,s,1) ; <<<<<<<<<<<<<<<<<<<<<<&l...
2007 May 15
1
Asterisk is not showing the correct Incomming CallerID
Hi Everyone, I have an asterisk box in my office. It does not display the correct Incomming Caller id. For incomming we are using ISDN Bri line which is terminated in a Digium 4 port bri card (B410P). Like if a number say 02 12345678 calls to our line asterisk displays it 12 12345678. Similarlay if a mobile number say 0416 123456 dials us , asterisk displays 1416 123456. I am not sure where the
2004 Sep 26
3
What about a higher level configuration language
Hi all. I've been reading through Wi-Ki and at the extensions.conf file description (http://www.voip-info.org/wiki-Asterisk+config+extensions.conf) The author says this: "One day, someone is going to write a proper scripting language for Asterisk that can understand a simpler, easier (and more traditional) scripting syntax. All it would need to do is translate the "high
2008 Mar 03
2
T1, Rhino, & Nortel
...at macro-from-zaptel-45:1] NoOp("Zap/45-1", "Entering macro-from-zaptel-45 with DID = xxxxxxx") in new stack -- Executing [s at macro-from-zaptel-45:2] Gosub("Zap/45-1", "app-blacklist-check|s|1") in new stack -- Executing [s at app-blacklist-check:1] LookupBlacklist("Zap/45-1", "") in new stack -- Executing [s at app-blacklist-check:2] GotoIf("Zap/45-1", "0?blacklisted") in new stack -- Executing [s at app-blacklist-check:3] Return("Zap/45-1", "") in new stack -- Executing [s at macro-from...
2007 Dec 22
0
Dead Incoming call - Sangoma A200
...logger.c: -- Executing Gosub("Zap/2-1", "app-blacklist-check|s|1") in new stack Dec 21 13:43:48 DEBUG[15840] app_macro.c: Executed application: Gosub Dec 21 13:43:48 DEBUG[15840] app_macro.c: Incrementing gosub_level Dec 21 13:43:48 VERBOSE[15840] logger.c: -- Executing LookupBlacklist("Zap/2-1", "") in new stack Dec 21 13:43:48 DEBUG[15840] app_macro.c: Executed application: LookupBlacklist Dec 21 13:43:48 DEBUG[15840] pbx.c: Expression result is '0' Dec 21 13:43:48 VERBOSE[15840] logger.c: -- Executing GotoIf("Zap/2-1", "0?blacklis...
2005 Feb 18
0
Installing Asterisk on Mandrake 10.1 Official
...l' == Registered application 'HasNewVoicemail' [app_ices.so] => (Encode and Stream via icecast and ices) == Registered application 'ICES' [app_image.so] => (Image Transmission Application) == Registered application 'SendImage' [skipping app_intercom.so] [app_lookupblacklist.so] => (Look up Caller*ID name/number from blacklist database) == Registered application 'LookupBlacklist' [app_lookupcidname.so] => (Look up CallerID Name from local database) == Registered application 'LookupCIDName' [app_macro.so] => (Extension Macros) == Registered...
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...d application 'MacroIf' == Registered application 'Macro' [app_authenticate.so] => (Authentication Application) == Registered application 'Authenticate' [app_softhangup.so] => (Hangs up the requested channel) == Registered application 'SoftHangup' [app_lookupblacklist.so] => (Look up Caller*ID name/number from blacklist database) == Registered application 'LookupBlacklist' [app_waitforring.so] => (Waits until first ring after time) == Registered application 'WaitForRing' [app_privacy.so] => (Require phone number to be entered, if n...