summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | debug_target arg is required for debug parsing.
* 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
| | | | modified: joinpbx.cpp
* Fixed some minor bug. Also fixed problem with double setup for internal ↵Andreas Eversberg2009-12-253-8/+18
| | | | | | | | extensions. modified: gsm.cpp modified: joinpbx.cpp modified: ss5.cpp
* Make LCR run with OpenBSC main branch.Andreas Eversberg2009-12-203-13/+2Star
| | | | | | modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* 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
| | | | | | | | | | modified: ss5.cpp modified: ss5.h
| * Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-2711-17/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: README modified: action.cpp modified: apppbx.cpp modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: joinpbx.cpp modified: joinpbx.h modified: message.h modified: route.c modified: route.h
| * Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcrAndreas Eversberg2009-10-275-3/+44
| |\ | | | | | | | | | | | | Conflicts: README
| | * added owner / group options to options.confPeter Schlaile2009-10-085-3/+44
| | | | | | | | | | | | | | | makes the usual setup LCR running as "root" and asterisk running as "asterisk" easier to configure.
| * | Fixes and improves parsing of config file.Andreas Eversberg2009-10-2710-35/+33Star
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last character of unterminated line was ignored. Minor bug fix in 2600 Hz pulse dialing. modified: README modified: action_vbox.cpp modified: crypt.cpp modified: extension.c modified: gsm_conf.c modified: interface.c modified: macro.h modified: route.c modified: ss5.cpp modified: ss5.h
| * Don't detect tones for SS5, if the minimum noise level is not reached.Andreas Eversberg2009-10-071-24/+27
| | | | | | | | | | | | This reduces CPU load on idle channels. modified: ss5_decode.c
| * Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcrAndreas Eversberg2009-10-0720-0/+716
| |\
| | * First import of debian subdirJoerg Dorchain2009-10-0320-0/+716
| | | | | | | | | | | | | | | | | | | | | | | | This adds the necessary stuff to just do a dpkg-buildpackage in the source directory and get a debian package. Todo: - Get rid of the configure_warning patch
| * | Don't send busy tone after clear-back (ss5).Andreas Eversberg2009-10-071-3/+3
| |/ | | | | | | modified: ss5.cpp
* / Make LCR work with the current openbsc lcr_rtp branch. (soon merged with ↵Andreas Eversberg2009-12-205-85/+30Star
|/ | | | | | master branch) Minor fix in ss5.cpp.
* Fixed minor release BUG in SS5. Added comfort noise.Andreas Eversberg2009-09-301-1/+2
| | | | modified: ss5.cpp
* Fixed detection of Code 11 (CCITT#5).Andreas Eversberg2009-09-302-25/+15Star
| | | | | modified: ss5.cpp modified: ss5_decode.c
* Fixed bug when closing mISDN port.Andreas Eversberg2009-09-301-1/+3
| | | | modified: mISDN.cpp
* Added support for signalling system no. 5.Andreas Eversberg2009-09-2625-126/+2795
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More infos will follow on the isdn4linux mailing list. modified: Makefile.am modified: Makefile.in modified: README modified: apppbx.cpp modified: configure modified: configure.ac modified: default/options.conf modified: dss1.cpp modified: ie.cpp modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: port.h modified: socket_server.c new file: ss5.cpp new file: ss5.h new file: ss5_decode.c new file: ss5_decode.h new file: ss5_encode.c new file: ss5_encode.h
* Some minor corrections on default/interface.confAndreas Eversberg2009-09-231-9/+9
|
* Added 'extern' flag to interface.conf.Andreas Eversberg2009-09-235-6/+50
| | | | | | | | | | | | | | If no specific interface is given for the 'extern' rule in the routing.conf, or if call is forwarded (settings), then only interfaces marked with 'extern' flag are used. You need to set this flag when upgrading to this version. See default/interface.conf for hint. modified: README modified: apppbx.cpp modified: default/interface.conf modified: interface.c modified: interface.h
* Fixed bad bug in joining calls. Please update, if you have changed to ↵Andreas Eversberg2009-09-062-16/+44
| | | | | | | version 1.6. modified: README modified: joinpbx.cpp
* New Version 1.6root2009-09-068-25/+193
| | | | | | | | | | | | | | Fix of conference release bug. Calls can now be forwarded during alerting phase via "*3#". modified: README modified: apppbx.cpp modified: configure modified: configure.ac new file: default/openbsc.cfg modified: dss1.cpp modified: gsm.cpp modified: joinpbx.cpp
* Minor fix: chan_lcr will now go into RING state if remote channel is RINGING.root2009-09-041-1/+1
| | | | modified: chan_lcr.c
* Added patch by Kai Peter for completing screening indicator. Thanx for that!root2009-09-043-0/+52
| | | | | | modified: README modified: dss1.cpp modified: message.h
* LCR now compiles with current version of OpenBSC.root2009-08-2310-1382/+215Star
| | | | | | | | | | | | | | | | | No more patch is required, just link openbsc directory to LCR source directory and run "configure": cd lcr ln -s path_to_openbsc/openbsc . modified: Makefile.am modified: Makefile.in deleted: bootstrap.c deleted: bootstrap.h modified: configure modified: configure.ac modified: default/gsm.conf modified: gsm.cpp modified: gsm.h modified: gsm_conf.c
* Minor fix in display facility.root2009-08-151-1/+1
| | | | modified: dss1.cpp
* Source cleanup.root2009-07-0521-2262/+1128Star
| | | | | | | | | | | | | | | | | | | | | | | | modified: bootstrap.c modified: cause.c modified: crypt.cpp modified: endpoint.cpp modified: genext.c modified: genrc.c modified: gentones.c modified: genwave.c modified: ie.cpp modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: lcradmin.c modified: mail.c modified: main.c modified: message.c modified: route.c modified: socket_server.c modified: tones.c modified: trace.c modified: vbox.cpp
* Changed GSM api to current development tree of OpenBSC.root2009-07-053-233/+91Star
| | | | | | | | Removed obsolete (never finisshed) installation wizzard. modified: bootstrap.c modified: default/gsm.conf deleted: wizzard.c
* Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.root2009-06-287-112/+207
| | | | | | | | | | modified: README modified: bootstrap.c modified: bootstrap.h modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: mISDN.cpp
* Added GSM IMSI dialing by using dialing "imsi-<number>".root2009-06-1810-178/+183
| | | | | | | | | | | | | | | Applied API change of OpenBSC. modified: Makefile.am modified: Makefile.in modified: README modified: bootstrap.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm_audio.c modified: gsm_conf.c modified: interface.c
* gsm improvementsAndreas Eversberg2009-06-0616-861/+655Star
| | | | | | | | | | | | | | | | | | | | | code cleanup modified: README modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: alawulaw.c modified: bchannel.c modified: bootstrap.c modified: callerid.c modified: cause.c modified: chan_lcr.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: message.h
* Fixed disabling of DTMF using 'n' option of chan_lcr.Andreas Eversberg2009-05-215-14/+18
| | | | | | | | | Please enter the commit message for your changes. modified: README modified: apppbx.cpp modified: bchannel.c modified: chan_lcr.c modified: chan_lcr.h
* OpenBSC API change.Andreas Eversberg2009-05-216-59/+84
| | | | | | | | | modified: README modified: bootstrap.c modified: bootstrap.h modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* - Debug option now works for GSM.Andreas Eversberg2009-05-173-33/+57
| | | | | | | | - Fixed some GSM information elements. modified: README modified: default/interface.conf modified: gsm.cpp
* Restructured tones_dir, added tones_dir to interface.confAndreas Eversberg2009-05-1413-2202/+1154Star
| | | | | | | | | | | | | | | | | | Code cleanup.. modified: README modified: apppbx.cpp modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: extension.c modified: gsm.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: options.c modified: options.h modified: port.cpp
* Added GSM network support.Andreas Eversberg2009-05-1130-565/+3768
| | | | | This turns LCR into a GSM mobile switching center. More infos will follow.
* Applied patch by Daniel: "execute"-action can now be performed on call init ↵Andreas Eversberg2009-04-065-6/+92
| | | | | | | | | | | | or on call hangup. A special parameter allows that. -> Forking of executed program is now performed without getting zombie process. modified: README modified: action.cpp modified: apppbx.h modified: route.c modified: route.h
* Mini-Fix: don't read settings, where not required.Andreas Eversberg2009-04-051-1/+1
|
* Added display of current active TEI values (L2) at lcradmin.Andreas Eversberg2009-04-056-6/+31
| | | | | | | | | modified: README modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
* Added PROGRESS indication in both directions, so early audio is possible.Andreas Eversberg2009-03-293-0/+49
| | | | | | | | -> Tones and announcements shall be forwarded. modified: README modified: chan_lcr.c modified: chan_lcr.h
* chan_lcr: fixed compile problems with newer versions of asteriskAndreas Eversberg2009-03-292-2/+9
|
* Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.Andreas Eversberg2009-03-208-6/+64
| | | | | | | | | | | modified: README modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
* Added Notify to NT-mode.Andreas Eversberg2009-03-205-12/+50
| | | | | | | | modified: README modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: trace.h
* Check if pid file did not open.Andreas Eversberg2009-03-151-2/+5
| | | | modified: main.c
* Fixed dtmf detection of A-D. (thanx to Ralf)Andreas Eversberg2009-03-152-8/+9
| | | | | modified: README modified: chan_lcr.c
* Bugfix on timeout rules. (thanx to Benjamin)Andreas Eversberg2009-03-152-2/+2
| | | | | modified: README modified: action.cpp