aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-13Merged revisions 45088 via svnmerge from crichter1-0/+2
2006-10-13Merged revisions 45026 via svnmerge from crichter1-3/+5
2006-10-11Merged revisions 44563 via svnmerge from crichter1-1/+1
2006-10-11Merged revisions 44562 via svnmerge from crichter1-0/+6
2006-10-11Merged revisions 44561 via svnmerge from crichter1-3/+11
2006-10-11Merged revisions 44559 via svnmerge from crichter1-65/+124
2006-10-10Merged revisions 44786 via svnmerge from crichter1-1/+4
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-11/+17
2006-09-28Merged revisions 43933 via svnmerge from file1-2/+2
2006-09-28Merged revisions 43852 via svnmerge from crichter1-7/+8
2006-09-28Merged revisions 43775 via svnmerge from crichter1-1/+0
2006-09-22Merged revisions 43482 via svnmerge from russell1-1/+1
2006-09-20Merged revisions 43314 via svnmerge from kpfleming1-2/+2
2006-09-19While this is experimental I don't think it should be experimental enough to ...file1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-2/+2
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-2/+4
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+11
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+14
2006-08-17fixing the 64bit issue with misdn_l1_task.nadi1-6/+12
2006-08-16added patch from #7709crichter1-2/+2
2006-08-16fix some minor stuffkpfleming1-3/+1
2006-08-16instead of a for loop and ast_cli_(un)register, use ast_cli_(un)register_mult...russell1-4/+2
2006-08-16a static array now holds the cli_entry structsnadi1-191/+50
2006-08-16adding support for AOCD facility messages.nadi1-24/+58
2006-08-15removed libbnec dependencies.crichter1-31/+0
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi1-27/+36
2006-08-08* first bits of decoding facility information elementsnadi1-93/+140
2006-08-08* added possibility to change echocancel settings during callscrichter1-41/+84
2006-08-07changed naming of mISDN channels, so that hinting works propercrichter1-8/+10
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-3/+5
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter1-51/+145
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-1/+3
2006-07-13added even more statefulness for sending out disconnect/release/release_compl...crichter1-11/+51
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. Now...crichter1-32/+246
2006-07-10removed unnecessary locking, which might have created deadlocks. removed find...crichter1-34/+0
2006-07-06* removed tone_indicate, we genrate only the dialtone by ourself (and the han...crichter1-195/+210
2006-07-04removed the reloading of the ntdebug stuff, since this is a bit buggy, we onl...crichter1-17/+16
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ...crichter1-6/+8
2006-07-03added misdn show config description[s] to show all the possible misdn.conf se...crichter1-4/+102
2006-06-30added a bit logging, when we split the bridgecrichter1-0/+6
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that p...crichter1-0/+11
2006-06-28moved a notice into a logcrichter1-0/+5
2006-06-28fixed a few state problems when hanging up the call. also changed a few debug...crichter1-12/+11
2006-06-27fixes segfault on incoming call which is disconnected in Alerting statecrichter1-0/+1
2006-06-26* fixed the busy statecrichter1-49/+62
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter1-24/+50
2006-06-19when we get a disconnect, we should stop the tones on te side..crichter1-1/+3
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases toocrichter1-1/+3
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...crichter1-23/+8