Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TrixBox Made Easy

You're reading from   TrixBox Made Easy A step-by-step guide to installing and running your home and office VoIP system

Arrow left icon
Product type Paperback
Published in Oct 2006
Publisher Packt
ISBN-13 9781904811930
Length 168 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Caller-ID Blocking


If we are using PSTN circuits and want to be able to block caller-id, this simple script can be used to send the *67 code to the phone line:

exten => *67,1,Dial(ZAP/1/*67 )
exten => *67,2,Wait(3)
exten => *67,3,SoftHangup(ZAP/1)
exten => *67,5,DISA(no-password|from-internal)

Note

Caller-ID Blocking

*67 is the code used in the US to prevent the caller-id being displayed. In countries other than the US, this might differ. For example, in the UK we should dial the numbers 141. We should check that our providers offer this option and that we have the correct code.

If we read through the code, we can see that the script dials *67 through the first available PSTN line, performs a soft hang-up, which doesn't actually release the line, and then returns back a dial tone that will enable us to dial out to the number we want to call.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image