sip: initial call handling

* implement answering and hangup
 * (de)activate media pipeline
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-03 00:08:31 +02:00
parent 967f30d688
commit e0482fc6e6
4 changed files with 106 additions and 27 deletions
-1
View File
@@ -38,7 +38,6 @@ typedef struct
{
nua_handle_t *register_handle;
nua_handle_t *call_handle;
nua_handle_t *incoming_call_handle;
CallsSipContext *context;
} CallsSipHandles;