[asterisk-users] OUTBOUND CALLER ID

mahesh katta maheshkatta at flexydial.com
Wed May 11 01:36:14 CDT 2011


Sir,
I set the below configured in Zapata.conf file. and A .J given Dialplan .
that's it is working now

hidecallerid=no
restrictcid=yes


On Wed, May 11, 2011 at 11:55 AM, Steve Totaro <
stotaro at totarotechnologies.com> wrote:

> No problem, what was the solution?
>
>
> On Wed, May 11, 2011 at 2:14 AM, mahesh katta <maheshkatta at flexydial.com>wrote:
>
>> Steve .T sir, All
>>
>> It is working sir . Thank you very much sir .
>> Thankyou for all support to me .
>>
>> sorry for the my language bcz i have my communication problem.
>>
>> On Wed, May 11, 2011 at 11:30 AM, Steve Totaro <
>> stotaro at totarotechnologies.com> wrote:
>>
>>> Set your PRI for intensive debugging for a few outbound calls and trim it
>>> to show the relevant info.
>>>
>>> Intense PRI debugging will probably give you the answer right off the
>>> bat.
>>>
>>> Check your zapata.conf settings:
>>> *restrictcid*: (PRI channels only) This option has effect only when
>>> hidecallerid=no. If hidecallerid=no and restrictcid=yes, Asterisk will
>>> prevent the sending of the Caller ID data as a presentation number when
>>> making outgoing calls (ANI data is still sent). Default: no.
>>>    restrictcid=yes
>>>
>>> Also make sure that your sip.conf has the correct settings for callerID.
>>>
>>> There are several setting in there to check for outbound callerID.
>>>
>>> I think with intensive PRI debugging or looking at the logs, you will see
>>> a warning or error that will help you figure out the issue.
>>>
>>> To me, I would bet it is the carrier only sending the BTN
>>>
>>> Thanks,
>>> Steve T
>>>
>>>
>>> On Wed, May 11, 2011 at 1:15 AM, mahesh katta <maheshkatta at flexydial.com
>>> > wrote:
>>>
>>>>
>>>>
>>>> On Tue, May 10, 2011 at 11:09 PM, Eric Wieling <EWieling at nyigc.com>wrote:
>>>>
>>>>>
>>>>> 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.
>>>>>
>>>>>       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..
>>>>
>>>>  Your CARRIER must allow you to set outvbound Caller*ID.  Have you
>>>>> verified with them that you are allowed to set the CID?
>>>>>
>>>>>      I verify with telcom they are given on mail is that set the code
>>>> 04 and isdn pri , national is type of switch.
>>>>
>>>>>  > -----Original Message-----
>>>>> > From: asterisk-users-bounces at lists.digium.com
>>>>> > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
>>>>> > mahesh katta
>>>>> > Sent: Tuesday, May 10, 2011 1:15 AM
>>>>> > To: Asterisk Users Mailing List - Non-Commercial Discussion
>>>>> > Subject: Re: [asterisk-users] OUTBOUND CALLER ID
>>>>> >
>>>>> > sir,
>>>>> >
>>>>> > Below configuration i wase made in server . but this is not working.
>>>>> >
>>>>> >
>>>>> > exten => _90XXXXXXXXX,1,NoOp(${CALLERID(num)})
>>>>> > exten => _90XXXXXXXXX/5001,2,Set(CALLERID(name)=44578999)
>>>>> > exten => _90XXXXXXXXX,3,AGI(agi://127.0.0.1:4577/call_log)
>>>>> > exten => _90XXXXXXXXX/5001,4,Set(CALLERID(num)=44578999)
>>>>> > exten =>
>>>>> > _90XXXXXXXXX,5,MixMonitor(/var/spool/asterisk/astrec/${TIMESTA
>>>>> MP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))
>>>>> > exten => _90XXXXXXXXX,6,Dial(${TRUNK}/${EXTEN:1},,tTo)
>>>>> > exten => _90XXXXXXXXX,7,Hangup
>>>>> >
>>>>> >
>>>>> >
>>>>> > On Mon, May 9, 2011 at 8:14 PM, Carlos Rojas
>>>>> > <crt.rojas at gmail.com> wrote:
>>>>> >
>>>>> >
>>>>> >       Hello
>>>>> >
>>>>> >       Do you set your callerid in the context outgoing?
>>>>> >
>>>>> >       [outgoing]
>>>>> >
>>>>> >       exten => _X.,1,Set(CALLERID(num)=4663000)
>>>>> >       exten => _X.,n,Dial(..............
>>>>> >
>>>>> >
>>>>> >       On Mon, May 9, 2011 at 4:45 AM, mahesh katta
>>>>> > <maheshkatta at flexydial.com> wrote:
>>>>> >
>>>>> >
>>>>> >               Sir ,
>>>>> >
>>>>> >               this is not working
>>>>> >
>>>>> >
>>>>> >
>>>>> >               On Mon, May 9, 2011 at 1:52 PM, A J Stiles
>>>>> > <asterisk_list at earthshod.co.uk> wrote:
>>>>> >
>>>>> >
>>>>> >                       On Monday 09 May 2011, mahesh katta wrote:
>>>>> >                       > Hi,
>>>>> >                       > THIS IS IN DUBAI.
>>>>> >                       >
>>>>> >                       > I am having PRI line with 100 DID's
>>>>> > (00-99) and when we call to any
>>>>> >                       > landline or mobile number then it
>>>>> > shows us our board number or pilot number
>>>>> >                       > (i.e 4663000 means 00)..
>>>>> >
>>>>> >
>>>>> >                       In the context through which outgoing
>>>>> > calls are placed, you need a step which
>>>>> >                       sets the caller ID number.  For
>>>>> > instance, part of our dialplan maps external
>>>>> >                       phone numbers with the local part
>>>>> > 707060 to 707072 to internal extensions 301
>>>>> >                       to 312 respectively.  Our E1 provider
>>>>> > also requires us to include the STD
>>>>> >                       code, minus the leading zero, for the
>>>>> > town we are in -- and will silently
>>>>> >                       anonymise the call if we try to send a
>>>>> > caller ID that does not belong to us.
>>>>> >
>>>>> >                       So for outgoing calls, we have something like
>>>>> >
>>>>> >                       [ts-outgoing]
>>>>> >                       exten => _0., 1,
>>>>> > Set(localno=7070$[${CALLERID(num)}-240])
>>>>> >                       exten => _0., 2,
>>>>> > Set(CALLERID(num)=${STD}${localno})
>>>>> >
>>>>> >
>>>>> >                       --
>>>>> >                       AJS
>>>>> >
>>>>> >                       Answers come *after* questions.
>>>>> >
>>>>> >                       --
>>>>> >
>>>>> > _____________________________________________________________________
>>>>> >                       -- Bandwidth and Colocation Provided by
>>>>> > http://www.api-digital.com --
>>>>> >                       New to Asterisk? Join us for a live
>>>>> > introductory webinar every Thurs:
>>>>> >                                     http://www.asterisk.org/hello
>>>>> >
>>>>> >                       asterisk-users mailing list
>>>>> >                       To UNSUBSCRIBE or update options visit:
>>>>> >
>>>>> > http://lists.digium.com/mailman/listinfo/asterisk-users
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >               --
>>>>> >               Best Regards,
>>>>> >
>>>>> >               Mahesh Katta
>>>>> >               BUZZWORKS Business Services Private Limited
>>>>> >               BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
>>>>> >               201, Crystal Tower, 75 Gundavali Cross Lane,
>>>>> > Andheri Kurla Road, Andheri (E) Mumbai 400069
>>>>> >               GSM +91.97029.70779 | Phone +91.22.4229.2634 |
>>>>> > Fax +91.22.4229.2634
>>>>> >               Web http://www.buzzworks.com
>>>>> >               <http://www.buzzworks.com/>
>>>>> >
>>>>> >
>>>>> >               --
>>>>> >
>>>>> > _____________________________________________________________________
>>>>> >               -- Bandwidth and Colocation Provided by
>>>>> > http://www.api-digital.com --
>>>>> >               New to Asterisk? Join us for a live
>>>>> > introductory webinar every Thurs:
>>>>> >                             http://www.asterisk.org/hello
>>>>> >
>>>>> >               asterisk-users mailing list
>>>>> >               To UNSUBSCRIBE or update options visit:
>>>>> >
>>>>> > http://lists.digium.com/mailman/listinfo/asterisk-users
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >       --
>>>>> >
>>>>> > _____________________________________________________________________
>>>>> >       -- Bandwidth and Colocation Provided by
>>>>> > http://www.api-digital.com --
>>>>> >       New to Asterisk? Join us for a live introductory
>>>>> > webinar every Thurs:
>>>>> >                     http://www.asterisk.org/hello
>>>>> >
>>>>> >       asterisk-users mailing list
>>>>> >       To UNSUBSCRIBE or update options visit:
>>>>> >         http://lists.digium.com/mailman/listinfo/asterisk-users
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Best Regards,
>>>>> >
>>>>> > Mahesh Katta
>>>>> > BUZZWORKS Business Services Private Limited
>>>>> > BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
>>>>> > 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla
>>>>> > Road, Andheri (E) Mumbai 400069
>>>>> > GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
>>>>> > Web http://www.buzzworks.com
>>>>> > <http://www.buzzworks.com/>
>>>>> >
>>>>> >
>>>>>
>>>>> --
>>>>> _____________________________________________________________________
>>>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>>>>               http://www.asterisk.org/hello
>>>>>
>>>>> asterisk-users mailing list
>>>>> To UNSUBSCRIBE or update options visit:
>>>>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards,
>>>>
>>>> Mahesh Katta
>>>> *BUZZ**WORKS* Business Services Private Limited
>>>> BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
>>>> 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri
>>>> (E) Mumbai 400069
>>>> GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
>>>> Web http://www.buzzworks.com
>>>>
>>>>
>>>
>>> --
>>> _____________________________________________________________________
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>>               http://www.asterisk.org/hello
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> Mahesh Katta
>> *BUZZ**WORKS* Business Services Private Limited
>> BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
>> 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri
>> (E) Mumbai 400069
>> GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
>> Web http://www.buzzworks.com
>>
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>               http://www.asterisk.org/hello
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Best Regards,

Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E)
Mumbai 400069
GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
Web http://www.buzzworks.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110511/51e7ec9f/attachment-0001.htm>


More information about the asterisk-users mailing list