summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-09-27 19:50:03 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-09-27 19:50:03 +0000
commitecc3317016685aaf284ae70ffa7afb6ac1e02523 (patch)
tree5089219209dc6f21cedc7d518cf5fedb4d27e559 /zaptel.h
parent1d7d247ab9d612f392b8f812e2afe33c1204a43d (diff)
Fix negative cadences
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@461 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index 3c2bdd9..14dd69f 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -1021,6 +1021,7 @@ struct zt_chan {
/* Ring cadence */
int ringcadence[ZT_MAX_CADENCE];
+ int firstcadencepos; /* Where to restart ring cadence */
/* Digit string dialing stuff */
int digitmode; /* What kind of tones are we sending? */