aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/call.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-24Fix typosAndreas Eversberg1-1/+1
2016-07-24Remove console line before printing debugging and on exitAndreas Eversberg1-6/+24
2016-07-24Release active call, when disconnect is received from networkAndreas Eversberg1-1/+10
If early disconnect is received, the connecion is kept established, so the announcement can be heared by mobile subscriber.
2016-07-24NMT: Caller ID supportAndreas Eversberg1-12/+41
2016-07-09common code: Check and ignore events without callref setAndreas Eversberg1-0/+22
2016-06-19common code: Release MNCC call 30 seconds after listening to announcementAndreas Eversberg1-2/+35
2016-06-17Implementation of Advanced Mobile Phone Service (AMPS)Andreas Eversberg1-10/+58
2016-06-17Add function to display wave form from input/loopAndreas Eversberg1-55/+9
Use 'w' to toggle display. Move terminal input processing and main loop to main_common.c
2016-06-12common code: Call control allows to re-dial after disconnectAndreas Eversberg1-1/+4
No hangup key required before that anymore.
2016-05-08Multi transceiver supportAndreas Eversberg1-1/+1
This can be multiple transceivers on multiple sound cards. Two transceivers can be bundled on one sound device as well, using both channels.
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-4/+4
2016-03-13Prepare for NMT: Fixes and improvements at common codeAndreas Eversberg1-74/+76
2016-03-13initial git importAndreas Eversberg1-0/+920