mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
freetdm: fix old zaptel support
This commit is contained in:
parent
3551cc639f
commit
c2cba3634e
@ -170,8 +170,8 @@ static const char *chanpath = NULL;
|
|||||||
static const char dahdi_ctlpath[] = "/dev/dahdi/ctl";
|
static const char dahdi_ctlpath[] = "/dev/dahdi/ctl";
|
||||||
static const char dahdi_chanpath[] = "/dev/dahdi/channel";
|
static const char dahdi_chanpath[] = "/dev/dahdi/channel";
|
||||||
|
|
||||||
static const char zt_ctlpath[] = "/dev/ftdm/ctl";
|
static const char zt_ctlpath[] = "/dev/zap/ctl";
|
||||||
static const char zt_chanpath[] = "/dev/ftdm/channel";
|
static const char zt_chanpath[] = "/dev/zap/channel";
|
||||||
|
|
||||||
static ftdm_socket_t CONTROL_FD = ZT_INVALID_SOCKET;
|
static ftdm_socket_t CONTROL_FD = ZT_INVALID_SOCKET;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user