Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-09-13 Thread Ian Yu-Hsun Lin
Thanks! -- 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/713#issuecomment-246558950___ sr-dev mailing list sr-dev@lists.sip-router.org htt

Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-09-12 Thread Daniel-Constantin Mierla
Closed #713. -- 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/713#event-786139459___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-09-12 Thread Daniel-Constantin Mierla
Thanks, finally got back to this one after holidays season, pushing a slightly different patch to master branch (it will be backported). -- 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/is

Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-07-19 Thread Ian Yu-Hsun Lin
Thanks for replying. Here it is. As I said this is not a good solution. ```diff --- jsonrpc_mod.c.orig +++ jsonrpc_mod.c @@ -120,7 +120,6 @@ { int pid; - if (rank>PROC_MAIN) cmd_pipe = pipe_fds[1]; if (rank!=PROC_MAIN) ``` --- You are receiving this becaus

Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-07-19 Thread Daniel-Constantin Mierla
Can you paste here the patch to the solution you tried? --- 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/713#issuecomment-233745407___ sr-

[sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-07-16 Thread Ian Yu-Hsun Lin
## Environment Kamailio 4.3.3 Ubuntu 14.04.1 x86_64 ## Problem I'm using `t_suspend()` and `t_continue()` for mobile push notification scenario. Before calling `t_suspend()` I set the `fr_timer` to 12 seconds and `t_on_failure()` to my custom failure route (e.g. `failure_route[MY_FAILURE_ROUT