asterisk/channels/misdn
Christian Richter adfae0960f * export_ies uses now _VAR else the vars are not copied to the dest chan
* when receiving a connect from the NT Side we wait until we have the final
  l3id until we queue the answer to asterisk to avoid bridging conflicts
* when not bridged to misdn we had a segfault after receiving the connect 
  due to a strcasecmp bug.. this didn't happen before, cause we hadn't had
  the bridge before
* cleanup of the bchannels is queued now, due to possible race conditions
* added mISDN_clear_stack when cleaning the bchannel



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29667 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-23 12:38:06 +00:00
..
chan_misdn_config.h added callcounters for incoming and outgoing calls 2006-05-22 15:02:03 +00:00
fac.c committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now). 2005-12-09 11:01:18 +00:00
fac.h committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now). 2005-12-09 11:01:18 +00:00
ie.c committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now). 2005-12-09 11:01:18 +00:00
isdn_lib.c * export_ies uses now _VAR else the vars are not copied to the dest chan 2006-05-23 12:38:06 +00:00
isdn_lib.h fixed very bad memory overwrite which leaded to segfaults on some systems. removed redundant buffer betweend mISDN reading thread and ast_read in favour of the already existing pipe, this clarifies the way a voice frame takes between mISDN and asterisk a lot. centralized debugging of NumberPlan. removed a compiler warning. 2006-05-16 14:34:21 +00:00
isdn_lib_intern.h added an up-queue message mechanism to avoid buffer fillups in the kernel, also changed some strdups to ast_strdupa 2006-04-29 22:56:00 +00:00
isdn_msg_parser.c fixed very bad memory overwrite which leaded to segfaults on some systems. removed redundant buffer betweend mISDN reading thread and ast_read in favour of the already existing pipe, this clarifies the way a voice frame takes between mISDN and asterisk a lot. centralized debugging of NumberPlan. removed a compiler warning. 2006-05-16 14:34:21 +00:00
Makefile * advanced the error Handling routine for wrong frames from mISDN 2006-04-05 14:51:48 +00:00
portinfo.c * advanced the error Handling routine for wrong frames from mISDN 2006-04-05 14:51:48 +00:00