Hi all,
as a wrap up to this thread, since there were some private exchanges, this
summarises what can be correctly used (tested with version 4.4):
$var(target_url) = "http://test.com";;
$http_req(method) = "PUT";
http_append_header("Content-Type: application/json");
$var(payload) = '{ "key1" : "v
Just thinking out loud, if you use memcached maybe simply storing a
variable with the username and checking whether it is set before allowing a
call from that user.
That would work.
David
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mai
in this case you have to manually take care of in dialog requests and when
the call terminate so you can unset the variable. Dailog with profiling is
the better way to go.
On Sun, 18 Dec 2016 at 5:27 AM David Villasmil <
david.villasmil.w...@gmail.com> wrote:
> Just thinking out loud, if you use m