<div dir="ltr"><font color="#663366"><font face="trebuchet ms,sans-serif">Hello All,</font></font><div><font color="#663366"><font face="trebuchet ms,sans-serif"><br></font></font></div><div><font color="#663366"><font face="trebuchet ms,sans-serif">This is probably another one of those completely silly questions that I'm going to hit myself later on, but I have the simplest issue right now but I can't figure out why it's happening:</font></font></div>
<div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif"><br></font></div><div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif">I have a trunk from one * box (box a) to another * box (box b)</font></div>
<div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif"><br>the call comes in from box a with an extension 2222 which acc. to the peer config in sip.conf is set to use context 'Test'</font></div>
<div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif"><br></font></div><div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif">In extensions.conf,context 'Test' is as follows:</font></div>
<div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif"><div><br></div><div>[Test]</div><div>exten => 2222,1,Answer()</div><div>same => n,Wait(2)</div><div>same => n,Hangup</div>
<div><br></div></font></div><div><span class="Apple-style-span" style="color: rgb(102, 51, 102); font-family: 'trebuchet ms', sans-serif; ">on the CLI, I can verify that by 'dialplan show Test'</span></div>
<div><font class="Apple-style-span" color="#663366" face="'trebuchet ms', sans-serif"><div><br></div><div>boxb*CLI> dialplan show Test</div><div>[ Context 'Test' created by 'pbx_config' ]</div>
<div>
'2222' => 1. Answer() [pbx_config]</div><div> 2. Wait(2) [pbx_config]</div><div> 3. Hangup() [pbx_config]</div>
<div><br></div><div>-= 1 extension (3 priorities) in 1 context. =-</div><div><br></div><div>But when the call comes into boxb from box a, on box b CLI I see the msg:</div><div><br></div><div><div>NOTICE[1613]: chan_sip.c:21581 handle_request_invite: Call from 'boxA' to extension '2222' rejected because extension not found in context 'Test'.</div>
</div><div><br></div><div>WHY??</div><div><br></div><div>Thanks :(</div><div><br></div><div><br></div><div><br></div></font></div></div>