[Kamailio-Users] http_query function

Iñaki Baz Castillo ibc at aliax.net
Mon Nov 24 11:28:29 CET 2008


El Lunes, 24 de Noviembre de 2008, Daniel-Constantin Mierla escribió:
> Thanks Juha,
>
> the readme is now available online at:
> http://kamailio.org/docs/modules/devel/utils.html

There is a bug in the doc, http_query_timeout must be an integer, so:

  modparam("utils", "http_query_timeout", "2")
must be:
  modparam("utils", "http_query_timeout", 2)

If not, kamailio gives an error:
  ERROR:core:set_mod_param_regex: parameter <http_query_timeout> not found in
  module <utils>



-- 
Iñaki Baz Castillo




More information about the Users mailing list