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@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
I will install it and test it. Thanks. -Kerry -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Colin Anderson Sent: Tuesday, November 29, 2005 8:15 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Caller ID Block (*67) 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@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 _______________________________________________ --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
Could you just use a different start number? 9 to dial out. 8 to dial out with blocked callerID. Then just preface the callerID block code for the Telco. -- -- Steven May you have the peace and freedom that come from abandoning all hope of having a better past. --- - --- - - - - - - - -- - - - --- - ------ - - --- - - -- - - - -- - - - "Colin Anderson" <ColinA@landmarkmasterbuilder.com> wrote in message news:E251506D3758AA4882130317D52ACD3206DD44@land-edm-hs2.landmarkhomes.net...> 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@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 > _______________________________________________ > --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 >
Actually, why not: exten => *67XXXXXXX,1, ....{etc} -----Original Message----- From: Steven [mailto:asterisk@tescogroup.com] Sent: Tuesday, November 29, 2005 9:45 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Re: Caller ID Block (*67) Could you just use a different start number? 9 to dial out. 8 to dial out with blocked callerID. Then just preface the callerID block code for the Telco. -- -- Steven May you have the peace and freedom that come from abandoning all hope of having a better past. --- - --- - - - - - - - -- - - - --- - ------ - - --- - - -- - - - -- - - - "Colin Anderson" <ColinA@landmarkmasterbuilder.com> wrote in message news:E251506D3758AA4882130317D52ACD3206DD44@land-edm-hs2.landmarkhomes.net.. .> 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@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 > _______________________________________________ > --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 >_______________________________________________ --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