<br><br><div class="gmail_quote">On Tue, May 10, 2011 at 11:09 PM, Eric Wieling <span dir="ltr">&lt;<a href="mailto:EWieling@nyigc.com">EWieling@nyigc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
You should set the callerid to the complete number.  Country code, city/area code, and number.  The number below looks to me to be far too short to be a UK number (country code 44), but I could be wrong.<br>
<br></blockquote><div>      sir this i was check with code also 04(area code) but no result , and may be i think country code  is not require because they are doing in local and pri no. is landline no.. <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Your CARRIER must allow you to set outvbound Caller*ID.  Have you verified with them that you are allowed to set the CID?<br>
<div class="im"><br></div></blockquote><div>     I verify with telcom they are given on mail is that set the code 04 and isdn pri , national is type of switch. <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of<br>
&gt; mahesh katta<br>
</div>&gt; Sent: Tuesday, May 10, 2011 1:15 AM<br>
<div class="im">&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt; Subject: Re: [asterisk-users] OUTBOUND CALLER ID<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt; sir,<br>
&gt;<br>
&gt; Below configuration i wase made in server . but this is not working.<br>
&gt;<br>
&gt;<br>
&gt; exten =&gt; _90XXXXXXXXX,1,NoOp(${CALLERID(num)})<br>
&gt; exten =&gt; _90XXXXXXXXX/5001,2,Set(CALLERID(name)=44578999)<br>
&gt; exten =&gt; _90XXXXXXXXX,3,AGI(agi://<a href="http://127.0.0.1:4577/call_log" target="_blank">127.0.0.1:4577/call_log</a>)<br>
&gt; exten =&gt; _90XXXXXXXXX/5001,4,Set(CALLERID(num)=44578999)<br>
&gt; exten =&gt;<br>
&gt; _90XXXXXXXXX,5,MixMonitor(/var/spool/asterisk/astrec/${TIMESTA<br>
MP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))<br>
&gt; exten =&gt; _90XXXXXXXXX,6,Dial(${TRUNK}/${EXTEN:1},,tTo)<br>
&gt; exten =&gt; _90XXXXXXXXX,7,Hangup<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, May 9, 2011 at 8:14 PM, Carlos Rojas<br>
&gt; &lt;<a href="mailto:crt.rojas@gmail.com">crt.rojas@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;       Hello<br>
&gt;<br>
&gt;       Do you set your callerid in the context outgoing?<br>
&gt;<br>
&gt;       [outgoing]<br>
&gt;<br>
&gt;       exten =&gt; _X.,1,Set(CALLERID(num)=4663000)<br>
&gt;       exten =&gt; _X.,n,Dial(..............<br>
&gt;<br>
&gt;<br>
&gt;       On Mon, May 9, 2011 at 4:45 AM, mahesh katta<br>
&gt; &lt;<a href="mailto:maheshkatta@flexydial.com">maheshkatta@flexydial.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;               Sir ,<br>
&gt;<br>
&gt;               this is not working<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;               On Mon, May 9, 2011 at 1:52 PM, A J Stiles<br>
&gt; &lt;<a href="mailto:asterisk_list@earthshod.co.uk">asterisk_list@earthshod.co.uk</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;                       On Monday 09 May 2011, mahesh katta wrote:<br>
&gt;                       &gt; Hi,<br>
&gt;                       &gt; THIS IS IN DUBAI.<br>
&gt;                       &gt;<br>
&gt;                       &gt; I am having PRI line with 100 DID&#39;s<br>
&gt; (00-99) and when we call to any<br>
&gt;                       &gt; landline or mobile number then it<br>
&gt; shows us our board number or pilot number<br>
&gt;                       &gt; (i.e 4663000 means 00)..<br>
&gt;<br>
&gt;<br>
&gt;                       In the context through which outgoing<br>
&gt; calls are placed, you need a step which<br>
&gt;                       sets the caller ID number.  For<br>
&gt; instance, part of our dialplan maps external<br>
&gt;                       phone numbers with the local part<br>
&gt; 707060 to 707072 to internal extensions 301<br>
&gt;                       to 312 respectively.  Our E1 provider<br>
&gt; also requires us to include the STD<br>
&gt;                       code, minus the leading zero, for the<br>
&gt; town we are in -- and will silently<br>
&gt;                       anonymise the call if we try to send a<br>
&gt; caller ID that does not belong to us.<br>
&gt;<br>
&gt;                       So for outgoing calls, we have something like<br>
&gt;<br>
&gt;                       [ts-outgoing]<br>
&gt;                       exten =&gt; _0., 1,<br>
&gt; Set(localno=7070$[${CALLERID(num)}-240])<br>
&gt;                       exten =&gt; _0., 2,<br>
&gt; Set(CALLERID(num)=${STD}${localno})<br>
&gt;<br>
&gt;<br>
&gt;                       --<br>
&gt;                       AJS<br>
&gt;<br>
&gt;                       Answers come *after* questions.<br>
&gt;<br>
&gt;                       --<br>
&gt;<br>
&gt; _____________________________________________________________________<br>
&gt;                       -- Bandwidth and Colocation Provided by<br>
&gt; <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;                       New to Asterisk? Join us for a live<br>
&gt; introductory webinar every Thurs:<br>
&gt;                                     <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt;                       asterisk-users mailing list<br>
&gt;                       To UNSUBSCRIBE or update options visit:<br>
&gt;<br>
&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;               --<br>
&gt;               Best Regards,<br>
&gt;<br>
&gt;               Mahesh Katta<br>
&gt;               BUZZWORKS Business Services Private Limited<br>
&gt;               BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI<br>
&gt;               201, Crystal Tower, 75 Gundavali Cross Lane,<br>
&gt; Andheri Kurla Road, Andheri (E) Mumbai 400069<br>
&gt;               GSM +91.97029.70779 | Phone +91.22.4229.2634 |<br>
&gt; Fax +91.22.4229.2634<br>
&gt;               Web <a href="http://www.buzzworks.com" target="_blank">http://www.buzzworks.com</a><br>
&gt;               &lt;<a href="http://www.buzzworks.com/" target="_blank">http://www.buzzworks.com/</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt;               --<br>
&gt;<br>
&gt; _____________________________________________________________________<br>
&gt;               -- Bandwidth and Colocation Provided by<br>
&gt; <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;               New to Asterisk? Join us for a live<br>
&gt; introductory webinar every Thurs:<br>
&gt;                             <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt;               asterisk-users mailing list<br>
&gt;               To UNSUBSCRIBE or update options visit:<br>
&gt;<br>
&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;       --<br>
&gt;<br>
&gt; _____________________________________________________________________<br>
&gt;       -- Bandwidth and Colocation Provided by<br>
&gt; <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;       New to Asterisk? Join us for a live introductory<br>
&gt; webinar every Thurs:<br>
&gt;                     <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt;       asterisk-users mailing list<br>
&gt;       To UNSUBSCRIBE or update options visit:<br>
&gt;         <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Best Regards,<br>
&gt;<br>
&gt; Mahesh Katta<br>
&gt; BUZZWORKS Business Services Private Limited<br>
&gt; BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI<br>
&gt; 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla<br>
&gt; Road, Andheri (E) Mumbai 400069<br>
&gt; GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634<br>
&gt; Web <a href="http://www.buzzworks.com" target="_blank">http://www.buzzworks.com</a><br>
&gt; &lt;<a href="http://www.buzzworks.com/" target="_blank">http://www.buzzworks.com/</a>&gt;<br>
&gt;<br>
&gt;<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><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">http://www.buzzworks.com<br></a></font></font></font><br>