Hello,

Having the following From header:
<From=sip:+123456789;ext=10@sip.pstnhub.microsoft.com:5061;user=phone>

How can I extract the only extension from it (ext=10)? Is there any variable already for that or I have to use select function? ({s.select,index,separator}
)

Thank you