Displaying 2 results from an estimated 2 matches for "blklist".
Did you mean:
bl_list
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...sterisk@Home I
put it in extensions_custom.conf):
exten => *60,1,Goto(blacklist-add,s,1)
exten => *80,1,Goto(blacklist-remove,s,1)
---------------------------------------------------
[blacklist-add]
exten=s,1,Background(enter-num-blacklist)
exten=s,2,Background(or)
exten=s,3,Background(to-blklist-last-caller)
exten=s,4,Background(pound)
exten=s,5,DigitTimeout(2)
exten=s,6,ResponseTimeout(15)
exten=#,1,Dbget(lastcaller=CALLTRACE/${CALLERIDNUM})
exten=#,2,SayDigits(${lastcaller})
exten=#,3,DBput(blacklist/${lastcaller}=1)
exten=#,4,DBput(blacklist/1${lastcaller}=1)
exten=#,5,Playback(num-was-...
2004 Sep 07
1
Got *80 working ... now some Blacklist questions
...ks now. Except I thought *80 would play some voice prompts that gave
the option to add the last caller to the black list as well as other
options. Instead I just get a studer dial tone after the last caller gets
added to the database.
When I look in my sounds directory i see a few files such as
to-blklist-last-caller.gsm and enter-num-blacklist.gsm.
Is there a more developed interface to (un)blacklisting numbers
or do I have create one in my dialplan ?
Thank you,
Steve Maroney