summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/msghdl.c
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2002-08-11 15:47:26 +0000
committerhm <hm@FreeBSD.org>2002-08-11 15:47:26 +0000
commit7465309faa645f39be1f0ba0b1cfc7a3706e83c2 (patch)
tree8740de0e76b14c33f03ed4860beaa620299d2a86 /usr.sbin/i4b/isdnd/msghdl.c
parent68c9d8c3c773545247ceef59d91290690f32f391 (diff)
downloadFreeBSD-src-7465309faa645f39be1f0ba0b1cfc7a3706e83c2.zip
FreeBSD-src-7465309faa645f39be1f0ba0b1cfc7a3706e83c2.tar.gz
add experimental support for Data over Voice (DoV) outgoing calls.
based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
Diffstat (limited to 'usr.sbin/i4b/isdnd/msghdl.c')
-rw-r--r--usr.sbin/i4b/isdnd/msghdl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnd/msghdl.c b/usr.sbin/i4b/isdnd/msghdl.c
index 0d5364a..2b12226 100644
--- a/usr.sbin/i4b/isdnd/msghdl.c
+++ b/usr.sbin/i4b/isdnd/msghdl.c
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Tue Mar 26 14:37:25 2002]
+ * last edit-date: [Sun Aug 11 12:37:16 2002]
*
*---------------------------------------------------------------------------*/
@@ -1201,6 +1201,7 @@ sendm_connect_req(cfg_entry_t *cep)
mcr.txdelay = cep->isdntxdelout;
mcr.bprot = cep->b1protocol;
+ mcr.bcap = cep->bcap;
mcr.driver = cep->usrdevicename;
mcr.driver_unit = cep->usrdeviceunit;
@@ -1271,6 +1272,7 @@ sendm_connect_resp(cfg_entry_t *cep, int cdid, int response, cause_t cause)
mcr.txdelay = cep->isdntxdelin;
mcr.bprot = cep->b1protocol;
+ mcr.bcap = cep->bcap;
mcr.driver = cep->usrdevicename;
mcr.driver_unit = cep->usrdeviceunit;
OpenPOWER on IntegriCloud