aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
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...crichter3-31/+41
2007-06-27simplified channel finding and locking a lot. removed unnecessary #ifdefed ar...crichter2-91/+67
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...crichter2-12/+29
2007-06-20on receiption of cause:44 we mark the channel as in use and inform the user a...crichter2-22/+50
2007-06-13restart indicator 0x80 is correct, at least that's what libpri does.crichter1-1/+1
2007-06-11added check for NULL Pointer when calling misdn_new. Asterisk does not allow ...crichter1-1/+1
2007-06-11fixed problem that the dummybc chanels had no lock, checking for the lock now...crichter4-9/+37
2007-06-05briding is a bool, fixed copy and paste issue.crichter1-3/+3
2007-06-05Backport of the overlap_dial functionality from asterisk-1.4's chan_misdn.nadi1-0/+1
2007-06-05added possibility to deactivate bridging per portcrichter1-0/+1
2007-05-18fixed a warning regarding Keypad encoding. encode the IE sending_complete at ...crichter2-4/+4
2007-05-08added application misdn_check_l2l1 which tries to pull up the L1/L2 on all po...crichter1-5/+11
2007-05-03when we're in state WAITING4DIGS, we use the asterisk tone-generator which pr...crichter1-1/+1
2007-05-03fixed the problem that misdn_write did not return -1 when called with 0 sampl...crichter1-0/+4
2007-04-24added lock for sending messages to avoid double sending. shuffled some empty_...crichter3-39/+66
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter1-3/+4
2007-04-03Use the new sysfs way of mISDN 1.2 to check if a port is NT or not.nadi1-0/+2
2007-04-02added option which allows us to accept incoming SETUP Messages without automa...crichter1-0/+1
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...nadi4-7/+29
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter3-26/+55
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 workcrichter2-3/+17
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter5-35/+61
2007-01-08make gcc 4 happy, remove some warningscrichter3-56/+49
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...crichter2-4/+25
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-12-06added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcat...crichter1-0/+4
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter1-18/+16
2006-11-09Fixed segfault when no misdn.conf exists, reported by Igor Neves, thanks.crichter1-1/+1
2006-10-27fixed a bug which caused chan_misdn to try to allocate 2 times the same chann...crichter3-29/+30
2006-10-25added nttimeout option to configure wether we disconnect calls on NT timeouts...crichter1-0/+1
2006-10-13fixed some echocandisable issues when bridged. this caused a kernel panic som...crichter1-1/+1
2006-10-13fixed issue, that the hangupcause got a wrong isdn cause at RELEASE_COMPLETEcrichter1-5/+12
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...crichter3-23/+72