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: 00000 [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: 00001  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: 00001 [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: 00001  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
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to