aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/isdn_lib.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-18Merged revisions 58825-58826 via svnmerge from crichter1-1/+10
2007-04-11Merged revisions 61342,61372-61373,61443 via svnmerge from nadi1-0/+2
2007-03-26Merged revisions 59202 via svnmerge from nadi1-14/+24
2007-02-07Merged revisions 53324 via svnmerge from crichter1-34/+3
2007-01-03Merged revisions 49313 via svnmerge from crichter1-51/+77
2007-01-03Merged revisions 47989 via svnmerge from crichter1-18/+16
2006-11-15Merged revisions 47635 via svnmerge from kpfleming1-1/+1
2006-11-02find_free_chan_in_stack: cleanup buggy usagenadi1-16/+10
2006-10-27Merged revisions 46351-46353 via svnmerge from crichter1-30/+27
2006-10-13Merged revisions 45026 via svnmerge from crichter1-1/+1
2006-10-11Merged revisions 44561 via svnmerge from crichter1-21/+63
2006-10-11Merged revisions 44559 via svnmerge from crichter1-23/+59
2006-10-10Merged revisions 44786 via svnmerge from crichter1-0/+1
2006-09-28Merged revisions 43852 via svnmerge from crichter1-15/+0
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-51/+53
2006-08-16adding support for AOCD facility messages.nadi1-6/+6
2006-08-15removed libbnec dependencies.crichter1-50/+0
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi1-28/+9
2006-08-09fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"nadi1-4/+4
2006-08-08* first bits of decoding facility information elementsnadi1-2/+35
2006-08-08* added possibility to change echocancel settings during callscrichter1-143/+156
2006-08-07changed naming of mISDN channels, so that hinting works propercrichter1-0/+12
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter1-145/+261
2006-07-13added even more statefulness for sending out disconnect/release/release_compl...crichter1-0/+3
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. Now...crichter1-55/+22
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...crichter1-23/+66
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ...crichter1-1/+3
2006-06-30added fix, that if the L2 goes down on ptp-NT that we reinitialize the NT Lib...crichter1-47/+60
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that p...crichter1-16/+48
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 statecrichter1-7/+47
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...crichter1-0/+25
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)crichter1-19/+36
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
2006-06-06added select before write to avoid deadlock on full buffer. added some define...crichter1-14/+109
2006-06-01unified the PH_CONTROL Interface for the mISDN_dsp interface to intcrichter1-9/+9
2006-06-01added bearer capability reject support. we send release instead of disconnect...crichter1-18/+32
2006-05-24added EVENT_NEW_CHANNEL. We change the channel name now when we got the real ...crichter1-7/+9
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing th...crichter1-11/+40
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chancrichter1-13/+72
2006-05-18this is not a warning, it might happen during call initializationcrichter1-1/+1
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. re...crichter1-39/+5
2006-05-08in PTMP TE we should set the free state for the B-Channel if we ignore an inc...crichter1-0/+2
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...crichter1-3/+10
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...crichter1-16/+94
2006-04-11mISDN Messages must be freed with free_msg \!\!crichter1-2/+2