Add option to cross-connect calls; Calls between mobiles are now possible

Use -x to enable call cross-connect. No MNCC socket, no call device must
be specified!

Be sure to have at least one control channel and two voice channels.
Alternatively you can use one combined control/voice channel and one
voice channel.
This commit is contained in:
Andreas Eversberg
2017-10-29 07:58:20 +01:00
parent 87a21a285a
commit e8a3306eee
5 changed files with 330 additions and 30 deletions

View File

@@ -28,6 +28,7 @@ libmobile_a_SOURCES = \
call.c \
testton.c \
mncc_console.c \
mncc_cross.c \
mncc_sock.c \
hagelbarger.c \
display_status.c \