summaryrefslogtreecommitdiffstats
path: root/ss5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-52/+45Star
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Fixed some minor bug. Also fixed problem with double setup for internal ↵Andreas Eversberg2009-12-251-2/+2
| | | | | | | | extensions. modified: gsm.cpp modified: joinpbx.cpp modified: ss5.cpp
* Added protection against false tone detection.Andreas Eversberg2009-12-131-1/+18
| | | | | modified: ss5.cpp modified: ss5.h
* Fixes and improves parsing of config file.Andreas Eversberg2009-10-271-4/+4
| | | | | | | | | | | | | | | | | 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 send busy tone after clear-back (ss5).Andreas Eversberg2009-10-071-3/+3
| | | | modified: 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-301-0/+2
| | | | | modified: ss5.cpp modified: ss5_decode.c
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-0/+1972
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