From notifications@github.com Thu Sep 19 09:28:30 2019 From: vipulpatel310 To: sr-dev@lists.kamailio.org Subject: [sr-dev] [kamailio/kamailio] erlang: getting null value in erl_xbuff in response of erl_rpc request (#2069) Date: Thu, 19 Sep 2019 00:28:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1863389327==" --===============1863389327== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ### Description **I did:** I have installed kamailio 5.2.4 in ubuntu system and configured kamailio scri= pt to connect with erlang node also it sends rpc request to erlang node and g= et response which I have printed in a logs. ... $erl_list(L) =3D "two"; $erl_list(L) =3D "one"; xlog("L_ALERT","Before RPC: $erl_list(args=3D>format)\n"); erl_rpc("erlang", "list_to_tuple", "$erl_list(args)", "$erl_xbuff(repl)"); xlogl("L_ALERT","type(reply): $erl_xbuff(repl=3D>type), format(repl): $erl_x= buff(repl=3D>format)\n"); ... **Expected to happen:** Response should be get from erlang node against RPC request and it should be = store in erl_xbuff. And it should be print logs like: ALERT: