[Asterisk-Users] PrivacyManager & CallerID not passing
    Patrick 
    asterisk at puzzled.xs4all.nl
       
    Mon Jan  9 08:52:17 MST 2006
    
    
  
Hi all,
Please see the dialplan snippet below. Any hint why it does not pass the
correctly entered 10 digit number as calleridnum on to the SIP phone?
The SIP phone always shows "Unknown".
exten => s,1,PrivacyManager(1,10)
exten => s,n,GotoIf($["${PRIVACYMGRSTATUS}" =
"SUCCESS"]?privok:privfailed)
exten => s,n(privok),NoOp(CallerIDnum: ${CALLERIDNUM})
exten => s,n,Dial(SIP/9000,20)
exten => s,n,Voicemail(u9000)
exten => s,n(privfailed),Hangup()
Thanks and regards,
Patrick
    
    
More information about the asterisk-users
mailing list