mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 12:27:04 +00:00
basic-pbx: Update configuration to work with current modules.
The res_pjsip_websocket module requires the res_http_websocket module so ensure it is loaded. As well the res_pjsip_notify module needs the pjsip_notify.conf configuration file so ensure it is installed. ASTERISK-28272 Change-Id: I261659b84e7a6ac4cb49990d9badb4b2ad01bacd
This commit is contained in:
@@ -62,6 +62,7 @@ load = pbx_config.so
|
||||
|
||||
; Resources
|
||||
|
||||
load = res_http_websocket.so
|
||||
load = res_musiconhold.so
|
||||
load = res_pjproject.so
|
||||
load = res_pjsip_acl.so
|
||||
|
||||
Reference in New Issue
Block a user