Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Carlos Alvarez
On Mon, Jan 14, 2013 at 10:48 AM, A J Stiles wrote: > On Monday 14 January 2013, Carlos Alvarez wrote: > > So I'm not the only one who uses the monkeys as our place to send bad > calls > > to. > > I actually thought of using a sample from a well-known song by Australian > singer Kevin "Bloody" Wil

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread A J Stiles
On Monday 14 January 2013, Carlos Alvarez wrote: > So I'm not the only one who uses the monkeys as our place to send bad calls > to. I actually thought of using a sample from a well-known song by Australian singer Kevin "Bloody" Wilson, but decided that might be a bit *too* offensive. Besides

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Salaheddine Elharit
thanks all for your support and help a really appreciate it 2013/1/14 Carlos Alvarez > So I'm not the only one who uses the monkeys as our place to send bad > calls to. > > > -- > Sent from my iPhone > > On Jan 14, 2013, at 10:02 AM, A J Stiles > wrote: > > > On Monday 14 January 2013, Salahedd

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Danny Nicholas
AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] block one number in incoming calls So I'm not the only one who uses the monkeys as our place to send bad calls to. -- Sent from my iPhone On Jan 14, 2013, at 10:02 AM, A J Stiles wrote: > On Mond

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Carlos Alvarez
So I'm not the only one who uses the monkeys as our place to send bad calls to. -- Sent from my iPhone On Jan 14, 2013, at 10:02 AM, A J Stiles wrote: > On Monday 14 January 2013, Salaheddine Elharit wrote: >> i think i didn’t explain correctly may question >> >> i revive a lot of calls from

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread isrlgb
--Original Message-- From: Eric Wieling To: ישראל גוטליב To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] block one number in incoming calls Sent: Jan 14, 2013 6:58 PM No.  However you can do this: exten =>  _520xx/_0666XX,1,han

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread A J Stiles
On Monday 14 January 2013, Salaheddine Elharit wrote: > i think i didn’t explain correctly may question > > i revive a lot of calls from this number _0666XX and i wants to block > it to call my number 520xx . Use something like Exten => _520X./0666XX,1,Answer() Exten => _520X./0666XXX

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Danny Nicholas
iling List - Non-Commercial Discussion Subject: Re: [asterisk-users] block one number in incoming calls Can't we. Do this? exten =>  520xx/0666XX,1,hangup -Original Message- From: Salaheddine Elharit Sender: asterisk-users-boun...@lists.digium.com Date: Mon, 14 Jan 2013 16:

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Eric Wieling
ist - Non-Commercial Discussion Subject: Re: [asterisk-users] block one number in incoming calls Can't we. Do this? exten =>  520xx/0666XX,1,hangup -Original Message- From: Salaheddine Elharit Sender: asterisk-users-boun...@lists.digium.com Date: Mon, 14 Jan 2013 16:51:11 T

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread isrlgb
ing List - Non-Commercial Discussion Subject: Re: [asterisk-users] block one number in incoming calls -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Salaheddine Elharit
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 > > ** ** &g

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Kevin Larsen
Asterisk Users Mailing List - Non-Commercial Discussion , Date: 01/14/2013 10:51 AM Subject: Re: [asterisk-users] block one number in incoming calls Sent by:asterisk-users-boun...@lists.digium.com hi Zohair Raza thanks for your replay but this script will allow just this 0666XXxx

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Danny Nicholas
: [asterisk-users] block one number in incoming calls hi Zohair Raza thanks for your replay but this script will allow just this 0666XX to call my number 520xx what i want is block this number to call 520xx not allow it thank you exten => 520xx,1,NoOp(Caller

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Salaheddine Elharit
hi Zohair Raza thanks for your replay but this script will allow just this 0666XX to call my number 520xx what i want is block this number to call 520xx not allow it thank you exten => 520xx,1,NoOp(Caller-ID: ${CALLERID(all)}) exten => 520xx,2,GotoIf($["${CALLERID(num)}" =

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Salaheddine Elharit
thanks danny i think i didn’t explain correctly may question i revive a lot of calls from this number _0666XX and i wants to block it to call my number 520xx . 2013/1/14 Danny Nicholas > Exten => _0666XX,1,answer() > > Exten => _0666XX,n,playback(tt-monkeys) > > E

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Geoff Lane
On Monday, January 14, 2013, Salaheddine Elharit wrote: > my problem i have a lot of calls coming from this number > (0666xx) and i want to block it. You can either create an extension to handle it, or you can use 1.4's blacklist feature to block calls from all unwanted numbers. Danny's deal

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Zohair Raza
erisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine Elharit > [salah.elharit...@gmail.com] > *Sent:* Monday, January 14, 2013 10:33 AM > *To:* Asterisk Users List > > *Subject:* [asterisk-users] block one number in incoming calls > > Hello list > > > > could you please

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Kevin Larsen
ath like normal. Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208 From: "Danny Nicholas" To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" , Date: 01/14/2013 09:39 AM Subject:Re: [asterisk-users] block one number

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Michelle Dupuis
n Behalf Of Salaheddine Elharit [salah.elharit...@gmail.com] Sent: Monday, January 14, 2013 10:33 AM To: Asterisk Users List Subject: [asterisk-users] block one number in incoming calls Hello list could you please help me about one question. i have asterisk 1.4 installed, i configure the inbound

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Danny Nicholas
sers-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine Elharit Sent: Monday, January 14, 2013 9:34 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] block one number in incoming calls Hello list could you please help me

[asterisk-users] block one number in incoming calls

2013-01-14 Thread Salaheddine Elharit
Hello list could you please help me about one question. i have asterisk 1.4 installed, i configure the inbound call in my asterisk like below. exten => 520xx,1,Dial(SIP/224, 30). when the customer call my number (520xx) the sip phone 224 works without issue my problem i hav