dummy-provider: Add new anonymous incoming call on SIGUSR2

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-17 10:53:14 +01:00
parent 79875cb64e
commit 3ac8cc1580
3 changed files with 22 additions and 3 deletions

View File

@@ -296,7 +296,6 @@ void
calls_dummy_origin_create_inbound (CallsDummyOrigin *self,
const gchar *number)
{
g_return_if_fail (number != NULL);
g_return_if_fail (CALLS_IS_DUMMY_ORIGIN (self));
add_call (self, number, TRUE);