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
0a3962f7
Commit
0a3962f7
authored
May 25, 2006
by
Pekka Pessi
Browse files
test_nua.c: added test for NUTAG_ONLY183_100REL(0).
darcs-hash:20060524215512-65a35-c791019dc8c44375b8b47dfad0d031bb0ff4e3fa.gz
parent
1c070d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nua/test_nua.c
View file @
0a3962f7
...
...
@@ -5330,6 +5330,8 @@ int test_100rel(struct context *ctx)
|<-------200---------|
| |
|<-------180---------|
|-------PRACK------->|
|<-------200---------|
| |
|<------200 OK-------|
|--------ACK-------->|
...
...
@@ -5350,7 +5352,7 @@ int test_100rel(struct context *ctx)
run_a_until
(
ctx
,
nua_r_set_params
,
until_final_response
);
nua_set_params
(
ctx
->
b
.
nua
,
NUTAG_EARLY_MEDIA
(
1
),
NUTAG_EARLY_MEDIA
(
0
),
SIPTAG_SUPPORTED_STR
(
"100rel, precondition"
),
TAG_END
());
run_b_until
(
ctx
,
nua_r_set_params
,
until_final_response
);
...
...
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