Merge "add feature flag to fix stuck imcoming call" into main
diff --git a/flags/ims.aconfig b/flags/ims.aconfig
index b41ef4d..4f06049 100644
--- a/flags/ims.aconfig
+++ b/flags/ims.aconfig
@@ -5,4 +5,11 @@
     namespace: "telephony"
     description: "This flag controls Conference’s hold & unHold operation changed to send a message"
     bug:"288002989"
+}
+
+flag {
+    name: "ignore_already_terminated_incoming_call_before_registering_listener"
+    namespace: "telephony"
+    description: "This flag ignores the incoming call by throwing an exception if the call was already terminated before the framework registers the listener for the incoming call"
+    bug:"289461637"
 }
\ No newline at end of file