<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I'm having troubles trying to figure out how to work with one of my
providers. They require that Contact be the specific address of my
server for authorization, however, Contact is always the address of the
UAC initiating the call. I've tried to use<br>
<br>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><!--StartFragment-->subst('/^Contact:(.*)sip:[^@]*@[a-zA-Z0-9.]*:[0-9]+(.*)$/Contact:\<a class="moz-txt-link-abbreviated" href="mailto:1sip:2345550000@1.2.3.4:5060\2/i">1sip:2345550000@1.2.3.4:5060\2/i</a>');<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
and this works until a reinvite or a BYE is received. Kamailio follows
the contact and sends it back to 1.2.3.4 like it's supposed to and
loops around and around until max forwards is hit.<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
<!--EndFragment--></p>
Has anybody tackled this before or have any suggestions?<br>
<br>
Thanks,<br>
<br>
John<br>
</body>
</html>