> 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

_______________________________________________
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