From add8ef14f39b1db9652bad7db9d50f995d3a8802 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 23 May 2008 16:32:43 +0000 Subject: Remove remaining references to zap devices and some zaptel references git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4352 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dahdi_monitor.c') diff --git a/dahdi_monitor.c b/dahdi_monitor.c index ddbd652..3eb9511 100644 --- a/dahdi_monitor.c +++ b/dahdi_monitor.c @@ -1,5 +1,5 @@ /* - * Monitor a Zaptel Channel + * Monitor a DAHDI Channel * * Written by Mark Spencer * Based on previous works, designs, and architectures conceived and @@ -132,7 +132,7 @@ int pseudo_open(void) { int fd; int x = 1; - fd = open("/dev/zap/pseudo", O_RDWR); + fd = open("/dev/dahdi/pseudo", O_RDWR); if (fd < 0) { fprintf(stderr, "Unable to open pseudo channel: %s\n", strerror(errno)); return -1; -- cgit v1.2.3