Topic: Context select when doing scripts [Comments: 2]
ickmund

Thu, 06/03/2010 - 10:57 | Context select when doing scripts

It would be very nice to have a selection of contexts when adding arguments to a script. A good example is a DISA call-through, as DISA takes the context to call out from, not the trunk.

Or maybe I'm way off here and shouldn't use DISA at all? The dialout-base script does a lot of things, will I be missing out on something if I simple pass the call to the unrestricted context via DISA?

Cheers,
Magnus

eeman

Thu, 06/03/2010 - 22:22 | you merely need to know

you merely need to know from-inside${TL_DASH}${tenant} and
from-inside-redir-${TL_DASH}${tenant}

why do you need a pre-provided list?

and yes DISA is a insecure beast that is best controlled heavily. I use VMAuthenticate() and Log() in my scripts so that I have a detailed account of whose password was used and a timestamp.

Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com

ickmund

Mon, 06/07/2010 - 08:41 | Thanks again Erik, you are of

Thanks again Erik, you are of course right, I'm asking all the wrong questions here. I simply need to study up on the internals.