Hi Llandry
second case....
You've got us, it won't do that "out of the box" but it can be done easily enough. The agi drives a generated context in extensions called defaultOpenGreet. It looks like this..
[defaultOpenGreet]
include => extensions
include => internal-presets
include => conferences
exten => s,1,Background(if-u-know-ext-dial)
exten => s,2,Background(otherwise)
exten => s,3,Background(pls-hold-while-try)
exten => s,4,Background(silence/3)
exten => s,5,Goto(defaultOpenGreet,t,1)
exten => t,1,Goto(extensions,${SYSOP},1) ;to operator
exten => t,2,Hangup
exten => i,1,Background(invalid)
exten => i,2,Goto(defaultOpenGreet,s,4)
As you can see, it defaults to the operator extension (${SYSOP}). You can simply copy this into a custom app and then drive the app from your inbound trunk. In your custom app you can change the ${SYSOP} outcome to whatever you like. Alternatively, you can just set the operator extension in Globals to the extension you want to drive (including a ring group).
Sorted
Best
S