ASP (Application Service Provider) options

Should the agent be able to move tickets into queue which it isn't member of the group (Helpfully if you use OTRS in ASP (Application Service Provider) mode).

Example 13-10. Kernel/Config.pm - ChangeOwnerToEveryone

[...]
    # ChangeOwnerToEveryone -> useful for ASP
    # (Possible to change owner of ticket ot everyone) [0|1]
    $Self->{ChangeOwnerToEveryone} = 0;
[...]