From ecc3317016685aaf284ae70ffa7afb6ac1e02523 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 27 Sep 2004 19:50:03 +0000 Subject: Fix negative cadences git-svn-id: http://svn.digium.com/svn/zaptel/trunk@461 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zaptel.h') 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? */ -- cgit v1.2.3