From bbdb7ec96737aee49feaa3d908438fc90fd27eea Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 16 Aug 2007 21:45:13 +0000 Subject: xpp rev. 4515: * BRI improvement: an 'nt_keepalive' parameter to xpd_bri forces a BRI_NT to retry a connection indefinitely (this is our default). When false it revert to the behaviour in changeset:4415 ("Bezeq like") * Improvement in DBG macros. The print_dbg parameter is now set of flags to debug. They are defined in zap_debug.h * Don't use Astribanks connected to USB1 interfaces Unless the user set the option usb1=1 for xpp_usb (r4504). * And some more documentation... * Include some of our variables in the default zaptel sample file. Merged revisions 2860 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 Merged revisions 2866 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.4 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2867 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xpp/xpd.h') diff --git a/xpp/xpd.h b/xpp/xpd.h index 85d4b16..ca2d357 100644 --- a/xpp/xpd.h +++ b/xpp/xpd.h @@ -310,6 +310,7 @@ struct xpd { xpp_line_t digital_outputs; /* 0 - no, 1 - yes */ xpp_line_t digital_inputs; /* 0 - no, 1 - yes */ xpp_line_t digital_signalling; /* PRI/BRI signalling channels */ + uint timing_priority; /* from 'span' directives in zapata.conf */ /* maintained by card drivers */ uint pcm_len; /* allocation length of PCM packet (dynamic) */ -- cgit v1.2.3