[sr-dev] [kamailio] janssonrpc-c does not return results if no route option specified (#256)

Daniel-Constantin Mierla notifications at github.com
Tue Jul 21 09:02:42 CEST 2015


The function is asynchronous, meaning that while waiting for response, other sip packets are handled, current one being suspended. Also, the response comes in other process. If you want to handle the rpc response, then you have to provide the name of the route block where to resume the processing of the suspended request.

In the docs of the function is written:

```
If no route is specified, then any errors are logged and successes are ignored.
```

Therefore it is no bug, but how the function was designed to work.

---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/256#issuecomment-123193137
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150721/f47dcf30/attachment.html>


More information about the sr-dev mailing list