summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
AgeCommit message (Expand)Author
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-10-27Merged revisions 46351-46353 via svnmerge from Christian Richter
2006-10-22Merged revisions 45916 via svnmerge from Christian Richter
2006-10-13Merged revisions 45088 via svnmerge from Christian Richter
2006-10-13Merged revisions 45026 via svnmerge from Christian Richter
2006-10-11Merged revisions 44563 via svnmerge from Christian Richter
2006-10-11Merged revisions 44562 via svnmerge from Christian Richter
2006-10-11Merged revisions 44561 via svnmerge from Christian Richter
2006-10-11Merged revisions 44559 via svnmerge from Christian Richter
2006-10-10Merged revisions 44786 via svnmerge from Christian Richter
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-28Merged revisions 43852 via svnmerge from Christian Richter
2006-09-28Merged revisions 43775 via svnmerge from Christian Richter
2006-09-22Merged revisions 43482 via svnmerge from Russell Bryant
2006-09-20Merged revisions 43314 via svnmerge from Kevin P. Fleming
2006-09-19While this is experimental I don't think it should be experimental enough to ...Joshua Colp
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...Christian Richter
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-17fixing the 64bit issue with misdn_l1_task.Nadi Sarrar
2006-08-16added patch from #7709Christian Richter
2006-08-16fix some minor stuffKevin P. Fleming
2006-08-16instead of a for loop and ast_cli_(un)register, use ast_cli_(un)register_mult...Russell Bryant
2006-08-16a static array now holds the cli_entry structsNadi Sarrar
2006-08-16adding support for AOCD facility messages.Nadi Sarrar
2006-08-15removed libbnec dependencies.Christian Richter
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...Nadi Sarrar
2006-08-08* first bits of decoding facility information elementsNadi Sarrar
2006-08-08* added possibility to change echocancel settings during callsChristian Richter
2006-08-07changed naming of mISDN channels, so that hinting works properChristian Richter
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)Christian Richter
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-13added even more statefulness for sending out disconnect/release/release_compl...Christian Richter
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. Now...Christian Richter
2006-07-10removed unnecessary locking, which might have created deadlocks. removed find...Christian Richter
2006-07-06* removed tone_indicate, we genrate only the dialtone by ourself (and the han...Christian Richter
2006-07-04removed the reloading of the ntdebug stuff, since this is a bit buggy, we onl...Christian Richter
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ...Christian Richter
2006-07-03added misdn show config description[s] to show all the possible misdn.conf se...Christian Richter
2006-06-30added a bit logging, when we split the bridgeChristian Richter
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that p...Christian Richter
2006-06-28moved a notice into a logChristian Richter
2006-06-28fixed a few state problems when hanging up the call. also changed a few debug...Christian Richter
2006-06-27fixes segfault on incoming call which is disconnected in Alerting stateChristian Richter
2006-06-26* fixed the busy stateChristian Richter
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadyChristian Richter