aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/isdn_lib.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-04bchannel configurations like echocancel and volume control, need to be setupe...crichter1-0/+20
2007-06-29check if the bchannel stack id is already used, if so don't use it a second t...crichter1-1/+10
2007-06-27simplified generation for dummy bchannels, also we mark them as dummies, so t...crichter1-26/+36
2007-06-27simplified channel finding and locking a lot. removed unnecessary #ifdefed ar...crichter1-81/+65
2007-06-27isdn_lib.c didn't compilecrichter1-2/+0
2007-06-27for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLED...crichter1-45/+4
2007-06-21we activate the bchannels in TE mode on incoming calls only when we want to c...crichter1-0/+2
2007-06-20forgot one place .. crichter1-1/+1
2007-06-20fixed a bug that was introduced by copy and paste in the last commit ..bchann...crichter1-12/+28
2007-06-20on receiption of cause:44 we mark the channel as in use and inform the user a...crichter1-22/+48
2007-06-11fixed problem that the dummybc chanels had no lock, checking for the lock now...crichter1-8/+15
2007-05-08added application misdn_check_l2l1 which tries to pull up the L1/L2 on all po...crichter1-5/+11
2007-04-24added lock for sending messages to avoid double sending. shuffled some empty_...crichter1-39/+61
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter1-3/+4
2007-04-02we can now make 30 channels on a PRI (before we forgot chan 31..)crichter1-2/+4
2007-03-26mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make...nadi1-5/+19
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter1-24/+51
2007-03-09we can free channel 31 as well, since we can occupy itcrichter1-1/+1
2007-03-04fixed another place where the out_cause was hardcoded to 16crichter1-0/+2
2007-03-02fixed typocrichter1-1/+1
2007-02-28fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304crichter1-0/+2
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ...crichter1-34/+3
2007-01-11when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as ...crichter1-1/+6
2007-01-11* more additions to make the RESTART message workcrichter1-2/+12
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter1-1/+26
2007-01-08make gcc 4 happy, remove some warningscrichter1-37/+30
2007-01-03* Added check for bridging in misdn_call to avoid setting echocancellationcrichter1-1/+2
2007-01-02added check for channel ranges in the set/empty channel functions. set pmp_l1...crichter1-4/+23
2006-12-19when we reject a channel, because it's in use already, we shouldn't process t...crichter1-56/+38
2006-12-18when our PTP Partner sends us a SETUP with a preselected channel we just acce...crichter1-15/+18
2006-12-14removed FIXUP state. added check for channel allocation conflict when we crea...crichter1-4/+23
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter1-18/+16
2006-10-27fixed a bug which caused chan_misdn to try to allocate 2 times the same chann...crichter1-29/+27
2006-10-13fixed some echocandisable issues when bridged. this caused a kernel panic som...crichter1-1/+1
2006-10-10(re)added support of dynamical enabling hdlc on bchannelscrichter1-0/+1
2006-10-04added the option 'reject_cause' to make it possible to set the RELEASE_COMPLE...crichter1-22/+60
2006-10-02fixed the hold/retrieve/transfer issues, removed a useless bc field, added se...crichter1-23/+59
2006-09-27fixed a bug which led to chan_list zombies, when the call could not be proper...crichter1-15/+0
2006-08-17This rather small ;-) commit merges the changes from my team branch 0.3.0 into tcrichter1-895/+1896
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter1-6/+14
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-15issue #5739 (plus ast_copy_string() usage conversion)kpfleming1-17/+48
2005-11-08issue #5639kpfleming1-2/+0
2005-11-06chan_misdn updates (bug #5597)markster1-1/+1
2005-11-01issue #5566kpfleming1-209/+377
2005-10-31finish chan_misdn commitkpfleming1-0/+3103