<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font size="-1">Hello, may I ask for a little help?</font></p>
<p><font size="-1">Using Topology Hiding Module in Opensips 2.1.2.
I'm finding that looking at a tcpdump the Call_ID looks like
this: <br>
</font></p>
<p><font size="-1">LTXCH01_c1FNUVlRXkNvaA-- <br>
</font></p>
<p><font size="-1">But when I log $TH_callee_callid "xlog("L_INFO",
"sequential: Callee side callid is $TH_callee_callid");" the
Call_ID looks like this:</font></p>
<p><font size="-1">LTXCH01_c1FNUVlRXkNvaA==</font></p>
<p><font size="-1">Notice the dashes are replaced with equals signs.</font></p>
<p><font size="-1">If I rewrite the Call-ID for NOTIFY messages with
the value of $TH_callee_callid the tcpdump will show the Call-ID
with the equals signs (==) not the dashes</font></p>
<p><font size="-1"> if (is_method("NOTIFY")) {<br>
if( !remove_hf("Call-ID")) {<br>
sl_send_reply("503", "Service Unavailable");<br>
xlog("L_INFO", "sequential: could not remove
header");<br>
exit;<br>
}<br>
append_hf("Call-ID: $TH_callee_callid\r\n", "To");<br>
}<br>
</font></p>
<p><font size="-1">Could this be a bug or am I doing something
silly?<br>
</font></p>
<font size="-1"><font face="Verdana">Kind regards,</font></font><br>
<div class="moz-signature"><font size="-1"><font face="Verdana"><br>
Adrian Fretwell<br>
</font></font><small><small><small><font face="Verdana"></font></small></small></small>
</div>
</body>
</html>