aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-06added select before write to avoid deadlock on full buffer. added some define...crichter1-14/+109
2006-06-01the interface needs to be changed as well..crichter1-1/+1
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...crichter5-26/+53
2006-05-24added EVENT_NEW_CHANNEL. We change the channel name now when we got the real ...crichter3-8/+16
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing th...crichter3-12/+43
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chancrichter1-13/+72
2006-05-22added callcounters for incoming and outgoing callscrichter1-0/+8
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...crichter3-54/+7
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...crichter3-3/+13
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...crichter2-16/+95
2006-04-26Facility decoding doesn't work proper yetcrichter1-0/+3
2006-04-11mISDN Messages must be freed with free_msg \!\!crichter1-2/+2
2006-04-10fixed some issues, that appear at higher loadcrichter1-2/+8
2006-04-05* advanced the error Handling routine for wrong frames from mISDNcrichter5-38/+69
2006-04-04 fixed some essential segfaults happening under heavy load. Added a bit more ...crichter3-4/+62
2006-04-03* removed unneeded bc->state fieldcrichter2-108/+306
2006-03-29fixed no dtmf detect on 64 bitcrichter1-1/+1
2006-03-27fixed bug that we don't allocate the bchan in setup_acknowledge already .. wo...crichter1-0/+1
2006-03-27fixed hicom busy bug, we now see if the systemphone is busy, also fixed the i...crichter1-3/+13
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ...crichter2-2/+3
2006-03-09added option to change the connected party number dialplan (ton)crichter4-1/+4
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...crichter2-4/+65
2006-02-24added export and import of RDNIS channel variablecrichter1-0/+7
2006-02-23removed the misdn Makefile target from channels/misdn/Makefile in favour of a...crichter1-11/+0
2006-02-22* changed some strncpys to ast_copy_str crichter2-1/+4
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...crichter2-11/+12
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...crichter1-0/+1
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter3-14/+13