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.2@43764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-09-27 12:51:03 +00:00
parent 8c2fee974a
commit 630930dd7f
3 changed files with 9 additions and 26 deletions

View File

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