On Sat, 4 Jun 2016, Frank Vanoni wrote:

Another possible approach to blacklist two (or more) specific callers
(098765432 and 012345678 as example)

exten => _+x.,1,Gosub(blacklist,s,1)
exten => _+x.,n,....
exten => black,1,playback(tt-monkeys)

In blacklist.conf

exten => s/098765432,1,Goto(black,1)
exten => s/012345678,1,Goto(black,1)

Using a 'goto' to exit from a gosub is a bad idea. A better idea would be to set a channel variable and check it's value after the return, in the calling context.

Also, can a 'goto' in a subroutine reference an extension in the calling context? Seems weird, but 'dialplan' is a weird language :)

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
            https://www.linkedin.com/in/steve-edwards-4244281

--
_____________________________________________________________________
-- 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