[Asterisk-Users] block caller id

Bill Petrisko billp at wjp.net
Sat Nov 20 18:09:03 MST 2004


> I have a PRI card. How do I block a caller id sent out to PSTN from a SIP
> client? I add a remote-party-id field "privacy=full" but still get caller id
> on a PSTN phone.

I have used the following successfully:

[dialout-local]
exten => _*67.,1,NoOp,${EXTEN}
exten => _*67.,2,CallingPres(35)	; 32 also works
exten => _*67.,3,Goto(dialout-local,${EXTEN:3},1)
(.... other dialout matches to send call to zap)

However with my telco, the PSTN user still sees the caller id
name, but the number is given as "private number"

bill




More information about the asterisk-users mailing list