]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: fix old zaptel support
authorMoises Silva <moy@sangoma.com>
Tue, 28 Sep 2010 01:38:42 +0000 (21:38 -0400)
committerMoises Silva <moy@sangoma.com>
Tue, 28 Sep 2010 01:38:42 +0000 (21:38 -0400)
libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c

index c4ba3ae749a771bae217759a5dd3be564a28b7e7..d9000a6bbb04e5a1d46dce376f87073d6ea1ff0a 100644 (file)
@@ -170,8 +170,8 @@ static const char *chanpath = NULL;
 static const char dahdi_ctlpath[] = "/dev/dahdi/ctl";
 static const char dahdi_chanpath[] = "/dev/dahdi/channel";
 
-static const char zt_ctlpath[] = "/dev/ftdm/ctl";
-static const char zt_chanpath[] = "/dev/ftdm/channel";
+static const char zt_ctlpath[] = "/dev/zap/ctl";
+static const char zt_chanpath[] = "/dev/zap/channel";
 
 static ftdm_socket_t CONTROL_FD = ZT_INVALID_SOCKET;