Re: [sr-dev] [kamailio/kamailio] http_client module error to post the hdr part into http_client_query (#1364)

2017-12-20 Thread Daniel-Constantin Mierla
Reopen if still an issue after the above comments. -- 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-353047325___

Re: [sr-dev] [kamailio/kamailio] http_client module error to post the hdr part into http_client_query (#1364)

2017-12-20 Thread Daniel-Constantin Mierla
Closed #1364. -- 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#event-1395975145___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] http_client module error to post the hdr part into http_client_query (#1364)

2017-12-12 Thread Victor Seva
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:

[sr-dev] [kamailio/kamailio] http_client module error to post the hdr part into http_client_query (#1364)

2017-12-12 Thread Surendra Tiwari
### Description There is problem with http_client module they don't have the 4 paramterized export function. ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic