summaryrefslogtreecommitdiffstats
path: root/chan_lcr.c
Commit message (Expand)AuthorAgeFilesLines
* Additionally adding output of bchannel "ref" at some debug output.Andreas Eversberg2011-08-111-4/+4
* [chan_lcr] Unloading chan_lcr is now possibleAndreas Eversberg2011-02-241-20/+13Star
* [chan_lcr] Fixed broken communication with chan_lcrAndreas Eversberg2011-02-201-2/+1Star
* [chan_lcr] Fixed caller ID for calls from AST->LCRAndreas Eversberg2011-02-201-139/+146
* Improved and applied Wimpy's Asterisk 1.8.x support.Andreas Eversberg2010-12-141-1/+398
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-171/+178
* Workaround for "noise" problems with app_rxfax in current LCR.Peter Schlaile2010-12-131-3/+17
* See commit 728d... It was not applied correctly.Andreas Eversberg2010-12-131-240/+350
* Remove the last commit, because it was in the wrong branch.Andreas Eversberg2010-12-131-350/+240Star
* [chan_lcr] Fixed caller ID by clearing ast->cid firstAndreas Eversberg2010-10-301-0/+1
* [chan_lcr] Fixed uninitialized variable in ast_read()Andreas Eversberg2010-09-281-1/+1
* [chan_lcr] Added second caller ID (ANI) in case the caller ID is user provided.Andreas Eversberg2010-09-281-2/+2
* Removed debugging output from chan_lcrAndreas Eversberg2010-08-041-0/+2
* Removed ast_log again for testing. Seems that it also causes dead-locks when ...Andreas Eversberg2010-07-261-1/+2
* Enabled ast_log again and changed usleep during trylock to 1.Andreas Eversberg2010-07-211-5/+4Star
* Removed the lock-debugging for chan_lcr.Andreas Eversberg2010-07-211-105/+0Star
* Another test patch.Andreas Eversberg2010-07-091-4/+5
* Since this banch only is for debugging the chan_lcr deadlock problem, i will ...Andreas Eversberg2010-07-081-2/+2
* Another "trylock" test.Andreas Eversberg2010-07-071-1/+6
* The "trylock" test patch.Andreas Eversberg2010-07-061-2/+6
* Disabled log_ast and replaced it by simple printf.Andreas Eversberg2010-07-051-4/+5
* Hopefully fixed the double log bug that causes so much trouble.Andreas Eversberg2010-06-301-2/+5
* More debug.Andreas Eversberg2010-06-241-0/+8
* More debugAndreas Eversberg2010-06-221-0/+6
* Added more detailed debugging for the locking problem.Andreas Eversberg2010-06-141-20/+39
* Added additional debug logging to lcr_read.Andreas Eversberg2010-06-091-1/+4
* Removed LF from debug code.Andreas Eversberg2010-06-091-1/+1
* Updated debugging patch.Andreas Eversberg2010-06-081-1/+3
* Test patch #1 for chan_lcr, to debug the Asterisk freeze problem.Andreas Eversberg2010-06-041-4/+69
* Added patch to play ringing tone when connected but the call is forwardedAndreas Eversberg2010-05-281-0/+15
* Fix for redirection number. Thanx to Dennis for this bugfix.Andreas Eversberg2010-05-281-1/+1
* Fixes a locking bug in chan_lcr. Thanx to WIMPy for that report.Andreas Eversberg2010-04-301-1/+1
* Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-171-1/+2
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-1/+3
* - Fixed HLC (higher layer capability) modification to LCR routing.Andreas Eversberg2010-01-241-0/+10
* Added queue buffer for chan_lcr sending faxes without interruption.Andreas Eversberg2010-01-241-2/+12
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-212/+261
* Test fix for lcr and dtmf.Andreas Eversberg2010-01-151-0/+2
* Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-271-4/+25
* Minor fix: chan_lcr will now go into RING state if remote channel is RINGING.root2009-09-041-1/+1
* gsm improvementsAndreas Eversberg2009-06-061-136/+68Star
* Fixed disabling of DTMF using 'n' option of chan_lcr.Andreas Eversberg2009-05-211-8/+13
* Added PROGRESS indication in both directions, so early audio is possible.Andreas Eversberg2009-03-291-0/+44
* chan_lcr: fixed compile problems with newer versions of asteriskAndreas Eversberg2009-03-291-1/+8
* Fixed dtmf detection of A-D. (thanx to Ralf)Andreas Eversberg2009-03-151-8/+8
* Added Callweaver support. (thanx to Kristijan)Andreas Eversberg2009-03-151-3/+201
* simplified rebuffer-mode to make large block sizes work betterPeter Schlaile2009-03-091-3/+18
* added documentation for re-buffer optionPeter Schlaile2009-03-021-0/+1
* New release 1.4Andreas Eversberg2009-03-011-1/+1
* Added fax detection patch by gregory.Andreas Eversberg2009-02-151-10/+29