FUNCTION ADD

    Usage: FUNCTION <CallOutName> ADD <FileName>.<Extension>

    Callouts are functions in your code that CR can call. Callouts must be configured in CR.

    Example:
    /as function AuthenticateUser add myauth.so


    FUNCTION DEL

    Usage: FUNCTION <CallOutName> DEL

    Removes the specifid CallOut

    Example:
    /as function AuthenticateUser del