aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
AgeCommit message (Expand)AuthorFilesLines
2007-05-18Merged revisions 65007 via svnmerge from crichter2-7/+5
2007-05-09Merged revisions 62945,63402,63519 via svnmerge from crichter2-4/+4
2007-05-03Merged revisions 61357,61770,62885 via svnmerge from crichter5-43/+78
2007-04-03Merged revisions 59788,59803 via svnmerge from nadi1-0/+2
2007-04-03Merged revisions 59623-59624,59639 via svnmerge from crichter2-2/+5
2007-03-26* mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, ma...nadi4-19/+34
2007-03-20Merged revisions 58849-58850,59062-59063 via svnmerge from crichter3-31/+57
2007-03-12Merged revisions 57034,57523,57753,58558 via svnmerge from crichter1-1/+5
2007-03-12added UU transceiving and corect handling for rdniscrichter4-3/+26
2007-02-07Merged revisions 52843 via svnmerge from crichter1-34/+3
2007-01-23Merged revisions 50495,50506 via svnmerge from crichter2-4/+23
2007-01-23manually merged r49922 and r50335, because of conflicts. this commint include...crichter2-0/+26
2007-01-03Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from crichter4-53/+83
2006-11-24Merged revisions 47968 via svnmerge from crichter1-18/+16
2006-11-15silence compiler warning on 64-bit platforms (this variable is an 'int' anywa...kpfleming1-1/+1
2006-11-02find_free_chan_in_stack usage fixnadi1-16/+12
2006-10-27Merged revisions 46350 via svnmerge from crichter3-30/+30
2006-10-27Merged revisions 46176 via svnmerge from crichter1-0/+1
2006-10-13Merged revisions 45020 via svnmerge from crichter1-1/+1
2006-10-13Merged revisions 44993 via svnmerge from crichter1-5/+12
2006-10-11removed warning because of missing prototype declarationcrichter1-0/+2
2006-10-10Merged revisions 44785 via svnmerge from crichter1-0/+1
2006-10-06Merged revisions 44334 via svnmerge from crichter3-22/+71
2006-10-06Merged revisions 44149 via svnmerge from crichter2-25/+59
2006-09-28Merged revisions 43764 via svnmerge from crichter2-18/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming6-176/+205
2006-08-16adding support for AOCD facility messages.nadi3-10/+17
2006-08-15removed libbnec dependencies.crichter2-55/+0
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi9-611/+65
2006-08-09fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"nadi6-56/+56
2006-08-08* first bits of decoding facility information elementsnadi9-283/+528
2006-08-08* added possibility to change echocancel settings during callscrichter4-148/+162
2006-08-07changed naming of mISDN channels, so that hinting works propercrichter2-0/+14
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter6-146/+325
2006-07-13added even more statefulness for sending out disconnect/release/release_compl...crichter2-0/+4
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. Now...crichter3-60/+27
2006-07-10removed unnecessary locking, which might have created deadlocks. removed find...crichter1-0/+2
2006-07-06* removed tone_indicate, we genrate only the dialtone by ourself (and the han...crichter3-24/+72
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ...crichter1-1/+3
2006-07-03added misdn show config description[s] to show all the possible misdn.conf se...crichter1-0/+10
2006-06-30added fix, that if the L2 goes down on ptp-NT that we reinitialize the NT Lib...crichter2-47/+62
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that p...crichter4-16/+54
2006-06-28fixed a few state problems when hanging up the call. also changed a few debug...crichter1-1/+1
2006-06-26* fixed the busy statecrichter3-9/+49
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter1-132/+204
2006-06-19when we get a disconnect, we should stop the tones on te side..crichter1-0/+3
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...crichter2-0/+39
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)crichter2-19/+37
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...crichter1-0/+3
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...crichter1-5/+4