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:
Joshua Colp
2019-02-28 12:24:59 +00:00
parent 67d5c469fb
commit 2980622d2b
2 changed files with 58 additions and 0 deletions

View File

@@ -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