summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added "lcradmin portinfo" for 'ifconfig' like port informations at run time.Andreas Eversberg2008-10-271-2/+177
* added chan_lcr and Makefile.am fixes by MatthiasAndreas Eversberg2008-10-236-148/+178
* now chan_lcr.so is moved to asterisk' modules directory when installing.Andreas Eversberg2008-10-113-0/+9
* chan_lcr: fixed some "bridging typos"Peter Schlaile2008-10-091-7/+7
* Merge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcrPeter Schlaile2008-10-092-3/+7
|\
| * Completed documentation about instance creation/destruction proceedure.Andreas Eversberg2008-09-282-3/+7
* | added inband dtmf support to chan_lcrPeter Schlaile2008-10-092-5/+67
|/
* chan_lcr: forgotten commit for new ref fixPeter Schlaile2008-09-271-0/+1
* Merge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcrPeter Schlaile2008-09-271-2/+3
|\
| * updated autoconfAndreas Eversberg2008-09-271-2/+3
* | chan_lcr: fixed race condition in new ref assignmentPeter Schlaile2008-09-271-32/+11Star
|/
* added options.c to automake, so that chan_lcr gets built correctlyPeter Schlaile2008-09-232-1/+7
* Merge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcrPeter Schlaile2008-09-2231-1098/+13345
|\
| * Finished autoconf.Andreas Eversberg2008-09-2131-1098/+13345
* | work around broken HOLD/UNHOLD handling on some SIP phonesPeter Schlaile2008-09-222-1/+34
|/
* fixed some layer 2 link issuesAndreas Eversberg2008-09-145-11/+19
* Fixed trace bugs.Andreas Eversberg2008-09-148-22/+33
* Corrected error print, if mISDN_dsp.ko module cannot be loaded.Andreas Eversberg2008-09-124-7/+8
* Ports can now be specified by number or by name.Andreas Eversberg2008-09-0710-14/+104
* changed port attribute to "portnum".Andreas Eversberg2008-09-065-37/+55
* Fix missing argumentKarsten Keil2008-09-031-1/+1
* Fix possible bufferoverflowsKarsten Keil2008-09-032-3/+3
* Fix lot of warningsKarsten Keil2008-09-0232-134/+135
* Fix 64bit buildKarsten Keil2008-09-011-2/+2
* Added -fPIC to fix chan_lcr shared object.Andreas Eversberg2008-08-301-1/+2
* LCR now runs as a user.Andreas Eversberg2008-08-309-17/+63
* Fix conversion string warnings, there are lot more like these.Karsten Keil2008-08-291-4/+4
* chan_lcr: fixed lcr_fixup (compare with chan_misdn for reference)Peter Schlaile2008-08-231-6/+10
* chan_lcr: fixed typo, that made rebuffer-mode request a parameter,Peter Schlaile2008-08-221-1/+1
* chan_lcr: this fixes hanging with app_rxfax and a race conditionPeter Schlaile2008-08-221-0/+6
* removed debug code from last commitPeter Schlaile2008-08-211-3/+0Star
* chan_lcr: added missing memcpy to bchannel_transmit. HDLC data was not send a...Peter Schlaile2008-08-211-4/+9
* make LCR compile again with latest mISDNuser changesschlaile2008-08-122-0/+10
* fixed audio preload of tones. this reduces the propability of audio gaps resu...Super User2008-07-301-3/+5
* make compile with gcc 4.* without warnings. (hopefully with all versions)Super User2008-07-298-19/+20
* fixed problem with "Answer" after extension matches.Super User2008-07-272-15/+3Star
* updated READMESuper User2008-07-261-0/+3
* now LCR features real HDLC bchannel mode.Super User2008-07-2610-38/+69
* many fixes on HDLC issuesSuper User2008-07-263-89/+118
* bearer capability fix.Super User2008-07-241-3/+7
* fixed overlap dialing problem:Super User2008-07-241-10/+38
* fixed trace bugSuper User2008-07-243-4/+6
* made lcr_read read frames in 160 bytes packets in rebuffer modeschlaile2008-07-221-1/+5
* rebuffer option for chan_lcr (160 bytes per frame)schlaile2008-07-208-16/+76
* removed "lcr query", use "isdninfo" instead.Super User2008-07-186-185/+132Star
* ported genrcSuper User2008-07-121-161/+46Star
* must send "proceeding" instead of "setup_acknowledge", in case the numberSuper User2008-07-082-2/+26
* added more display infoSuper User2008-07-034-2/+40
* disabled overlap dialing and dtmf digit forwarding, due to bug.Super User2008-06-281-0/+4
* don't treat it as a fatal socket error, when chan_lcr sends messages to an al...schlaile2008-06-231-2/+2