sip: initial call handling

* implement answering and hangup
 * (de)activate media pipeline
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-02-19 17:34:57 +01:00
parent 967f30d688
commit e0482fc6e6
4 changed files with 106 additions and 27 deletions

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;