<html><body bgcolor="#FFFFFF"><div>What I do is add a setvar=extclid=xxx to each entry in sip.conf, matching the appropriate external callerid with its respective internal extension. Then, in my outbound context, just before dial, I set CALLERID(num)=${extclid}.&nbsp;</div><div><br></div><div>I'm on my phone, otherwise I'd give example dialplan and sip.conf snippets.&nbsp;<br><br>Thanks,<div>--Warren Selby, dCAP</div></div><div><br>On Jun 10, 2011, at 4:35 AM, mahesh katta &lt;<a href="mailto:maheshkatta@flexydial.com">maheshkatta@flexydial.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>Hi,<br>I have 44578900 to 44578999 DID's. and I have extensions(100) for this DID's. but problem is<br>callerid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Extensions<br><span style="color: rgb(255, 0, 0);">44578900&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100</span><br>44578901&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 101<br>
44578902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 102<br>44578902&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 103<br><span style="background-color: rgb(204, 0, 0);">44578903&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 104</span><br><span style="color: rgb(204, 0, 0);">44578905&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 200</span><br><span style="color: rgb(0, 102, 0);">44578906&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 275</span><br>
44578907&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 277<br>44578908&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 354<br><br>I need to setup the callerid with this extensions . for example whenever I am dial from 354 extension callerID will show 44578908. <br>fro this scenarion I need logical dialplan because I have 100 extenstions , so 100 extentions should be have different extensions.<br>
<br><br>Below dialplan is for sequence callerid and extesions. like 101 to 199 should callerid is going 44578900 to 44578999 . <br><br clear="all">exten =&gt; _0XXXXXXXXX,1,NoOp(Int exten:${CALLERID(num)})<br>exten =&gt; _0XXXXXXXXX,2,Set(outgoing_ident=0445789${CALLERID(num):-2})<br>
exten =&gt; _0XXXXXXXXX,3,NoOp(Ext ident:${outgoing_ident})<br>exten =&gt; _0XXXXXXXXX,4,Set(CALLERID(name)=${outgoing_ident})<br>exten =&gt; _0XXXXXXXXX,5,AGI(agi://<a href="http://127.0.0.1:4577/call_log">127.0.0.1:4577/call_log</a>)<br>
exten =&gt; _0XXXXXXXXX,6,Set(CALLERID(num)=${outgoing_ident})<br>exten =&gt; _0XXXXXXXXX,7,MixMonitor(/var/spool/asterisk/astrec/${TIMESTAMP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))<br>exten =&gt; _0XXXXXXXXX,8,Dial(${TRUNK}/${EXTEN},,tTo)<br>
exten =&gt; _0XXXXXXXXX,9,Hangup<br>-- <br><font face="Verdana, sans-serif"><font size="2"><font color="#000000">Best
Regards, <br><br>Mahesh Katta</font><br><font color="#ff9900"><b>BUZZ</b></font><font color="#000000"><b>WORKS</b></font><font color="#000000">
Business Services Private Limited<br></font><font color="#999999">BANGALORE
</font><font color="#000000">| </font><font color="#999999">CHENNAI </font><font color="#808080">|
</font><font color="#999999">HYDERABAD </font><font color="#000000">|
</font><font color="#ff9900">MUMBAI| </font><font color="#999999">DELHI<br></font><font color="#000000">201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069</font><font color="#666666"><br>
</font><font color="#ff9900">GSM</font><font color="#000000">
+91.97029.70779 | </font><font color="#ff9900">Phone </font><font color="#000000">+91.22.4229.2634
| </font><font color="#ff9900">Fax </font><font color="#000000">+91.22.4229.2634<br></font><font color="#ff9900">Web</font><font color="#000000">
<a href="http://www.buzzworks.com/" target="_blank"><a href="http://www.buzzworks.com">http://www.buzzworks.com</a><br></a></font></font></font><br>
</div></blockquote><blockquote type="cite"><div><span>--</span><br><span>_____________________________________________________________________</span><br><span>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --</span><br><span>New to Asterisk? Join us for a live introductory webinar every Thurs:</span><br><span> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello"><a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a></a></span><br><span></span><br><span>asterisk-users mailing list</span><br><span>To UNSUBSCRIBE or update options visit:</span><br><span> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users"><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></a></span></div></blockquote></body></html>