rename should_handle_call_id into (inverted) already_handled
[sfa.git] / sfa / managers / aggregate_manager_vini.py
index e16d201..72ff27f 100644 (file)
@@ -90,7 +90,7 @@ def create_slice(api, xrn, creds, xml, users):
     return True
 
 def get_rspec(api, creds, options,call_id):
-    if not Callids().should_handle_call_id(call_id): return ""
+    if Callids().already_handled(call_id): return ""
     # get slice's hrn from options
     xrn = options.get('geni_slice_urn', '')
     hrn, type = urn_to_hrn(xrn)