[asterisk-users] block one number in incoming calls
Danny Nicholas
danny at debsinc.com
Mon Jan 14 10:52:35 CST 2013
Reverse the 3:4 and you will have the desired effect.
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Salaheddine
Elharit
Sent: Monday, January 14, 2013 10:51 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] block one number in incoming calls
hi Zohair Raza
thanks for your replay but this script will allow just this 0666XXxxxx to
call my number 520xxxxxx what i want is block this number to call 520xxxxxx
not allow it
thank you
exten => 520xxxxxx,1,NoOp(Caller-ID: ${CALLERID(all)})
exten => 520xxxxxx,2,GotoIf($["${CALLERID(num)}" = "0666XXxxxx" ]?3:4)
exten => 520xxxxxx,3,Dial(SIP/224, 30)
exten => 520xxxxxx,4,hangup
2013/1/14 Salaheddine Elharit <salah.elharit200 at gmail.com>
thanks danny
i think i didn't explain correctly may question
i revive a lot of calls from this number _0666XXXXXX and i wants to block it
to call my number 520xxxxxx .
2013/1/14 Danny Nicholas <danny at debsinc.com>
Exten => _0666XXXXXX,1,answer()
Exten => _0666XXXXXX,n,playback(tt-monkeys)
Exten => _0666XXXXXX,n,hangup()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130114/1416afa7/attachment.htm>
More information about the asterisk-users
mailing list