Trying to authenticate the end user, for that need to query another server for the validation. So want to send the http get/post request from kamailio server to another server using http_query or similar methods.
But when use this function http_query() [got from http://www.kamailio.org/docs/modules/4.0.x/modules/utils.html#idp25440 ], kamailio starts failing. Though not sure the real reason, looks like config file is not able to find the the function. So can you let me know which module or params need to load in config file so that error can be resolved.
Or any better way tosend simple http request and take decision based on the reply in kamailio.cfg file and also what all module needs to be loaded to use those function?