]> git.ipfire.org Git - thirdparty/asterisk.git/commit
This rather small ;-) commit merges the changes from my team branch 0.3.0 into t
authorChristian Richter <christian.richter@beronet.com>
Thu, 17 Aug 2006 21:57:19 +0000 (21:57 +0000)
committerChristian Richter <christian.richter@beronet.com>
Thu, 17 Aug 2006 21:57:19 +0000 (21:57 +0000)
commit71b348be1cc92a9ffeff8d422a8cc9d0ffc2e068
treec1a9895e91b73c87eca474c56f008d8791ee2367
parent2f5c21ded7c00813a7f0209720e7c0c86a8b3b2c
This rather small ;-) commit merges the changes from my team branch 0.3.0 into t
he 1.2 branch.

These changes include the new mISDN mqueue interface which makes it possible to
compile chan_misdn against the current cvs version of mISDN/mISDNuser.

These changes also contain various additions and numerous bugfixes to chan_misdn
.

Each change is documented in the commit logs in the team/crichter/0.3.0 branch.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
16 files changed:
channels/Makefile
channels/chan_misdn.c
channels/chan_misdn_config.c
channels/misdn/Makefile
channels/misdn/chan_misdn_config.h
channels/misdn/fac.c [new file with mode: 0644]
channels/misdn/fac.h [new file with mode: 0644]
channels/misdn/ie.c
channels/misdn/isdn_lib.c
channels/misdn/isdn_lib.h
channels/misdn/isdn_lib_intern.h
channels/misdn/isdn_msg_parser.c
channels/misdn/mISDN.patch [deleted file]
channels/misdn/portinfo.c [deleted file]
configs/misdn.conf.sample
doc/README.misdn