Dear Dieter Wilhelm,
I do not know a way to change the standard properties for a #+CALL construct.
However, we recently discussed a problems with tables and source code calls.
Sebastien pointed to the following variables.
org-babel-default-header-args
((:session . "none")
(:results . "replace") (:exports . "code") (:cache . "no") (:noweb .
"no") (:hlines . "no") (:tangle . "no") (:padnewline . "yes"))
org-babel-default-lob-header-args ((:exports . "results"))
org-babel-default-inline-header-args ((:session . "none")(:results . "replace")(:exports . "results"))