Merged revisions 70311 via svnmerge from

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

........
r70311 | crichter | 2007-06-20 16:47:59 +0200 (Mi, 20 Jun 2007) | 1 line

on receiption of cause:44 we mark the channel as in use and inform the user about the situation, we need to test the RESTART stuff then. Also shuffled the empty_chan_in_stack function after the bchannel cleaning functions, to avoid race conditions.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@71121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-06-22 15:32:54 +00:00
parent 933ebc4141
commit 9b17b11c08
3 changed files with 52 additions and 22 deletions

View File

@@ -202,6 +202,8 @@ struct misdn_bchannel {
struct send_lock *send_lock;
int nt;
int pri;
int port;
/** init stuff **/
int b_stid;