Displaying 20 results from an estimated 3000 matches similar to: "Cisco IP Phones"
2004 Oct 05
1
For Sale Cisco IP Phones and ATA's
We have the following available for sale. All equipment tested with a
90-day warranty.
(150) CP-7960G refurbished $270/ea
(20) CP-7960G new $305/ea
(20) CP-7940G new $260/ea
(50) CP-7905G new $140/ea
(200) CP-PWR-CUBE new $25/ea
(50) ATA186-I1 refurbished $130/ea (arriving next Monday)
Let me know if we
2005 Mar 03
4
DyDNS + externip
Can i use a domain name instead of an IP address for externip
(sip.conf) Because im using dynamic dns. Not sure what i'm trying to
achieve as yet but, i want to know if it is possible?
2005 Jan 24
1
.call file creation
I am curious partly because it has occurred randomly in my asterisk
system. How does one go about creating a .call file for placing a call
between two extensions/phones? I know this has been mentioned and is
probably in one of the wikis somewhere, but I am unsure exactally how to
go about doing it. Can anyone point me in the right direction.
Dan
2007 Jan 09
1
some Maildir files not honoring dovecot-shared
I'm using RC15 on Solaris 9. The wiki indicates that when a dovecot-shared
file exists, "Dovecot uses the same permissions and GID when it creates
index files, dovecot-uidlist file, new mail files, etc." In my case,
Dovecot *is* creating new index files based on dovecot-shared, but
dovecot-uidlist and individual message files don't completely match the
permissions/group
2016 Aug 01
1
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Sat, Jul 30, 2016 at 05:57:02PM +0900, Namhyung Kim wrote:
> On Thu, Jul 28, 2016 at 02:22:39PM +0100, Daniel P. Berrange wrote:
> > > +static void virtio_pstore_from_filename(VirtIOPstore *s, char *name,
> > > + char *buf, size_t sz,
> > > + struct virtio_pstore_fileinfo *info)
> >
2016 Aug 01
1
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Sat, Jul 30, 2016 at 05:57:02PM +0900, Namhyung Kim wrote:
> On Thu, Jul 28, 2016 at 02:22:39PM +0100, Daniel P. Berrange wrote:
> > > +static void virtio_pstore_from_filename(VirtIOPstore *s, char *name,
> > > + char *buf, size_t sz,
> > > + struct virtio_pstore_fileinfo *info)
> >
2006 May 18
7
Server out to excel
How would one server out to excel a html table with the mime/content
type
application/vnd.ms-excel ?
In PHP it would be something like
?php
header("Content-Type: application/vnd.ms-excel");
------
But how do I do this in rails?
Cheers Glenn
--
Posted via http://www.ruby-forum.com/.
2004 Sep 10
4
OS X compile errors
On Tuesday, January 7, 2003, at 10:15 PM, Josh Coalson wrote:
> I am going to check in a fix soon that will be in flac-1.0.5-beta2.
> In the meantime you can manually add -Dunix to the two assignments
> of OUR_CFLAGS_TAIL in configure.
I tried that fix, ran `make clean; ./configure --prefix=/opt` then:
[TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make
make all-recursive
2009 Jan 14
6
Removing duplicates from a list
For a list say;
list1<-{1,2,3,4,5,2,1}
How do I remove the duplicates please?
My real list is 20,000 obs long of dates with many duplicates
Regards
Glenn
[[alternative HTML version deleted]]
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote:
> Add virtio pstore device to allow kernel log files saved on the host.
> It will save the log files on the directory given by pstore device
> option.
>
> $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ...
>
> (guest) # echo c > /proc/sysrq-trigger
>
> $ ls dir-xx
> dmesg-1.enc.z
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
On Thu, Jul 28, 2016 at 12:08:30AM +0900, Namhyung Kim wrote:
> Add virtio pstore device to allow kernel log files saved on the host.
> It will save the log files on the directory given by pstore device
> option.
>
> $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ...
>
> (guest) # echo c > /proc/sysrq-trigger
>
> $ ls dir-xx
> dmesg-1.enc.z
2004 Jan 30
2
Permissions and authorities
Hello,
We've just migrated from Netware to Samba and have only 1 problem that's
affecting our users.
When a user creates a new document in a directory the owner and group or
both set to root. The directories are owned by a specific user and there is
also a group associated with the directory.
I was expecting that any new documents created would have the same user and
owner as the
2010 Aug 26
2
Samba 4 and password policy pwsetting error
Hello,
When I tried to change the password policy on a samba 4 domain controller I get the following error.
root at server01:/usr/local/samba/lib/python2.6/site-packages/samba/netcmd# ./pwsettings.py --complexity=off
Traceback (most recent call last):
File "./pwsettings.py", line 25, in <module>
import samba.getopt as options
ImportError: No module named samba.getopt
root
2009 Jul 16
4
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do; -)
Initially when I posted my access problems to print$ I was using the new registry based smb.conf I had my whole configuration in the registry. Now I move my printers and print$ back to the text based smb.conf and I copied the standard ubuntu debian [printers] and [print$] out of the original ubuntu package smb.conf and the only modification that I made was under the [print$] I change read only to
2004 Dec 02
6
Asterisk crashes my router!?
Hi,
Does anybody else have problems like this.
I'm in the UK with a 1mb ADSL service from Eclipse. I have a Draytek
Vigour 2600 ADSL router.
My * box is configured with a public IP address which is presented on
one of the switch ports on the rear of the router.
When there is some SIP activity, incoming mainly, towards my * box,
the router will lockup after a short period?!
I've tried
2004 Sep 10
6
OS X compile errors
I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1
(released today) and it didn't work. The error message was:
file_decoder.c: In function `_declspec':
file_decoder.c:477: warning: unused parameter `dllimport'
file_decoder.c:478: warning: unused parameter
`FLAC__file_decoder_process_until_end_of_file'
make[4]: *** [file_decoder.lo] Error 1
make[3]: ***
2007 Nov 15
2
Trouble using should_receive
I have this code trying to ensure my reset method works. I want to
make sure all the participants have their destroy method called.
# in my spec for Room
r = Room.new(:name => ''bob'')
r.save
p = Participant.new(:login => ''a'', :password =>
''b'', :password_confirmation => ''b'')
p.room = r
2007 May 03
7
How to create a drop-down list with Markaby?
Hi
I couldn''t figure out, how to create a drop-down list with Markaby. How
would I create something like this:
<select name="character">
<option value="marvin">Marvin the paranoid Android</option>
<option value="arthur">Arthur Dent</option>
<option value="zaphod">Zaphod
2017 Nov 07
1
opus vs vorbis
did another test of many.
NeroAAC q=1 @400kbps and
Vorbis q=10 @412kbps shared 2nd place.
OPUS @330 kbps - 3rd place.
LAME MP3 q=0 @320 kbps - 1st place.
---JPEG file attached---
Please disable speech synthezation
in OPUS for 96 kbps and up.
I don't want my music sound like
from a phone speaker!
Or what is the problem? Modern
codec at high bitrates should
produce nearly bit-exact sound,
not
2007 Aug 21
7
installing on X86_64 - unable to build
hi wxrubiers
firstly - im right in understanding there is no gem for x86_64?
failing that i''ve been trying to compile, but am failing because ld cant find
lwx_gtk2u_aui-2.8
im on ubuntu (gutsy) and have wx-windows2.8 headers installed as well as
libwxbase2.8dev and libwxgtk2.8-dev
can anyone help?
thanks
glenn