<div dir="ltr">Hello,<div><br></div><div>I am trying to generate acc records for the marketing scenario example (B2BUA) and execute it as such:</div><div><br></div><div>opensipsctl fifo b2b_trigger_scenario marketing sip:+12345@external.domain1 sip:+23456@external.domain2 sip:+23456@external.domain1</div><div><br></div><div>The only records I get in the database on the OpenSIPS-B2BUA is "BYE" records; without an initial INVITE so there is no duration etc.</div><div><br></div><div>How do you properly handle accounting for the B2B-module; and in my specific case how do I generate records on UAC generated INVITE in OpenSIPS?</div><div><br></div><div><div>route[b2b_request] {</div><div>   do_accounting("db");<br></div></div><div>   #do_accounting("db|log", "cdr|missed", "acc");</div><div>}</div><div><br></div><div>//Andy</div></div>