<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I just wanted to circle back on this incase someone else comes across it. <div><br></div><div>I was able to accomplish what I needed as long as this was done in the b2b reply route.</div><div><br></div><div><div>loadmodule "b2b_entities.so"</div><div>modparam("b2b_entities", "script_reply_route","b2b_reply")</div></div><div><br></div><div><br></div><div>route[b2b_reply] {<br></div><div><div>                $var(mline1) = $(rb{sdp.line,m,0});</div><div>                $var(mline2) = $(rb{sdp.line,m,1});</div><div>                $var(found1) = search_append_body($var(mline1),"\na=label:1");</div><div>                $var(found2) = search_append_body($var(mline2),"\na=label:2");</div><div>                xlog("M 1: $var(found1) - $var(mline1) - $rb\n");</div><div>                xlog("M 2: $var(found2) - $var(mline2) - $rb\n");</div></div><div>}</div><div><br></div><div>Obviously there are some other checks and balances to do to ensure it's the proper request, but for my proof of concept this works.</div><div><br></div><div><br></div><div><br></div><div>-KD</div></div></div></div></div>