<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div><br></div><div>I am trying to use the rabbitmq module to circumvent the limitations of  the event_rabbit module which lacks vhost support. </div><div>Currently I am having an issue grabbing the extra params defined in acc as such </div><div><br></div><div><div>modparam("acc", "extra_fields", "evi:from_user -> from_user;from_uri -> from_uri;to_user -> to_user; to_uri -> to_uri; session ->session; environment -> environment")</div></div><div><br></div><div><br></div><div><br></div><div><div>event_route[E_ACC_EVENT] {</div><div>    fetch_event_params("extra*=$avp(extra)");</div><div>  </div><div>   $avp(param) =  $avp(extra);</div><div><br></div><div>   rabbitmq_publish("ID1", "cdr", "$avp(param)");</div><div>}</div></div><div><br></div><div><br></div><div>Ideally I would like to take all the data within the event as it is done when subscribing via the </div><div>subscribe_event("E_ACC_EVENT", "rabbitmq) method. Is there variable that I can use to get the entire body of the even't?<br></div><div><br></div><div>Thanks,</div><div>Tito</div><div><br></div><div><br></div><div><br></div></div></div></div></div>