mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 19:53:10 +00:00
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.
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
d16046e41f
commit
51a7b18038
@@ -4256,6 +4256,7 @@ static void asterisk_daemon(int isroot, const char *runuser, const char *rungrou
|
||||
check_init(load_pbx_app(), "PBX Application Support");
|
||||
check_init(load_pbx_hangup_handler(), "PBX Hangup Handler Support");
|
||||
check_init(ast_local_init(), "Local Proxy Channel Driver");
|
||||
check_init(ast_refer_init(), "Refer API");
|
||||
|
||||
/* We should avoid most config loads before this point as they can't use realtime. */
|
||||
check_init(load_modules(), "Module");
|
||||
|
Reference in New Issue
Block a user