From 535fc124686c212be2ce6f1a646505a58879b190 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 17 Jan 2018 19:30:01 +0100 Subject: call: add call_id accessor --- test/call.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/call.c b/test/call.c index 34c5fd5..73f3ebd 100644 --- a/test/call.c +++ b/test/call.c @@ -176,6 +176,8 @@ static void event_handler(struct ua *ua, enum ua_event ev, case UA_EVENT_CALL_ESTABLISHED: ++ag->n_established; + ASSERT_TRUE(str_isset(call_id(call))); + /* are both agents established? */ if (ag->n_established >= f->exp_estab && ag->peer->n_established >= f->exp_estab) { -- cgit v1.2.3