sip: call: Remove unnecessary code
The call state depending on whether a call is inbound or not is handled in the constructed() method of the CallsCall base class.
This commit is contained in:
@@ -361,7 +361,6 @@ calls_sip_call_new (const gchar *id,
|
||||
"nua-handle", handle,
|
||||
"id", id,
|
||||
"inbound", inbound,
|
||||
"state", inbound ? CALLS_CALL_STATE_INCOMING : CALLS_CALL_STATE_DIALING,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user