<div dir="auto"><div>Razvan,<div dir="auto"><br></div><div dir="auto">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 card evi_extra* in acc exported attributes which can offer the values but I'm not sure how it's used.</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Tito</div><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 27, 2018, 1:12 AM Răzvan Crainea <<a href="mailto:razvan@opensips.org">razvan@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Tito!<br>
<br>
No, unfortunately there's no way to get all the values of the fields. <br>
What you could do though is to use event_rabbitmq and have OpenSIPS <br>
publishing the event directly, without passing it through the script. <br>
This way you will get automatically all events.<br>
<br>
Best regards,<br>
Răzvan<br>
<br>
On 9/26/18 11:50 PM, Tito Cumpen wrote:<br>
> Hello,<br>
> <br>
> <br>
> I am trying to use the rabbitmq module to circumvent the limitations of  <br>
> the event_rabbit module which lacks vhost support.<br>
> Currently I am having an issue grabbing the extra params defined in acc <br>
> as such<br>
> <br>
> modparam("acc", "extra_fields", "evi:from_user -> from_user;from_uri -> <br>
> from_uri;to_user -> to_user; to_uri -> to_uri; session ->session; <br>
> environment -> environment")<br>
> <br>
> <br>
> <br>
> event_route[E_ACC_EVENT] {<br>
>      fetch_event_params("extra*=$avp(extra)");<br>
>     $avp(param) =  $avp(extra);<br>
> <br>
>     rabbitmq_publish("ID1", "cdr", "$avp(param)");<br>
> }<br>
> <br>
> <br>
> Ideally I would like to take all the data within the event as it is done <br>
> when subscribing via the<br>
> subscribe_event("E_ACC_EVENT", "rabbitmq) method. Is there variable that <br>
> I can use to get the entire body of the even't?<br>
> <br>
> Thanks,<br>
> Tito<br>
> <br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org" target="_blank" rel="noreferrer">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
> <br>
<br>
-- <br>
Răzvan Crainea<br>
OpenSIPS Core Developer<br>
   <a href="http://www.opensips-solutions.com" rel="noreferrer noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank" rel="noreferrer">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div></div></div>