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

@@ -102,8 +102,6 @@ CallsDummyCall *
calls_dummy_call_new (const gchar *id,
gboolean inbound)
{
g_return_val_if_fail (id != NULL, NULL);
return g_object_new (CALLS_TYPE_DUMMY_CALL,
"id", id,
"inbound", inbound,