<div dir="ltr"><div>Hi,</div><div>I'm using opensips 3.2 and can't find any way to get this working.</div><div>Can someone help me complete this code?</div><div>I had a look at textops, but I don't see any function that can extract a regex matched group.</div><div>Thanks<br></div><div><br></div><div>if (is_method("INFO") && $hdr(Content-Type) == "application/dtmf-relay") {<br>  $var(body) = $rb(application/dtmf-relay);<br>  if ($var(body) =~ "Signal=([0-9]+)") {<br>     $var(dtmf) = ???;<br>     xlog("L_NOTICE", "$$var(dtmf): $var(dtmf)\n");<br>   }<br></div><div>}<br></div></div>