Merged revisions 44785 via svnmerge from

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

........
r44785 | crichter | 2006-10-10 15:34:33 +0200 (Di, 10 Okt 2006) | 1 line

(re)added support of dynamical enabling hdlc on bchannels
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-10-10 13:50:26 +00:00
parent fde338ba2c
commit 76dd912066
2 changed files with 5 additions and 1 deletions

View File

@@ -896,6 +896,7 @@ static int create_process (int midev, struct misdn_bchannel *bc) {
void misdn_lib_setup_bc(struct misdn_bchannel *bc)
{
clean_up_bc(bc);
setup_bc(bc);
}