search for: cutomers

Displaying 20 results from an estimated 21 matches for "cutomers".

Did you mean: customers
2002 May 11
0
Cutom graphing : Which package (Base, Grid or Lattice package) ?
Hi All, Over the years, I have written a number of custom time series graphing modules (in ANSI C). I want to make these graphs available in R. After considerable thought (as well as feedback fom this NG), I have decided to re-write (atleast some of the routines in R). Basically, this is what my R function needs to do: 1. create a parent (container) frame 2. Define n (vertically stacked)
2007 May 08
3
CentOS cutom kernel compilation
Could any one let me know how can I compile & build CentOS kernel. In redhat Linux the kernel source ia available under /usr/src/linux But in CentOS i am getting two directories named as Kernels and redhat under /usr/src the directory /usr/src/redhat is having again four subdirectory without any contents name as BUILD, RPMS, SPECS, SRPM And /usr/src/kenrnels is having the the directory
2020 Jun 09
0
How to unset namespace configuration from dovecot.conf in conf.d/99-cutom.conf?
Dear all, my /etc/dovecot/dovecot.conf [0] that is shipped with the Linux distro (Ubuntu 18.04, dovecot 2.3.10) has a namespace section: namespace inbox { ... mailbox Sent { ... } ... } I need to remove this whole section from the configuration, but I need to do this in a file such as /etc/dovecot/conf.d/99-custom.conf because I want this modification to be stable against
2009 Feb 19
2
Managing SIP hardphones call history
Hi, I've been asked sometimes to tailor call history features embeded in SIP hardphones. For example, a cutomer wanted internal call to be taken out. Another wanted calls to sorted according specific criteria. 1. Have you identified a phone offering the possibility to display as Call History, an XML list produced on a distant web server ? With this feature, you would simply have to tell the
2018 Nov 11
2
Convert Register Names to String
Hi. I want to do a cutomized points-to analysis on IR. Suppose that we have: *%91 = bitcast i8* %90 to %struct.demux_packet*, !dbg !2688* I want to store sth similar to %91 -> target of %90, which records the target of pointer named %91. How can I access the names (Here, %90 and %91)? I know that I can put the whole line for an instruction into a string, using the following code: *string str;*
2010 Jul 29
1
Add bwlimit to SSH Single Use Deamon
Hello List. is there any way to add an bwlimit to an SSH Singel USe Deamon? My cutomer want to use ssh and i want to set an Bandwith limit. As long that bwlimit is not an rsyncd.conf option i see no way to add ist for ssh connections. I am using debian Lenny with rsync 3.0.3 Thnaks, Mark -- Mark Eisenbl?tter Gei?end?rfer & Leschinsky GmbH www.gl-systemhaus.de -------------- next part
2017 Feb 17
3
Which tool to automatically restart Asterisk ?
...nit to monitor Asterisk and restart it whenever it failed. Now, I wonder which tool I should pick for an Debian 8 (current) or CentOS 7 (future) environment. The main reason I'm looking for this tool is to avoid as much as possible, current 5 minutes delay between Asterisk's stop and first cutomers complains. 1. I always install Asterisk from source but I've read in Debian Stretch /etc/defaul/asterisk file, the following: # RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon # crash). This is generally less tested and has some known issues #...
2005 Sep 22
6
Autocomplete - setting a second value?
I''m using the autocomplete function, and need a way to grab a second value from the ajax request... an example would probably speak better: This is my HTML: <input name="CustomerName" id="CustomerName" type="text" /> <div id="CustomerList"></div> <input name="CustomerID" id="CustomerID"
2003 May 10
4
Wireless IP phone for *PBX
Dear Guys, One of my customers ask me for a Wireless IP PBX, well the Asterisk fits IP PBX, But what about Wireless, ans also portable, a very special cutomer :) 1.-one possible solution is a PDA with one of those SIp softphones but VERY EXPENSIVE for the PDA 2.- a fxs channel bank and lots of Panasonic like wireless phone but the question is 1.- can my customer use all the features
2010 Feb 26
3
What does mailman do with a 'post' command?
Dear list, I am sorry if this question should not be posted here, but I believe that there are many experts of postfix or any other thing such as mailing lists in this list. I am kind of in hurry and need some advices to know about my questions. Could anyone in this list please answer my questions if you know. My questions are about routing work of mailman. As I am not quite fimiliar with the
2006 May 31
1
tweaking wine - picasa version
Hello, I installed picasa and this installed a customized version of wine too. Picasa works very well and so I have the hope that other graphic editors could work well with this wine-version too. I want to run Photoline32 (available at http://www.pl32.com) I dont understand much about wine and the scripts delivered with the picasa-version are rather complicated - almost unreadable for me ;-)
2006 Feb 17
0
using AMP custom extensions
Hi all, I'm trying to setup a custom extension in AMP (yes i can code it by hand but the on-site admin that does moves & changes cannot). I've tried the following > add cutom extension 600 in the dial box i have Dial(IAX2/username:password@host/$EXTEN@from-internal) this doesnt work as these lines are added to extensions_additional.conf exten =>
2002 Sep 29
1
Win2k/XP problem displaying free space fixed in 2.2.5?
Hi List, can I assume that the problem with win2K/XP displaying wrong free space of a samba share is fixed in Samba 2.2.5. ? I found a hint on that in the following message from Jeremy Allison to th samba-tec list: "20. 2002-05-09 Re: WinXP and Win2K see wrong free space on Samba 2.2" but can't figure out wether the issue is really solved. I need this for a cutomer, but
2010 Dec 12
1
Atcom IP-4B ISDN IP PBX?
Hello For customers who need a small IP PBX to handle up to four ISDN lines (in France, so I guess that means EuroISDN) instead of a PC + Asterisk and an ISDN gateway box, has someone already played with the Atcom IP-4B? www.atcom.cn/IP-BRIM.html Any feedback appreciated.
2006 Apr 23
1
call queue problems
Hi everyone I am having problems with my call queue We currently run a customer care call center which has attendants login during the daytime. Customers who call the 'customer care line (a specific number) always get routed to the cutomer care queue (called 124). After hours, staffs of the Network operating center provide customer care services for customers who call in after the last
2018 Nov 12
2
Convert Register Names to String
Hi Tim, Thanks for the nice answer. The code that you mentioned, seems to generate the IR. You mean I should reuse the code to extract and output the register names in a file. Next, I should postprocess the file in my own pass? Regards. On Mon, 12 Nov 2018 at 13:09, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Ahmad, > > On Sun, 11 Nov 2018 at 13:39, Ahmad Nouralizadeh
2003 Dec 02
5
Good Admin tool ?
Hi all, Just wondering what Samba administration tool is the most frequently used ? What tool do admins use daily ? I've tried Cmd line / Samba tools, Swat, Webmin, LAM... and still haven't found a full-featured one and *user-friendly* one... Many Thanks :) Ganael.
2017 Feb 20
2
Which tool to automatically restart Asterisk ?
...t it whenever it > failed. > > Now, I wonder which tool I should pick for an Debian 8 (current) or CentOS > 7 (future) environment. > > The main reason I'm looking for this tool is to avoid as much as possible, > current 5 minutes delay between Asterisk's stop and first cutomers > complains. > > > > 1. I always install Asterisk from source but I've read in Debian Stretch > /etc/defaul/asterisk file, the following: > # RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart > upon > # crash). This is generally less te...
2010 Sep 09
4
Unicorn fails to restart gracefully on capistrano deploy
First off thanks very much for all the hard work on unicorn. Alas, we''ve encountered an issue where unicorn fails to spawn new workers that have loaded the incoming revision on a capistrano deploy. I''m not entirely sure the issue is due to unicorn as it appears that bundler was responsible for a similar issue in the past:
2018 Mar 31
1
[PATCH] virt-builder.pod: Update Fedora versions
This is just a mechanincal change, so that the public documentation[*] refers to the latest release Fedora versions, instead of the EOLed versions. While at it, also update the `virt-cutomize` Makefile.am [*] http://libguestfs.org/virt-builder.1.html Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> --- Maybe I missed more places. (Me wonders if upstream libguestfs uses a more