public boolean getBooleanParameter(String key, boolean defaultValue) {
   return callparameters.getBoolean(key, defaultValue);
 }
 public boolean getBooleanParameter(String key) {
   return callparameters.getBoolean(key);
 }