Commit Graph

2 Commits

Author SHA1 Message Date
Maximilian Fridrich fb234abd84 main/refer.c: Fix double free in refer_data_destructor + potential leak
Resolves: #267
2023-08-22 13:31:01 +00:00
Maximilian Fridrich 51a7b18038 core/ari/pjsip: Add refer mechanism
This change adds support for refers that are not session based. It
includes a refer implementation for the PJSIP technology which results
in out-of-dialog REFERs being sent to a PJSIP endpoint. These can be
triggered using the new ARI endpoint `/endpoints/refer`.

Resolves: #71

UserNote: There is a new ARI endpoint `/endpoints/refer` for referring
an endpoint to some URI or endpoint.
2023-08-09 15:10:46 +00:00