Displaying 20 results from an estimated 900 matches similar to: "RE: [Asterisk-uk] Meet"
2006 May 16
0
Re: [Astlinux-users] British English Female files ready for download
Mark,
While these samples are pretty good they do not work "out of the box" -
there are a couple of issues:
1. the samples are 44100 samples/second and Asterisk needs them to
be at 8000 samples/second. This is what happens if you prune out all of
the Amercian voicemail prompts and substitute yours:
Asterisk 1.2.7, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark
2007 Feb 06
0
Asterisk H.323, Cisco IOS Gatekeeper(s) intra-zone call routing and TETRA
Stephan,
Ok, I'll re-state the problem...
I have two devices that I want to talk to each other:
1. an Asterisk PBX
2. a Damm Cellular TETRAFLEX digital radio system (www.damm.dk)
both devices are effectively "gateways" because they have many subscribers
behind them.
The Damm Cellular system controller is based on Windows-XP Embedded and its
sub-systems used the OpenH323
2007 Oct 29
0
IAX2 weirdness and rejected calls: Invalid BYTE
All,
I run a bunch of (well 20+ actually) Asterisk boxes at home, work,
friends and the lie with our own dialplan in the form 8EEXXXX where 'EE'
is the exchange number and 'XXXX' is the extension number.
This arrangement has been in for 2+ years and worked well with a central
box (asterisk.thorcom.net) acting as the routing hub and SIP exchange
point with various public
2005 Jun 16
1
Cisco 7960 (SIP) with Asterisk: how to get # to work during a call
Gents,
I've built an Asterisk system to replace our PBX at work and have Cisco
7960 phones (SIP 7.4) running with Asterisk 1.0.7.
How to I get Asterisk to recognise the '#' being pressed during a call?
In sip.conf I have entries likle this:
[2001]
type=friend
context=local-phone
auth=md5
username=2001
secret=xyzzy
callerid=Jack Tubby <2001>
2006 Oct 31
1
Fedora Core 6 (FC6) and Asterisk-1.2.13 and Zaptel-1.2.10 compile problems
All,
I have upgraded by home machine from Fedora Core 5 (FC5) to the recent FC6 and am struggling to build Zaptel-1.2.10 and Asterisk-1.2.13 on the box... which is an Intep P4 2.8GHz HT processor box with 845 chipset, hence the kernel installed is 2.6.18-1.2798.fc6-i686 so we hve this:
[root@gate zaptel-1.2.10]# uname -a
Linux gate.tubby.org 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20
2007 Feb 28
0
Using ooh323 with Gatekeeper controlled dialling
All,
I've fixed my problem getting Asterisk ooh323 channel to stay registered with my Cisco IOPS gatekeeper, now I need to get dialling working.
I have the following:
[Asterisk with ooh323] ----h323---- [Cisco IOS GK] ----h323---- [Radio system OpenH323]
192.168.1.5 192.168.1.6 192.168.1.7
the Asterisk box has numbers
2005 May 23
1
Grandstream GXP-2000 headset
Hi all
What headset do people use with the GXP-2000? Any recommondations for
or against particular models?
Thanks
Peter
--
Peter Bowyer
Email: peter@bowyer.org
Tel: +44 1296 768003
VoIP: sip:peter@bowyer.org
2006 Jan 04
2
Using *RT for HA purposes was: RealtimeMultipleAsterisk boxes, iaxusers
I think I have 4 options.
1, Modify chan_sip.c to update a new field in sipusers realtime table
with the status of the sip peer/user. Then use agi to dial sip calls.
Check the status field if OK then dial the fullcontact from the sip
table. If not goto voicemail or where ever else I want the call to go..
The UA would only register to one server, so only one server *should* be
writing to the
2006 Dec 03
0
VoIP GSM Gateways
Have you looked at his website, www.netenable.co.uk ? Looks like he pays bills the same way as he answers followups ;-)
g
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com on behalf of Peter Bowyer
Sent: Sun 03-Dec-06 8:43 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] VoIP GSM Gateways
Not very good at answering followups to
2004 Jan 30
0
You Have Been Invited To The DSL/CABLE Party!!
Hello!
My name is Tubby Frederickson, I'm a computer guru, and an independent associate with a NASDAQ corporation that offers very innovative products to broadband and non broadband telephone users. I saw your email address on a forum that was discussing broadband and telephone issues. Right now we are offering unlimited local and long distance calling throughout North America for only
2011 Sep 13
1
implicit data frame reference
If I create an aggregation like this:
aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean)
I'll get a new data frame, which I can order if I assign it like this:
newFrame <- aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean)
newFrame[order(newFrame$TEMP),]
But.. if I just want to do this in one statement, what can I do? If this
was perl, I'd be using something like
2010 Apr 23
0
Data relationships for a World Cup Football App
how would I map relationships for world cup football matches.
Currently in my app I have Countries, that''s it, all 32 competing
nations are represented, with flags and details working great.
I''d like to introduce two new models (Match and Stadium).
A football match is obviously between two Countries in a Stadium.
How could I set that up best?
Country
has_many Matches
2006 Apr 05
1
Fwd: [dmuars] Eh up - March 144 results altered
Here you go, Ian......
---------- Forwarded message ----------
From: G3RIR <g3rir@yahoo.com>
Date: 05-Apr-2006 20:54
Subject: [dmuars] Eh up - March 144 results altered
To: dmuars@yahoogroups.com
What's going on here.
The results of the MArch 144 UKAC have been re-published and we have lost
out considerably. Either I don't understand the rules or we have been robbed
We scored
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation:
1) Use pci_create_root_bus() instead of pci_scan_bus_parented()
because pci_scan_bus_parented() is marked as __deprecated.This
also gets rid of a duplicated call of pci_bus_start_devices().
2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of
open-coded private implementation.
3) Use pci_set_host_bridge_release()
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation:
1) Use pci_create_root_bus() instead of pci_scan_bus_parented()
because pci_scan_bus_parented() is marked as __deprecated.This
also gets rid of a duplicated call of pci_bus_start_devices().
2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of
open-coded private implementation.
3) Use pci_set_host_bridge_release()
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation:
1) Use pci_create_root_bus() instead of pci_scan_bus_parented()
because pci_scan_bus_parented() is marked as __deprecated.This
also gets rid of a duplicated call of pci_bus_start_devices().
2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of
open-coded private implementation.
3) Use pci_set_host_bridge_release()
2008 Dec 04
1
Formula parsing and updating
Hi all,
I can't come over a problem with formula. Suppose I have a coxmod model
with the following formula:
> somemod$formula
Surv(lebzeit, tot == 1) ~ sex + (alter >= 65) + diff3k + zelltyp_k_c +
q_nuc_3k + kar_k80_g80 + stadium
and I want to drop the stadium explanatory variable from the model with
> update(somemod, ". ~ . - stadium")
I get the following messages:
2013 Nov 04
1
is sssd *faster* than samba4's builtin winbind?
Using samba 4.0.9 as an AD DC (no other domain servers).
Since my UIDs and GIDs have changed, I was doing cleanup:
find /srv/svn/ -xdev '(' -nouser -o -nogroup ')' -ls
I noticed this was very slow -- iostat reported only about 2tps and
50kB/s to my disks. So I timed it with nsswitch.conf users & groups set
to "files" vs. "files winbind":
# with
2009 Aug 30
2
Sampling encoder timings between libtheora-1.0 & libtheora-1.1beta3
As requested by Ralph in my introduction e-mail to this list [1], I've
gone ahead and done some sample test timings for encoding between
libtheora-1.0 and libtheora-1.1beta3, as available from the Theora
website [2].
So far, I've tested with 4 different files that I generated with content
I already have. The files, in brief, are the following:
1. planet-earth-360x240.yuv4mpeg - A
2019 Jan 14
1
[PATCH] inspect: fix inspection of partition-less devices (RHBZ#1661038)
When parsing "xdev"-kind devices, do not assume that the partition
number can be converted to integer: re_xdev accepts an empty part of the
partition number, so just handle as it is, as string.
This fixes a regression due to the conversion of the inspection code to
OCaml, as the old C version did not have this issue.
---
daemon/inspect_fs_unix_fstab.ml | 6 +++---
1 file changed, 3