<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
@font-face
        {font-family:"Segoe UI Semibold";
        panose-1:2 11 7 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello Everyone.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">For some reason whenever I try to call a host behind my proxy (who&#8217;s a just a relay for the PBX) I get the following<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Feb 23 16:10:40 localhost /sbin/opensips[6017]: ERROR:tm:uri2proxy: bad host name in URI &lt;sip:5204991249@&lt;null&gt;:5060&gt;<o:p></o:p></p>
<p class="MsoNormal">Feb 23 16:10:40 localhost /sbin/opensips[6017]: ERROR:tm:t_forward_nonack: failure to add branches<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I get that it cant route it because theres no valid domain.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">However, in my logic I have it lookup the domain based on $fU and then append it to the request.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">For example:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">route<o:p></o:p></p>
<p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (cache_fetch(&quot;local&quot;,'$fU',$avp(PBX)))<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$rd = $avp(PBX);<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; avp_db_query(&quot;select Servers.ipaddress from Servers where Servers.ID in (select phone.ServerID from phone where phone.mac in (select MAC FROM `phone_registrations` where auth_userid = '$(fU{s.escape.common})'))&quot;,
 &quot;$avp(PBX)&quot;);<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cache_store(&quot;local&quot;,'$fU',&quot;$avp(PBX)&quot;);<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ($ct.fields(expires) == '0')<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cache_remove(&quot;local&quot;,'$fU');<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I can even see the query being run in my mysql.log. and its returning the correct result.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Any idea&#8217;s on this one?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<table class="MsoNormalTable" border="0" cellspacing="3" cellpadding="0" width="312" style="width:3.25in">
<tbody>
<tr>
<td width="308" valign="top" style="width:231.0pt;padding:0in 0in 0in 0in">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:13.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1884C6;letter-spacing:-.75pt">Travis Manson-Drake<br>
</span><span style="font-size:13.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#F79321;letter-spacing:-.75pt">Voice Systems Analyst<o:p></o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:&quot;Segoe UI&quot;,sans-serif;display:none"><o:p>&nbsp;</o:p></span></p>
<table class="MsoNormalTable" border="1" cellspacing="3" cellpadding="0" width="312" style="width:3.25in;border:none;border-top:solid windowtext 2.25pt">
<tbody>
<tr style="height:1.35pt">
<td width="308" style="width:231.0pt;border:none;padding:.75pt .75pt .75pt .75pt;height:1.35pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:13.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1884C6;letter-spacing:-.75pt">Simply Bits, LLC<br>
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:black;letter-spacing:1.0pt">T:</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1F497D;letter-spacing:1.0pt">
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1B84C7;letter-spacing:1.0pt">520.545.0311&nbsp;
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#2D2D2D;letter-spacing:1.0pt">F:</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1F497D;letter-spacing:1.0pt">
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1B84C7;letter-spacing:1.0pt">520.545.7252<br>
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:black;letter-spacing:1.0pt">E:</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1F497D;letter-spacing:1.0pt">
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:#1B84C7;letter-spacing:1.0pt"><a href="mailto:travism@simplybits.com"><span style="color:blue">travism@simplybits.com</span></a>&nbsp;<br>
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI&quot;,sans-serif;color:black">5225 N. Sabino Canyon Road<br>
Tucson, AZ 85750<br>
</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI Semibold&quot;,sans-serif;color:black">Support Hotline: 520.545.0333</span><span style="font-size:10.0pt;line-height:105%;font-family:&quot;Segoe UI Semibold&quot;,sans-serif;color:#767171"><o:p></o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>