Re: [OpenSIPS-Users] How to send multiple parameters to event handlers?

2018-04-04 Thread Bogdan-Andrei Iancu
Hi Robert, Sorry for the late reply, the 2.4 release sucked all our time. So, by looking at the network level, you see only the last set (of attr=val) being sent over ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Summit 2018

Re: [OpenSIPS-Users] How to send multiple parameters to event handlers?

2018-03-28 Thread Mundkowsky, Robert
Well, after getting the json module to work in opensips 2.2, found it properly lot easier to concatenate parameters with some delimiter and then separate them on the event handler side. Robert Mundkowsky From: Mundkowsky, Robert Sent: Wednesday, March 28, 2018 11:33 AM To: 'OpenSIPS users

Re: [OpenSIPS-Users] How to send multiple parameters to event handlers?

2018-03-28 Thread Mundkowsky, Robert
Maybe it is possible to pack parameters together using the JSON library? http://www.opensips.org/html/docs/modules/2.2.x/json.html#idp93456 Robert Mundkowsky From: Mundkowsky, Robert Sent: Wednesday, March 28, 2018 11:16 AM To: 'OpenSIPS users mailling list' Subject:

Re: [OpenSIPS-Users] How to send multiple parameters to event handlers?

2018-03-28 Thread Mundkowsky, Robert
I just looked at the actual data being sent via tcpdump and openSIPS is not sending multiple values, just the last values set. Is there some easy way to send multiple values over XMLRPC? Robert From: Mundkowsky, Robert Sent: Wednesday, March 28, 2018 11:00 AM To: OpenSIPS users mailling list

[OpenSIPS-Users] How to send multiple parameters to event handlers?

2018-03-28 Thread Mundkowsky, Robert
I am using openSIPS 2.2.3 to send events to an external handler via XMLRPC. The external handler is a XMLRPC daemon written in Python. The events are sent correctly, but you can only send two parameters based on the "raise_event" function