Re: [sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread juha-h
Closed #1640. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1640#event-1840186627___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

Re: [sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread juha-h
The error message is now gone, Thanks. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1640#issuecomment-420517113___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread Daniel-Constantin Mierla
Hopefully fixed with last commit, try again with a fresh master. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1640#issuecomment-420428349___ Kamailio

Re: [sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Can you try with latest master branch and attach all logs printed with > debug=3 in kamailio.cfg? I got this: Sep 11 21:47:33 char /usr/bin/sip-proxy[3149]: DEBUG: [core/tcp_read.c:1759]: handle_io(): received n=8 con=0x7f2f544fe450, fd=12 Sep 11

Re: [sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread Daniel-Constantin Mierla
Can you try with latest master branch and attach all logs printed with debug=3 in kamailio.cfg? The reply object should be initialized by rpc->add() done before the rpc_struct_add() ... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

[sr-dev] [kamailio/kamailio] jsonrpc reply error (#1640)

2018-09-11 Thread juha-h
When I execute pua.publish over jsonrpc using pretty new Kamailio master: # T 2018/09/11 18:19:03.550376 127.0.0.1:44190 -> 127.0.0.1:6060 [AP] POST /RPC HTTP/1.1. Host: 127.0.0.1:6060. Accept: */*. Content-Type: application/json. Content-Length: 339. ..