Displaying 20 results from an estimated 2000 matches similar to: "asterisk and mplayer"
2007 Jan 03
7
SNOM loses server registration
Hello to all
When my SNOM (300 or 320) loses Internet connectivity, it loses its
Asterisk registration (ok, thats normal).
But when the phone is back online, he doesn't try to register in
Asterisk. I believe this happens to avoid flooding the private LANs when
the Internet link is lost.... but the problem is that the phones don't
try to re-register in the future.... Sometimes it stays
2006 Nov 14
3
Caller ID in Sweden not working and looking for and voices
Hi!
I am getting inbound caller ID fine bout not out.
I am in Sweden and suing Rixtelcom /POrt80 as provider.
anyone knowing what is wrong?
Also is anyone knowing about Swedish voices to trixbox/Asterisk? I have male
now and am looking fro female voices.
Regards
Mattias
--
Mattias Andersson
--------------------------------
Storskiftesv?gen 6
145 60 Norsborg
m. +46-70-799 44 41
h. +46-8-641 38
2006 Nov 27
1
Asterisk Feature Codes won't work
Hi all!
I get problem with *11, *12 for instance.
The won't work.
I get a message that the phone "extension can't be fund for *11" and for
*12 will I get "A Error".
Any idea?
//Mattias
--
Mattias Andersson
--------------------------------
Storskiftesv?gen 6
145 60 Norsborg
m. +46-70-799 44 41
h. +46-8-641 38 97
Email: eskes1@gmail.com
-------------- next part
2006 Nov 29
1
Monitoring an asterisk server during off hours
Hi,
During off hours, a server of mine simply forward incoming calls to an
outside number, so that no user is locally available to report or notify
downtimes.
As availability is here a major requirement, I'm looking for a cost
effective and reliable way to monitor this server.
Should I simply call every 10 minutes, a dedicated extension to check PSTN
lines and server availability or is there
2009 Jan 08
6
Not Dialing 9
When I set up my Asterisk box at home I didn't want to have to dial 9
to dial off premises, so I gave all my local phones three digit
extensions with this format: 1[1,0]*. My thought is that there are no
area codes that start with 0 or 1, so if I use those numbers, I can
create 20 local extensions that can be dialed with 3 digits, and not
have to use a timeout when dialing long distance. If
2008 Sep 09
2
SIP to IAX?
Hi all!
I am looking for some software that would work as a proxy between a SIP
device (SIP phones and ATA boxes) and the Asterisk system running IAX. The
reason is that I can only get IAX trow the firewalls, and can't change the
settings.
One solution I am using are getting several Asterisk system communicate trow
IAX bout in this case would I rater have every persons computer act as a
proxy
2010 Apr 18
2
getting column's main
Hello.
I have data of potatoes production in EU during 1998-2009 from EuroStat
where the first column consists of the names of EU countries, the following
columns consists of appropriate data in each year.
Let's say, I investigate Lithuania. For example, I have a row containing
potatoes production in 1998, 1999, ..., 2009 in Lithuania. I can easily find
the maximum value in this row but...
2004 Jun 22
2
Chaning shares using Computer Management with W2k3.
I'm trying to change permissions and add shares and remove shares etc.. on my
Samba-hosts shares (running 3.0.4 on Fedora, using the Computer
Management-tool on Windows Server 2003.
I have set security = ads on the samba host and I've joined the host to the
Active Directory Server (the same machine as the one I'm running the Computer
Management-tool on).
However, I seem to get
2004 Aug 09
1
Suse (SLES8) Kerberos
I've got the book Samba-3 By Example and I'm trying to get my Samba to
work with our Active Directory Server. But for that I need Samba 3,
which was no problem since I found rpms at
http://ftp.sernet.de/pub/samba/sles8-i386/ (You can also find rpms for
other distros there).
But the book also tells me that I need either Heimdal 0.6 (plus specific
patches) or MIT Kerberos 1.3.1 or
2004 Aug 19
1
Compiling Samba and kerberos, lib problems
I compiled kerberos 1.3.4 with these options:
--prefix=/usr/local/kerberos/ --enable-dns --disable-krb4 --enable-shared
Then I compiled samba 3.0.5 with these: --prefix=/usr/local/samba
--with-krb5=/usr/local/kerberos/
Everything seemed fine and I did: make install.
But I get this message when I manually try to start smbd:
./smbd: error while loading shared libraries: libgssapi_krb5.so.2:
2007 Jul 11
5
elementary statistics with R (rkward?)
Hi, I am trying to learn some basic statistics stuff but I cannot find any
elementary statistics exercises using R language. Using RKward would be even
better...
I need that in analysing sociological data, obtained through questionnairres -
findind corelations between variables, relations between different types of
data, etc.
Could anyone recommend simple tutorials/exercises, available on www
2003 Sep 29
2
parametric surfaces
Hi,
does anyone know how to plot 3D parametric surface,e.g ellipsoid:
x=a*cos(s)*cos(t),
y=b*sin(s)*cos(t),
z=sin(t);
s in [0,2*pi],
t in [-pi,pi].
Vytautas Maniusis,
Vilnius University, Lithuania
2009 Jul 20
2
asterisk freepbx difference or solutions..
Hello, for a long time i am using asterisk 1.6 with astgui.
but for production system i intend to use asterisk 1.4 which i think might
be more robust. And for a more developed service options i preferd to
install with freepbx.
But still there are big plusses and minusses for both system.
My complain about astgui+1.6 was..
For example there were no backup trunk config running on that version.Even
2005 Jul 26
5
Plot zooming i.e. changing ylim according to xlim
Dear R-gurus,
I would like to zoom in a plot, e.g. I select a region on the x-axis and
then I would like the ranges on the y-axis to change accordingly.
Is it possible to do this with existing functions, or do I have to
invent some data selection before plotting?
See below a short example, where I select ylim with trial and error,
which I want to avoid.
Cheers, Henrik Andersson
2004 May 18
7
Isotopic notation in plots
I really like to use R for all my graphs, and as I work with stable
isotopes I want to have a proper chemical notation in my plots
I have looked at ?plotmath, but didn't find the answer and also searched
the R website.
------------------------------------------------------------------------
--
plot(1:10,xlab=expression(^{14}*C)) # I want to have a superscript with
nothing in front, but it
2005 Dec 02
2
Seven month time-series sampled at hourly intervals
I have data from several sensors that recorded data at hourly intervals
during seven months. I want to separate daily variation from the trend,
and also be able to zoom in on only one month of data.
I have not been able what functions to use, I can not figure out from
the help for 'ts' how to use hourly data.
I guess this is routine-work for a lot of people so I hope someone can
2005 Jul 30
1
xyplot auto.key issue
Hi all,
I'm having a problem with the auto.key function in xyplot. I hate to bother the
list like this and I'm positive I must be missing something very simple, yet
I've spent the last day searching for a solution to no avail.
Essentially, I want a key that contains entries in which the plot points are
superimposed on a line of the same color as the points, like this: o--o--o
Now,
2004 Dec 06
4
Modyfing PATH in Windows Installer for R
Just a small suggestion since Windows have a file system not designed
for command line use...
Would it be possible to add the possibility of automatically
adding/modifying the path to the R executables in the windows installer
program?
---------------------------------------------
Henrik Andersson
Netherlands Institute of Ecology -
Centre for Estuarine and Marine Ecology
P.O. Box 140
4400 AC
2018 Apr 19
4
[PATCH] virtio_ring: switch to dma_XX barriers for rpmsg
virtio is using barriers to order memory accesses, thus
dma_wmb/rmb is a good match.
Build-tested on x86: Before
[mst at tuck linux]$ size drivers/virtio/virtio_ring.o
text data bss dec hex filename
11392 820 0 12212 2fb4 drivers/virtio/virtio_ring.o
After
mst at tuck linux]$ size drivers/virtio/virtio_ring.o
text data bss dec hex filename
2018 Apr 19
4
[PATCH] virtio_ring: switch to dma_XX barriers for rpmsg
virtio is using barriers to order memory accesses, thus
dma_wmb/rmb is a good match.
Build-tested on x86: Before
[mst at tuck linux]$ size drivers/virtio/virtio_ring.o
text data bss dec hex filename
11392 820 0 12212 2fb4 drivers/virtio/virtio_ring.o
After
mst at tuck linux]$ size drivers/virtio/virtio_ring.o
text data bss dec hex filename