Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
ecdcbb69
Commit
ecdcbb69
authored
Oct 14, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated soa_get_local_sdp() API.
darcs-hash:20051014104607-65a35-6125c4d3e520d9e83aaba691e59f8ca19340aa88.gz
parent
fe0b3a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libsofia-sip-ua/nua/nua_stack.c
libsofia-sip-ua/nua/nua_stack.c
+2
-2
No files found.
libsofia-sip-ua/nua/nua_stack.c
View file @
ecdcbb69
...
...
@@ -1954,7 +1954,7 @@ int session_include_description(nua_handle_t *nh,
if
(
!
nh
->
nh_soa
)
return
0
;
if
(
soa_get_local_sdp
(
nh
->
nh_soa
,
&
sdp
,
&
len
)
<
0
)
if
(
soa_get_local_sdp
(
nh
->
nh_soa
,
0
,
&
sdp
,
&
len
)
<
0
)
return
-
1
;
pl
=
sip_payload_create
(
home
,
sdp
,
len
);
...
...
@@ -1983,7 +1983,7 @@ int session_make_description(nua_handle_t *nh,
if
(
!
nh
->
nh_soa
)
return
0
;
if
(
soa_get_local_sdp
(
nh
->
nh_soa
,
&
sdp
,
&
len
)
<
0
)
if
(
soa_get_local_sdp
(
nh
->
nh_soa
,
0
,
&
sdp
,
&
len
)
<
0
)
return
-
1
;
*
return_pl
=
sip_payload_create
(
home
,
sdp
,
len
);
...
...
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