[Asterisk-Users] Help with denighing access to certain numbersbyCallerID

James Bean james at hdcs.com.au
Sat Jun 11 16:27:09 MST 2005


Sounds like what I had in mind, could you point me in the right
direction to an example of agi scripts that might do this :-). I'm not
well versed in the ways of the AGI and would flounder significantly.

James

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rob Thomas
Sent: Sunday, 12 June 2005 8:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Help with denighing access to certain
numbersbyCallerID

I would think the easiest way is to use an AGI..

exten => _001162.,Dial(Zap/g1/${EXTEN}/tT); (Anyone can call NZ) exten
=> _0011.,Exec(checkperms);

checkperms.agi would then match against a list.

--Rob


> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- 
> bounces at lists.digium.com] On Behalf Of James Bean
> Sent: Sunday, June 12, 2005 8:40 AM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Help with denighing access to certain
numbers
> byCallerID
> 
> 
> Hi,
> 
> Asterisk 1.0.7
> TE405P - Port 1 - ISDN30 telco
>        - Port 4 - Primary Rate connection to Phone system
> 
> The system has a mixture of 20+ sip phones and the 50 odd extensions
on
> the phone system connected to Port 4.
> 
> What I want to accomplish is to be able to denigh access to certain 
> outgoing phone calls by the extension/callerid the call originated
from.
> 
> i.e. Only certain sip and telephone extensions from the phone system
can
> dial 0011 (international) numbers, and well I already have the
porn/pay
> per call 1902 calls blocked already.
> 
> The difficulty I am having is a problem with being able to block by
the
> callerid from the phone system calls, I get the callerid from the 
> incoming extension no problems but blocking certain numbers by it is
the
> problem.
> 
> I can only really see 2 ways to do it, and it's a little above me and
I
> was hoping someone has done it and I can get a copy of what they did
:-
> 1. Some sort of api or script in the checks the callerid against an 
> authorised list.
> 2. setup up the restricted numbers can only be used with a secret
code,
> when the number is dialed it prompts the users to punch in an access 
> code to allow the call.
> 
> Any suggestions, anyone already done it can throw me an example, 
> hopefully trying to avoid several pages of allows for the people who
can
> uses those numbers.
> 
> James
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list