asterisk/channels/misdn
Christian Richter 70a4c98a5a * added support for PID export/import to identify bridging in misdn_call already
* fixed a few inband Alerting issues, sometimes we need to create alerting, some
times it's inband
* beautified the state debugging of misdn_hangup
* removed "real"  bchannel activating/deactivating in chan_misdn.c
* fixed "round_robin" bug when there's only 1 port
* added more informative prints when channel could not be created
* changed some warnings to notices
* reworked the whole bchannel state machine stuff, 
  it is now like in the examples of mISDNuser and therefore a lot easier, 
  and it is now harder to create bugs
* bchannel_activate/deactivate is now only called in setup/cleanup bc, 
  they may merge sometime
* it is very important to setup/cleanup the bchannels under the correct 
  conditions, especially in the NT Side we can only setup the bchannels 
  when we send a Message! 
  In the TE side we can only setup the bchannel when we received the channel 
  of course
	      


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-21 15:21:46 +00:00
..
chan_misdn_config.h added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. 2006-06-01 12:51:41 +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 added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. 2006-06-01 12:51:41 +00:00
isdn_lib.c * added support for PID export/import to identify bridging in misdn_call already 2006-06-21 15:21:46 +00:00
isdn_lib.h added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup tones, therefore the TONE_X defines are in the isdn_lib.h now. changed a REALEASE to a DISCONNECT in NT Stack, to make tones available in that state. 2006-06-18 19:09:32 +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 added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. 2006-06-01 12:51:41 +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