summaryrefslogtreecommitdiffstats
path: root/bchannel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL pointer audio frame problem.Andreas Eversberg2010-03-181-20/+23
* Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-171-1/+1
* Fixed includes to latest mISDNuser structures.Andreas Eversberg2010-03-111-5/+3Star
* - Fixed HLC (higher layer capability) modification to LCR routing.Andreas Eversberg2010-01-241-2/+7
* Added queue buffer for chan_lcr sending faxes without interruption.Andreas Eversberg2010-01-241-3/+79
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-67/+57Star
* gsm improvementsAndreas Eversberg2009-06-061-62/+31Star
* Fixed disabling of DTMF using 'n' option of chan_lcr.Andreas Eversberg2009-05-211-1/+1
* Added Callweaver support. (thanx to Kristijan)Andreas Eversberg2009-03-151-0/+9
* simplified rebuffer-mode to make large block sizes work betterPeter Schlaile2009-03-091-43/+4Star
* changed error message a bit...Andreas Eversberg2009-01-061-0/+5
* Corrected error print, if mISDN_dsp.ko module cannot be loaded.Andreas Eversberg2008-09-121-2/+2
* changed port attribute to "portnum".Andreas Eversberg2008-09-061-2/+2
* 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-121-0/+6
* make compile with gcc 4.* without warnings. (hopefully with all versions)Super User2008-07-291-1/+1
* many fixes on HDLC issuesSuper User2008-07-261-54/+81
* rebuffer option for chan_lcr (160 bytes per frame)schlaile2008-07-201-5/+53
* no functional change:Super User2008-06-171-38/+38
* fixed socket handlingSuper User2008-06-171-1/+2
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-9/+9
* *** CHAN_LCR is complete! ***Super User2008-06-071-76/+142
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-17/+18
* fixed bad bug in opening bchannelSuper User2008-06-041-3/+2Star
* LCR is now uses socket based mISDN V2 APISuper User2008-06-011-378/+29Star
* workSuper User2008-05-271-3/+0Star
* fix and workSuper User2008-05-251-52/+90
* work on chan_lcrSuper User2008-05-191-0/+5
* lcr work (soon done :)Super User2008-05-181-36/+33Star
* work on chan_lcrSuper User2008-05-181-17/+35
* chan_lcr workSuper User2008-05-011-163/+161Star
* work on chan_lcrSuper User2008-05-011-23/+11Star
* work on socket. (don't try yet)Super User2008-04-131-5/+5
* work on socketSuper User2008-04-121-1/+1
* now gives warning if mISDN branch is wrong.Super User2008-02-031-0/+2
* work on asterisk channel driverSuper User2008-01-191-24/+16Star
* work on unfinished asterisk channel driver (bchannel handling)Super User2008-01-191-0/+867