Jeff Peeler
e0bec5d67d
(closes issue #13480 )
...
Reported by: tzafrir
Replace a bunch of if defined checks for Zaptel/DAHDI through several new defines in dahdi_compat.h. This removes a lot of code duplication. Example from bug:
#ifdef HAVE_ZAPTEL
fd = open("/dev/zap/pseudo", O_RDWR);
#else
fd = open("/dev/dahdi/pseudo", O_RDWR);
#endif
is replaced with:
fd = open(DAHDI_FILE_PSEUDO, O_RDRW);
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@165991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-12-19 19:48:00 +00:00
..
2008-11-19 21:34:47 +00:00
2008-12-12 22:03:10 +00:00
2008-11-19 21:34:47 +00:00
2008-08-06 00:25:10 +00:00
2008-07-02 19:47:15 +00:00
2007-08-21 16:36:34 +00:00
2008-12-09 14:52:25 +00:00
2008-11-29 16:58:29 +00:00
2008-09-27 15:00:48 +00:00
2007-07-03 20:17:31 +00:00
2008-09-27 15:00:48 +00:00
2008-11-01 18:22:39 +00:00
2008-12-19 19:48:00 +00:00
2008-09-27 15:13:30 +00:00
2008-12-05 21:02:20 +00:00
2008-10-14 23:00:01 +00:00
2008-12-12 13:44:08 +00:00
2008-12-04 16:44:18 +00:00
2008-11-25 22:41:10 +00:00
2008-12-19 19:48:00 +00:00
2006-08-22 23:07:11 +00:00
2008-11-01 18:22:39 +00:00
2008-08-25 15:52:59 +00:00
2007-10-15 13:16:23 +00:00
2008-07-25 17:19:39 +00:00
2008-03-16 21:47:10 +00:00
2008-11-29 16:58:29 +00:00
2008-07-14 17:10:21 +00:00
2008-04-17 16:28:03 +00:00
2008-11-29 16:58:29 +00:00
2008-11-20 18:06:48 +00:00
2008-08-06 00:25:10 +00:00
2008-12-02 00:25:16 +00:00
2007-08-02 18:21:40 +00:00
2008-06-11 23:47:23 +00:00
2008-11-03 13:01:18 +00:00
2006-11-02 23:00:20 +00:00
2008-06-12 19:08:20 +00:00
2007-12-27 20:09:06 +00:00
2008-11-29 16:58:29 +00:00
2008-07-18 16:15:41 +00:00
2008-11-29 16:58:29 +00:00
2008-07-18 16:15:41 +00:00
2008-12-16 20:35:25 +00:00
2007-04-02 15:39:07 +00:00
2008-12-16 15:15:58 +00:00
2008-09-03 13:24:35 +00:00
2008-12-18 17:11:42 +00:00
2008-07-18 19:06:10 +00:00
2008-09-10 16:39:53 +00:00
2008-04-08 15:03:43 +00:00
2008-11-29 16:58:29 +00:00
2007-06-07 19:30:30 +00:00
2007-11-06 18:53:37 +00:00
2006-12-27 22:06:56 +00:00
2008-12-16 17:06:29 +00:00
2008-11-01 18:22:39 +00:00
2008-05-14 21:32:00 +00:00
2008-12-18 21:39:25 +00:00