summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support of GSM uses socket interface for both network and mobileHEADmasterAndreas Eversberg2011-09-0215-792/+587Star
* Fixed broken timeout conditionAndreas Eversberg2011-09-022-8/+10
* Additionally adding output of bchannel "ref" at some debug output.Andreas Eversberg2011-08-112-5/+5
* Fixed wrong reference when requesting a channel from chan_lcr.Andreas Eversberg2011-08-111-1/+1
* Minor cosmetic fix of logging outputAndreas Eversberg2011-08-101-6/+2Star
* Fixed forking, to prevent LCR to run multiple timesAndreas Eversberg2011-08-102-9/+14
* Make install now works again. (Missing and required macro defintion)Andreas Eversberg2011-07-301-1/+1
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-282-5/+23
* gsm->network must be set != NULL, to make it work correctlyAndreas Eversberg2011-07-251-12/+5Star
* Make LCR compile again with OpenBSCAndreas Eversberg2011-07-251-0/+1
* Make LCR compile with latest osmocomBB code.Andreas Eversberg2011-07-205-7/+18
* Don't try to install default/gsm.conf as it was removed.Andreas Eversberg2011-07-201-3/+0Star
* Minor fix: remote.c -> remote.cpp in Makefile.amAndreas Eversberg2011-07-201-1/+1
* Changing version number to 1.9Andreas Eversberg2011-07-141-2/+2
* This was missing at merge:Andreas Eversberg2011-07-144-9606/+0Star
* Merge branch 'develop'Andreas Eversberg2011-07-1446-4279/+1998Star
|\
| * [GSM] Replaced strcpy by required macro name.Andreas Eversberg2011-07-101-1/+1
| * [gsm] Make LCR work with current Osmocom-BB.Andreas Eversberg2011-02-2610-82/+135
| * [mail] Prevent bustling error message when sending mail without attachmentAndreas Eversberg2011-02-241-3/+5
| * [chan_lcr] Unloading chan_lcr is now possibleAndreas Eversberg2011-02-241-20/+13Star
| * Incremented version number of lcr in develop branch.Andreas Eversberg2011-02-211-2/+2
| * [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues.Andreas Eversberg2011-02-209-231/+170Star
| * don't execve() a shell process but always double-fork and then exec the progr...Harald Welte2011-02-202-3/+11
| * GSM MNCC: Make sure to set the MNCC_F_KEYPAD when ACKing DTMFHarald Welte2011-02-201-0/+1
| * MNCC: refuse any incoming SETUP if there is no MNCC connectionHarald Welte2011-02-201-0/+14
| * MNCC: Re-connect to the MNCC socket if connection was lostHarald Welte2011-02-202-20/+46
| * GSM BS: Release all calls in case the connection to OpenBSC disappearsAndreas Eversberg2011-02-201-1/+18
| * GSM: Define mncc_send() as it is no longer available from OpenBSC headersHarald Welte2011-02-201-0/+3
| * mncc_sock: properly append an element to the end of the listHarald Welte2011-02-201-0/+1
| * gsm tracing: as we no longer link with OpenBSC, we don't know the net nameHarald Welte2011-02-201-1/+1
| * MNCC socket: length of GSM TCH/F FR frame is 33 bytes _plus_ headerHarald Welte2011-02-201-1/+2
| * Modify GSM BS (OpenBTS) to use unix domain socket based MNCCHarald Welte2011-02-205-158/+169
| * [GSM_BS] Added DTMF support.Andreas Eversberg2011-02-203-4/+84
| * Fixed transmission of call trace on LCR socket.Andreas Eversberg2011-02-201-0/+1
| * [chan_lcr] Fixed broken communication with chan_lcrAndreas Eversberg2011-02-202-8/+9
| * [chan_lcr] Fixed caller ID for calls from AST->LCRAndreas Eversberg2011-02-202-139/+148
| * Ensure chan_lcr gets necessary compiler flags when cross compiling.Andreas Eversberg2011-02-101-5/+5
| * Fixed buffer overflow bug at pickup featureAndreas Eversberg2010-12-281-1/+1
| * Fixed null-pointer bug when GSM support is disabledAndreas Eversberg2010-12-281-1/+3
| * Improved and applied Wimpy's Asterisk 1.8.x support.Andreas Eversberg2010-12-143-2/+417
| * Removed change history from 'README' file.Andreas Eversberg2010-12-131-531/+0Star
| * Removed 'configure' and other files created by 'autoreconf'.Andreas Eversberg2010-12-139-12305/+10Star
| * Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-1328-481/+924
| * Adding various arguments to 'execute' condition and 'execute' action.Andreas Eversberg2010-12-132-2/+18
| * 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
| * Fixed channel selection on outgoing calls on NT-mode multipointAndreas Eversberg2010-12-134-2/+44
| * Remove the last commit, because it was in the wrong branch.Andreas Eversberg2010-12-131-350/+240Star
| * Completed GSM mobile station support with OsmocomBBAndreas Eversberg2010-12-1311-4859/+2154Star
| * Adding forwarding of DTMF and keypad between peersAndreas Eversberg2010-12-133-1/+59