osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: RE: Berbee Informacast- How do I send pages on a
7912 IPphone? - msg#00068

List: voip.cisco

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index

Later versions of CM include the 7912 in devicelistX.asp:
CSCsb15170

I think the format of this file has changed a bit over time. Send your
existing file and CM version and I can tell you what to modify.

/Wes
-----Original Message-----
From: cisco-voip-bounces@xxxxxxxxxxxxxxx
[mailto:cisco-voip-bounces@xxxxxxxxxxxxxxx]On Behalf Of Donald Young
Sent: Tuesday, September 06, 2005 1:03 PM
To: cisco-voip@xxxxxxxxxxxxxxx
Subject: [cisco-voip] Berbee Informacast- How do I send pages on a 7912
IPphone?


We are using the informaCast software to send "push to Talk" pages through
our 7960 IP phones,
However, this application only sees the 7960 phones; it does not see the
7912 (1 line) phones that we use
For common areas, Kitchen, hallway, etc..


When I contacted Berbee, This was there response:
The devicelistx.asp file on Call Manager must have the 7920 listed as a
valid device. If your devicelistx.asp file on Call Manager does not have the
7920 listed as a valid device, you may contact Cisco TAC and they will be
able to assist you with Call Manager modifications.
Here is a portion of my device list for my call manager. I don't see a
listing for a 7912 in this list, How do I add it?


<%@ Language=JavaScript %>
<%
//
// Copyright C2002 Cisco Systems Inc. All rights reserved.
//
// File: DeviceListX.asp
// Author: CM
// Purpose: XML output for Berbee application database
//

// Included files listed below; add or remove items from this list as
needed.
// Standard.asp should always be included to provide browser and security
checking. %>
<!-- #include file="../includes/debug.asp" -->
<!-- #include file="../includes/dblenums.asp" -->
<!-- #include file="../includes/errors.asp" -->
<!-- #include file="../includes/standard.asp" -->
<%
// - - - - - Enter your query here - - - - - //

var charSetCode = "iso-8859-1"; // character set
for current language

//
// List of phones (products) supporting HTTP Push feature
//
var supportedPhones = new Array();
supportedPhones[supportedPhones.length] = 35; // 7960
supportedPhones[supportedPhones.length] = 36; // 7940
supportedPhones[supportedPhones.length] = 30018; // 7970
supportedPhones[supportedPhones.length] = 30044; // 7965




You will also need to modify InformaCast to look for these devices. To do
so,

1) stop the BerbeeInformaCast service
2) backup the web.xml file(c:\program
files\berbee\informacast\webapps\informacast\web-inf\)
3) open web.xml in a text editor like notepad
4) look for the following section of code and copy it

They gave me info for a 7920? Will this info apply to a 7912? If not, doe
sanyone know how to or have a copy of
A 7912 devcie list? Thanks


Donald H. Young
Telecom Manager
Legal Services of New Jersey
(732)572-9100 ext 257


Thread at a glance:

Previous Message by Date:

Berbee Informacast- How do I send pages on a 7912 IP phone?

