Re: [OpenSIPS-Users] rabbitmq module

2018-09-28 Thread Răzvan Crainea
Hi, Tito! I'm not aware of any method to access the exported attributes using an wildcard. You'll have to copy them one by one. Best regards, Răzvan On 9/27/18 7:39 PM, Tito Cumpen wrote: Razvan, I don't mind accessing every value indivually if there is no other way. The issue I have with

Re: [OpenSIPS-Users] rabbitmq module

2018-09-27 Thread Tito Cumpen
Razvan, I don't mind accessing every value indivually if there is no other way. The issue I have with event rabbitmq is that it does not support vhost and I'd like to use cloudamqp which can only be used with vhost. Can you provide insight as to how I can access the extra fields ? There is a wild

Re: [OpenSIPS-Users] rabbitmq module

2018-09-27 Thread Răzvan Crainea
Hi, Tito! No, unfortunately there's no way to get all the values of the fields. What you could do though is to use event_rabbitmq and have OpenSIPS publishing the event directly, without passing it through the script. This way you will get automatically all events. Best regards, Răzvan On 9

[OpenSIPS-Users] rabbitmq module

2018-09-26 Thread Tito Cumpen
Hello, I am trying to use the rabbitmq module to circumvent the limitations of the event_rabbit module which lacks vhost support. Currently I am having an issue grabbing the extra params defined in acc as such modparam("acc", "extra_fields", "evi:from_user -> from_user;from_uri -> from_uri;to_us