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
external
sofia-sip
Commits
b77baf04
Commit
b77baf04
authored
Nov 21, 2006
by
Pekka Pessi
Browse files
nua/test_call_hold.c: removed warning
darcs-hash:20061121081931-65a35-dd46f85eac627bd0011c10d60e74ce16ee067ed8.gz
parent
28bae9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nua/test_call_hold.c
View file @
b77baf04
...
...
@@ -624,7 +624,6 @@ int test_reinvite(struct context *ctx)
struct
endpoint
*
a
=
&
ctx
->
a
,
*
b
=
&
ctx
->
b
;
struct
call
*
a_call
=
a
->
call
,
*
b_call
=
b
->
call
;
struct
event
*
e
;
if
(
print_headings
)
printf
(
"TEST NUA-7.7: Test re-INVITE and BYE
\n
"
);
...
...
@@ -670,6 +669,8 @@ int test_reinvite(struct context *ctx)
run_ab_until
(
ctx
,
-
1
,
ringing_until_terminated
,
-
1
,
bye_when_ringing
);
#if notyet
struct
event
*
e
;
/* XXX - check events later - now we are happy that calls get terminated */
/* Client events:
READY -(C1)-> CALLING: nua_invite(), nua_i_state
...
...
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