[svn-commits] jpeeler: branch jpeeler/chan_dahdi14 r120826 - /team/jpeeler/chan_dahdi14/cha...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 5 14:47:00 CDT 2008


Author: jpeeler
Date: Thu Jun  5 14:47:00 2008
New Revision: 120826

URL: http://svn.digium.com/view/asterisk?view=rev&rev=120826
Log:
fix a typo

Modified:
    team/jpeeler/chan_dahdi14/channels/chan_dahdi.c

Modified: team/jpeeler/chan_dahdi14/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/jpeeler/chan_dahdi14/channels/chan_dahdi.c?view=diff&rev=120826&r1=120825&r2=120826
==============================================================================
--- team/jpeeler/chan_dahdi14/channels/chan_dahdi.c (original)
+++ team/jpeeler/chan_dahdi14/channels/chan_dahdi.c Thu Jun  5 14:47:00 2008
@@ -9478,7 +9478,7 @@
 #ifdef HAVE_ZAPTEL
 		pri->fds[i] = open("/dev/zap/channel", O_RDWR, 0600);
 #else
-		pri->fds[i] = open("/dev/zap/channel", O_RDWR, 0600);
+		pri->fds[i] = open("/dev/dahdi/channel", O_RDWR, 0600);
 #endif
 		x = pri->dchannels[i];
 		if ((pri->fds[i] < 0) || (ioctl(pri->fds[i],DAHDI_SPECIFY,&x) == -1)) {




More information about the svn-commits mailing list