[asterisk-users] PrivacyManager not working

2008-04-09 Thread Jaap Winius
Hi list,

On my system, PrivacyManager is not reacting to anonymous calls.  
Whenever I dial into my system with my mobile phone's number hidden,  
the CLI message "CallerID Present: Skipping" shows up and and my SIP  
phone rings anyway.

Perhaps the cause is due to the fact that when there is no CID, the  
results are not always the same. For example, I see in my CDR database  
that when anonymous calls come in via the SIP channel, the clid field  
shows:

  "Anonymous" 

However, when anonymous calls came in though my old ISDN line (which I  
can't test anymore because it no longer exists), the clid field would  
show:

  CID withheld

Although I'm not sure, I suspect that PrivacyManager recognizes the  
latter format, but not the former. Has anyone else experienced this  
problem, or know of a fix or workaround?

FYI: I'm using Asterisk 1.4.19 and anonymous calls only come in via SIP.

Thanks!

Jaap


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n

2005-08-21 Thread Remco Barende

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", "") in new stack
-- Executing Zapateller("Zap/2-1", "answer|nocallerid") in new stack
-- Executing PrivacyManager("Zap/2-1", "") in new stack
-- CallerID Present: Skipping
-- Executing SetCIDNum("Zap/2-1", "") in new stack
-- Executing LookupCIDName("Zap/2-1", "") in new stack


I have this in my extensions.conf:
exten => 0711234567,1,Ringing
exten => 0711234567,2,Zapateller(answer|nocallerid)
exten => 0711234567,3,PrivacyManager
exten => 0711234567,4,SetCIDNum(${PRI_NETWORK_CID})
exten => 0711234567,5,LookupCIDName
exten => 0711234567,6,Dial(${EVERYONE},45,t)
exten => 0711234567,7,Answer

I need SetCIDNum(${PRI_NETWORK_CID}) to get CallerID working but I guess 
it needn't be before Zapateller or PrivacyManager to trigger the 
PrivacyManager.


Other question, would it be possible to use my own (custom recorded) 
message instead of a standard prompt?


Thanks!!

___
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


Re: [Asterisk-Users] PrivacyManager not Working

2005-01-25 Thread Brian Dingman
So are you saying that * does not see the callerid but it should. Is
this a possible bug in the callerid application. RIght now I am seeing
that callerid isn't recognized 100% of the time (or possibly not
transmitted) when I receive calls from VP Connect. If I do a
NoOp(${CALLERIDNUM}) on incoming calls, a lot of times it comes back
UNAVAILABLE when I know the person calling has callerid being
transmitted. Just trying to figure out if this a bug in * or with VP.

This could also be related to why PrivacyManager is not working
properly. * has received the callerid info from the carrier but
couldn't translate it for some reason, so it says that callerid is
present but then sets it to UNAVAILABLE. Just a thought.


On Tue, 25 Jan 2005 10:43:57 -0500, Joseph Finley
<[EMAIL PROTECTED]> wrote:
> Well, it is also happens with Zaptel.  I've had times where CallerID
> does not pickup and prompts the user to enter their phone number.  They
> will hang up and call right back and it works.  This only happens about
> 15% of the time though.
> 
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] PrivacyManager not Working

2005-01-25 Thread Joseph Finley
Brian Dingman wrote:
Keith,
VP Connect is having issues right now with callerid being
transmitted... as much as they don't want to believe it. Sometimes it
works, sometimes it doesn't. Maybe this is part of the problem. Does
PM not work 100% of the time for you?
On Mon, 24 Jan 2005 21:29:37 -0500, Keith O'Brien
<[EMAIL PROTECTED]> wrote:

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.



Well, it is also happens with Zaptel.  I've had times where CallerID 
does not pickup and prompts the user to enter their phone number.  They 
will hang up and call right back and it works.  This only happens about 
15% of the time though.

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] PrivacyManager not Working

2005-01-25 Thread Brian Dingman
Keith,
VP Connect is having issues right now with callerid being
transmitted... as much as they don't want to believe it. Sometimes it
works, sometimes it doesn't. Maybe this is part of the problem. Does
PM not work 100% of the time for you?


On Mon, 24 Jan 2005 21:29:37 -0500, Keith O'Brien
<[EMAIL PROTECTED]> wrote:
>  
>  
> 
> 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". 
>  However, PrivacyManager executes and determines that the CallerID is
> present: 
> 
>   
> 
>  "-- CallerID Present: Skipping" 
> 
>   
> 
> Anyone have an idea as to why this isn't working?  Bug? 
> 

