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
Hello,
try this one: http://www.kamailio.org/dokuwiki/doku.php/pseudovariables:3.1.x#pseudo-varia...
Cheers, Daniel
On 6/6/11 11:14 PM, Andreas Granig wrote:
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
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi Daniel,
On 06/06/2011 11:16 PM, Daniel-Constantin Mierla wrote:
try this one: http://www.kamailio.org/dokuwiki/doku.php/pseudovariables:3.1.x#pseudo-varia...
Thanks alot!
Andreas