Add incoming answer to call control, also allow to send recall tone

This commit is contained in:
Andreas Eversberg
2017-08-06 11:30:39 +02:00
parent f5e4058c6f
commit 8ce3ff455d
8 changed files with 45 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ void call_rx_audio() { }
void call_out_setup() { }
void call_out_release() { }
void call_out_disconnect() { }
void call_out_answer() { }
void print_help() { }
void sender_send() { }
void sender_receive() { }