> asterisk1*CLI> 
> 
> Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW   
> 
>Timestamp: 00011ms  SCall: 00335  DCall: 0 [66.234.228.170:4569] 
> 
>VERSION : 2 
> 
>CALLED NUMBER   : 7326556755 
> 
>CALLING NUMBER  : Unavailable   
> <** 
> 
>CALLING NAME: Unavailable 
> <** 
> 
>LANGUAGE: en 
> 
>USERNAME: voicepulse-in-01 
> 
>FORMAT  : 4 
> 
>CAPABILITY  : 1086 
> 
>ADSICPE : 2 
> 
>DATE TIME   : 171511810 
> 
>   
> 
> Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
> AUTHREQ 
> 
>Timestamp: 00015ms  SCall: 1  DCall: 00335 [66.234.228.170:4569] 
> 
>AUTHMETHODS : 4 
> 
>CHALLENGE   : 123344711 
> 
>USERNAME: voicepulse-in-01 
> 
>   
> 
> Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass:
> AUTHREP 
> 
>Timestamp: 00049ms  SCall: 00335  DCall: 1 [66.234.228.170:4569] 
> 
>RSA RESULT  :
> Sc+mxi0AL1JdD4Gh3s8Y5LJ13MrLm4DNNMDkCV2a5nSwuPx9djbCr2YmJO7eoxCbrP+077fdeMhpfXo
> 
>   
> 
> -- Accepting AUTHENTICATED call from 66.234.228.170, requested format =
> 4, actual format = 4 
> 
> -- Executing
> PrivacyManager("[EMAIL PROTECTED]:4569]/1", "") in new
> stack 
> 
> Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass:
> ACCEPT 
> 
>Timestamp: 00051ms  SCall: 1  DCall: 00335 [66.234.228.170:4569] 
> 
>FORMAT  : 4 
> 
>   
> 
> -- CallerID Present: Skipping 
> <** 
> 
> -- Executing Dial("[EMAIL PROTECTED]:4569]/1",
> "SIP/5001") in new stack 
> 
> -- Called 5001 
> 
>   
> 
> Extensions.conf 
> 
> === 
> 
>   
> 
> exten => 7326556755,1,PrivacyManager 
> 
> exten => 7326556755,2,DIAL(SIP/5001) 
> 
> exten => 7326556755,3,Voicemail(u5001) 
> 
> exten => 7326556755,4,Hangup 
> 
>   
> 
>   
> 
>   
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
>
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] PrivacyManager not Working

2005-01-24 Thread Keith O'Brien








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”.
  However, PrivacyManager executes and determines that the CallerID is present:

 

 “    -- CallerID Present: Skipping”

 

Anyone have an idea as to why this isn’t working?  Bug?

 

 

 

asterisk1*CLI> 

Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass:
NEW    

   Timestamp: 00011ms  SCall: 00335  DCall: 0
[66.234.228.170:4569]

   VERSION : 2

   CALLED NUMBER   : 7326556755

   CALLING NUMBER  : Unavailable    <**

   CALLING NAME    : Unavailable  <**

   LANGUAGE    : en

   USERNAME    : voicepulse-in-01

   FORMAT  : 4

   CAPABILITY  : 1086

   ADSICPE : 2

   DATE TIME   : 171511810

 

Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX
Subclass: AUTHREQ

   Timestamp: 00015ms  SCall: 1  DCall: 00335
[66.234.228.170:4569]

   AUTHMETHODS : 4

   CHALLENGE   : 123344711

   USERNAME    : voicepulse-in-01

 

Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: IAX
Subclass: AUTHREP

   Timestamp: 00049ms  SCall: 00335  DCall: 1
[66.234.228.170:4569]

   RSA RESULT  :
Sc+mxi0AL1JdD4Gh3s8Y5LJ13MrLm4DNNMDkCV2a5nSwuPx9djbCr2YmJO7eoxCbrP+077fdeMhpfXo

 

    -- Accepting AUTHENTICATED call from 66.234.228.170,
requested format = 4, actual format = 4

    -- Executing PrivacyManager("[EMAIL PROTECTED]:4569]/1",
"") in new stack

Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX
Subclass: ACCEPT 

   Timestamp: 00051ms  SCall: 1  DCall: 00335
[66.234.228.170:4569]

   FORMAT  : 4

 

    -- CallerID Present: Skipping      <**

    -- Executing
Dial("[EMAIL PROTECTED]:4569]/1",
"SIP/5001") in new stack

    -- Called 5001

 

Extensions.conf

===

 

exten => 7326556755,1,PrivacyManager

exten => 7326556755,2,DIAL(SIP/5001)

exten => 7326556755,3,Voicemail(u5001)

exten => 7326556755,4,Hangup

 

 

 






___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users