12-09-2001 09:52 PM - edited 03-12-2019 01:39 PM
Hi,
1. Can I replace Cisco's logo with my Company's logo on the 7960, when it boots up.
2. Is it possible to show company name always on the screen.
Thanks
01-09-2003 07:16 AM
I gues I will thow my hat in the ring and request the example to be e-mailed to me as well :) Thanks in advance!
Travis
01-09-2003 01:37 PM
I would also like the sample. jesse.zepeda@verizon.net
Thanks
01-10-2003 11:13 AM
Response 1 : At long as we didn't have access to the source code of the IP Phone Firmware : NO
Response 2 : Always on the screen : NO , for the same reason, but, you can use the "URL Idle" like already answered.
You should configure an the URL IDLE to point the CallManager (or other web server) and you must send XML to the phone
You SHOULD really use the IP Phone SDK from Cisco !!! (Availaible on the web, I dont know if you must be partner or not) ..
****** CODE SAMPLE********<
<%@ Language=JavaScript %>
<%
var serverIP;
serverIP = Request.ServerVariables("LOCAL_ADDR");
Response.ContentType = "text/xml";
Response.Buffer = true;
Response.Write("
Response.Flush();
%>
***********
This code is a example, it's a .asp file that is pointed on the URL ILDE parameter of the phone . The Code (JScript) is interpreted on the server-side, and the resulting XML (parse) is receive by the IP Phone .
Personnaly, i Receive the "logo" code by a friend who having the tool to "code" a image to XML binary . I don't know what was the tool used .
Good Luck !
Martin
01-13-2003 02:56 AM
01-29-2003 06:59 AM
01-15-2003 06:25 AM
with this many hits, this must be some good stuff. can someone please forward to sjatm@hotmail.com ??
thanks!
01-15-2003 01:02 PM
I also continue to see many information requests on this question. If there has been a link posted or an FTP Server established for the examples which have been requested many times, I've missed it.
Is any one from Cisco Systems monitoring this thread? Some help would be greatly appreciated for many of us!
F C Wood
713.203.9258
04-15-2003 01:25 PM
I'll add to the list. Can somone send me an example?
04-23-2003 02:00 PM
--Download and install the Cisco IP Phones Services Software Developers Kit (SDK) on a seperate workstation.
SDK Sw....
http://www.cisco.com/warp/public/570/avvid/voice_ip/cm_xml/cm_xmlfaq.html
FAQ
http://www.cisco.com/pcgi-bin/dev_support/access_level/products.cgi?product=IP_PHONE_SERV
The SDK tools will default to C:\CiscoIpServices\Tools.Have your logo ready in .gif fomat. 130 X 65 pixels maximum.
example: logo.gif convert your gif to CIP format using the gif2cip.exe tool
C:\CiscoIpServices\Tools>Gif2Cip logo.gif
logo.xml
The tool will convert logo.gif to logo.xml and look
something like the following...
00000000000000AAAAAAAAa00000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000006666666600000000000000000000
000000000000000000000000000000000000000YYY0000000000000000000000000000000000
00000000000000000000
Place the logo.xml in Call Manager c:\InetPub\wwwroot
You must set each phone to the following... Setting these settings in the enterprise parameters section will not work!
---Cisco IP Phone - External Data Locations---
Idle http:\\callmanageripaddress\logo.xml
Idle Timer (seconds) 10 seconds.
Caveats: The missed caller ID and caller ID name will not appear while the logo.xml is active.
04-29-2003 05:26 AM
Could please send me an example if poss my E-Mail is Tim_J_Graham@uk.ibm.com
Thank You
04-29-2003 08:34 AM
Can i get the inofrmation on setting company Logo on 7960 Phone. Thanks in advance. My email is rjain@cnsolutions.com
05-24-2003 01:57 PM
Frined,
can i please get instructions about how to put my company's logo on ip phone. PLEASE
e-mail: tpahuja@hotmail.com
05-26-2003 11:42 AM
Friend,
PLEASE PLEASE can i get instructions also, i have send multiple e-mails and not recieved any e-mail. My e-mail is tpahuja@hotmail.com.
MANY MANY THANKS
05-26-2003 11:46 AM
Friend,
PLEASE PLEASE can i get instructions also, i have send multiple e-mails and not recieved any e-mail. My e-mail is tpahuja@hotmail.com.
MANY MANY THANKS
05-26-2003 06:40 PM
Please send the example to me, THX.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide