mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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.
(cherry picked from commit 8824b845c4
)
This commit is contained in:
committed by
Asterisk Development Team
parent
65a2bca074
commit
68fc422247
@@ -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