summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Removed change history from 'README' file.Andreas Eversberg2010-12-131-531/+0Star
|
* Adding forwarding of DTMF and keypad between peersAndreas Eversberg2010-12-131-0/+4
| | | | | | | | | This is needed for peers that require DTMF messages, rather than tones: - GSM mobile stations - Asterisk channel API modified: apppbx.cpp modified: apppbx.h
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-0/+1
|
* Fixed LCR to work with the current API of OpenBSC.Andreas Eversberg2010-05-311-1/+1
| | | | | | | modified: Makefile.am modified: Makefile.in modified: README modified: gsm.cpp
* Added patch to play ringing tone when connected but the call is forwardedAndreas Eversberg2010-05-281-0/+3
| | | | and ringing again. Thanx to Jacek for this patch.
* Fix for redirection number. Thanx to Dennis for this bugfix.Andreas Eversberg2010-05-281-1/+1
| | | | | | | I changed it a bit, so the redirection number is converted from national/international format into numerical format. (adding prefixes) If there is still a problem with it, let me know.
* Added Progress messages. (receive only)Andreas Eversberg2010-05-231-1/+1
|
* Fixed forwarding of sending-complete information.Andreas Eversberg2010-05-201-0/+2
| | | | | | | modified: Makefile.in modified: README modified: action.cpp modified: apppbx.cpp
* Update of READMEAndreas Eversberg2010-03-181-1/+1
|
* Fixed includes to latest mISDNuser structures.Andreas Eversberg2010-03-111-1/+1
| | | | | | | | | | modified: Makefile.am modified: Makefile.in modified: README modified: bchannel.c modified: dss1.cpp modified: mISDN.cpp modified: main.h
* Fixed compiler warnings when compiling with gcc 4.3.4.Andreas Eversberg2010-03-111-0/+3
| | | | | | | | | | | | | | | | | | | | Fixed names of moved include files (OpenBSC). modified: Makefile.am modified: Makefile.in modified: README modified: chan_lcr.c modified: configure modified: configure.ac modified: genrc.c modified: gentones.c modified: genwave.c modified: gsm.cpp modified: mISDN.cpp modified: main.c modified: port.cpp modified: tones.c modified: trace.c
* - Fixed HLC (higher layer capability) modification to LCR routing.Andreas Eversberg2010-01-241-0/+2
| | | | | | | | | | | | | - Fixed chan_lcr fax queue buffer. Added LCR_TRANSFERCAPABILITY environment. -> use options "n:t:q250" for sending/receiving faxes with asterisk and chan_lcr. modified: README modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: route.c modified: route.h
* Added queue buffer for chan_lcr sending faxes without interruption.Andreas Eversberg2010-01-241-0/+2
| | | | | | | | | | | Use options "t:q250" for disabling mISDN_dsp and adding a 250ms delay. modified: README modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: select.c
* Added "release" action and timeout to "execute" action.Andreas Eversberg2010-01-161-0/+1
| | | | | | | | | | | | | modified: README modified: action.cpp modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: mISDN.cpp modified: message.h modified: route.c modified: route.h modified: socket_server.c
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-0/+2
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Added new option to interface.conf: "nonotify" to disable notify messages.Andreas Eversberg2010-01-151-0/+1
| | | | | | | | | modified: README modified: dss1.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h
* New version 1.7Andreas Eversberg2010-01-151-0/+6
| | | | | | | modified: Makefile.in modified: README modified: configure modified: configure.ac
* Fixed dialing of national or international number type. (Used for GSM)Andreas Eversberg2010-01-041-0/+1
|
* Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.Andreas Eversberg2009-10-271-0/+3
| | | | | | | | | | | | | | 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-271-1/+1
|\ | | | | | | | | Conflicts: README
| * added owner / group options to options.confPeter Schlaile2009-10-081-1/+1
| | | | | | | | | | 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-271-0/+1
|/ | | | | | | | | | | | | | | | | 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
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added 'extern' flag to interface.conf.Andreas Eversberg2009-09-231-1/+5
| | | | | | | | | | | | | | 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-061-0/+2
| | | | | | | version 1.6. modified: README modified: joinpbx.cpp
* New Version 1.6root2009-09-061-0/+5
| | | | | | | | | | | | | | 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
* Added patch by Kai Peter for completing screening indicator. Thanx for that!root2009-09-041-0/+2
| | | | | | modified: README modified: dss1.cpp modified: message.h
* Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.root2009-06-281-0/+3
| | | | | | | | | | 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-181-0/+1
| | | | | | | | | | | | | | | 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-061-0/+1
| | | | | | | | | | | | | | | | | | | | | 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-211-0/+1
| | | | | | | | | 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-211-0/+1
| | | | | | | | | 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-171-0/+3
| | | | | | | | - 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-141-0/+7
| | | | | | | | | | | | | | | | | | 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-111-0/+5
| | | | | 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-061-0/+3
| | | | | | | | | | | | 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
* Added display of current active TEI values (L2) at lcradmin.Andreas Eversberg2009-04-051-0/+1
| | | | | | | | | 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-291-0/+3
| | | | | | | | -> 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-291-1/+1
|
* Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.Andreas Eversberg2009-03-201-0/+2
| | | | | | | | | | | 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-201-0/+2
| | | | | | | | modified: README modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: trace.h
* Fixed dtmf detection of A-D. (thanx to Ralf)Andreas Eversberg2009-03-151-0/+1
| | | | | modified: README modified: chan_lcr.c
* Bugfix on timeout rules. (thanx to Benjamin)Andreas Eversberg2009-03-151-1/+1
| | | | | modified: README modified: action.cpp
* Added Callweaver support. (thanx to Kristijan)Andreas Eversberg2009-03-151-0/+1
| | | | | | modified: README modified: bchannel.c modified: chan_lcr.c
* Added PID file (thanx to Joerg)Andreas Eversberg2009-03-151-0/+1
| | | | | modified: README modified: main.c
* Bugfix on interface reload.Andreas Eversberg2009-03-141-2/+6
| | | | | modified: README modified: interface.c
* New release 1.4Andreas Eversberg2009-03-011-1/+3
| | | | | | | modified: README modified: chan_lcr.c modified: configure modified: configure.ac
* Added fax detection patch by gregory.Andreas Eversberg2009-02-151-0/+2
| | | | | | modified: README modified: chan_lcr.c modified: chan_lcr.h
* Added alerting and proceeding to the goto rule.Andreas Eversberg2009-02-151-1/+1
| | | | | modified: README modified: route.c
* chan_lcr hopefully now compiles against SVN version of asterisk.Andreas Eversberg2009-02-151-1/+7
| | | | | | | | | | | | | | | Added limitation option for maximum dialed digits. If dial string exceeds that limit, overlap-dialing is used to complete dial string. Siemens EWSD (APS V16) only allows 20 digits at a time. modified: README modified: chan_lcr.c modified: default/interface.conf modified: dss1.cpp modified: dss1.h modified: ie.cpp modified: interface.c modified: interface.h