I think this is not correct:
```
http_client_query("http://tutpro.com/index.php";, "{ "alert": "Alert text goes 
here" }", "Content-Type: application/json","$var(result)");
```

It should be:

```
http_client_query("http://tutpro.com/index.php";,'{ "alert": "Alert text goes 
here" }', "Content-Type: application/json","$var(result)");
```

Please try. If it does not work, please provide the output with debug enabled

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1364#issuecomment-351310896
_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to