CURL in dialplan on Issabel with asterisk 13 not working
On an Issabel installation with asterisk 13, when I try to use custom dialplan with CURL function, I get this error on asterisk console:
[2018-06-26 08:24:09] ERROR[6545][C-00000004]: pbx_functions.c:608 ast_func_read: Function CURL not registered
Listing modules like curl I get nothing:
CLI> module show like curl
Module Description Use Count Status Support Level
0 modules loaded
In another Issabel installation with asterisk 11, CURL function is present:
CLI> module show like curl
Module Description Use Count
func_curl.so Load external URL 0
res_config_curl.so Realtime Curl configuration 0
res_curl.so cURL Resource Module 0
Is there another way to use CURL on Issabel with asterisk 13?
Thank you!