call: Rename property from "number" to "id"
The term number is not necessarily accurate when dealing with f.e. SIP.
This commit is contained in:
@@ -446,7 +446,7 @@ record_call (CallsRecordStore *self,
|
||||
|
||||
record = g_object_new (CALLS_TYPE_CALL_RECORD,
|
||||
"repository", self->repository,
|
||||
"target", calls_call_get_number (call),
|
||||
"target", calls_call_get_id (call),
|
||||
"inbound", calls_call_get_inbound (call),
|
||||
"protocol", calls_call_get_protocol (call),
|
||||
"start", start,
|
||||
|
||||
Reference in New Issue
Block a user