<div dir="ltr"><div><div><div>Dear All,<br><br></div>I have pri with E1 facility that have 30 line and 100 pri number which is provided by service provider.Number started like 23568561,23568562,23568563 and so on. Service provider provide last four digit number for did mapping like 4561,4562,4563.<br>
<br><br>exten => 8561,1,Dial(SIP/<a href="mailto:4001@192.168.14.110">4001@192.168.14.110</a>,120,tT)<br>exten => 8561,n,hangup()<br><br>exten => 8562,1,Dial(SIP/<a href="mailto:4001@192.168.14.110">4001@192.168.14.110</a>,120,tT)<br>
exten => 8562,n,hangup()<br><br></div>Call comes into first server successful.But problem with second server when call came into second server i got following error:<br><br><b> chan_sip.c:20063 handle_request_invite: Call from '' to extension '4001' rejected because extension not found.</b><br>
<br></div><div>In one more scenario:<br><br></div><div>when i create one extension and call forwarding with this extension that time I'm able to transfer call successful the code is given below:   <br><br>exten => 5001,1,Dial(SIP/<a href="mailto:4001@192.168.14.110">4001@192.168.14.110</a>,120,tT)<br>
exten => 5001,n,hangup()<br><br><br></div><div>Regards<br>Akhilesh<br></div></div>