Number in the phone book

HI, the location of the endpoint is not displayed phonebook.

Navigate to endpoint in TMS, go to the page to change the settings and uncheck the box 'Provisioning' and then do a force refresh.  The phone book tab and apply management settings should now appear in the settings page.  Click on apply settings management, and then assign the phone book for the codec.

Tags: Cisco Support

Similar Questions

  • Get the phone number of the address book on the menu, click

    My app (which has no UI) adds a new menu item to the contacts Blackberry address book... Now, if you click on this menu I would get the phone number to contact selected...

    I did it with the addition of the menu item... But how can I get the phone number of the address book when you click on the menu?

    using code i below contacts called from another application have also recovered the phone number...

    BlackBerryContactList contacts = (BlackBerryContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_ONLY);
    

    But how can I get in my current scenario?

    Oops... How did I miss the best way to get the coordinates of the context of the run method (of the added menu) parameter.

  • Required blackBerry Smartphone help eliminate the international code attach when I try to make calls from the phone book

    I just bought my first Blackberry.  Everything is great except... There was an international code pre-programmed in the phone, because when I try to call in the phone book, or return a call - do not do so by dialing the number from the keyboard) it attaches one + 86 to the front of the phone number.  How can HELP - I get rid of this?  Thanks for any help anyone can give me.

    Try this:

    go to call log > Menu > Options > SmartDialing > then change the country code + 1 for the USA.

  • BlackBerry Smartphones unable to dial from the phone book for blackberry storm

    Hi all

    I've just activated a storm BB via BES and the user is faced with this common problem

    When using the phone book to call, it shows error: we cannot dial this number, please, try again. This is the case for international numbers and the, but when he composed it manually by dials the number it works without any problem. Not sure if anyone has experienced this problem and fixed it.

    Any advice will be appreciated.

    Thank you.

    Look smart dialing options in the phone dial screen > Menu > Options > smart dialing and see if all the settings are correct for the device and the geographic location of the user.

  • BlackBerry smartphones can not make calls from the home page or the phone book.

    I've had my curve for several months now and the other day, that my most young got a hold of it... I don't know how they do it, but my children can do things with my phone and computers that I did not know they could do... In any case I tried to access my voicemail by organizing the 1 on the homepage and it took me to instead call log, so I tried to make a call from the phone book by selecting the name pressing on do it call button and no as soon as I actually had to go into the call log and manually type the number.

    My question is... What did do?  It is very aggravating and I would ask him, but he is two... I know he did not drop it or I would take it to a service provider.  All of the suggestions.

    Thank you

    If you go in your call log icon or by phone, click your menu button and go to Options. Then, go to the General Options. See if your the home screen dial is set to Yes.

    Also try to reset your device by removing the battery for 1 minute and replacig it to leave the unit restarts. Try it later

  • Error 624: Could not update the phone book file

    Dear Sir/Madam.

     
    I have a DELL laptop. Tag No.is 922W1BS.i are facing a problem in the laptop. because I can not connect my internet Reliance by USB DATA CARD (MODEM). When I connect the model I get error ffolowing 624 error: cannot update the phone book file please help me

    Hello

    I suggest to refer to the procedure described in the link below and check if it helps to resolve the issue.

    http://support.Microsoft.com/kb/934588

  • find the phone number in the address book

    Hello
    Sometimes I need to search for a phone number in my address book to verify its existence. Is this possible?
    Thank you

    Edit(or AppMenu)/search/search for addresses, enter the numbers as in the photo.

  • How can I find my imei number when the phone is broken

    Hi, my iphone 6a sprayed on the steps outside, that I walked fell out of my pocket and I stood on it bending slightly and the screen is completely stoned.  I need to find my imei number but do not know how when I can't see the screen, there are colors behind but not readable, you can see a light coming then fades when it is plugged into the computer, but it connects to the computer for iTunes store

    See here: find the serial number and other information for your iPhone, iPad and iPod touch - Apple Support

    It will be at the back of the phone. -AJ

  • Smartphones blackBerry slider gets stuck when a record (in the phone book, notes, etc.)

    • and he desappears, it does not meet the wheel of score. Then, after a while, he reappears and it works.

    I'm usign o.s. 7.1 and I never had this problem before, the cursor has always been very responsive and fast.

    In addition, I note the following:

    • for some time among open applications there are always the queue viewer... and when I select and push the wheel the cursor gets stucked as well.

    Perform a simple reboot on the BlackBerry this way: with smart BlackBerry poweredphone, remove the battery for a minute and then reinsert the battery to restart. A reboot in this manner is prescribed for most defects and errors of operating system, and you will lose any data on the device doing so.

    Now, see if you continue with the same question?

  • Update the phone book for an external user

    Hi all

    I got 13.2 TMS

    I am trying to add an external user in the telephone directory. Do I have to create a txt or CSV file to add it? If so, is there a format of CSV file with columns to enter data and download it?

    Hello

    You can create a type of source directory to the "Manual of the list" and type in your contacts. Create a directory, and then add the source. That should do the trick.

    / Magnus

    Sent by Cisco Support technique iPhone App

  • Strange thing happens by adding the phone number

    Hi all

    I'm tring to add a phone number of the phone book.

    However, my application brings original request for telephone directory of the instrument. This is the normal behavior?

    I want to add in silence, and another thing is that when I click on trackweel on objectChoiceField, it brings also the device [honebook application.

    I used the trackwheelClick() action.

        public boolean trackwheelClick(int status, int time)
        {
            Contact contact=null;
            int type=0;
            Field leafField =  this.getLeafFieldWithFocus();
            try
            {
                BlackBerryContactList contactList =
                    (BlackBerryContactList)BlackBerryPIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
                PIMItem pimItem = contactList.choose();
                contact = (BlackBerryContact)pimItem;
    
            } catch (PIMException e)
            {
    
            }
            if (leafField == okBttn)
            {
                contact.addString(Contact.NAME_FAMILY, BlackBerryContact.NAME_FAMILY, givenName.getText());
                contact.addString(Contact.NAME_GIVEN, BlackBerryContact.NAME_GIVEN, familyName.getText());
                if (pChoice.getSelectedIndex()==0)
                    type = BlackBerryContact.ATTR_MOBILE;
                else if(pChoice.getSelectedIndex()==1)
                    type = BlackBerryContact.ATTR_WORK;
                else if(pChoice.getSelectedIndex()==2)
                    type = BlackBerryContact.ATTR_HOME;
                contact.addString(Contact.TEL,type, areaCode.getText() + phoneNum.getText());
                try
                {
                    contact.commit();
                } catch (PIMException e)
                {
    
                }
            }
            return false;
        }
    

    Please help me solve this problem.

    Thank you

    DK

    Please refer to the example here:

    How to-AddressBook access contacts
    Article number: DB-00147

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800363/How_To _...

  • Problem with the composition of the corporate directory / phone book (E.164)

    Hello

    I have a little problem with the composition of the cucm phonebook integrated telepresence system. I can search the telephone directory, and it displays the user. The format is E.164 number, but with spaces in the number of empty? And for me, it looks like telepresence system trys to deal WITH areas because if I compose without space market. So it seems it is not the phone book to a good number E.164 number.

    any ideas?

    Concerning

    Jason

    Hey Jason,

    Looks like it's still an open caveat on the current software for MX, EX, endpoints series E20 and C sq.

    http://www.Cisco.com/en/us/docs/Telepresence/endpoint/software/TC5/Release_notes/tc_software_release_notes_tc5.PDF

    CSCtz87452:

    MX, EX, E20, C and SX Series endpoints cannot use directories CUCM with numbers, including spaces.

    Thank you, Adam

  • BlackBerry smartphone how to change the phone number of a BB 9930

    How to change the number on the phone who is delegated by the carrier, are visible at the top of the screen when you make a call... Displays the number of the previous user.  You will need to change for my number.  Thank you

    You use the 9930 on Tmobile? It should work.

    • Press digit key and enter # 000000 by pressing the digit key later.
    • You will pass the screen change the CDMA Service.
    • Modify or change the number on the top line.
    • And save.

    Don't change anything else.

  • Contacts of numbering with number as the name blackBerry Smartphones

    OK, first post and here's what I got.

    I have contacts to many places retail with a number of store.

    example: (in coordinates) name: 1234, last name: Mountainview store.

    so I go and click on the Send button to pull up the phone and dial "1234" and it is says "no contacts" and waiting for me finish typing in this 'new' number and hit send.

    but, if I have everything start from the home screen and press the Send button to pull up the phone and then press the menu button, then click on "call for contacts" then I can compose "1234" and he pulls up the contact for the Mountianview store, so I press the button send and he composed this contact.

    so I need to know if there is a better way to enter the store info in contacts or whatever it is I do, I can type the store number into the phone to have it go back the contact without going to ' menu > call each time from the contacts that I give the floor. I don't want to use the name of the city (call me lazy, it's ok.)

    The problem is that the device assumes that if you enter the numbers in the phone app you want to dial a number to hone.

    I think that the only work around for just go first the address book and then search for the store number and dial from there

    If you Dial on disabled home screen, you can simply type the a button to go to the address book then down using your store number since there with.  You are still using the contacts function call but skip the first step of phone application.

  • I just got an iphone 5s and am unable to download music from itunes to my laptop to the phone

    I recently got an iphone 5s and cannot download my music from itunes on my mac pro on the phone book.  The error message indicates that the phone needs a newer version of itunes?

    518 wrote:

    The error message indicates that the phone needs a newer version of itunes?

    Yes, the iPhone requires a newer version of iTunes on your Mac.

    Your profile says you're on OS X 10.5 (Leopard), which is now eight years old.  Is this correct?  If so, it's the source of your problem.

    The current version of the iOS (9.2.1) requires a recent version of iTunes (12.3.2).  iTunes 12.3 requires at least OS X 10.8.5.

    Then you have probably a whole bunch of OS X upgrade to make.  To see if it is still possible to bring your Mac to the current OS X (El Capitan), see:

    Update of OS X El Capitan - Apple Support

Maybe you are looking for

  • How to reorder the icons in the app on iPhone 7?

    When I hold down the app icon now, I get a pop-up menu. It's great practice. Which is also used to be how I rearrange and remove applications. How to reorder apps now?

  • iPhone 5 g & iOS 9.3. Official thread.

    Hey guys,. The idea to this topic is to share experiences on the functioning of 9.3 final with our iPhones 5 s. I still has not updated it (my downloaded but iPhone I hit not yet install) because I sort of doubt about how he will perform, given our p

  • 'Apple ID is locked' authentic email or hoax?

    I received an email claiming to be from Apple asking me to click on a link to verify my email address. After seeing the messages in discussion referring to the previous hoaxes I'm now paranoid about this type of email, true however it may appear (onl

  • Sizes made on Live Photo Gallery print command

    I want to print 4 or 6 photos per page of A4, 9 cm x 11 cm each.  But it seems that I cannot use the sizes of default model 4 9x13cm or 9 photos in Pocket format.  Is there a way to turn it?

  • When HP will give me support

    To, right.