Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
cd14f216
Commit
cd14f216
authored
Apr 28, 2013
by
jehan
Browse files
make sure presence dialog ref op
parent
86ba23e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
coreapi/bellesip_sal/sal_op_presence.c
coreapi/bellesip_sal/sal_op_presence.c
+2
-0
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/bellesip_sal/sal_op_presence.c
View file @
cd14f216
...
...
@@ -493,9 +493,11 @@ static void presence_process_request_event(void *op_base, const belle_sip_reques
if
(
op
->
pending_server_trans
)
belle_sip_object_unref
(
op
->
pending_server_trans
);
op
->
pending_server_trans
=
server_transaction
;
if
(
!
op
->
dialog
)
{
op
->
dialog
=
belle_sip_provider_create_dialog
(
op
->
base
.
root
->
prov
,
BELLE_SIP_TRANSACTION
(
server_transaction
));
belle_sip_dialog_set_application_data
(
op
->
dialog
,
op
);
sal_op_ref
(
op
);
ms_message
(
"new incoming subscription from [%s] to [%s]"
,
sal_op_get_from
(
op
),
sal_op_get_to
(
op
));
}
dialog_state
=
belle_sip_dialog_get_state
(
op
->
dialog
);
...
...
mediastreamer2
@
2720ab1d
Subproject commit
3acaa7372423ffb0d18923e9e41e1076cec51905
Subproject commit
2720ab1d1568ced6f0bf63e454a35f340d8ace64
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment