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

Reply via email to