Want to reorganize/customize the name of "directories" options for 79XX phones

Is ther any options to modify when press the directories button. I am trying to change the order the missed call, received call, etc, also rename the directories options too.
Thanks
Mollah

This is fairly easy to do. Note that this will only work on the 79xx phones. The other phones all handle missed/placed/received calls differently. (There's no commonality at all across the range with this. Thanks Cisco. Grrr...)
You'll need a webserver which the phones can talk to.
Create a file on your webserver called,say, directories.xml (It must be an XML file) In it place:
<?xml version="1.0" encoding="UTF-8"?>
<CiscoIPPhoneMenu>
  <Title>Services</Title>
  <Prompt>Directories</Prompt>
  <MenuItem>
    <Name>Missed Calls</Name>
    <URL>Application:Cisco/MissedCalls</URL>
  </MenuItem>
  <MenuItem>
    <Name>Placed Calls</Name>
    <URL>Application:Cisco/PlacedCalls</URL>
  </MenuItem>
  <MenuItem>
    <Name>Received Calls</Name>
    <URL>Application:Cisco/ReceivedCalls</URL>
  </MenuItem>
</CiscoIPPhoneMenu>
This will give you a basic directories list which I hope you can work out how to change.
Then, go to ccmadmin -> System -> Enterprise Parameters (or for testing, you can set this on a device) and set the URL for the "URL Directories" (& Secure Directories) to the above XML on your webserver. e.g.
http://SERVER.example.com/directories.xml
If you want to be advanced, you can then use a script to dynamically generate the XML and customise it per phone. The phones add the URL parameter "name=XXX" where XXX is the phone's device name. e.g. SEP112233445566.
GTG

Similar Messages

  • Having the possibility to customize the name of the backup directory

    Hello,
    New user of lightroom v3.3, i noted the impossibility to customize the name of the backup directory.
    it's a plain full text with "importé le 10 janvier 2011" for example wich is not the best way to store to retrieve old photos.
    is it possible to have à traditional "importé le 2011-01-10" for example so that the directory will folow theimselves hystoricaly?

    I agree that would be preferable.

  • I want to change my name on my outgoing ID. I want to use my professional name rather than the name i use only for legal purposes as that is how people know me

    my friends and clients know me as Jeanette Vonier
    this is also on all my bank accounts
    I use my birth name Jeanette Stringham only for legal documents and credit cards.
    I prefer to have my professional name Jeanette Vonier show as my id on messages.
    however the thunderbird mail through gandhi.net inserted the professional id instead and I cannot figure out how to change that. as a consequence my emails may be flagged as spam or go unopened.
    please advise how I may correct that and change the name showing up.

    The way to change what ever people see when they get your email is to set up your email the way you want to. '''Modzilla''' defaults to the name that you use for your computer.
    '''Open Modzilla''' go to tools then '''account settings''' When that page opens you will see your name as it appears on your email and your email address you can change any of this if you want and even create a signature which can be really cool if you know some basic HTML

  • In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards.

    In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards. We enter various pieces of data, other than the standard name address & phone numbers and we print all information on each card so it fits in a 5x7 inch loose binder. We have used InTouch software for many years and it has served us extremely welll, however, the publisher (The Prairie Group) has not, and apparently has no plans to update their software to be compatible with any Mac OSX OS beyond 10.6. Any help will be appreciated!

    You can select what you want included in a list format. In the Print command from Contacts, click the Show Details button. Then in the Style pulldown menu select "Lists" and there you'll be able to select what you want included. You can also select what you wish included if you select the Pocket Address Book style.
    If neither of those options will work for you, then you will need to look to third-party software. Here's one possibility that seems to get good reviews:
    https://www.macupdate.com/app/mac/15485/labels-&-addresses
    I haven't done more than try it to make sure that it works with OS X 10.9's Contacts, which it does, but you can download their demo and try it yourself.
    Regards.

  • Javax.servlet.ServletException: The name "" is not legal for JDOM/XML namespaces

    Dear all,
    First of all sorry, if this is not the right place for my question.
    I am facing some problem with the XFire Webservices. When i am trying to access the WSDL through the url. server is throwing the following exception :
    javax.servlet.ServletException: The name "" is not legal for JDOM/XML namespaces: Namespace URIs must be non-null and non-empty Strings.
         org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:143)
         org.codehaus.xfire.transport.http.XFireServlet.doGet(XFireServlet.java:107)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    root cause
    org.jdom.IllegalNameException: The name "" is not legal for JDOM/XML namespaces: Namespace URIs must be non-null and non-empty Strings.
         org.jdom.Namespace.getNamespace(Namespace.java:164)
         org.codehaus.xfire.util.NamespaceHelper.getUniquePrefix(NamespaceHelper.java:58)
         org.codehaus.xfire.aegis.type.basic.BeanType.writeSchema(BeanType.java:560)
         org.codehaus.xfire.wsdl.AbstractWSDL.addDependency(AbstractWSDL.java:224)
         org.codehaus.xfire.wsdl.AbstractWSDL.addDependency(AbstractWSDL.java:233)
         org.codehaus.xfire.wsdl11.builder.WSDLBuilder.createDocLitPart(WSDLBuilder.java:403)
         org.codehaus.xfire.wsdl11.builder.WSDLBuilder.createPart(WSDLBuilder.java:355)
         org.codehaus.xfire.wsdl11.builder.WSDLBuilder.writeParameters(WSDLBuilder.java:509)
    cont.......
    I am not able to figure out the root cause for this. The service.xml file looks like below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- START Service.xml -->
    <beans xmlns="http://xfire.codehaus.org/config/1.0">
    <!-- Construct the castor service factory by Spring -->
    <bean id="castorTypeRegistry" class="org.codehaus.xfire.castor.CastorTypeMappingRegistry"/>
    <bean id="bindingProvider" class="org.codehaus.xfire.aegis.AegisBindingProvider">
    <constructor-arg ref="castorTypeRegistry"/>
    </bean>
    <bean id="castorServiceFactory" class="org.codehaus.xfire.service.binding.ObjectServiceFactory">
    <constructor-arg index="0" ref="xfire.transportManager"/>
    <constructor-arg index="1" ref="bindingProvider"/>
    </bean>
    <service>
    <name>ReleaseManager</name>
    <namespace>ReleaseManager</namespace>
    <serviceClass>com.pinkroccade.jfoundation.calculation.releases.ReleaseManager</serviceClass>
    <implementationClass>com.pinkroccade.jfoundation.calculation.releases.ReleaseManagerImpl</implementationClass>
    <schemas>
    <schema>META-INF/schema/release-impact-worksheet-3.2.0.xsd</schema>
    </schemas>
    <style>document</style>
    <serviceFactory>#castorServiceFactory</serviceFactory>
    </service>
    </beans>
    <!-- END Service.xml-->
    The issue which i am facing is it due to the problem with the service.xml (Which i dont think so..), Or is it any thing to do with the XSD file which i am using.
    Can any body give me some guide lines for this ????
    Thanks in advance.
    Thanks and Regards,
    Manjunath.

    Any one any thoughts..
    I need to find out the solution for this as soon as possible; Not able to proceed further...
    Thanks and Regards,
    Manjunath.

  • When i go to 'New Folder' the name box only opens for a second so I dont have time to name it correctly. Rename Folder does the same thing - any thoughts??

    when i go to 'New Folder' in outlook the name box only opens for a second so I don't have time to name it correctly. Rename Folder does the same thing. Any thoughts? Many thanks.

    Hi Clint,
    Did you get a reply from anyone for this problem?  I'm having the same problem and wondering what the resolution might be.
    Thanks

  • Hi I replaced my hard drive on macbook and I want to install mac osx10.5 with the CD that came with the macbook. When I run the CD after a while I get the page showing language options for 2 second then a gray screen appears and nothing happens

    Hi I replaced my hard drive on macbook and I want to install mac osx10.5 with the CD that came with the macbook. When I run the CD after a while I get the page showing language options for 2 second then a gray screen appears and nothing happens. I partitioned my hard drive and I tried installing Microsoft windows and that worked just fine.  But I do not understand why it wont install mac os x 10.5?????  PLEASE HELP ME.  Thanks  Hamid

    Try a new post in the 10.5 Installation forum.
    DALE

  • I need the names of standard smartform for FI module.

    i need the names of standard smartform for FI module or if possible if one can provide the smart form for FI - CML & FI - CFM module (new module introduced).

    Hi,
    SF_EXAMPLE_01 
    Simple example; invoice with table output of flight booking for one customer
    SF_EXAMPLE_02 
    Similar to SF_EXAMPLE_01 but with subtotals
    SF_EXAMPLE_03 
    Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the  form is called for each customer and all form outputs are included in an output request
    Regards,
    Bhaskar

  • I WANT TO KNOW IF THE SONY BLUETOOTH Wireless Transmitter for iPod IS COMPATIBLE WITH THIS IPOD CLASSIC 160 GB (THE OLD ONE)

    I WANT TO KNOW IF THE SONY BLUETOOTH Wireless Transmitter for iPod® IS COMPATIBLE WITH THIS IPOD CLASSIC 160 GB (THE OLD ONE)

    According to it's page on Sony's website, it should be compatible with all Classic models.
    http://www.sonystyle.com/webapp/wcs/stores/servlet/ProductDisplay?storeId=10151& catalogId=10551&langId=-1&productId=8198552921665274447#features
    So I would say yes. 
    B-rock

  • Want to manually ajust the built in Isight camera for Ichat?

    Want to manually ajust the built in Isight camera for Ichat?
    Sometimes because of backlights and face look black for example, etc.

    Hi
    You need iGlasses http://www.ecamm.com/mac/iglasses/
    Tony

  • Mavericks Mail; difference in delete folder and trash folder?  I don't know which folder to use clearing out old messages, spam, junk and other detrious I might want to recover in the future and which folder for highly sensitive or personal  informa

    I don't know which folder to use clearing out old messages, spam, junk and other detrious I might want to recover in the future and which folder for highly sensitive or personal  in formation I want to keep confidential.

    More to my question regarding standard Mail folders, how do Trash and Delete differ in function?

  • Want to ask is the smart care & IPS LICENSE for ASA5512-IPS-K9 ,right ?

    Want to ask is the smart care & IPS LICENSE for ASA5512-IPS-K9 ,right ?
    if not please tell me the right, thanks
    L-ASA5512-IPS-SSP=
    ASA 5512-X IPS SSP License
    L-ASA5512-1SCA=
    IPS Industrial Signature License - IPS Sig License Req 1 Yr.
    CON-SCIN-A12IPS8
    SC IPS 8X5XNBD ASA 5512-X with IPS SW 6GE Data 1GE

    Hello, Ahmed. 
    Those part numbers should be good. Is this for your existing ASA 5512-X, by the way?
    Let me know if you have additional concerns or e-mail ([email protected]) me directly. Kind regards. 

  • We have two iphones and only one ipad.  We want to be able to use "find my iphone" for both phones, which have separate apple ids.  How do we get our ipad to accept this?

    We have two iphones and only one ipad - no mac.  We want to be able to use "find my iphone" for both phones.  How do we get the ipad to accept two iphone accounts?  icloud is enabled on all three devices. 

    Also, be aware of the following:
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  Something as small as an iPod/iPhone should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

  • Hey iphone an iphone 3g and i only have about 13 apps and the yellow bar on itunes for my phone is way to big i deleted all my photos all my music every thing i ryed restoring ans all it still takes up space for sum reason ?? please someone help me

    hey iphone an iphone 3g and i only have about 13 apps and the yellow bar on itunes for my phone is way to big i deleted all my photos all my music every thing i ryed restoring ans all it still takes up space for sum reason ?? please someone help me

    If Other (the yellow bar) is too big something is corrupted.  The only solution (that I know of) is to restore from your most recent backup using iTunes (see http://support.apple.com/kb/ht1766).

  • When will the Flash Player be available for HTC phones?

    whaen does the flash player become available for htc phones, send me a message please...

    I wish I had some way to give you hope but unfortunately you're definitely not the first person to ask this question.  VZW has made it clear that they aren't in the customer service business so we now must take matter into our own hands.  Write directly to the CEO.
    You can contact Mr. Daniel S. Mead (CEO) by going to www.verizon.com/about/leader/contact/73.
    Maybe if enough of us say something they'll try to at least pretend they appreciate our money.

Maybe you are looking for