summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authorjim <jim@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-05 02:55:58 +0000
committerjim <jim@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-05 02:55:58 +0000
commit721c2d8b7dfcb7715ece631172ed0c3d915f5b91 (patch)
tree4df5348ceeade3fb3ee2577e8658f50b37a2a1ca /ztcfg.c
parent7e99207e834bd395443af5f88453b0aea65d3315 (diff)
Fixed bugs in pciradio.c and ztcfg.c regarding pciradio stuff.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@490 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rwxr-xr-xztcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 0bc6cf3..f780a4a 100755
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -906,7 +906,7 @@ static int rad_chanconfig(char *keyword, char *args)
}
if (txtones[i])
{
- p.radpar = ZT_RADPAR_RXTONE;
+ p.radpar = ZT_RADPAR_TXTONE;
p.index = i;
p.data = txtones[i];
if (ind_ioctl(x,fd,ZT_RADIO_SETPARAM,&p) == -1)