similar to: Bug-buddy and bug reports for GNOME 2.16...

Displaying 20 results from an estimated 9000 matches similar to: "Bug-buddy and bug reports for GNOME 2.16..."

2008 Jul 04
1
Desktop: Evolution & Bug Buddy issues (GNOME)
Is this issue in the CentOS Bugzilla or Upstream Bugzilla? I use a fully updated CentOS 5.2 box. Frequently, when I close Evolution, I get a message from Bug Buddy, the Bug Reporting Tool, that Calendar has crashed. I do not use the Calendar Application. I use Evolution for email and contacts. Then, when I try to send the information, I get an error message: Bug Buddy has encountered an error
2007 Jan 23
2
Asterisk 1.4 & Polycom buddy status
I'm running into an issue w/ Buddy status on Polycom IP650 phones using buddy status (with SIP Hints) on Asterisk 1.4. Sometimes the status on the phones will "stick" in the busy status. I have noticed that I can call that extension & the status will reset (sometimes). Anyone else encountered this or anything similar. -Chris
2007 Aug 08
1
Buddy watch and the hint priority - brain teaser
Apologies if this is a resend, but I've sent this 12 hours ago and still can't see it on the list. Hi, I've just started to setup my phones with Buddy watch. Basically, it all works fine when using the simple example on the wiki: exten => 123,hint, SIP/some_sip_reg exten => 123,1,SIP/some_sip_reg BUT, what I need to do is dynamically decide where the hint checks for buddy
2005 Jan 04
6
Polycom Buddy Feature
Greetings, Recently there has been talk of the presence/buddy feature with asterisk and Polycom phones. I have it setup, and working as expected, however I can only get 7 buddies to appear on the screen at any given time. Has anyone gotten more than 7 buddies to appear? I'm just trying to find out if this is some polycom limitation, bug, or my error. Thanks, Matt -- Matt Gibson VOIP
2006 Feb 24
1
Polycom IP 601 Buddy Watch doesn't work after Asterisk reload
Hi, I configured Buddy Watch function on my Polycom IP 601. It works well, until I make a reload of Asterisk. After reload, if I give the "show hints" command in Asterisk's CLI, it says that there are no watcher for the extensions that I configured. Before the reload in the CLI appears: -= Registered Asterisk Dial Plan Hints =- 3002 : SIP/3002 State:
2006 Mar 06
1
Buddy watch?
Hi, I am using Polycom 501 and I came across a problem. As soon as I have incominglimit=1 in sip.conf, which is necessary for buddy watching, I cannot transfer calls. On the console it tells me: Call from user '3052' rejected due to usage limit of 1. Can someone please tell me how to get around this problem? (I don't know if this is relevant, but in the phone.cfg file, I have
2006 Feb 22
4
Polycom IP 601 Buddy Watch problems
Hi, I configured Buddy Watch function on my Polycom IP 601. It works well, until I make a reload of Asterisk. After reload, It can't monitor any lines and I have to restart the phone to reactivate this function. Is this a specific problem of asterisk-1.2.3? How can I solve it? Thank in advance, regards, Marco.
2008 Feb 02
2
Polycom - Buddy Watch not a choice when adding Speed Dial
Hello, On our Polycom phones we can not activate the Buddy Watch feature. When you add or edit a contact, the list ends at "Auto Divert".....I know it is the end of the list b/c the down arrow on the right side of the screen disappears when I get to Auto Divert. When I add <bw>1</bw> manually to the speed dial file it doesn't change anything. The buttons work well for
2007 Jan 18
1
RE: Polycom buddies question
A follow up (late better than never) Finally had time to sit down and look at this sip.cfg <keys key.scrolling.timeout="1" key.IP_500.31.function.prim="BuddyStatus"/> This turns the Services key which I never use on a 501 into the Buddy Status. It even works while on a call. One touch! Bill ________________________________ From: Bill Gibbs
2007 Feb 06
2
Buddy list order
I could have sworn I saw a post about this recently but I can't find it so apologies if this is a dupe, but is there anyway to control the order in the Polycom Buddies list? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070206/b2d3c1fc/attachment.htm
2006 Dec 07
2
Polycom buddies question
I know this is not asterisk specific but we all know this group is used for Polycom issues as well... I have hints working ok on Asterisk. However the Polycom phone will only show the buddies key if there is not a call. This defeats the purpose of using the buddies to see if you can transfer a call to another extension (using the Buddy key to see if they are on the phone). Polycom sip
2008 Sep 04
3
OT: Migration from Evolution to Thunderbird (Thunderbird mbox files)
Background is that I have been using Evolution for my MUA for a number of years. Migrated to Evolution from Mozilla Mail. I only use Evolution for email and contacts. Getting bored with the issues (frequently not being able to exit and needing to kill it; Bug Buddy popping up in GNOME, etc) that Mark (MHR) and I and I'm sure others have experienced. About 24 hours ago, I installed
2006 Jun 14
1
Please Help - Polycom IP 601 Buddy Watch problems
Hi, I found your post on http://threebit.net/mail-archive/asterisk-users/msg04580.html I am having the exact same issue with the Polycom IP601 (SIP version 1.6.6.0036) with Asterisk 1.2.7.1. I was wondering if you found any solution to it. I would really appreciate if you could share your solution. Thanks, Khairul. BELOW, THIS WAS YOUR POST Polycom IP 601 Buddy Watch problems
2006 Feb 27
4
2 belongs_to to the same parent table
Hello! I have 2 table: users and buddies User: id, name, ... Buddy: id, user_id, user_buddy_id, ... So if you have 2 users 1,jack and 2,fred and fred is a buddy of jack, there is a Buddy object: id=1, user_id=1, user_buddy_id=2 I can declare only one belongs_to in Buddy and one has_many in User. And there is conflict if I had the second one (the first one is discarded) class User has_many
2016 Apr 06
1
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Tue, Apr 05, 2016 at 10:20:50AM +0200, Vlastimil Babka wrote: > On 04/05/2016 03:54 AM, Naoya Horiguchi wrote: > > On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote: > >> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote: > >>> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote: > > ... > >>>>> > >>>>>
2016 Apr 06
1
[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
On Tue, Apr 05, 2016 at 10:20:50AM +0200, Vlastimil Babka wrote: > On 04/05/2016 03:54 AM, Naoya Horiguchi wrote: > > On Mon, Apr 04, 2016 at 04:46:31PM +0200, Vlastimil Babka wrote: > >> On 04/04/2016 06:45 AM, Naoya Horiguchi wrote: > >>> On Mon, Apr 04, 2016 at 10:39:17AM +0900, Minchan Kim wrote: > > ... > >>>>> > >>>>>
2019 Oct 22
2
[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
On Fri 18-10-19 14:35:06, David Hildenbrand wrote: > On 18.10.19 13:20, Michal Hocko wrote: > > On Fri 18-10-19 10:50:24, David Hildenbrand wrote: > > > On 18.10.19 10:15, Michal Hocko wrote: [...] > > > > for that - MEM_GOING_OFFLINE notification. This sounds like a good place > > > > for the driver to decide whether it is safe to let the page go or not.
2019 Oct 22
2
[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
On Fri 18-10-19 14:35:06, David Hildenbrand wrote: > On 18.10.19 13:20, Michal Hocko wrote: > > On Fri 18-10-19 10:50:24, David Hildenbrand wrote: > > > On 18.10.19 10:15, Michal Hocko wrote: [...] > > > > for that - MEM_GOING_OFFLINE notification. This sounds like a good place > > > > for the driver to decide whether it is safe to let the page go or not.
2008 Mar 31
0
log_buddy released - your helpful dev and debug buddy
LogBuddy is your friendly little log buddy at your side, helping you dev, debug, and test. It plays well with Rails and plain old Ruby projects. To use it, sudo gem install log_buddy, then require ''log_buddy'' and call LogBuddy.init. It will add two methods to object instance and class level: "d" and "logger". You probably only want to use these in non-prod
2009 May 11
0
Polycom-330 not displaying line & buddy label?
Hello, I have so far Polycom 501 and 403 which displays the label of a key and the name of a buddy near its key. Today I received new 330's and they do not display the name, only "1" & "2". Besides that they work correctly. Anyone has an idea, or is it a known "feature"? Thanks! __Yehavi: -------------- next part --------------