[Asterisk-Users] Caller ID Block (*67)

Colin Anderson ColinA at landmarkmasterbuilder.com
Tue Nov 29 09:15:15 MST 2005


Assuming AMP style contexts:

PRI:

[from-internal]
exten => *67,1,SetCallerID( )
exten => *67,2,SetCallerIDName( )
exten => *67,3,SetCallerIDNum( )
exten => *67,4,Playback(YourCustomPromptStar67IsEnabled)
exten => *67,5,DISA(no-password|from-internal)

POTS:

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

Untested, but don't see why it shouldn't work hth


-----Original Message-----
From: Kerry Garrison [mailto:support at techdatapros.com]
Sent: Tuesday, November 29, 2005 8:58 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] Caller ID Block (*67)

Client wants to use a *67 feature to block caller id on next call. In the
Wiki I have seen references to this being available but I haven't see any
code to actually make it work. Does anyone have a quick solution for
implementing this type of function?
-Kerry


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list