<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 10 (filtered)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:Arial;}
h3
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:3.0pt;
        margin-left:0in;
        page-break-after:avoid;
        font-size:13.0pt;
        font-family:Arial;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.heading4, li.heading4, div.heading4
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:3.0pt;
        margin-left:0in;
        page-break-after:avoid;
        font-size:10.0pt;
        font-family:Arial;
        font-weight:bold;}
span.EmailStyle18
        {font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt'>In my
setup, When asterisk receives a SIP INVITE request, the request URI in my case
is <a href="mailto:5557777@asterisk.ip.address">5557777@asterisk.ip.address</a>
. The SIP INVITE PDU's message header also contains a To: field. In
my case the To: field is <a href="mailto:4121891@asterisk.ip.address">4121891@asterisk.ip.address</a>
. It seems that asterisk "accepts" the request-URI number as
the called number (5557777) and invokes the rule for the extension 5557777 as
defined in my extension.conf file. </span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt'> </span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt'>But,
as per SIP, the call is really intended for 4121891 and not 5557777. I'd
like asterisk to "go to" the rule for extension 4121891 when
it receives the SIP request. Is this possible? I imagine that Asterisk would
have to act as a proxy to do this. </span></font></p>
<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt'> </span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt'>Thanks
in advance - DL</span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt'> </span></font></p>
</div>
</body>
</html>