I’m trying to add DISA into my phone system and so far so I have something like this:
[incoming-calls]
exten=>in,1,Playback(welcome)
exten=>in,2,DISA(no-password, local-calls)
[local-calls]
exten=>100,1,Dial(SIP/phone1)
exten=>101,1,Dial(SIP/phone2)
It works fine, but I’ve heard that’s not safety solution so here are my questions:
Why is this not safety? I’m allowing only to making local calls with DISA so there shouldn’t be any way to dial out external number.
What should I do to make it more safety? I don’t want to require any password, everyone who is calling to me should be able to use DISA.