Merged revisions 43764 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43764 | crichter | 2006-09-27 14:51:03 +0200 (Mi, 27 Sep 2006) | 1 line

fixed a bug which led to chan_list zombies, when the call could not be properly established in misdn_call. also removed the ACK_HDLC stuff which is not really needed.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-09-28 11:03:05 +00:00
parent e2d1986cec
commit a3f43a7dfe
3 changed files with 9 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ enum tone_e {
#define MAX_BCHANS 30
#define MAX_BCHANS 31
enum bchannel_state {
BCHAN_CLEANED=0,
@@ -197,8 +197,6 @@ struct misdn_bchannel {
/* int b_addr; */
int layer_id;
void *ack_hdlc;
int layer;
/*state stuff*/