Hi,
$ru = "sip:" + $rU + "@" + $td; Or simple $ru = $tu; could be the trick. Kind regards Karsten Horsmann Mihovil Kolaric <[email protected]> schrieb am Di., 7. Dez. 2021, 20:18: > Hi, > > I have an issue with a SIP-client, that occasionally puts a blank between > the version SIP/2.0 and the CRLF at the and of the request-line. (i.e. > sends "ACK <uri> SIP/2.0 \r\n" instead of "ACK <uri> SIP/2.0\r\n"). > Kamailio (as well as most SIP UAs) does not care about that error and > successfully processes/forwards the request (also when using > sanity_check()). But I also deal with a client that fails to parse that > request. (Furthermore, wireshark's dissector fails to recognize such > malformed messages as SIP, which makes debugging even harder). > > I tried to fix this issue using textops, but all functions I tried operate > only on headers or message body, but do not seem to affect the request > line. > Is there any possibility to modify the request-line, or to replace it with > a new one? > > Best Regards, > Mihovil > __________________________________________________________ > Kamailio - Users Mailing List - Non Commercial Discussions > * [email protected] > Important: keep the mailing list in the recipients, do not reply only to > the sender! > Edit mailing list options or unsubscribe: > * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >
__________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions * [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe: * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
