aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-24Merged revisions 47968 via svnmerge from crichter1-34/+36
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-5/+15
2006-10-27Merged revisions 46350 via svnmerge from crichter1-0/+1
2006-10-27Merged revisions 46176 via svnmerge from crichter1-3/+12
2006-10-22Merged revisions 45808 via svnmerge from crichter1-1/+6
2006-10-13avoiding warning, fixing potential bugcrichter1-0/+2
2006-10-13Merged revisions 45020 via svnmerge from crichter1-3/+5
2006-10-10Merged revisions 44785 via svnmerge from crichter1-1/+4
2006-10-06Merged revisions 44460 via svnmerge from crichter1-1/+1
2006-10-06Merged revisions 44335 via svnmerge from crichter1-0/+6
2006-10-06Merged revisions 44334 via svnmerge from crichter1-3/+11
2006-10-06Merged revisions 44149 via svnmerge from crichter1-65/+124
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-2/+2
2006-09-28Merged revisions 43764 via svnmerge from crichter1-7/+8
2006-09-27removed the chan_misdn versioning, since asterisk has it's owncrichter1-1/+0
2006-09-22return AST_MODULE_LOAD_DECLIDE if mISDN could not be configuredrussell1-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