Reverse the 3:4 and you will have the desired effect.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@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.elharit...@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 <da...@debsinc.com>

Exten => _0666XXXXXX,1,answer()

Exten => _0666XXXXXX,n,playback(tt-monkeys)

Exten => _0666XXXXXX,n,hangup()

 

 

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to