summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Debugging select loop. Here the process freezes.Andreas Eversberg2010-06-171-0/+11
* Fixed call forwarding after no response. Instread of dialing the old extensionAndreas Eversberg2010-06-153-8/+8
* 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-044-4801/+1984Star
* Added detection of tone_zone_sound structure name. Thanx to Janis for thisAndreas Eversberg2010-06-034-2/+176
* Tested and fixed the new OpenBSC API.Andreas Eversberg2010-05-304-1900/+4750
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-3126-5685/+4126Star
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-314-36/+70
* Added patch to play ringing tone when connected but the call is forwardedAndreas Eversberg2010-05-282-0/+18
* Fix for redirection number. Thanx to Dennis for this bugfix.Andreas Eversberg2010-05-282-2/+2
* Added Progress messages. (receive only)Andreas Eversberg2010-05-238-6/+139
* Fixed forwarding of sending-complete information.Andreas Eversberg2010-05-204-7/+11
* Fixes a locking bug in chan_lcr. Thanx to WIMPy for that report.Andreas Eversberg2010-04-301-1/+1
* fix last remnant of "extern" vs. incorrect "external" confusion, correct spel...Andreas Eversberg2010-04-062-2/+2
* Add .gitignoreKarsten Keil2010-03-251-0/+18
* Revert "Add .gitignore"Karsten Keil2010-03-255-868/+564Star
* Add .gitignoreKarsten Keil2010-03-255-564/+868
* Just a small bug fix: Extension matching will be performed by extension's num...Andreas Eversberg2010-03-241-1/+1
* Bugreport by Christian:Andreas Eversberg2010-03-231-1/+1
* Merge branch 'develop'Andreas Eversberg2010-03-1862-1757/+2678
|\
| * Update of READMEAndreas Eversberg2010-03-181-1/+1
| * Fix NULL pointer audio frame problem.Andreas Eversberg2010-03-181-20/+23
| * Added 'polling' option to options.conf.Andreas Eversberg2010-03-175-3/+15
| * Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-1711-53/+50Star
| * Fixed includes to latest mISDNuser structures.Andreas Eversberg2010-03-117-18/+12Star
| * Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-1115-55/+71
| * register_fd() bugfix.Andreas Eversberg2010-01-302-2/+2
| * - Fixed HLC (higher layer capability) modification to LCR routing.Andreas Eversberg2010-01-246-8/+130
| * Added queue buffer for chan_lcr sending faxes without interruption.Andreas Eversberg2010-01-246-13/+115
| * Added "release" action and timeout to "execute" action.Andreas Eversberg2010-01-1610-53/+111
| * new file: checkout-branch.shAndreas Eversberg2010-01-161-0/+14
| * Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-1648-1531/+2103
| * Added new option to interface.conf: "nonotify" to disable notify messages.Andreas Eversberg2010-01-156-10/+47
| * New version 1.7Andreas Eversberg2010-01-154-16/+22
| * Test fix for lcr and dtmf.Andreas Eversberg2010-01-151-0/+2
* | new file: checkout-branch.shAndreas Eversberg2010-01-161-0/+14
|/
* Harald provided this patch to fix reload of interface.conf without segfault.Andreas Eversberg2010-01-041-1/+1
* Notifies are now received from GSM phones.Andreas Eversberg2010-01-041-0/+7
* Harald provided us with this fix for the current OpenBSC API.Andreas Eversberg2010-01-041-1/+3
* Corrected debug values for GSM port type.Andreas Eversberg2010-01-042-3/+2Star
* Fixed dialing of national or international number type. (Used for GSM)Andreas Eversberg2010-01-042-0/+6
* A fix belonging to the last commit.Andreas Eversberg2009-12-251-1/+1
* Fixed some minor bug. Also fixed problem with double setup for internal exten...Andreas Eversberg2009-12-253-8/+18
* Make LCR run with OpenBSC main branch.Andreas Eversberg2009-12-203-13/+2Star
* Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcrAndreas Eversberg2009-12-2044-81/+913
|\
| * Added protection against false tone detection.Andreas Eversberg2009-12-132-2/+22
| * Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-2711-17/+71