Hi,
Is it possible to somehow quote the $ sign in xhttp_send_reply() in
order not to be interpreted by kamailio-3.1.3? Tried with "\" and
putting the whole body in single quotes, but I always get this error
message during startup:
ERROR: <core> [pvapi.c:720]: wrong char [$/36] in [${foo}]
ERROR: <core> [sr_module.c:1156]: bad PVE format: "${foo}"
ERROR: <core> [mod_fix.c:501]: Cannot convert function parameter 1 to spve
So I actually just want to return the string "${foo}".
Andreas