Calling ID is Unknown Number in Incoming Calls

Dear All
i have CUCM 7.1 and h323 gateway , my issue is :
Some times , not always , the calling Id is giving " Unknown Number " in incoming calls
what is the problem and how to solve it ?
thanks

do you see the calling number provided by ITSP in the GW for those faulty calls?
what is the connection to pstn? isdn pri? if so, collect debug isdn q931 to check whether or not the itsp provides the caller id? It could be issue with provider too.
Please rate all the useful posts

Similar Messages

  • My iPhone 3G always shows an Unknown number calling when I've got that person's contacts, What should I do?

    When someone calls me, my iPhone 3G keeps on showing that it's an unknown number calling when I've got that person in my contacts.
    What can I do to solve this? Thanks.

    Simmilar issue here!
    Summary: Incoming calls show up only as phone numbers, not with the caller's name.
    Steps to Reproduce:
    1) On your iPhone, save a person's phone number in Contacts with the country's dialing code in front (+ZZZ-XX-YYYYYYY, where +ZZZ is the country code, XX is the carrier, YYYYYYY is the person's phone number);
    2) Make a call from that person's device/number to your iPhone;
    3) On your iPhone, while ringing, shows the above number without +ZZZ and without the person's name.
    Expected Results: No matter how the number is saved (as +ZZZ-XX-YYYYYYY or simply as XX-YYYYYYY) the caller ID should always show up, as in previous iOS editions.
    Actual Results: Caller ID does not work as expected and as in previous iOS versions.
    Notes: When I receive voice calls, the number comes in without the country dialing code in front, simply appears as XX-YYYYYYY (where the XX is the carrier code and YY is the number) and the caller's name does not appear. In my address book ALL my contact's telephone numbers are preceded with the corresponding country dialing code, because i travel a lot. If I delete the country code from a contact's phone number, and that number calls me, then the person's name appears. I'm am in Angola (country code +244) using iPhone 4, iOS 5, carrier: UNITEL (92)
    On the other hand, SMS's are OK, i.e. the Caller ID is linked to the phone number and shows up (because SMS's are receiver with the country dialing code in front of the phone number, p.ex. +244-XX-YYYYYYY).
    It has something to do with the Carrier Settings Update as in iTunes i get the error message 1630 which states that: "iTunes could not check for un update to the carrier for your iPhone. An unknown error occured (1630)."
    Thanks

  • Calls from cucm to CME not working-unknown number

    hi all
    we have cucm 9.1 and gateway 2911 on the side A and on the side B we have uc540 , we have configured tunnels between 2911 and uc540, calls from cucm SideA to uc540 Side B is ok and working fine. now we have one 9951 phone which gets ip from uc540 (side B) and tftp is our cucm IP.9951 phone is registered in cucm and calls from cucm to that 9951 phones are working fine. now problem is call is one sided between uc 540 local extension and ip phone 9951.
    9951 which is registered on cucm can call uc 540 user  but spa 504 phone which is registered on uc540 cant call to cisco 9951 phone gets error "unknown number"
    i am attaching debug voice ccapi inout with this
    kidnly help me to solve the issue ASAP

    here is show voice register all.i am surprised to see dial peer 20002 but there is no dial peer like that i dont know where its getting this dial peer 20002.extension 2002 is registered with my call manager.
    Router#sh voice register all
    VOICE REGISTER GLOBAL
    =====================
    CONFIG [Version=8.6]
    ========================
      Version 8.6
      Mode is srst
      Max-pool is 0
      Max-dn is 0
      Outbound-proxy is enabled and will use global configured value
      Security Policy: DEVICE-DEFAULT
      Forced Authorization Code Refer is enabled
      timeout interdigit 0
      network-locale[0] US    (This is the default network locale for this box)
      network-locale[1] US
      network-locale[2] US
      network-locale[3] US
      network-locale[4] US
      user-locale[0] US    (This is the default user locale for this box)
      user-locale[1] US
      user-locale[2] US
      user-locale[3] US
      user-locale[4] US   Active registrations  : 0
      Total SIP phones registered: 0
      Total Registration Statistics
        Registration requests  : 0
        Registration success   : 0
        Registration failed    : 0
        unRegister requests    : 0
        unRegister success     : 0
        unRegister failed      : 0
        Attempts to register
               after last unregister : 0
        Last register request time   :
        Last unregister request time :
        Register success time        :
        Unregister success time      :
    VOICE REGISTER DN
    =================
    VOICE REGISTER POOL
    ===================
    Router#

  • After upgrading to OS5 my i phone is not showing names of incoming callers in my contact directory, i can only see number of incoming caller. Is there any settings to put this right? what can you do?

    after upgrading to OS5 my i phone is not showing names of incoming callers in my contact directory, i can only see number of incoming caller. Is there any settings to put this right? what can you do?

    This started happening to me on my iPhone 4. Some text messages show only the numer they came from and those same numbers do not show the contact name in my calls list, even though the contacts are saved and synced via iCloud. I have tried to save different versions of the number in the same contact, but it won't work. If I call one of the recent numbers though, the conact comes up. I have tried reseting and restoring to no avail.

  • My 9320 blackberry keeps showing unknown number when I already have them in my contact list

    I have tried everything to change my settings that I can see how is phoning me but nothing works please help!!!

    Hello stefnie, 
    Welcome to the forums. 
    Have a look at the below thread which may help you out with your issue. 
    http://supportforums.blackberry.com/t5/BlackBerry-Bold/All-incoming-calls-are-from-UNKNOWN-NUMBER/td...
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Uploading a text file with unknown number of  texts

    Hi ,
    i have a flat file with around  10,000 record's.
    each material number  followed by  different  lengths & unknown number of text's separated by delimiter '$',
    that need to be saved using save_text function module.
    the file is as follows, 
    record 1 :     material1$text1$text2$text3
    record 2 :     material2$text1$text2$text3$text4$text5$text6$.....
    record 3 :     material3$text1$text2$text3$text4$text5
    record 4:      material3$text1
    - - - - - - - - - - - -  so on ....
    i created the following  structure ,  to split and save each text separated by '$'  , to save in TLINE  of save_text function module.
    types : begin of ty_file,
                  matnr type mara-matnr,
                  text1 type string,
                  text2 type string,
                  text3 type string,
                  text4 type string,
                  text20 type string,
               end of ty_file.
    i have uploaded the file and saved in table  it_file type ty_file.
    loop it_file into wa_file.
       split wa_file at '$' in to matnr text1 text2 text3 text4 ....... so on.
    endloop.
    please, suggest me an alternate way to reduce the code, instead of creating a structure like above, so that each splitted text
    stores in a single variable and is passed to TLINE of corresponding material, in save_text function module
    thanks
    viki

    Hi,
    The flat file contains , material No. followed by it's text , each text sepearted by '$' symbol.
    For each material  i have to get all lines of text, and passed to tables paramter of save_text.
    The Number of text' for each material is varying.
    Please kindly suggest me , how many variables i need to create to hold each splitted text and store it in Tline
    I wrote the below program assuming that the material number has  maximum of 20 texts, it's working fine. But, what if the number of texts exceeds 20.
    file :
    4907507$ Druckrolle$ Durchmesser: 218 mm$ Länge: 750 mm$ Rollenwerkstoff: 1.4301/1.4541$ Oberfläche: gummiert$ Stärke Gummierung: 10 mm$ Näscher    E 71224$$$$$$$$$$$$$$                              
    1149598$ Tragrolle$ mit Stützringen$ Norm: ähnlich DIN 22112$ Durchmesser: 89 mm$ Mantellänge: 800 mm$ Form der Achsenden: A2$ Achsdurchmesser: 25 mm$ Achsanflachung: SW 18$ Einlegelänge: 808 mm$ Achslänge: 834 mm$ Lagerbezeichnung: 6305$ Anzahl Stützringe Form A: 6$ Anzahl Stützringe Form B: 4$ Anordnung links: 4$ Anordnung mittig: 6$ Anordnung rechts: 4$ Qualität Stützringe: N$ Durchmesser Stützringe: 159 mm$ Anzahl Zwischenhülsen: 7$ Anzahl Schlussscheiben: 2$ Erbö   3111.800.05.68                                                                      
    file upload
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = 'X'
        CHANGING
          file_name = p_infile.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = gd_file
          FILETYPE            = 'ASC'
         HAS_FIELD_SEPARATOR = 'X'
         HAS_FIELD_SEPARATOR = '$'
        TABLES
          DATA_TAB            = It_data.
      loop at it_data into wa_data.
        split wa_data-line at seperator into matnr_txt text1 text2 text3 text4 text5
                                                   text6 text7 text8 text9 text10 text11
                                                   text11 text12 text13 text14 text15
                                                   text16 text17 text18 text19 text20.
        move matnr_txt to wa_material-matnr.
        move text1 to wa_material-text1.
        move text2 to wa_material-text2.
        move text20 to wa_material-text20.
        append wa_material to it_material.
        clear wa_material.
      endloop.
      loop at it_material into wa_material.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text1.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text2.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text20.
        APPEND WA_LINE TO IT_LINE.
        G_THEAD-TDNAME   = wa_material-matnr. " material number
        G_THEAD-TDID     = pa_id.                           "  'GRUN',
        G_THEAD-TDSPRAS  = pa_langu.                "  EN
        G_THEAD-TDOBJECT = pa_obj.                   "  MATERIAL
        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
            CLIENT                           = SY-MANDT
            HEADER                        = G_THEAD
            SAVEMODE_DIRECT     = 'X'
          TABLES
            LINES           = IT_LINE
          clear : wa_line, g_matnr.
          refresh it_line.
      endloop.
    Edited by: jvsvijay on Jul 28, 2011 12:51 PM
    Edited by: jvsvijay on Jul 28, 2011 12:53 PM
    Edited by: jvsvijay on Jul 28, 2011 12:55 PM

  • Profiles - Advanced - Normal - Phone (Unknown Number) ??

    My BB8820 shows the following items in the menu under Profiles - Advanced for the "Normal" profile:
    Browser 
    Calendar
    Level 1 Messages
    Messages(Desktop)
    Messenger - Alert
    Messanger - New Message
    MMS
    Phone (Unknown Number)
    Phone (Unknown Number)
    SMS
    Tasks
    Why does "Phone (Unknown Number)" appear twice?
    Both items access the same settings; if I click one of the two and change something, the same change is seen when I click on the other one.
    Is an "Unknown Number" one with caller ID suppressed, or just one that doesn't appear in my contacts?
    If these settings are only applied in the case of an "Unknown Number", how can I determine what happens in the case of a known number?

    Hi and welcome to the forums!
    Here is the user guide for the 8820:
    http://na.blackberry.com/eng/deliverables/1224/userguide_bb8820_wifi.pdf
    If you need more information, please ask!
    If not, please resolve the post using the options by the kudos’ star.
    Just check the post that had your answer!
    Thanks 
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Use of unknown number only

    Sometimes when i've called on mobile phone with skype caller id show "+21" or "+12345' or "unknown number" how i can show unknown number only ? i don't want to use +21 or 12345

    Hi, Saeid.dezc, and welcome to the Community,
    There are times that Caller ID seems more art than science.  Skype does not control when a generic caller ID such as ----------, "Unknown." or the numbers you cite appear.  If no caller ID data is determined (or, if the data is corrupted in transmission), the telephone company that connects the Skype call to its final destination may fill in the blank with whatever that company uses.
    Regards,
    Elaine
    https://en.wikipedia.org/wiki/Caller_ID
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How do i dial international numbers... I get unknown number

    I got a tmobile 8220 that I unlocked so that I can use in Chile vacation. I try to dial a number and it goes back to the placed calls menu and it says My number Unknown number. I am not sure if that is the real error or it just doesn´t know it´s own number. One time the phone tried to add my US area code to the number. So I was wondering if this is a phoen issue or if it´s a cell phone company issue. The number is 8 digits. x-xxx-xxxx (first x is the region code)

    Good to know that you've resolved the issue by yourself. Please resolve the threat by accepting the solution button.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • General ETL question - ETL from unknown number of tables ?

    AFAIK, ETL integrates data from a fixed number of sources/tables. Is it possible that ETL can integrate data from an unknown number of tables which might be added in the future, given that these tables might be of different types (customer, shipping, employee,
    accounting etc.) ? Are there any solutions in SSIS which handle these kinds of scenarios ?
    EDIT -
    Let A,B,C be tables. We can have the following ETL scenarios - A + B + C = 1 row or A + B + C = 3 rows
    I have the first one. Later, we can add tables D,E,F,G...etc all of which might be different from each other in terms of the data they contain.

    AFAIK, ETL integrates data from a fixed number of sources/tables. Is it possible that ETL can integrate data from an unknown number of tables which might be added in the future, given that these tables might be of different types (customer, shipping, employee,
    accounting etc.) ? Are there any solutions in SSIS which handle these kinds of scenarios ?
    EDIT -
    Let A,B,C be tables. We can have the following ETL scenarios - A + B + C = 1 row or A + B + C = 3 rows
    I have the first one. Later, we can add tables D,E,F,G...etc all of which might be different from each other in terms of the data they contain.
    Another Suggestion could be, which might not satisfy your reqt fully but would help you as for me once a new source comes in you need to study it fully before population the new source could be excel .txt sql oracle etc, so it goes like below
    a) Use a Master Child package configuration, so int this case your MASTER package calls table load for your table A B and c.
    b) Once a new load has to be added you would need to design a new package and add it to the solution.
    c) The master package would not need to be changed the trick here is:
    1. Use a foreach loop in the Master packge, this for each loop is driven from a table in DB, which has the deatils around the Desttable load; so lets say today it has values like:
    DestTable LoadedFrom
    TableD A
    TableD B
    TableD C
    Now once new tables have to added just add an entry to this table and the master package would need not be changed only a new package and table entry has to done
    Abhinav http://bishtabhinav.wordpress.com/
    Thanks. It seems that you are talking about something that can me merged or union-ed. A,B,C can be different types - customer, shipping, accounting info etc. I need to join them based on different criteria. Perhaps a
    table can store the joining criteria. Also, I need to select only some columns of each table added. So, I will need a table to store which columns are to be selected for a particular table. 
    I am not sure if your suggestion would apply here.

  • Dialing number phone prompts for To:UNKNOWN NUMBER instead of Enter Code

    I have successfully Applied FAC (force authorization code), after dialing number phone prompts for To:UNKNOWN NUMBER instead of ENTER AUTHORIZATION CODE to complete the call, Also I would like to extend the delay for few more seconds so user can get enough time to enter code before busy tone.

    Dear, I am unable to find any option which may let me configure the PROMPT from SERVICE PARAMETERS => Cisco Call Manager ...., which must be set ENTER AUTHORIZATION CODE whenever user dials long distance call. We have CCM 4.1.2

  • UNKNOWN NUMBER OR PRIVATE NUMBER

    Hello Everyone,I urgently need help..Some people call me from their phones and they hide their mobile numbers and on my phone screen it comes as UNKNOWN NUMBER or PRIVATE NUMBERHow do u do such settings on your blackberry phone?Please help me, if anyone can!I heard from someone u have to follow these steps, but i have a TORCH PHONE...IT DOES NOT GENERAL OPTIONS....HAVE THATPLS HELP!!In the phone, press the Menu key.Click Options.Click General Options.Set the Restrict My Identity field to Always.Press the Menu key.Click Save.

    For an OS6 or OS7 device:
    Press your green dial key to enter your Call screen.
    press the Menu key.
    Click Options.
    Click In-Call Settings.
    Set the Restrict My Identity field to Always.
    Press the Menu key.
    Click Save.
     

  • Showing dynamic and unknown number of images in SSRS report

    I am using SSRS 2008.  I need to display an unknown number of unspecified images on the report.
    Basically I have a webpage, where the user selects a specific ID (ex. 24) from a dropdown and then click "View Report".
    The report should then display any images, associated with that ID.  The only thing I know about the images, is the path to where the images are stored.  The path is kept in a database, so I should be able to retrieve the path ok.
    But then how do i get the report to display the images, when I do not know the name or number of images?
    Please help.

    Hi dukie4lif,
    According to your description, you have a report to display images selected by users. Now your issue is, the users select a specific ID to get images, but you only have the path of images stored in your database. Is my understanding correct?
    For your requirement, if the users want to get images by selecting a specific ID, this ID must be stored in database and associated with the path of those images. Otherwise the database can never query any records with this ID if it doesn’t have any ID stored.
    Now we need to go to your database, create one more table or add one more column in the table which have your path stored to store those IDs, and let them associated with those path. Use a parameter in this report for users selecting IDs. Then your goal will
    be achieved.
    Reference:
    Report Parameters (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • Add Listener to Unknown Number of JMenuItems

    How can I add an ActionListener to each JMenuItem by cycling through an unknown number of menu items?
    I have a program that prompts the user for a database, then creates a JMenu of table names based on whatever database the user selects.
    This means that I don't know the table names or number of tables that will be added to the JMenu.
    I need to add an ActionListener to EACH JMenuItem. The problem is that I am only able to select one table from the menu. Subsequent menu clicks (on different table names) have no affect on the output.
    Here is an excerpt of my code:
    ResultSet rs = md.getTables(null, null, null, types);
    while (rs.next()) {
    tables.add(rs.getString("table_name"));
    for (Iterator i = tables.iterator(); i.hasNext(); )
    String table = (String) i.next();
    JMenuItem mi = new JMenuItem(table);
    j1.add(mi);
    mi.addActionListener(this);
    [END CODE]
    Thanks for any help you can give!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    I got it. It turns out that I WAS setting the listeners correctly. My additonal output was "hidden" in the window. I found it by pure luck when I expanded the window size.
    I added a line to remove all components from the JPanel before adding a new one and this "refresh" worked.
    Thanks fot the help anyway! It is greatly appreciated.

  • HT5961 I want to receive the verification code for the keychain but I was sent to unknown number because the last two digits do not represent my phone number

    I want to receive the verification code for the keychain but I was sent to unknown number because the last two digits do not represent my phone number, so how can I change it to receive it on my cell phone ?

    I found this in the iCloud Keychain FAQs:
    How do I set up iCloud Keychain on a new device if I don't have one of my other devices to approve from?
    If you don't have access to any of your other devices that are using iCloud Keychain, you can still set up iCloud Keychain on another device if you have these items:
    - Your iCloud Security Code
    - The device that is using the SMS-capable phone number you provided when you first set up iCloud Keychain. A verification code is sent via SMS to this phone number. If you don't have access to this number, contact Apple Support, who can verify your identity so that you can complete setup on your new device.
    - If you have these items, follow the iCloud Keychain setup steps documented above. Your iCloud Keychain will then be pushed from the cloud to the new device.
    So it seems that you would have to directly contact the Apple Support: http://www.apple.com/support/icloud/contact/

Maybe you are looking for

  • Runtime error : MESSAGE_TYPE_UNKNOWN

    We hv Solution Manager 3.2 in our scenario. Iam working on the feature Project Preparation ,in the transaction solar_project_admin inorder to create project views when i generate the IMG for logical component in Development system iam getting dump ME

  • Problem in sending JMS message on remote OC4J

    I have two OC4J standalone (10.1.3.0.0 build 041119.0001.2385) The containers work on Windows2000 in different machines connected by the LAN. The First container has deployed application from example http://www.oracle.com/technology/tech/java/oc4j/10

  • My Dock or Expose doesn't work on my MacBook Pro...

    Hello, I've been having issues with my MacBook Pro and I need some help immediately. The current issues are: - My Dock doesn't show up on desktop - My Expose doesn't work - When I tried to minimise opened page it freezes at weird shape (I can still f

  • Connecting a PS3 or Xbox to iMac

    The display on the 24" iMac is essentially equivalent to an HDTV. Is there a way to connect a PS3 or Xbox 360 to my iMac? I am a new switcher from the world of PC's, so I am totally clueless when it comes to this stuff. Any assistance would be apprec

  • RSVP Hello for Fast Reroute

    Hi, i am trying to set up TE tunnels with Fast Reroute protection. As i am using FastEthernet and GigabitEthernet links i need to use RSVP Hello for link or node failure detection. I have a little problem understanding and properly configuring the rs