Displaying 9 results from an estimated 9 matches for "explaing".
Did you mean:
explain
2004 Dec 15
3
codec order in SIP doesn't work
...d
asterisk uses alaw whatever I do, except force it to one specific in
the [user]
[general]
disallow=all
allow=g726
allow=g729
allow=gsm
allow=alaw
then, from 'sip show peer something' it tells me
Codecs : 0x11a (gsm|alaw|g726|g729)
Codec Order : (none)
can someone please explaing why?
this is version
Asterisk CVS-v1-0-10/08/04-17:29:04 built by root@sipgw1 on a i686
running Linux
roy
2005 Jul 19
2
Free Music for MOH from Digium?
Hi All...
I installed the Debian Sarge Asterisk package and in the docs it had the
licensing terms for the MOH, explaing that Digium (or someone) had licensed
the mucic for distribution as MOH only.
That's fine, but I can't find the music! Does anyone know where it can be
found? Is there another source of free MOH that sounds good with Asterisk?
Thanks...
2004 Dec 23
8
asterisk at large
Hello *'s,
First Of all Marry Christmas,
I want to setup asterisk at large means "my main asterisk server placed
in my office(in Pakistan), and some offices outside Pakistan and i want
to connect these locations to my main * server (in Pakistan) on remote
locations i'll used asterisk can i do this or may be i changed my plans
kindly guides me.
Thanks In Advance.
Adnan Ahmed.
2014 Dec 22
1
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?
On Sun, Dec 21, 2014 at 7:08 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
> Am 21.12.2014 um 04:14 schrieb Dongsheng Song:
>> After put domain users in the remote destop group in the DC, these
>> users still can't logon workstation via remote desktop, it's a very
>> strange design. Maybe we can make samba-tool fix it by certain
>> parameter ?
>
2002 Nov 13
0
How call method of root "class" directly?
Is there a way of calling the method of the root class directly? Here is
an example explaing my question. Everything relates to S3/UseMethod
classes and methods. I have an object x of class MicroarrayMatrix, which
inherits from class Matrix. The "core" object of x is a simple matrix.
In other words, I basically have
x <- matrix(logratios, ncol=nbrOfSpots, nrow=nbrOfSlides)...
2007 May 31
4
Context documentation for the newbie!
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
2019 May 14
2
[PATCH] drm/nouveau: fix duplication of nv50_head_atom struct
On Tue, May 14, 2019 at 04:55:05PM +1000, Ben Skeggs wrote:
> On Sun, 12 May 2019 at 04:23, Peteris Rudzusiks
> <peteris.rudzusiks at gmail.com> wrote:
> >
> > nv50_head_atomic_duplicate_state() makes a copy of nv50_head_atom
> > struct. This patch adds copying of struct member named "or", which
> > previously was left uninitialized in the duplicated
2012 Jun 06
9
[PATCH] virtio-net: fix a race on 32bit arches
From: Eric Dumazet <edumazet at google.com>
commit 3fa2a1df909 (virtio-net: per cpu 64 bit stats (v2)) added a race
on 32bit arches.
We must use separate syncp for rx and tx path as they can be run at the
same time on different cpus. Thus one sequence increment can be lost and
readers spin forever.
Signed-off-by: Eric Dumazet <edumazet at google.com>
Cc: Stephen Hemminger
2012 Jun 06
9
[PATCH] virtio-net: fix a race on 32bit arches
From: Eric Dumazet <edumazet at google.com>
commit 3fa2a1df909 (virtio-net: per cpu 64 bit stats (v2)) added a race
on 32bit arches.
We must use separate syncp for rx and tx path as they can be run at the
same time on different cpus. Thus one sequence increment can be lost and
readers spin forever.
Signed-off-by: Eric Dumazet <edumazet at google.com>
Cc: Stephen Hemminger