Displaying 20 results from an estimated 500 matches similar to: "Call parking issue with Cisco SPA phone"
2006 Oct 25
2
[PATCH] Edge buttons
Here are my patches to add edge + button functionality.
I still feel that there is a problem with gconf, but I have just made it
so that the edge button functionality works.
I have included a patch for gconf to display AnyButton if it is set
to 0. There is also a patch to make the edge size configurable
because 1 pixel was too small and the mouse keeps slipping off
when using it for the
2018 Oct 15
2
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
On 10/12/2018 08:24 AM, Phelps, Matthew wrote:
> On Wed, Oct 3, 2018 at 5:34 AM Rob Kampen <rkampen at kampensonline.com> wrote:
>
>> Hi list,
>>
>> Did an update to firefox last night and rebooted over night.
>>
>> Today I find firefox started without asking for master password - funny
>> me thinks.
>>
>> Try to log in to a web service
2013 Oct 23
1
multiple parking lot best practice
We are planning to have about 100+ parking lots defined in features.conf , each with about 4 unique park positions. Asterisk will be handling all the parking and unparking (we don't exclusively use Park/ParkedCall in the dialplan):
[parkinglot_a]
parkpos => 1-4
context=parked
[parkinglot_b]
parkpos => 5-8
context=parked
As far as I can tell, Asterisk adds/removes extensions to the
2018 Oct 03
6
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
Hi list,
Did an update to firefox last night and rebooted over night.
Today I find firefox started without asking for master password - funny
me thinks.
Try to log in to a web service I use and find that my password does not
appear.
Check preferences and find that no master password is set and the
password list / table is empty.
As I do not trust my passwords to the cloud I do not save
2019 Aug 29
2
I broke "yum update" - C7
Am 2019-08-29 17:36, schrieb Gary Stainburn:
> On Thursday 29 August 2019 16:20:00 Alexander Dalloz wrote:
>> Hi,
>>
>> yum uses libcurl behind the scenes and thus NSS and not OpenSSL.
>>
>> Do you get something indicative when running:
>>
>> URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic
>> check-update
>>
>>
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the
actions
It is useful because the edge bindings are too easily triggered, an edge +
mouse button is good because it confirms the action. An additional side
benefit is that the mouse wheel can be used for rotating the cube and for
the switcher (it is an excellent alternative to alt-tab).
I wanted to share the patches before cleaning
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call.
Scenario:
Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though).
To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2019 Aug 29
0
I broke "yum update" - C7
On Thursday 29 August 2019 16:47:11 Alexander Dalloz wrote:
> rpm -Vv nss
[root at stan2 ~]# rpm -Vv nss
......... /etc/pki/nss-legacy
......... c /etc/pki/nss-legacy/nss-rhel7.config
......... /etc/pki/nssdb
......... c /etc/pki/nssdb/cert8.db
......... c /etc/pki/nssdb/cert9.db
......... c /etc/pki/nssdb/key3.db
......... c /etc/pki/nssdb/key4.db
......... c
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
Hi David,
When maximizing windows on a different resolution only 70% of the window is maximized.
Ie: on my 1280x1024 screen a window maximized is correct (and does not clobber the desktop panel in KDE, kicker)
On my 1600x1200 screen, with no kicker panel, the window is maximized about 70% of the screen only
Is this known?
Thanks,
Shawn.
----- Original Message ----
From: David Reveman
2009 Jul 08
1
[PATCH: host-browser replacement 0/3] replacement of host-browser on ovirt-server
The purpose of this patch is to replace the identify function in
host-browser.rb with a new script, host-register.rb.
host-register.rb is a qmf ruby console that interfaces with the newly
added matahari qmf agent on the ovirt node. While it stores node data
in the database with the same behavior as the original host-browser
implementation, it acquires the data using the amqp protocol (and
2013 Jan 18
5
reading multiple key=value pairs per line
Hi,
Thanks for a great environmentfor statistical computing :-)
I have some input data in a file ("input_kvpairs.csv") of the form
key1=23, key2=67, key3="hello there"
key1=7, key2=22, key3="how are you"
key1=2, key2=77, key3="nice day, thanks"
Now in my head I wish it was of the form ("input.csv")
#key1, key2, key3
23, 67, "hello
2014 Feb 03
1
[PATCH] hivex: python: value_value no longer generates Unicode strings
This fixes Github issue #2 reported by "kupiakos".
<https://github.com/libguestfs/hivex/issues/2>
---
generator/generator.ml | 2 +-
python/t/210-setvalue.py | 26 +++++++++++++++++---------
2 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/generator/generator.ml b/generator/generator.ml
index 908c5f3..02aaf12 100755
--- a/generator/generator.ml
+++
2019 Aug 29
3
I broke "yum update" - C7
Am 2019-08-29 18:26, schrieb Gary Stainburn:
> On Thursday 29 August 2019 16:47:11 Alexander Dalloz wrote:
>> rpm -Vv nss
>
> [root at stan2 ~]# rpm -Vv nss
> ......... /etc/pki/nss-legacy
> ......... c /etc/pki/nss-legacy/nss-rhel7.config
> ......... /etc/pki/nssdb
> ......... c /etc/pki/nssdb/cert8.db
> ......... c /etc/pki/nssdb/cert9.db
> ......... c
2018 Oct 12
0
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
On Wed, Oct 3, 2018 at 5:34 AM Rob Kampen <rkampen at kampensonline.com> wrote:
> Hi list,
>
> Did an update to firefox last night and rebooted over night.
>
> Today I find firefox started without asking for master password - funny
> me thinks.
>
> Try to log in to a web service I use and find that my password does not
> appear.
>
> Check preferences and
2018 Oct 16
0
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
> On 10/12/2018 08:24 AM, Phelps, Matthew wrote:
>> On Wed, Oct 3, 2018 at 5:34 AM Rob Kampen <rkampen at kampensonline.com>
>> wrote:
>>
>>> Hi list,
>>>
>>> Did an update to firefox last night and rebooted over night.
>>>
>>> Today I find firefox started without asking for master password - funny
>>> me thinks.
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script,
host-register.rb, that takes over that functionality.
The chief difference is that host-browser used a simple TCP server setup to get data
from the node, while host-register uses the qpid bus to do so. Specifically, it
communicates with the matahari qmf agent added to the node in two related patchsets to
node
2011 Jan 12
1
[LLVMdev] VMKit Runtime Link Error
Hi!
I build VMKit and run some programs successfully. But when
using java.util.concurrent.locks.ReentrantLock and
java.util.concurrent.locks.Condition,
I catch a Throwable :
java.lang.UnsatisfiedLinkError:
sun.misc.Unsafe.unpark(Ljava/lang/Object;)V
after using the function :
void java.util.concurrent.locks.Condition.await()
My test program is as follows:
*import* *java.lang*.*;
2009 May 19
2
Feature request: "database show" from manager API
Hi,
In ASTDB, I've got a rather long list of entries like:
/FamilyA/Key1 Value1
/FamilyA/Key2 Value2
/FamilyA/Key3 Value3
...
Instead of sending several DBGet queries (and parsing every response), I'm
wondering if a single "database show" or "database show family" query could
be implemented.
Alternative if to use ssh ("asterisk -rx "database show
2007 Apr 05
3
Extending assigns in controller specs?
Hello,
I am interested in enhancing assigns in controller specs to do
things like the following
assigns[:key1, :key2, :key3] #=> vals for keys
Is there away to "break open" this construction to overload the :[] operator?
Thanks.
-Chris
2012 Oct 10
2
reading in a (very simple) list from a file
Apologies - I feel this is a very simple thing to do yet I am failing
massively. I keep finding information about how to do much more complicated
things (usually on this mailing list!), which then fail when I try to apply
it to my simple task.
Anyway, all I want to do is read in a series of key-value pairs from a file.
I thought a list would be a good way to keep these, such that I could access