Re: [OpenSIPS-Users] opensips 2.1 call_center queue position (Jonathan Hunter)

2016-11-02 Thread koce
Hello I recently started to explore call_center module and I think that it might not be patch related. here is my experience. I downloaded opensips branch 2.2 commit c8a605b. when agent is registered and there are no clients in line/queue the caller gets connected to the agent almost

Re: [OpenSIPS-Users] Script execution hanging

2016-03-18 Thread Koce
end which continued executing the rest of PSTN route logic. I think that I got it right now but if you think from my elaborate explanation I did something wrong please correct me. Hi Koce, Does the first async rest_post() finish successfully by having its resume route run? Could you please ad

[OpenSIPS-Users] Script execution hanging

2016-03-14 Thread Koce
Hello I'm using Opensips 2.1 git version and when I try to execute the outline from the routing logic below I get Opensips hanging on route(CGR_LCR_REQ) when it finishes executing.What I'm trying to say is it hangs on that particular line as it is expecting something. So I'm wondering if I need

Re: [OpenSIPS-Users] first async(rest_post) timeout fail

2016-02-26 Thread Koce
]: INFO:rest_client:start_async_http_req: curl_multi_timeout(): retry_time is 1ms Hello koce! Most likely, the issue is due to your restricting "connection_timeout = 1" module parameter. To quote from libcurl's documentation [1]: /"You must not wait too long (more than a few

[OpenSIPS-Users] first async(rest_post) timeout fail

2016-02-23 Thread koce
Hello I'm using OpenSIPS 2.1 latest from git and every time I call the first async(rest_post) function from my script I experience timeout,and the other calls to async(rest_post) after that point in the script are OK, as if the first call is like a ping to the http server it does not send any