search for: hirsts

Displaying 20 results from an estimated 25 matches for "hirsts".

Did you mean: hirst
2004 Jan 06
3
Problem with many files in rsync server directory ?
Hi all, I've been running rsync successfully from cron jobs for the last six months across a local network. The cron jobs are very simple. They run rsync on a client machine, connect to an rsync server on a server machine (no ssh or rsh involved), and copy files from the server to the client. That's all. There are several jobs, one for each directory on the server, and between them
2005 Jan 23
4
Florz patch for zaphfc
Has anyone had any success using the Florz patch for zaphfc ? I have a * system with 2 HFC cards which is working fine with 2 PTP ISDN lines however the users are complaining of crackles on the line which I am assuming is related to the IRQ issues raised by Florz. I have tried to use the patch but it errors trying to patch zaphfc.h Any help would be appreciated. Regards, Stuart -- No virus
2003 Jul 20
3
Music on hold & Read error on sound device
I am having a problem getting music on hold working one of my servers. I have had this working on a PII 400 just fine but decided to upgrade my Asterisk server to a PIV 1.5ghz. I have installed mpg123 which seems to be working fine but when I start *, I get the following error message at the CLI prompt when I start *: WARNING[81931]: File chan_oss.c, Line 232 (sound_thread): Read error on
2004 Jun 08
0
bootstrap: stratified resampling
Dear All, I was writing a small wrapper to bootstrap a classification algorithm, but if we generate the indices in the "usual way" as: bootindex <- sample(index, N, replace = TRUE) there is a non-zero probability that all the samples belong to only one class, thus leading to problems in the fitting (or that some classes will end up with only one sample, which will be a problem
2003 Jul 17
2
AGI & Silence detection
Does anyone how you might detect a period of x milliseconds of silence using AGI ? Rgds, Stuart
2005 Feb 09
2
reboot polycom 1.4.1
Hi, I have a polycom reboot script which sends a NOTIFY with check-sync. It worked fine with 1.3.4. After I upgrade to 1.4.1, it stopped working. Anyone has the same problem? Thanks, Richard
2005 Mar 09
2
Telecom echo cancel disable
Disabled echo canceller because of tone (tx) on channel 10 I understand that the PSTN companies use their own echo canceller's, send a tone across 2100hz, the problem we're having is people are complaining of echo on random calls. I'm assuming this may be the cause. Is their anyway to 'ignore' the disabling of EC? Or would be just be a manual code change.. Matt
2003 Jul 21
8
Best software SIP client
Does anyone have any views on the best software base SIP client to use that normal users could use with Asterisk without being too techie ? I have tried the X-Lite client with varying success. The first version worked OK but music on hold broke the voice paths and the slightly newer version initiated the call but failed to make the voice connect in both directions. The SJphone client works but
2003 Nov 19
1
fritz pci / chan_capi / australia setup
Hi * Fans, I have some fritz cards now, followed instructions from stuart hirsts email of Jun 28: -> Thanks for your info but I think I have it working at last. Below are the steps I took which might help others. 1) Download the PCI AVM drivers from ftp://ftp.avm.de/cardware 2) Download the Chan_capi from http://www.junghanns.net/asterisk/ 3) tar -xvzf fcpci-suse8.0-03.09....
2005 Apr 21
1
pxelinux 3.08-pre8 hangs at boot prompt under vmware GSX
I'm using pxelinux to boot vmware instances, running VMware-gsx-3.1.0-9089. When I enable the boot: prompt, the prompt is displayed but then keyboard input is not echoed promptly. By that, I mean that if you hit a few keys they wont be echoed until several minutes later. I think the problem relates to the check_for_arp function; if I comment the line in that that calls pxenv, then the
2003 Jul 21
1
X-Lite Build 1016
Has anyone had X-Lite Build 1016 working with Asterisk and if so what settings within the X-Lite client did you use ? Rgds, Stuart
2003 Aug 17
1
Java SIP Client
Does anyone know of a Java based SIP client and if so have has anyone used it. I found JAIN at https://sip-communicator.dev.java.net/ but have not tried it yet. Rgds, Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030818/ea1e2717/attachment.htm
2003 Aug 28
1
X100P in Spain & Busy Detect
Has anyone tried to use * and an X100P in Spain. I have enabled busydetect in zapata.conf but still its not detecting busy correctly. I guess that this is because the busy detection routines are looking for different tone sequences and frequencies. Anyone any ideas ? Rgds, Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Aug 20
1
X-Lite Build 1059 problems
Does anyone have X-Lite build 1059 working fully with Asterisk? The GSM Codec works very well now but we have problems when using G711 in that when I setup a ping between the two sites and then watch the latency, it steadily increases and starts at about 150ms and goes up to 2500ms within about 20 seconds. I have not investigated fully but I guess that its sending ever increasing size packets.
2003 Jul 27
4
ISDN Fritz & RedHat 8.0
Has anyone got the BT Speedway (AVM Fritz) card working on a RedHat 8.0 system with *. If so could someone give me some pointers on getting the right sequence of installing the drivers and which versions to use. Thanks, Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jul 30
4
SCO/Linux concerns
Hello Since I am getting a bit concerned about the SCO vs IBM issue, I was wondering if can I can setup Asterisk on FreeBSD is it supported ? Are drivers for Digium cards available on FreeBSD ? Thanks Ajit ----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, July 30, 2003 3:05 PM Subject: Asterisk-Users
2020 Aug 19
0
[PATCH 23/28] lib82596: convert from dma_cache_sync to dma_sync_single_for_device
Use the proper modern API to transfer cache ownership for incoherent DMA. Note that this moves the DMA helpers to the main lib82596.c file, so that they can use virt_to_dma. Signed-off-by: Christoph Hellwig <hch at lst.de> --- drivers/net/ethernet/i825xx/lasi_82596.c | 11 +-- drivers/net/ethernet/i825xx/lib82596.c | 114 ++++++++++++++--------- drivers/net/ethernet/i825xx/sni_82596.c
2020 Sep 15
0
[PATCH 11/18] lib82596: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers. This includes moving the DMA helpers to lib82596 based of an ifdef to avoid include order problems. Signed-off-by: Christoph Hellwig <hch at lst.de> --- drivers/net/ethernet/i825xx/lasi_82596.c | 25 ++--- drivers/net/ethernet/i825xx/lib82596.c | 114 ++++++++++++++--------- drivers/net/ethernet/i825xx/sni_82596.c |
2020 Sep 14
2
[PATCH 11/17] sgiseeq: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers. This includes adding additional calls to dma_sync_desc_dev as the old syncing was rather ad-hoc. Thanks to Thomas Bogendoerfer for debugging the ownership transfer issues. Signed-off-by: Christoph Hellwig <hch at lst.de> --- drivers/net/ethernet/i825xx/lasi_82596.c | 25 ++--- drivers/net/ethernet/i825xx/lib82596.c
2020 Sep 14
20
a saner API for allocating DMA addressable pages v2
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. I'm still a