Displaying 2 results from an estimated 2 matches for "_0011".
Did you mean:
0011
2005 Jun 11
0
Help with denighing access to certain numbers byCallerID
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@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Jam...
2005 Jun 11
0
Help with denighing access to certain numbersbyCallerID
...users-bounces@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@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Ja...