From 5f6e12c3e5ffc38fcd2613b203e00b891ca04e08 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 24 Nov 2003 14:36:46 +0000 Subject: [PATCH] Populate ctype field git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@68 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 1 + 1 file changed, 1 insertion(+) diff --git a/q931.c b/q931.c index 2c515c5..3ae1c18 100755 --- a/q931.c +++ b/q931.c @@ -2137,6 +2137,7 @@ int q931_receive(struct pri *pri, q931_h *h, int len) pri->ev.ring.call = c; pri->ev.ring.layer1 = c->userl1; pri->ev.ring.complete = c->complete; + pri->ev.ring.ctype = c->transcapability; if (c->transmoderate != TRANS_MODE_64_CIRCUIT) { q931_release_complete(pri, c, PRI_CAUSE_BEARERCAPABILITY_NOTIMPL); break;