Displaying 20 results from an estimated 46 matches for "privacymanag".
Did you mean:
privacymanager
2009 Jun 10
1
PrivacyManager no longer working properly
Hi all,
Previously, I had the PrivacyManager working for me exactly as would
be expected, but after upgrading the OS to Debian lenny and Asterisk
to v1.4.21.2 that's no longer the case. Anonymous callers are still
confronted with the PrivacyManager, but now no matter what I set the
minlength value to, e.g.:
exten =>...
2006 Feb 13
1
PrivacyManager Broken?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I am running into some problems here with PrivacyManager. We used to
use it without any issue, but now there seems to be several problems.
We are currently running Asterisk 1.2.4.
First, it seems that if the user does not press the pound (#) key after
entering their number, PrivacyManager will fail. I have the minlength
set to 10, and entering 10 d...
2010 Aug 03
1
Asterisk 1.6 and PrivacyManager with SIP
Hi all,
My latest Asterisk system is based on Debian squeeze with Asterisk
1.6.2.6-1 and SIP only. One of my favorite features that I had working
with Asterisk 1.4 is the PrivacyManager. However, this was not
straightforward, because anonymous SIP calls arrive with
${CALLERID(num)} = "anonymous", instead of being blank. So, to get it
to work I added the first three rules to the following:
exten => jaap,1,GotoIf($[${CALLERID(num)}=anonymous]?true:false)...
2005 Jan 24
2
PrivacyManager not Working
I have been having problems getting PrivacyManager to work correctly.
Right now I am running the 1/21/05 CVS but I have been unable to get this to
work on asterisk-stable either.
You can see from the debug below that the inbound call is arriving via IAX2
and both the CALLING NUMBER and CALLING NAME are both set as "Unavailable"....
2005 Aug 21
0
PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
Hi list!
I'm trying to get PrivacyManager working but for some reason it always
thinks that CallerID is present (when it isn't). I get this on the
console:
== Primary D-Channel on span 1 up
-- Accepting voice call from '' to '0711234567' on channel 0/2, span 1
-- Executing Ringing("Zap/2-1",...
2010 Jan 11
2
Asterisk core dumps when using PrivacyManager
Hi,
why would Asterisk core dump with the following test dialplan extension ?
exten => 8100,1,Answer()
exten => 8100,n,Set(CALLERID(all)="")
exten => 8100,n,PrivacyManager()
exten => 8100,n,GotoIf(${[${PRIVACYMGRSTATUS} = FAILED]}?:nocid)
exten => 8100,n,NoOp(Number is ${CALLERID(num)})
exten => 8100,n,Hangup()
exten => 8100,n(nocid),Playback(vm-goodbye)
exten => 8100,n,Hangup()
I ran in foreground with full debug output but nothing showed :(
==...
2003 Nov 26
2
Issues with Privacy Manager and Zapateller
...d="" on a sip user zapateller sends the tones
If I set callerid="Anonymous" <8475551212> zapateller doesn't send the
tones
If I call from a phone after dialing *67 zapateller doesn't send the
tones
In the last 2 cases, the display on the phone shows -Blocked Call-
PrivacyManager always gives the following messages:
-- Executing PrivacyManager("SIP/8475551212-9ec4", "") in new stack
-- CallerID Present: Skipping
Even when the phone shows -Blocked Call- and even when zapateller sends
tones.
Here is the Dial-Plan for the extension
exten =>...
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
...Call
2 = Decline Call, go to VM if available
3 = Accept Call forever, never ask again
4 = Decline Call forever, block number, get rid of caller
4. do things based on that choice.
I'm writing a FastAGI application in perl to do this.
I've read and tried the PrivacyManager option in Dial (option p and P(x))
and it is pretty nice. I can replace the voice prompts with things I want.
However, I've realized the privacy manager is pretty limited -- it does
what it does well, but you don't have a lot of control over what else it
does.
I'm also writing this...
2004 Apr 12
3
Zapateller issues
Hi All,
In theory if I do this;
exten => s,1,Zapateller(nocallerid)
exten => s,2,Privacymanager
exten => s,3,Dial(a bunch of SIP extensions)
My callers should only hear the anti-telemarketing tones if they call from
a line that has no caller*ID and then get offered an opportunity to enter
it, right?
What I'm finding is that in the event of no CID the caller gets dumped
into the Pri...
2003 Oct 28
1
Making PrivacyManager smarter?
...sudden things a new call has come in.
-- Starting simple switch on 'Zap/1-1'
WARNING[524305]: File chan_zap.c, Line 4360 (ss_thread): CallerID
returned with error on channel 'Zap/1-1'
-- Executing Zapateller("Zap/1-1", "") in new stack
-- Executing PrivacyManager("Zap/1-1", "") in new stack
== Parsing '/etc/asterisk/privacy.conf': Found
-- Playing 'privacy-unident'
-- Playing 'privacy-prompt'
Is there a way to NOT have asterisk go through my s,2 if CID is an
error? Or maybe change my incoming so not...
2003 Oct 24
1
Questions about Zapateller and Privacy Manager
...e user to input their phone number via Privacy Manager
(yes I realize that this won't get us any where given that I can't
re-ring the phones without FXS but that'll be my next purchase)
This is what I have in my extensions.conf:
[incoming]
exten => s/,1,Zapateller
exten => s,1,PrivacyManager
exten=> s,2,Dial,IAX/192.168.2.69/|10
and I *think* this works...is there a good way of testing this besides
waiting for those lovely telemarketers to call?
It was suggested last night on #asterisk that I put s,2,PrivacyManager
instead of s,1,PrivacyManager but this seems to make PM think...
2009 Jun 17
1
Debug: how to print a variable?
Hi all,
Is it possible to display or print variables in Asterisk (e.g. in the
CLI) for debugging purposes?
For example, I'm using two different types of SIP phones: the Snom M3
and the Siemens S675IP. However, when anonymous callers submit a
number to the PrivacyManager, only the Siemens displays the new CID
correctly; the Snom shows "unknown" (even though the new CID looks
okay in the database). That's as opposed to when the CID is visible to
begin with, in which case both phones display the CID correctly.
For this reason it seems to me tha...
2007 May 30
3
Dial plan inquiry using GotoIf()
...t properly being implemented. Can anyone spot where I'm
being a momo?
All extensions get forwarded to the following macro:
[macro-forward]
; arg1 = phone number
; arg2 = timeout
; arg3 = extension (voicemail)
; arg4 = mobile number
exten => s,1,Zapateller(answer|nocallerid)
exten => s,2,PrivacyManager
exten => s,3,Wait(1)
exten => s,4,GotoIf($[${CALLERID(number)} = "15552221313"]?15:5)
exten => s,5,GotoIf($[${LEN(${CALLERID(number)})} = 4]?6:8)
exten => s,6,AGI(didextlookup.agi|${CALLERID(number)})
exten => s,7,Set(CALLERID(number)=${didlookup})
exten => s,8,GotoIf(...
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
...th.
Total number of calls ending in Zapateller: 40
By Context:
homeline: 23
workline: 17
In the above, over the last 13 months, 40 calls ended in the Zapateller
application. It takes pretty quick reflexes for this to happen. Reflexes
that only a telemarketer or his machines can develop.
3. PrivacyManager
The PrivacyManager application gets run after the Zapateller on just my
home line. Its function is to require that an anonymous caller enter
some sort of callerid. My system will accept just about anything, but it
does react strongly if the caller enters my own phone number. If a call
ends in th...
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
...r 2004 15:47:28 -0400 (EDT)
From: "Mark Phillips" <kc2eni@nyc-ares.org>
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Zapateller issues
Reply-To: asterisk-users@lists.digium.com
Hi All,
In theory if I do this;
exten => s,1,Zapateller(nocallerid)
exten => s,2,Privacymanager
exten => s,3,Dial(a bunch of SIP extensions)
My callers should only hear the anti-telemarketing tones if they call from
a line that has no caller*ID and then get offered an opportunity to enter
it, right?
What I'm finding is that in the event of no CID the caller gets dumped
into the Pri...
2004 May 24
1
Using Blacklist
...1010987/18887975686number> : 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,H...
2007 Nov 09
3
How to get ten-digit number?
Hello
Instead of using PrivacyManager, I'd rather use my own
dialplan to prompt the user for a ten-digit number if they called
while blocking CID.
This code does prompt the user, but
1) hangs up if the user didn't type the ten digits before the timeout
2) if the user did type the right number of digits, it still hangs up
ins...
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3034 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2004 Oct 08
1
Zapateller Answering?
Been tinkering and found Zapateller appears to be answering when I didn't
expect it to. I have something like so:
[incoming]
exten => s,1,NoOp ;Zapateller(answer|nocallerid)
exten => s,2,PrivacyManager
exten => s,3,Dial(${RING},20)
...
I have a 1x1 analog * installation with a couple IP phones too. I've got
the FXO interface connected to the home phone line. When I get an inbound
call, all the other phones in the house ring and *, via the setup above,
rings my analog extension and IP...
2010 Aug 31
1
Logging the CID from the Privacy Manager
...like this:
exten => jw,1,Verbose( -- CID is <${CALLERID(num)}>)
exten => jw,n,GotoIf($[${CALLERID(num)}=anonymous]?true:false)
exten => jw,n(true),Set(CALLERID(num)=)
exten => jw,n(false),NoOp()
exten => jw,n,Verbose( -- CID is <${CALLERID(num)}>)
exten => jw,n,PrivacyManager(3,10)
exten => jw,n,GotoIf($[${PRIVACYMGRSTATUS}=FAILED]?bad)
exten => jw,n,Verbose( -- CID is <${CALLERID(num)}>)
exten => jw,n,Dial(SIP/1000,60,w)
exten => jw,n(bad),Playback(im-sorry)
exten => jw,n,Playback(vm-goodbye)
exten => jw,n,Hangup()
------------------------...