[OpenSIPS-Users] tight matching failed for BYE

2014-07-08 Thread jing
hi,all I used sipp as UAC to test 500 current calls on opensips, when the Total-calls reach to about 3, opensips crashed. And the log shows as below: WARNING:dialog:dlg_onroute: tight matching failed for BYE with callid='15587-3269@x.x.x.x/23, ftag='15587'/5, ttag='15587'/5 and direction

Re: [OpenSIPS-Users] Dialplan Segfaults with Blank Fields

2014-07-08 Thread jing
hi,Bogdan how to get the path/to/corefile? -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Dialplan-Segfaults-with-Blank-Fields-tp5135472p7592308.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com. _

Re: [OpenSIPS-Users] json module issues

2014-07-08 Thread Kurtis Heimerl
Looks like 0.11: ubuntu@ip-172-31-27-53:~$ apt-cache show libjson0 Package: libjson0 Priority: required Section: libs Installed-Size: 29 Maintainer: Ubuntu Developers Original-Maintainer: fabien boucher Architecture: amd64 Source: json-c Version: 0.11-3ubuntu1.2 Depends: libjson-c2 Filename: poo

Re: [OpenSIPS-Users] json module issues

2014-07-08 Thread Vlad Paiu
Hello, There have been some recent changes to the JSON module in terms of parsing the error codes ( some old code got deprecated on versions < 0.9 ) and we had to do some compile-time detection of the version of libjson used ( since the JSON library only exports a version macro starting with

Re: [OpenSIPS-Users] json module issues

2014-07-08 Thread Kurtis Heimerl
I bumped up the debug, seeing this in the logs: Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[30188]: ERROR:json:pv_set_json: Error parsing json: success Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[30188]: ERROR:core:do_assign: setting PV failed Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[3018

Re: [OpenSIPS-Users] json module issues

2014-07-08 Thread Kurtis Heimerl
Huh. I tried the default json code too ( http://lists.opensips.org/pipermail/devel/2009-September/004177.html) $json(obj1) := "{}"; # initialize an empty JSON object $json(obj1/key) = "value"; #replace or insert the (key,value) #pair into the json object;