<p></p>
<p>Hello!<br>
I want to get $fU and $tU from event_route[msrp:frame-in] in order to filter out MSRP messages sent by a specific sender and received by a specific receiver, I know I can get message content from $msrp(buf), the message content is like this:</p>
<blockquote>
<p>MSRP 7a57f552155926c0 SEND<br>
To-Path: msrp://172.18.0.14:6060/9d8da4a34dc2102959e7;tcp msrp://172.18.0.12:5060/msrp-6142fc2b-84-1;tcp msrp://172.18.0.2:34862/2a67b54ae0750b7d82aa;tcp<br>
From-Path: msrp://172.18.0.14:6060/c71ae3675e114d08216b;tcp msrp://172.18.0.12:5060/msrp-6142fc2b-83-1;tcp msrp://172.18.0.2:34858/8baea7c52ba8755322fd;tcp<br>
Byte-Range: 1-197/197<br>
Failure-Report: yes<br>
Success-Report: yes<br>
Message-ID: c792c94039b8a969<br>
Content-Type: message/cpim</p>
<p>From: sip:alice@ims.mnc001.mcc001.3gppnetwork.org<br>
To: sip:bob@ims.mnc001.mcc001.3gppnetwork.org<br>
DateTime: 2021-09-16T09:23:49.339805+00:00</p>
<p>MIME-Version: 1.0<br>
Content-Type: text/plain</p>
<p>hello<br>
-------7a57f552155926c0$</p>
</blockquote>
<p>I want to get alice and bob from the content below:</p>
<blockquote>
<p>From: sip:alice@ims.mnc001.mcc001.3gppnetwork.org<br>
To: sip:bob@ims.mnc001.mcc001.3gppnetwork.org<br>
DateTime: 2021-09-16T09:23:49.339805+00:00</p>
</blockquote>
<p>someone can suggest some method. In other route like request_route we can use $fU and $tU to access them.</p>
<p>Regrads<br>
HANG LI</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2857">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZO2LZKQ42OHFXBLZHTUCKSEPANCNFSM5EGATZUQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/ABO7UZLBGN4GRJJ3YOTQSQ3UCKSEPA5CNFSM5EGATZU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4O4JN3LA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2857",
"url": "https://github.com/kamailio/kamailio/issues/2857",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>