Displaying 20 results from an estimated 10000 matches similar to: "7921G running linux"
2003 Jul 14
1
Fwd:[Vocal] Question about Cisco IP hard phones
Interesting notes on the 79xx series.
The 7920 is the wireless phone; not mentioned here.
For a more complete guide to Cisco's phones, see:
http://www.cisco.com/en/US/products/hw/phones/ps379/products_data_sheets_list.html
The 7902 is the "very inexpensive" Cisco phone, and it looks like it
will be SCCP (Skinny) only. Twiddling my thumbs here waiting for the
chan_sccp to
2007 Jan 25
2
Do I need a CH1 licence for Cisco Phones ?
I've got a question regarding Cisco IP Phones and licencing.
When using a third party PBX like asterisk is a licence required for the
Cisco phones ? Has anyone got anything in writing from Cisco to clarify this
?
Eg can I just use CP-7961G or do I need CP-7961G-CH1 even though I'm not
using Cisco Callmanager ?
HYPERLINK
2005 Mar 05
3
routes inconsistency?
Hello,
As a small excercise in learning rails, I''ve been porting a very
simple website from SSI to rails (yep, a bunch of static files that
were previously served with a tiny bit of SSI magic are now served by
a database-backed rails, it''s total overkill, I know). Part of the
reason is that I''m trying to move from apache to lighttpd, and
lighttpd''s SSI for
2007 Jul 12
0
No subject
created you must place it in your web directory on the server.
=20
I chained the command and also wrote the output to an xml file in the
web directory. The command looks like this:
=20
'php /etc/asterisk/directory.php.txt > /var/www/html/directory.xml'
=20
System Speeddials using Services Button =20
=20
For speed dials I modified the php code to look to a specific file in
the
2005 Aug 06
4
TDM400P - All extensions have same CallerID
I've been searching the forums and on the list to see if this has been
addressed. If it has, could someone point me to the thread to fix or at
least acknowledge it is an issue and what is causing it. Posting to the list
was last resort as I couldn't find a solution anywhere else.
Setup:
Asterisk@Home 1.3 (this is my first system, so path of least resistance)
Digium TDM400P (2 FXS on ports
2005 Feb 18
2
/. : Microsoft Blocking Wine Users From Downloads Site
http://linux.slashdot.org/linux/05/02/17/1318212.shtml?tid=125&tid=109&tid=106
Microsoft Blocking Wine Users From Downloads Site
... from linux.slashdot.org
IamTheRealMike writes "In January, Microsoft announced a new anti-piracy
initiative called Genuine Advantage. From this summer onwards all users
of Microsoft Downloads will be required to validate using either an
ActiveX
2004 Jan 10
2
Need some help on security
Hello all. I am new to the list and relitively new to FreeBSD. I currently
have a server running 4.8 as a dedicated server with cPanel added as a way
to speed up the creation of sites and such on the server. I host only a
couple of site because I do this in my spare time and don't know enough to
be a paid participant in the hosting community.
Anyway, on to the question, lastnight, the server
2005 Nov 09
5
Receptionist phones
I've been playing with Asterisk for a few weeks and it's working great.
I have a question about getting multi-line receptionist phones working.
I was thinking about getting one of these expansion ports:
http://www.cisco.com/en/US/products/hw/phones/ps379/products_data_sheet0
9186a008008883d.html
What are people using for receptionist phones that show all the
extensions in
2010 Jan 26
2
[LLVMdev] some llvm/clang missed optimizations
A few random observations:
1.
Clang could do better with large but boring switches like this:
http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/E8/E88C5111.shtml
Performance of clang's output will be fine but this is a major code size
lose.
2.
Destruction of stupid loops is incomplete, sometimes due to phase
ordering problems:
2006 Jun 19
0
Re: Asterisk-Users Digest, Vol 23, Issue 135
There's an excellent tutorial on Cisco's web page at
http://www.cisco.com/en/US/tech/tk652/tk701/technologies_white_paper09186a00800d6b68.shtml
It will tell you just about everything you wanted to know about echo and
more :)
The short answer to your question, however, is that echo is comprised of
two components: volume and delay. Increase either one and the problem
gets worse. In the
2007 Jun 05
0
Isolinux at heise online
[Deutsche Fassung: siehe unten.]
Dear software developer,
we have accepted your application Isolinux into the software
database of heise online. You can find the application in a few
minutes at
http://www.heise.de/software/default.shtml?prg=44562
Please take a brief moment to verify whether all details are correct.
If necessary, please inform us via e-mail.
You can also supplement or change
2010 Jan 26
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 12:36 PM, John Regehr <regehr at cs.utah.edu> wrote:
> 2.
> Sometimes not:
>
> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/EC/ECC74C0C.shtml
The primary issue here is that scalar evolution doesn't know how to
deal with loops using "sle" for the exit condition. Shouldn't be too
hard to fix now that we have overflow flags
2007 Jul 12
0
No subject
file is
created you must place it in your web directory on the server.<br>
<br>
I chained the command and also wrote the output to an xml file in the =
web
directory. The command looks like this:<br>
<br>
‘php /etc/asterisk/directory.php.txt >
/var/www/html/directory.xml’<br>
<br>
2006 Sep 15
4
yam help
I am trying to use yam to create a repo based on the 4.4 CDs. I have
copied the contents of the CDs to /var/dist/CentOS-4.4-i386. No
matter what I try, yam always creates an emtpy repo.
This is my current yam.conf file:
[main]
srcdir = /var/yam
wwwdir = /var/www/yam
arch = i386
[centos]
name = CentOS $release ($arch)
release = 4
arch = i386
metadata =
2004 Dec 15
2
Cisco 7960 SIP + 7914
I found a few mentions of the 7914 being used with Asterisk, these all
covered SCCP/skinny though. Does anyone know if the 7914 can even be
used with SIP? If so, any pointers? Is it a services thing? Anyone get
the operator (line/extension status) to work with it. Thanks for the
help, Cisco doesn't even mention ANYTHING about SIP + the 7914.
Matt
2010 Jan 27
2
[LLVMdev] some llvm/clang missed optimizations
> Umm, can you find one that isn't a popcount implementation?
Ok.
MMX psadbw instruction:
http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/CE/CE3DA132.shtml
Position of first set bit:
http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/1F/1F4003C7.shtml
Log2 floor:
http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/83/837A80E9.shtml
Pixel format
2007 Sep 27
15
Cisco 7940G licensing with asterisk
Hi there,
In Cisco web site
http://www.cisco.com/en/US/products/hw/phones/ps379/products_data_sheet09186a008008884a.html
It says that regardless of the technology used you have to buy a licencse.
Does the license apply to use the phone with asterisk, or, can i just
buy the phone?
Also, the phone does not requiere to use an AC adapter if used with
PoE injectors/switches.
Can non-Cisco PoE
2005 Mar 26
4
Cisco's description of echo
We are having trouble with an installation that is getting a lot of echo on
some calls. The installation is all SIP phones and they have a VoIP provider.
When we call through the voip provider and into another of their customers
(voip throughout) there is no echo problem. If we call in their landline,
through the TDM400's FXO to one of the SIP phones, there is no echo problem.
Sometimes
2008 Feb 29
0
[Fwd: [ofa-general] Announcing the release of MVAPICH 1.0]
Per the announcement from the MVAPICH team, I am pleased to let you know
that the MPI-IO support for Lustre has been integrated into the new
release of MVAPICH, version 1.0.
> - Optimized and high-performance ADIO driver for Lustre
> - This MPI-IO support is a contribution from Future Technologies
> Group, Oak Ridge National Laboratory.
>
2010 Jan 27
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 7:42 PM, John Regehr <regehr at cs.utah.edu> wrote:
>> Umm, can you find one that isn't a popcount implementation?
>
> Ok.
>
> MMX psadbw instruction:
>
> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/CE/CE3DA132.shtml
>
> Position of first set bit:
>
>