summaryrefslogtreecommitdiffstats
path: root/ss5_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixed detection of Code 11 (CCITT#5).Andreas Eversberg2009-09-301-25/+13Star
| | | | | modified: ss5.cpp modified: ss5_decode.c
* Added support for signalling system no. 5.Andreas Eversberg2009-09-261-0/+181
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