<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello!<div><br></div><div>Are you able to generate PUBLISH message with jsonrpcs? I can only do it with xmlrpc. Kamailio version is 5.2.1.</div><div><br></div><div>When I use jsonrpc:</div></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><i># curl -H "Content-Type: application/json" -X POST -d '{"jsonrpc": "2.0", "method": "pua.publish", "params": {"presentity_uri": "<a href="mailto:sip%3Ajh@test.tutpro.com">sip:jh@test.tutpro.com</a>", "expires": "600", "event package": "message-summary", "content type": "application/simple-message-summary", "id": ".", "ETag": ".", "outbound proxy": "sip:127.0.0.1:5060;transport=udp", "extra_headers": "P-Flags: 0", "body": "."}}' <a href="http://172.16.30.151:5060/JSON_RPC">http://172.16.30.151:5060/JSON_RPC</a></i></div></div></div></div></div></blockquote>I get:<br><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><i>{</i></div><div><i>        "jsonrpc":      "2.0",</i></div><div><i>        "error":        {</i></div><div><i>                "code": 500,</i></div><div><i>                "message":      "Internal error: failed to create context"</i></div><div><i>        }</i></div></div></div></div></div></blockquote><br></div><div>Debug output:</div><div dir="ltr"><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <script>: == TRACE. xhttp:request</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <script>: == TRACE. xhttp:request. /JSON_RPC</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/parser/msg_parser.c:185]: get_hdr_field(): content_length=329</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/parser/msg_parser.c:89]: get_hdr_field(): found end of header</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:155]: pua_rpc_publish_mode(): rpc publishing ...</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:178]: pua_rpc_publish_mode(): presentity uri '<a href="mailto:sip%3Ajh@test.tutpro.com">sip:jh@test.tutpro.com</a>'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:193]: pua_rpc_publish_mode(): expires '600'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:195]: pua_rpc_publish_mode(): event 'message-summary'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:197]: pua_rpc_publish_mode(): content type 'application/simple-message-summary'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:199]: pua_rpc_publish_mode(): id '.'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:201]: pua_rpc_publish_mode(): ETag '.'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:203]: pua_rpc_publish_mode(): outbound_proxy 'sip:127.0.0.1:5060;transport=udp'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:205]: pua_rpc_publish_mode(): extra headers 'P-Flags: 0'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: pua_rpc [pua_rpc.c:207]: pua_rpc_publish_mode(): body '.'</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) ERROR: jsonrpcs [jsonrpcs_mod.c:1010]: jsonrpc_delayed_ctx_new(): id attribute is missing</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) ERROR: pua_rpc [pua_rpc.c:256]: pua_rpc_publish_mode(): internal error: failed to create context</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: jsonrpcs [jsonrpcs_mod.c:423]: jsonrpc_send(): sending response with body: 0x7fffc28e6e80 - 500 Internal error: failed to create context</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: xhttp [xhttp_mod.c:429]: xhttp_send_reply(): response with content-type: application/json</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: xhttp [xhttp_mod.c:439]: xhttp_send_reply(): response with body: {</i></div><div><i>Jan 21 19:37:58 test kamailio: "jsonrpc":#011"2.0",</i></div><div><i>Jan 21 19:37:58 test kamailio: "error":#011{</i></div><div><i>Jan 21 19:37:58 test kamailio: "code":#011500,</i></div><div><i>Jan 21 19:37:58 test kamailio: "message":#011"Internal error: failed to create context"</i></div><div><i>Jan 21 19:37:58 test kamailio: }</i></div><div><i>Jan 21 19:37:58 test kamailio: }</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: xhttp [xhttp_mod.c:441]: xhttp_send_reply(): sending out response: 500 Internal error: failed to create context</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/msg_translator.c:162]: check_via_address(): (172.16.30.151, 172.16.30.151, 0)</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/tcp_main.c:2226]: tcpconn_send_put(): send from reader (25583 (13)), reusing fd</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/tcp_main.c:2460]: tcpconn_do_send(): sending...</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/tcp_main.c:2494]: tcpconn_do_send(): after real write: c= 0x7f7af5a39888 n=297 fd=8</i></div><div><i>Jan 21 19:37:58 test kamailio: 13(25583) DEBUG: <core> [core/tcp_main.c:2495]: tcpconn_do_send(): buf=</i></div><div><i>Jan 21 19:37:58 test kamailio: HTTP/1.1 500 Internal error: failed to create context</i></div><div><i>Jan 21 19:37:58 test kamailio: Sia: SIP/2.0/TCP <a href="http://172.16.30.151:44122">172.16.30.151:44122</a></i></div><div><i>Jan 21 19:37:58 test kamailio: Content-Type: application/json</i></div><div><i>Jan 21 19:37:58 test kamailio: Server: kamailio (5.2.1 (x86_64/linux))</i></div><div><i>Jan 21 19:37:58 test kamailio: Content-Length: 108</i></div><div><i>Jan 21 19:37:58 test kamailio: {</i></div><div><i>Jan 21 19:37:58 test kamailio: "jsonrpc":#011"2.0",</i></div><div><i>Jan 21 19:37:58 test kamailio: "error":#011{</i></div><div><i>Jan 21 19:37:58 test kamailio: "code":#011500,</i></div><div><i>Jan 21 19:37:58 test kamailio: "message":#011"Internal error: failed to create context"</i></div><div><i>Jan 21 19:37:58 test kamailio: }</i></div><div><i>Jan 21 19:37:58 test kamailio: }</i></div></div><div><i><br></i></div></blockquote>Thanks!</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пн, 17 вер. 2018 о 09:18 Juha Heinanen <<a href="mailto:jh@tutpro.com">jh@tutpro.com</a>> пише:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">willy writes:<br>
<br>
> Have anyone tried to use pua.publish to send MWI notification? Can it <br>
> work at all?<br>
> <br>
> I'm sending request through jsonrpc server, but it is not dispatched by <br>
> handle_publish.<br>
<br>
It works fine here.  Last week I noticed an issue with pua.publish over<br>
jsonrpc and it was fixed.  Even before the fix, pua.publish worked, but<br>
an error message was issued.<br>
<br>
-- Juha<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>