mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
5e81b98eba
Mon Sep 17 14:50:04 EDT 2007 Pekka.Pessi@nokia.com * sofia-sip/sip_util.h: updated documentation Mon Sep 17 14:50:18 EDT 2007 Pekka.Pessi@nokia.com * sofia-sip/tport_tag.h: updated documentation Mon Sep 17 14:50:28 EDT 2007 Pekka.Pessi@nokia.com * soa_tag.c: updated documentation Wed Sep 19 12:50:01 EDT 2007 Pekka.Pessi@nokia.com * msg: updated documentation Wed Sep 19 13:29:50 EDT 2007 Pekka.Pessi@nokia.com * url: updated documentation Wed Sep 19 13:32:14 EDT 2007 Pekka.Pessi@nokia.com * nth: updated documentation Wed Sep 19 13:32:27 EDT 2007 Pekka.Pessi@nokia.com * nea: updated documentation Wed Sep 19 13:33:36 EDT 2007 Pekka.Pessi@nokia.com * http: updated documentation Wed Sep 19 13:36:58 EDT 2007 Pekka.Pessi@nokia.com * bnf: updated documentation Wed Sep 19 13:38:58 EDT 2007 Pekka.Pessi@nokia.com * nua: updated nua_stack_init_handle() prototype Wed Sep 19 18:45:56 EDT 2007 Pekka.Pessi@nokia.com * sip: added sip_name_addr_xtra(), sip_name_addr_dup() Wed Sep 19 19:00:19 EDT 2007 Pekka.Pessi@nokia.com * sip_basic.c: cleaned old crud Thu Sep 20 13:34:04 EDT 2007 Pekka.Pessi@nokia.com * iptsec: updated documentation Thu Sep 20 13:36:22 EDT 2007 Pekka.Pessi@nokia.com * tport: updated documentation Thu Sep 20 13:36:56 EDT 2007 Pekka.Pessi@nokia.com * su: updated documentation Removed internal files from doxygen-generated documentation. Thu Sep 20 13:38:29 EDT 2007 Pekka.Pessi@nokia.com * soa: fixed documentation Thu Sep 20 13:39:56 EDT 2007 Pekka.Pessi@nokia.com * sdp: updated documentation Thu Sep 20 13:40:16 EDT 2007 Pekka.Pessi@nokia.com * ipt: updated documentation Thu Sep 20 14:24:20 EDT 2007 Pekka.Pessi@nokia.com * nta: updated documentation Thu Sep 20 14:41:04 EDT 2007 Pekka.Pessi@nokia.com * nua: updated documentation Updated tag documentation. Moved doxygen doc entries from sofia-sip/nua_tag.h to nua_tag.c. Removed internal datatypes and files from the generated documents. Wed Sep 19 13:34:20 EDT 2007 Pekka.Pessi@nokia.com * docs: updated the generation of documentation. Updated links to header files. Thu Sep 20 08:45:32 EDT 2007 Pekka.Pessi@nokia.com * sip/Makefile.am: added tags to <sofia-sip/sip_extra.h> Added check for extra tags in torture_sip.c. Thu Sep 20 14:45:22 EDT 2007 Pekka.Pessi@nokia.com * stun: updated documentation Wed Jul 4 18:55:20 EDT 2007 Pekka.Pessi@nokia.com * torture_heap.c: added tests for ##sort() and su_smoothsort() Wed Jul 4 18:56:59 EDT 2007 Pekka.Pessi@nokia.com * Makefile.am: added smoothsort.c Fri Jul 13 12:38:44 EDT 2007 Pekka.Pessi@nokia.com * sofia-sip/heap.h: heap_remove() now set()s index to 0 on removed item Mon Jul 23 11:14:22 EDT 2007 Pekka.Pessi@nokia.com * sofia-sip/heap.h: fixed bug in heap##remove() If left kid was in heap but right was not, left kid was ignored. Wed Jul 4 18:51:08 EDT 2007 Pekka.Pessi@nokia.com * smoothsort.c: added Wed Jul 4 18:51:34 EDT 2007 Pekka.Pessi@nokia.com * heap.h: using su_smoothsort() Fri Jul 6 10:20:27 EDT 2007 Pekka.Pessi@nokia.com * smoothsort.c: added Wed Sep 19 17:40:30 EDT 2007 Pekka.Pessi@nokia.com * msg_parser.awk: generate two parser tables, default and extended Wed Sep 19 18:39:45 EDT 2007 Pekka.Pessi@nokia.com * msg_parser.awk: just generate list of extra headers Allocate extended parser dynamically. Wed Sep 19 18:59:59 EDT 2007 Pekka.Pessi@nokia.com * sip: added Remote-Party-ID, P-Asserted-Identity, P-Preferred-Identity Added functions sip_update_default_mclass() and sip_extend_mclass() for handling the extended parser. Note that Reply-To and Alert-Info are only available with the extended parser. Wed Sep 19 19:05:44 EDT 2007 Pekka.Pessi@nokia.com * RELEASE: updated Thu Sep 20 13:38:59 EDT 2007 Pekka.Pessi@nokia.com * sip: updated documentation Thu Sep 20 14:17:28 EDT 2007 Pekka.Pessi@nokia.com * docs/conformance.docs: updated Mon Oct 1 10:11:14 EDT 2007 Pekka.Pessi@nokia.com * tport_tag.c: re-enabled tptag_trusted Thu Oct 4 09:21:07 EDT 2007 Pekka.Pessi@nokia.com * su_osx_runloop.c: moved virtual function table after struct definition Preparing for su_port_vtable_t refactoring. Thu Oct 4 10:22:03 EDT 2007 Pekka.Pessi@nokia.com * su_source.c: refactored initialization/deinitialization Fri Oct 5 04:58:18 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * sip_extra.c: fixed prototypes with isize_t Fri Oct 5 04:58:45 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * test_nta_api.c: removed warnings about signedness Fri Oct 5 04:59:02 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * test_nua_params.c: removed warnings about constness Fri Oct 5 07:20:26 EDT 2007 Pekka Pessi <first.lastname@nokia.com> * su_port.h, su_root.c: cleaned argument checking The su_root_*() and su_port_*() functions now check their arguments once and do not assert() with NULL arguments. The sur_task->sut_port should always be valid while su_root_t is alive. Fri Oct 5 07:22:09 EDT 2007 Pekka Pessi <first.lastname@nokia.com> * su: added su_root_obtain(), su_root_release() and su_root_has_thread() When root is created with su_root_create() or cloned with su_clone_start(), the resulting root is obtained by the calling or created thread, respectively. The root can be released with su_root_release() and another thread can obtain it. The function su_root_has_thread() can be used to check if a thread has obtained or released the root. Implementation upgraded the su_port_own_thread() method as su_port_thread(). Fri Oct 5 07:28:10 EDT 2007 Pekka Pessi <first.lastname@nokia.com> * su_port.h: removed su_port_threadsafe() and su_port_yield() methods su_port_wait_events() replaces su_port_yield(). Fri Oct 5 13:26:04 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * msg_parser.awk: not extending header structure unless needed. Removed gawk-ish /* comments */. Fri Oct 5 14:32:25 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * run_test_su: removed GNUisms Fri Oct 5 14:32:47 EDT 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * Makefile.am: removed implicit check target test_urlmap Fri Oct 5 14:22:32 EDT 2007 Pekka Pessi <first.lastname@nokia.com> * torture_sresolv.c: use CLOCK_REALTIME if no CLOCK_PROCESS_CPUTIME_ID available Casting timespec tv_sec to unsigned long. Fri Oct * nua_s added handling nua_prack() Thanks to Fabio Margarido for the patch. Mon Oct 8 10:24:35 EDT 2007 Pekka.Pessi@nokia.com * test_nua: added test for sf.net bug #1803686 Mon Oct 8 08:15:23 EDT 2007 Pekka.Pessi@nokia.com * RELEASE: updated. Mon Oct 8 09:30:36 EDT 2007 Pekka.Pessi@nokia.com * nua_stack: added handling nua_prack() Thanks to Fabio Margarido for the patch. Mon Oct 8 10:24:35 EDT 2007 Pekka.Pessi@nokia.com * test_nua: added test for sf.net bug #1803686 Mon Oct 8 10:26:31 EDT 2007 Pekka.Pessi@nokia.com * nua: added test for nua_prack() (sf.net bug #1804248) Avoid sending nua_i_state after nua_prack() if no SDP O/A is happening, too. Mon Oct 8 10:32:04 EDT 2007 Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * su_source.c: don t leak the wait arrays Mon Oct 8 10:37:11 EDT 2007 Pekka.Pessi@nokia.com * RELEASE: updated Wed Oct 10 11:55:21 EDT 2007 Pekka.Pessi@nokia.com * sip_parser.c: silenced warning about extra const in sip_extend_mclass() Wed Oct 10 11:57:08 EDT 2007 Pekka.Pessi@nokia.com * nta_tag.c: updated tag documentation Wed Oct 10 13:16:40 EDT 2007 Pekka.Pessi@nokia.com * nua: fix logging crash if outbound used with application contact Silenced warnings. Wed Oct 10 13:30:45 EDT 2007 Pekka.Pessi@nokia.com * msg_parser.awk: removed extra "const" Wed Oct 10 13:31:45 EDT 2007 Pekka.Pessi@nokia.com * Makefile.am's: fixed distclean of documentation git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5840 d0543943-73ff-0310-b7d9-9358b9ac24b2
2141 lines
66 KiB
C
2141 lines
66 KiB
C
/*
|
|
* This file is part of the Sofia-SIP package
|
|
*
|
|
* Copyright (C) 2005 Nokia Corporation.
|
|
*
|
|
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public License
|
|
* as published by the Free Software Foundation; either version 2.1 of
|
|
* the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
|
* 02110-1301 USA
|
|
*
|
|
*/
|
|
|
|
/**@CFILE test_nua_100rel.c
|
|
* @brief NUA-10 tests: early session, PRACK, UPDATE, precondition.
|
|
*
|
|
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
|
|
* @author Martti Mela <Martti.Mela@nokia.com>
|
|
*
|
|
* @date Created: Wed Aug 17 12:12:12 EEST 2005 ppessi
|
|
*/
|
|
|
|
#include "config.h"
|
|
|
|
#include "test_nua.h"
|
|
#include <sofia-sip/auth_common.h>
|
|
#include <sofia-sip/su_tag_class.h>
|
|
|
|
#if HAVE_FUNC
|
|
#elif HAVE_FUNCTION
|
|
#define __func__ __FUNCTION__
|
|
#else
|
|
#define __func__ "test_call_hold"
|
|
#endif
|
|
|
|
/* ======================================================================== */
|
|
|
|
/*
|
|
X accept_pracked ep
|
|
|-------INVITE------>|
|
|
| (sdp) |
|
|
| |
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------180---------|
|
|
| (sdp) |
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
*/
|
|
int accept_pracked(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (event) {
|
|
case nua_i_prack:
|
|
if (200 <= status && status < 300) {
|
|
RESPOND(ep, call, nh, SIP_200_OK, TAG_END());
|
|
ep->next_condition = until_ready;
|
|
}
|
|
default:
|
|
break;
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_180_RINGING,
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
int accept_pracked2(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_180_RINGING,
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
RESPOND(ep, call, nh, SIP_200_OK,
|
|
NUTAG_INCLUDE_EXTRA_SDP(1),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
int test_180rel(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *ep, *ei;
|
|
sip_t *sip;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.1: Call with 100rel and 180\n");
|
|
|
|
/* Test for 100rel:
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|<-------BYE---------|
|
|
|-------200 OK-------|
|
|
| |
|
|
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_SESSION_TIMER(180),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, until_ready, -1, accept_pracked2);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
if (!ep) {
|
|
run_a_until(ctx, -1, save_until_final_response);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
}
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
TEST_1(sip->sip_content_type);
|
|
TEST_S(sip->sip_content_type->c_type, "application/sdp");
|
|
TEST_1(sip->sip_payload);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(!e->next || !ep->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* 180 is PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Respond with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.1: PASSED\n");
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.2: terminate call\n");
|
|
|
|
BYE(b, b_call, b_call->nh, TAG_END());
|
|
run_ab_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
/* B transitions:
|
|
READY --(T2)--> TERMINATING: nua_bye()
|
|
TERMINATING --(T3)--> TERMINATED: nua_r_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
/* A: READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state */
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.2: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
/*
|
|
X INVITE
|
|
| |
|
|
|-------INVITE------>|
|
|
|<--------200--------|
|
|
|---------ACK------->|
|
|
*/
|
|
int authenticate_until_ready(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
if (status == 401 || status == 407) {
|
|
AUTHENTICATE(ep, call, nh,
|
|
NUTAG_AUTH("Digest:\"test-proxy\":charlie:secret"),
|
|
TAG_END());
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
/** Test authentication for PRACK */
|
|
int test_prack_auth(struct context *ctx)
|
|
{
|
|
if (!ctx->proxy_tests)
|
|
return 0;
|
|
|
|
BEGIN();
|
|
|
|
struct endpoint *c = &ctx->c, *b = &ctx->b;
|
|
struct call *c_call = c->call, *b_call = b->call;
|
|
struct event *e, *ep, *ei;
|
|
sip_t *sip;
|
|
sip_proxy_authenticate_t *au;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.3: Call with 100rel, PRACK is challenged\n");
|
|
|
|
/* Test for authentication during 100rel
|
|
|
|
C B
|
|
|-------INVITE--\ |
|
|
|<-------407----/ |
|
|
| |
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK---\ |
|
|
|<-------407----/ |
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|<-------BYE---------|
|
|
|-------200 OK-------|
|
|
| |
|
|
|
|
*/
|
|
|
|
c_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->c.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
TAG_END());
|
|
run_c_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(c_call->nh = nua_handle(c->nua, c_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(c, c_call, c_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(c_call->sdp),
|
|
TAG_END());
|
|
|
|
run_bc_until(ctx, -1, accept_pracked, -1, authenticate_until_ready);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = c->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 407);
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
TEST_1(au = sip->sip_proxy_authenticate);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_prack);
|
|
if (e->data->e_status == 100 || e->data->e_status == 407) {
|
|
/* The final response to PRACK may be received after ACK is sent */
|
|
if (!event_by_type(e->next, nua_r_prack))
|
|
run_bc_until(ctx, -1, save_events, -1, save_until_final_response);
|
|
TEST_1(e = ep = event_by_type(e->next, nua_r_prack));
|
|
}
|
|
TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next || !ep->next);
|
|
free_events_in_list(ctx, c->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* 180 is PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Respond with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.3: PASSED\n");
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.4: terminate call\n");
|
|
|
|
BYE(b, b_call, b_call->nh, TAG_END());
|
|
run_bc_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
/* B transitions:
|
|
READY --(T2)--> TERMINATING: nua_bye()
|
|
TERMINATING --(T3)--> TERMINATED: nua_r_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
/* C: READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state */
|
|
TEST_1(e = c->events->head); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, c->events);
|
|
|
|
nua_handle_destroy(c_call->nh), c_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.1.4: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
/*
|
|
X ringing_pracked ep
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
*/
|
|
int ringing_pracked(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (event) {
|
|
case nua_i_prack:
|
|
if (200 <= status && status < 300) {
|
|
RESPOND(ep, call, nh, SIP_180_RINGING, TAG_END());
|
|
ep->next_condition = accept_pracked;
|
|
}
|
|
default:
|
|
break;
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_183_SESSION_PROGRESS,
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
int respond_483_to_prack(CONDITION_PARAMS);
|
|
static int prack_100rel(CONDITION_PARAMS);
|
|
|
|
int test_183rel(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *ei, *ep;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.2.1: Call with 100rel, 183 and 180\n");
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, until_ready, -1, ringing_pracked);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 183);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next);
|
|
|
|
ep = e->data->e_event == nua_r_prack ? e : NULL;
|
|
|
|
if (ep) {
|
|
TEST(ep->data->e_status, 200); TEST_1(e = e->next);
|
|
}
|
|
|
|
TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
if (!ep) {
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
}
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
if (!ep) {
|
|
run_a_until(ctx, -1, save_until_final_response);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
}
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next || !ep->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 183 Session Progress */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 183);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* 183 is PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 180);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
/* 180 is PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Respond with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 200);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.2.1: PASSED\n");
|
|
|
|
/* Test for graceful termination by client because 483 sent to PRACK */
|
|
if (print_headings)
|
|
printf("TEST NUA-10.2.2: graceful termination because PRACK fails\n");
|
|
|
|
nua_set_hparams(a_call->nh, NUTAG_APPL_METHOD("PRACK"), TAG_END());
|
|
nua_set_hparams(b_call->nh, NUTAG_APPL_METHOD("PRACK"),
|
|
NUTAG_AUTOANSWER(0), TAG_END());
|
|
run_ab_until(ctx, nua_r_set_params, NULL, nua_r_set_params, NULL);
|
|
|
|
INVITE(a, a_call, a_call->nh, TAG_END());
|
|
|
|
run_ab_until(ctx, -1, prack_100rel, -1, respond_483_to_prack);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> TERMINATING: nua_r_invite, nua_i_state,
|
|
nua_r_prack, nua_i_state
|
|
TERMINATING -(T1)-> TERMINATED: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 183);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 483);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminating);
|
|
|
|
{
|
|
int bye = 1, cancel = 1, invite = 1;
|
|
|
|
while (bye || cancel || invite) {
|
|
TEST_1(e = e->next);
|
|
if (e->data->e_event == nua_r_bye) {
|
|
TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated);
|
|
bye = 0;
|
|
}
|
|
else if (e->data->e_event == nua_r_invite) {
|
|
TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 487);
|
|
invite = 0;
|
|
}
|
|
else if (e->data->e_event == nua_r_cancel) {
|
|
TEST_E(e->data->e_event, nua_r_cancel);
|
|
TEST_1(e->data->e_status == 200 || e->data->e_status == 481);
|
|
cancel = 0;
|
|
}
|
|
}
|
|
}
|
|
TEST_1(!e->next);
|
|
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state, nua_respond(to PRACK)
|
|
EARLY -(S3b)-> TERMINATED: nua_i_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 183 Session Progress */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 183);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* 183 is PRACKed, PRACK is responded with 483 */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
|
|
/* Client terminates the call
|
|
- we may (it is received before BYE) or may not (received after BYE)
|
|
get CANCEL request
|
|
*/
|
|
TEST_1(e = e->next);
|
|
if (e->data->e_event == nua_i_cancel) {
|
|
TEST_E(e->data->e_event, nua_i_cancel);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready);
|
|
TEST_1(e = e->next);
|
|
}
|
|
|
|
TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated);
|
|
TEST_1(!e->next);
|
|
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.2.2: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
static int prack_100rel(CONDITION_PARAMS)
|
|
{
|
|
if (!check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
if (event == nua_r_invite && 100 < status && status < 200 &&
|
|
sip_has_feature(sip->sip_require, "100rel")) {
|
|
sip_rack_t rack[1];
|
|
|
|
sip_rack_init(rack);
|
|
rack->ra_response = sip->sip_rseq->rs_response;
|
|
rack->ra_cseq = sip->sip_cseq->cs_seq;
|
|
rack->ra_method = sip->sip_cseq->cs_method;
|
|
rack->ra_method_name = sip->sip_cseq->cs_method_name;
|
|
|
|
nua_prack(nh, SIPTAG_RACK(rack), TAG_END());
|
|
}
|
|
|
|
return event == nua_i_state && callstate(tags) == nua_callstate_terminated;
|
|
}
|
|
|
|
int respond_483_to_prack(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
switch (event) {
|
|
case nua_i_prack:
|
|
if (status <= 200) {
|
|
RESPOND(ep, call, nh, 483, "Foo",
|
|
NUTAG_WITH_THIS(nua),
|
|
TAG_END());
|
|
}
|
|
default:
|
|
break;
|
|
}
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_183_SESSION_PROGRESS,
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
/*
|
|
X ringing_updated ep
|
|
|-------INVITE------>|
|
|
| (sdp) |
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
| (sdp) |
|
|
|-------PRACK------->|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
|-------UPDATE------>|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
<using acccept_pracked>
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
*/
|
|
int ringing_updated(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (event) {
|
|
case nua_i_update:
|
|
if (200 <= status && status < 300) {
|
|
RESPOND(ep, call, nh, SIP_180_RINGING, TAG_END());
|
|
ep->next_condition = accept_pracked;
|
|
}
|
|
return 0;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_183_SESSION_PROGRESS,
|
|
SIPTAG_REQUIRE_STR("100rel"),
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_early:
|
|
return 0;
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
int test_preconditions(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *ep, *ei;
|
|
sip_t *sip;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.3.1: Call with 100rel and preconditions\n");
|
|
|
|
/* Test for precondition:
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|-------UPDATE------>|
|
|
|<-------200---------|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|<-------BYE---------|
|
|
|-------200 OK-------|
|
|
| |
|
|
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition"),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(0),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition, timer"),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
SIPTAG_SUPPORTED_STR("100rel"),
|
|
SIPTAG_REQUIRE_STR("precondition"),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, until_ready, -1, ringing_updated);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state
|
|
PROCEEDING --> PROCEEDING: nua_r_prack, nua_i_state
|
|
PROCEEDING --> PROCEEDING: nua_r_update, nua_i_state
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 183);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(!is_answer_recv(e->data->e_tags));
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_update);
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_update);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
TEST_1(sip->sip_session_expires);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding); /* PROCEEDING */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
if (e == ep) /* invite was responded before update */
|
|
e = ep->next->next;
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
if (!ep) {
|
|
run_a_until(ctx, -1, save_until_final_response);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
}
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
/* Does not have effect on call state */
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
if (ctx->proxy_tests) {
|
|
TEST_1(sip->sip_session_expires);
|
|
TEST_S(sip->sip_session_expires->x_refresher, "uas");
|
|
TEST_1(!sip_has_supported(sip->sip_require, "timer"));
|
|
}
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next || !ep->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
EARLY --> EARLY: nua_i_prack, nua_i_state
|
|
EARLY --> EARLY: nua_i_update, nua_i_state
|
|
EARLY --> EARLY: nua_r_update, nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
|
|
/* Responded with 183 Session Progress */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 183);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_update);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
TEST_1(!is_answer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 180);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
/* 180 PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Responded with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 200);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.3.1: PASSED\n");
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.3.2: terminate call\n");
|
|
|
|
BYE(b, b_call, b_call->nh, TAG_END());
|
|
run_ab_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
/* B transitions:
|
|
READY --(T2)--> TERMINATING: nua_bye()
|
|
TERMINATING --(T3)--> TERMINATED: nua_r_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
/* A: READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state */
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.3.2: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
/*
|
|
X accept_updated ep
|
|
|-------INVITE------>|
|
|
| (sdp) |
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
| (sdp) |
|
|
|-------PRACK------->|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
|-------UPDATE------>|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
| |
|
|
|<-------180---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
*/
|
|
int accept_updated(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (event) {
|
|
case nua_i_update:
|
|
if (200 <= status && status < 300) {
|
|
RESPOND(ep, call, nh, SIP_180_RINGING, TAG_END());
|
|
}
|
|
return 0;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_183_SESSION_PROGRESS,
|
|
SIPTAG_REQUIRE_STR("100rel"),
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_early:
|
|
if (status == 180)
|
|
RESPOND(ep, call, nh, SIP_200_OK, TAG_END());
|
|
return 0;
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
int test_preconditions2(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *eu, *ei;
|
|
enum nua_callstate ustate, istate;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.4.1: Call with preconditions and non-100rel 180\n");
|
|
|
|
/* Test 100rel and preconditions with NUTAG_ONLY183_100REL(1):
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|-------UPDATE------>|
|
|
+------------------------+
|
|
| |<-------200---------| |
|
|
| | | |
|
|
| |<-------180---------| |
|
|
| | | |
|
|
| |<------200 OK-------| |
|
|
+------------------------+
|
|
|--------ACK-------->|
|
|
| |
|
|
|<-------BYE---------|
|
|
|-------200 OK-------|
|
|
| |
|
|
|
|
Note that the boxed responses above can be re-ordered
|
|
(180 or 200 OK to INVITE is received before 200 OK to UPDATE).
|
|
ACK, however, is sent only after 200 OK to both UPDATE and INVITE.
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition, timer"),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_ONLY183_100REL(1),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition, timer"),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
SIPTAG_SUPPORTED_STR("100rel"),
|
|
SIPTAG_REQUIRE_STR("precondition"),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, until_ready, -1, accept_updated);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 183);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
/* Offer is sent in PRACK */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
/* Send UPDATE */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(!is_answer_recv(e->data->e_tags));
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
/* The final response to the UPDATE and INVITE can be received in any order */
|
|
eu = event_by_type(e->next, nua_r_update);
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
|
|
TEST_1(e = eu); TEST_E(e->data->e_event, nua_r_update);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
ustate = callstate(e->data->e_tags);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding); /* PROCEEDING */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
/* Final response to INVITE */
|
|
TEST_1(ei = event_by_type(ei->next, nua_r_invite));
|
|
|
|
TEST_E(ei->data->e_event, nua_r_invite); TEST(ei->data->e_status, 200);
|
|
TEST_1(e = ei->next); TEST_E(e->data->e_event, nua_i_state);
|
|
istate = callstate(e->data->e_tags);
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
if (eu == e->next) {
|
|
/* 200 OK to UPDATE is received after 200 OK to INVITE */
|
|
TEST(ustate, nua_callstate_ready);
|
|
TEST(istate, nua_callstate_completing);
|
|
}
|
|
else {
|
|
/* 200 OK to UPDATE is received before 200 OK to INVITE */
|
|
TEST(ustate, nua_callstate_proceeding);
|
|
TEST(istate, nua_callstate_ready);
|
|
}
|
|
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
|
|
/* Responded with 183 Session Progress */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_update);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
/* Responded with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.4.1: PASSED\n");
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.4.2: terminate call\n");
|
|
|
|
BYE(b, b_call, b_call->nh, TAG_END());
|
|
run_ab_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
/* B transitions:
|
|
READY --(T2)--> TERMINATING: nua_bye()
|
|
TERMINATING --(T3)--> TERMINATED: nua_r_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
/* A: READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state */
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.4.2: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
/*
|
|
X ringing_updated2 ep
|
|
|-------INVITE------>|
|
|
| (sdp) |
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
| (sdp) |
|
|
|-------PRACK------->|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
|-------UPDATE------>|
|
|
| (sdp) |
|
|
|<-------200---------|
|
|
| (sdp) |
|
|
| |
|
|
|<------UPDATE-------|
|
|
| (sdp) |
|
|
|--------200-------->|
|
|
| (sdp) |
|
|
| |
|
|
<using acccept_pracked>
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
*/
|
|
int ringing_updated2(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
switch (event) {
|
|
case nua_i_update:
|
|
if (200 <= status && status < 300) {
|
|
UPDATE(ep, call, nh, TAG_END());
|
|
}
|
|
return 0;
|
|
case nua_r_update:
|
|
if (200 <= status && status < 300) {
|
|
RESPOND(ep, call, nh, SIP_180_RINGING,
|
|
SIPTAG_REQUIRE_STR("100rel"),
|
|
TAG_END());
|
|
ep->next_condition = accept_pracked;
|
|
}
|
|
else if (300 <= status) {
|
|
RESPOND(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR, TAG_END());
|
|
}
|
|
return 0;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_received:
|
|
RESPOND(ep, call, nh, SIP_183_SESSION_PROGRESS,
|
|
SIPTAG_REQUIRE_STR("100rel"),
|
|
TAG_IF(call->sdp, SOATAG_USER_SDP_STR(call->sdp)),
|
|
TAG_END());
|
|
return 0;
|
|
case nua_callstate_early:
|
|
return 0;
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
if (call)
|
|
nua_handle_destroy(call->nh), call->nh = NULL;
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
int test_update_by_uas(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *ep, *ei;
|
|
sip_t *sip;
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.5.1: Call with dual UPDATE\n");
|
|
|
|
/* Test for update by UAS.
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------183---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|-------UPDATE------>|
|
|
+------------------------+
|
|
| |<-------200---------| |
|
|
| | | |
|
|
| |<------UPDATE-------| |
|
|
+------------------------+
|
|
|--------200-------->|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|<------200 OK-------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|<-------BYE---------|
|
|
|-------200 OK-------|
|
|
| |
|
|
|
|
Note that the 200 OK to UPDATE from A and UPDATE from B may be re-ordered
|
|
In that case, A will respond with 500/Retry-After and B will retry UPDATE.
|
|
See do {} while () loop below.
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition"),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(0),
|
|
SIPTAG_SUPPORTED_STR("100rel, precondition, timer"),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
SIPTAG_SUPPORTED_STR("100rel"),
|
|
SIPTAG_REQUIRE_STR("precondition"),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, until_ready, -1, ringing_updated2);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state
|
|
PROCEEDING: nua_r_prack, nua_i_state
|
|
PROCEEDING: nua_r_update, nua_i_state
|
|
PROCEEDING: nua_i_update, nua_i_state
|
|
PROCEEDING -(C3+C4)-> READY: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 183);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(!is_answer_recv(e->data->e_tags));
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_update);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_update);
|
|
TEST(e->data->e_status, 200);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding); /* PROCEEDING */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
ei = event_by_type(e->next, nua_r_invite);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
if (!ep) {
|
|
run_a_until(ctx, -1, save_until_final_response);
|
|
ep = event_by_type(e->next, nua_r_prack);
|
|
}
|
|
|
|
TEST_1(e = ep); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST(e->data->e_status, 200);
|
|
/* Does not have effect on call state */
|
|
|
|
TEST_1(e = ei); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 200);
|
|
if (ctx->proxy_tests) {
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
TEST_1(sip->sip_session_expires);
|
|
TEST_S(sip->sip_session_expires->x_refresher, "uas");
|
|
TEST_1(!sip_has_supported(sip->sip_require, "timer"));
|
|
}
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next || !ep->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(183), nua_i_state
|
|
EARLY --> EARLY: nua_i_prack, nua_i_state
|
|
EARLY --> EARLY: nua_i_update, nua_i_state
|
|
EARLY --> EARLY: nua_update(), nua_i_state
|
|
EARLY --> EARLY: nua_r_update, nua_i_state
|
|
EARLY --> EARLY: nua_respond(180), nua_i_state
|
|
EARLY --> EARLY: nua_i_prack, nua_i_state
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(200), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
|
|
/* Responded with 183 Session Progress */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 183);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_update);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* sent UPDATE */
|
|
do {
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
TEST_1(!is_offer_recv(e->data->e_tags));
|
|
TEST_1(!is_answer_sent(e->data->e_tags));
|
|
TEST_1(!is_answer_recv(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_update);
|
|
if (e->data->e_status == 100) {
|
|
TEST_1(sip = sip_object(e->data->e_msg));
|
|
TEST(sip->sip_status->st_status, 500); TEST_1(sip->sip_retry_after);
|
|
}
|
|
} while (e->data->e_status == 100);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_sent(e->data->e_tags)); /* XXX */
|
|
TEST_1(!is_offer_recv(e->data->e_tags));
|
|
TEST_1(!is_answer_sent(e->data->e_tags));
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 180);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
/* 180 PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
/* Responded with 200 OK */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(e->data->e_status, 200);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.5.1: PASSED\n");
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.5.2: terminate call\n");
|
|
|
|
BYE(b, b_call, b_call->nh, TAG_END());
|
|
run_ab_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
/* B transitions:
|
|
READY --(T2)--> TERMINATING: nua_bye()
|
|
TERMINATING --(T3)--> TERMINATED: nua_r_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
/* A: READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state */
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.5.2: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
int cancel_when_pracked(CONDITION_PARAMS);
|
|
int alert_call(CONDITION_PARAMS);
|
|
|
|
int test_180rel_cancel1(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
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-10.6: CANCEL after PRACK\n");
|
|
|
|
/* Test for 100rel:
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|------CANCEL------->|
|
|
|<------200 OK-------|
|
|
| |
|
|
|<-------487---------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_ONLY183_100REL(0),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_ONLY183_100REL(0),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, cancel_when_pracked, -1, alert_call);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C3+C4)-> TERMINATED: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_prack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_cancel);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 487);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated);
|
|
TEST_1(!e->next);
|
|
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
Option A:
|
|
EARLY -(S10)-> TERMINATED: nua_i_cancel, nua_i_state
|
|
Option B:
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
/* 180 is PRACKed */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_prack);
|
|
/* Does not have effect on call state */
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_cancel);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.6: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
int cancel_when_pracked(CONDITION_PARAMS)
|
|
{
|
|
if (!(check_handle(ep, call, nh, SIP_500_INTERNAL_SERVER_ERROR)))
|
|
return 0;
|
|
|
|
save_event_in_list(ctx, event, ep, call);
|
|
|
|
if (event == nua_r_prack)
|
|
CANCEL(ep, call, nh, TAG_END());
|
|
|
|
switch (callstate(tags)) {
|
|
case nua_callstate_proceeding:
|
|
return 0;
|
|
case nua_callstate_ready:
|
|
return 1;
|
|
case nua_callstate_terminated:
|
|
return 1;
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
int test_180rel_cancel2(struct context *ctx)
|
|
{
|
|
BEGIN();
|
|
|
|
struct endpoint *a = &ctx->a, *b = &ctx->b;
|
|
struct call *a_call = a->call, *b_call = b->call;
|
|
struct event *e, *ep, *ec;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.7: CANCEL after 100rel 180\n");
|
|
|
|
/* Test for 100rel:
|
|
|
|
A B
|
|
|-------INVITE------>|
|
|
|<----100 Trying-----|
|
|
| |
|
|
|<-------180---------|
|
|
|-------PRACK------->|
|
|
|<-------200---------|
|
|
| |
|
|
|------CANCEL------->|
|
|
|<------200 OK-------|
|
|
| |
|
|
|<-------487---------|
|
|
|--------ACK-------->|
|
|
| |
|
|
|
|
*/
|
|
|
|
a_call->sdp = "m=audio 5008 RTP/AVP 8";
|
|
b_call->sdp = "m=audio 5010 RTP/AVP 0 8";
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_ONLY183_100REL(0),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(1),
|
|
NUTAG_ONLY183_100REL(0),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
TEST_1(a_call->nh = nua_handle(a->nua, a_call, SIPTAG_TO(b->to), TAG_END()));
|
|
|
|
INVITE(a, a_call, a_call->nh,
|
|
TAG_IF(!ctx->proxy_tests, NUTAG_URL(b->contact->m_url)),
|
|
SOATAG_USER_SDP_STR(a_call->sdp),
|
|
TAG_END());
|
|
|
|
run_ab_until(ctx, -1, cancel_when_ringing, -1, accept_pracked2);
|
|
|
|
/* Client transitions:
|
|
INIT -(C1)-> CALLING: nua_invite(), nua_i_state
|
|
CALLING -(C2)-> PROCEEDING: nua_r_invite, nua_i_state, nua_r_prack
|
|
PROCEEDING -(C3+C4)-> TERMINATED: nua_r_invite, nua_i_state
|
|
*/
|
|
TEST_1(e = a->events->head); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_calling); /* CALLING */
|
|
TEST_1(is_offer_sent(e->data->e_tags));
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_r_invite);
|
|
TEST(e->data->e_status, 180);
|
|
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_proceeding);
|
|
TEST_1(is_answer_recv(e->data->e_tags));
|
|
TEST_1(!is_offer_sent(e->data->e_tags));
|
|
|
|
#define NEXT_SKIP(x) \
|
|
do { TEST_1(e = e->next); } \
|
|
while (x);
|
|
|
|
NEXT_SKIP(e->data->e_event == nua_r_prack ||
|
|
e->data->e_event == nua_r_cancel ||
|
|
e->data->e_event == nua_i_state);
|
|
|
|
TEST_E(e->data->e_event, nua_r_invite);
|
|
if (e->data->e_status == 487) {
|
|
TEST(e->data->e_status, 487);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated);
|
|
if (e->next)
|
|
NEXT_SKIP(e->data->e_event == nua_r_prack || e->data->e_event == nua_r_cancel);
|
|
TEST_1(!e->next);
|
|
}
|
|
else {
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready);
|
|
|
|
BYE(a, a_call, a_call->nh, TAG_END());
|
|
run_ab_until(ctx, -1, until_terminated, -1, until_terminated);
|
|
|
|
NEXT_SKIP(e->data->e_event == nua_r_prack || e->data->e_event == nua_r_cancel);
|
|
TEST_E(e->data->e_event, nua_r_bye);
|
|
TEST(e->data->e_status, 200);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
TEST_1(!e->next);
|
|
}
|
|
|
|
free_events_in_list(ctx, a->events);
|
|
|
|
/*
|
|
Server transitions:
|
|
INIT -(S1)-> RECEIVED: nua_i_invite, nua_i_state
|
|
RECEIVED -(S2a)-> EARLY: nua_respond(), nua_i_state
|
|
Option A:
|
|
EARLY -(S10)-> TERMINATED: nua_i_cancel, nua_i_state
|
|
Option B:
|
|
EARLY -(S3b)-> COMPLETED: nua_respond(), nua_i_state
|
|
COMPLETED -(S4)-> READY: nua_i_ack, nua_i_state
|
|
READY -(T1)-> TERMINATED: nua_i_bye, nua_i_state
|
|
*/
|
|
TEST_1(e = b->events->head); TEST_E(e->data->e_event, nua_i_invite);
|
|
TEST(e->data->e_status, 100);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_received); /* RECEIVED */
|
|
TEST_1(is_offer_recv(e->data->e_tags));
|
|
|
|
/* Responded with 180 Ringing */
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_early); /* EARLY */
|
|
TEST_1(is_answer_sent(e->data->e_tags));
|
|
|
|
ec = event_by_type(e->next, nua_i_cancel);
|
|
|
|
if (ec) {
|
|
TEST_1(e = ec); TEST_E(e->data->e_event, nua_i_cancel);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
}
|
|
else {
|
|
/* 180 is PRACKed, PRACK does not have effect on call state */
|
|
ep = event_by_type(e->next, nua_i_prack);
|
|
if (ep) e = ep;
|
|
/* Responded with 200 OK */
|
|
TEST_1(e = event_by_type(e->next, nua_i_state));
|
|
TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_completed); /* COMPLETED */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_ack);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_ready); /* READY */
|
|
TEST_1(!is_offer_answer_done(e->data->e_tags));
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_bye);
|
|
TEST_1(e = e->next); TEST_E(e->data->e_event, nua_i_state);
|
|
TEST(callstate(e->data->e_tags), nua_callstate_terminated); /* TERMINATED */
|
|
}
|
|
|
|
free_events_in_list(ctx, b->events);
|
|
|
|
nua_handle_destroy(a_call->nh), a_call->nh = NULL;
|
|
nua_handle_destroy(b_call->nh), b_call->nh = NULL;
|
|
|
|
if (print_headings)
|
|
printf("TEST NUA-10.7: PASSED\n");
|
|
|
|
END();
|
|
}
|
|
|
|
|
|
int test_100rel(struct context *ctx)
|
|
{
|
|
int retval = 0;
|
|
|
|
retval = test_180rel(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_prack_auth(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_183rel(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_preconditions(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_preconditions2(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_update_by_uas(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_180rel_cancel1(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
retval = test_180rel_cancel2(ctx); RETURN_ON_SINGLE_FAILURE(retval);
|
|
|
|
nua_set_params(ctx->a.nua,
|
|
NUTAG_EARLY_MEDIA(0),
|
|
SIPTAG_SUPPORTED(ctx->a.supported),
|
|
TAG_END());
|
|
run_a_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->b.nua,
|
|
NUTAG_EARLY_MEDIA(0),
|
|
NUTAG_ONLY183_100REL(0),
|
|
SIPTAG_SUPPORTED(ctx->b.supported),
|
|
TAG_END());
|
|
run_b_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
nua_set_params(ctx->c.nua,
|
|
NUTAG_EARLY_MEDIA(0),
|
|
NUTAG_ONLY183_100REL(0),
|
|
SIPTAG_SUPPORTED(ctx->c.supported),
|
|
TAG_END());
|
|
run_c_until(ctx, nua_r_set_params, until_final_response);
|
|
|
|
return retval;
|
|
}
|