We are using the informaCast software to send “push to Talk” pages through our 7960 IP phones, However, this application only sees the 7960 phones; it does not see the 7912 (1 line) phones that we use For common areas, Kitchen, hallway, etc….     When I contacted Berbee, This was there response: The devicelistx.asp file on Call Manager must have the 7920 listed as a valid device. If your devicelistx.asp file on Call Manager does not have the 7920 listed as a valid device, you may contact Cisco TAC and they will be able to assist you with Call Manager modifications. Here is a portion of my device list for my call manager… I don’t see a listing for a 7912 in this list, How do I add it?     <%@ Language=_javascript_ %> <% // // Copyright ©2002 Cisco Systems Inc. All rights reserved. // // File:    DeviceListX.asp // Author:  CM // Purpose: XML output for Berbee application database //   // Included files listed below; add or remove items from this list as needed. // Standard.asp should always be included to provide browser and security checking. %> <!-- #include file="../includes/debug.asp" --> <!-- #include file="../includes/dblenums.asp" --> <!-- #include file="../includes/errors.asp" --> <!-- #include file="../includes/standard.asp" --> <%   // - - - - - Enter your query here - - - - - //     var charSetCode = "iso-8859-1";                           // character set for current language     //   //  List of phones (products) supporting HTTP Push feature   //   var supportedPhones = new Array();   supportedPhones[supportedPhones.length] = 35;     // 7960   supportedPhones[supportedPhones.length] = 36;     // 7940   supportedPhones[supportedPhones.length] = 30018;  // 7970   supportedPhones[supportedPhones.length] = 30044;  // 7965         You will also need to modify InformaCast to look for these devices. To do so, 1) stop the BerbeeInformaCast service 2) backup the web.xml file(c:\program files\berbee\informacast\webapps\informacast\web-inf\) 3) open web.xml in a text editor like notepad 4) look for the following section of code and copy it    They gave me info for a 7920? Will this info apply to a 7912? If not, doe sanyone know how to or have a copy of A 7912 devcie list? Thanks     Donald H. Young Telecom Manager Legal Services of New Jersey (732)572-9100 ext 257   _______________________________________________ cisco-voip mailing list cisco-voip@xxxxxxxxxxxxxxx https://puck.nether.net/mailman/listinfo/cisco-voip

Next Message by Date:

CM 3.1 to 3.3

Can anyone tell me if the upgrade kit is required or can you d/l all of it from CCO? Thanks, Jim

Previous Message by Thread:

Berbee Informacast- How do I send pages on a 7912 IP phone?

We are using the informaCast software to send “push to Talk” pages through our 7960 IP phones, However, this application only sees the 7960 phones; it does not see the 7912 (1 line) phones that we use For common areas, Kitchen, hallway, etc….     When I contacted Berbee, This was there response: The devicelistx.asp file on Call Manager must have the 7920 listed as a valid device. If your devicelistx.asp file on Call Manager does not have the 7920 listed as a valid device, you may contact Cisco TAC and they will be able to assist you with Call Manager modifications. Here is a portion of my device list for my call manager… I don’t see a listing for a 7912 in this list, How do I add it?     <%@ Language=_javascript_ %> <% // // Copyright ©2002 Cisco Systems Inc. All rights reserved. // // File:    DeviceListX.asp // Author:  CM // Purpose: XML output for Berbee application database //   // Included files listed below; add or remove items from this list as needed. // Standard.asp should always be included to provide browser and security checking. %> <!-- #include file="../includes/debug.asp" --> <!-- #include file="../includes/dblenums.asp" --> <!-- #include file="../includes/errors.asp" --> <!-- #include file="../includes/standard.asp" --> <%   // - - - - - Enter your query here - - - - - //     var charSetCode = "iso-8859-1";                           // character set for current language     //   //  List of phones (products) supporting HTTP Push feature   //   var supportedPhones = new Array();   supportedPhones[supportedPhones.length] = 35;     // 7960   supportedPhones[supportedPhones.length] = 36;     // 7940   supportedPhones[supportedPhones.length] = 30018;  // 7970   supportedPhones[supportedPhones.length] = 30044;  // 7965         You will also need to modify InformaCast to look for these devices. To do so, 1) stop the BerbeeInformaCast service 2) backup the web.xml file(c:\program files\berbee\informacast\webapps\informacast\web-inf\) 3) open web.xml in a text editor like notepad 4) look for the following section of code and copy it    They gave me info for a 7920? Will this info apply to a 7912? If not, doe sanyone know how to or have a copy of A 7912 devcie list? Thanks     Donald H. Young Telecom Manager Legal Services of New Jersey (732)572-9100 ext 257   _______________________________________________ cisco-voip mailing list cisco-voip@xxxxxxxxxxxxxxx https://puck.nether.net/mailman/listinfo/cisco-voip

Next Message by Thread:

CM 3.1 to 3.3

Can anyone tell me if the upgrade kit is required or can you d/l all of it from CCO? Thanks, Jim
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!