Displaying 20 results from an estimated 10000 matches similar to: "Old posts and the ability to search..."
2005 Jan 05
2
Asterisk Pbx Manager Equivalent (in plain text - apologies to those that dont like HTML mail!!)
http://www.thirdlane.com/screenshots.htm (Asterisk PBX Manager from
Thirdlane) looks like a great program for "eye candy configuration" of
Asterisk.
However it costs lost of $, and I'm currently only an "experimenter" so to
speak.
Anyone advice of a decent alternative that is similar?? Currently, we only
have VOIP connections, but will have a couple of Digium
2007 May 13
1
Zapateller and IAX2
Hi,
I have been using Zapateller with a TDM400 no problems at all, but
recently I have ported our BT number to a VoIP provider, and have a
strange problem. When I phone our number I first get the BT
unavailable three tone sound, and then it actually connects the call
via IAX2.
So, I disabled zapateller in the dialplan and tried again. Would you
believe it worked fine.
Has anybody else come
2006 Nov 27
3
gcc -m32 on a x86_64 box
Gents,
I am trying to do a "gcc -m32" on a x86_64 box.
gcc -m32 /tmp/jj.c
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
This is the error I get.
I did a "yum install glib.i386" successfully.
there is no "yum install glib-devel.i386".
How can i get a "gcc -m32" compile on my x86_64?
THanks,
Jerry
2003 Nov 26
2
Issues with Privacy Manager and Zapateller
I am having issues with Privacy Manager and Zapateller.
If I set callerid="" on a sip user zapateller sends the tones
If I set callerid="Anonymous" <8475551212> zapateller doesn't send the
tones
If I call from a phone after dialing *67 zapateller doesn't send the
tones
In the last 2 cases, the display on the phone shows -Blocked Call-
PrivacyManager always gives
2003 Oct 02
2
Zapateller
Does anybody know why I get this error when using zapateller:
WARNING[1209214400]: File rtp.c, Line 327 (ast_rtcp_read): RTP Read error:
Resource temporarily unavailable
It's scrolls until a sound is recived from the line, then it plays the
zapateller tones.
/Mike
2004 Apr 12
3
Zapateller issues
Hi All,
In theory if I do this;
exten => s,1,Zapateller(nocallerid)
exten => s,2,Privacymanager
exten => s,3,Dial(a bunch of SIP extensions)
My callers should only hear the anti-telemarketing tones if they call from
a line that has no caller*ID and then get offered an opportunity to enter
it, right?
What I'm finding is that in the event of no CID the caller gets dumped
into the
2004 Oct 08
1
Zapateller Answering?
Been tinkering and found Zapateller appears to be answering when I didn't
expect it to. I have something like so:
[incoming]
exten => s,1,NoOp ;Zapateller(answer|nocallerid)
exten => s,2,PrivacyManager
exten => s,3,Dial(${RING},20)
...
I have a 1x1 analog * installation with a couple IP phones too. I've got
the FXO interface connected to the home phone line. When I get an
2010 Feb 15
3
zfs questions wrt unused blocks
Gents,
We want to understand the mechanism of zfs a bit better.
Q: what is the design/algorithm of zfs in terms of reclaiming unused
blocks?
Q: what criteria is there for zfs to start reclaiming blocks
Issue at hand is an LDOM or zone running in a virtual
(thin-provisioned) disk on a NFS server and a zpool inside that vdisk.
This vdisk tends to grow in size even if the user writes and deletes
2007 Dec 26
1
design question
Ladies and Gents,
Researching the problem with DRBD 0.8 and OCFS2 not
being able to mount...
It appears to me the same problem has been reported,
yet no fix was posted on the news group...
(http://oss.oracle.com/pipermail/ocfs2-users/2006-August/000754.html)
In any case, my env. looks as follows:
drbd-8.0.6-1.el5.centos (primary/primary)
kmod-drbd-8.0.6-1.2.6.18_53.1.4.el5
2015 May 27
2
libsmbclient question
Dear Gents,
We are using libsmbclient smbc_getFunctionRead to read from a Microsoft DFS
share. Before each 64k read there are a QUERY_PATH_INFO and a
GET_DFS_REFERRAL which slow down the transmission. Is there a way to query
these only once at the beginning of the transmission and cache it?
system:
3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64
GNU/Linux
lib:
2008 Sep 02
2
qcc help
Hi Gents,
I need to get the control limits from qcc function.
As follows:
qcc(MDI, type = "xbar.one")
Call:
qcc(data = MDI, type = "xbar.one")
xbar.one chart for MDI
Summary of group statistics:
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.3266 0.4249 0.4371 0.4333 0.4451 0.4858
Group sample size: 1
Number of groups: 383
Center
2005 Dec 13
4
compaq r4000 32 bit and 64 bit install
Gents,
I first installed the 32 bit version (as you might have read) of centos 4.2,
after downloading x86_64 the install process/progress is about the same.
going VERY slow...
The screen for formatting the partitions took a LONG time
(3 partitions 10 GIG, 2 GIG swap and 50 GIG).
While on that screen and moving the mouse it lagged big time and
could not keep up.
Anyway just reporting that so far
2014 May 16
2
SMS Capabilities
Hello Everyone,
We have an order for SMS messaging. Can you gents and ladies be kind enough
to
disclose if SMS is possible using Asterisk? What is a quick way to test a
`Hello World`
to my cell. Finally, do all service providers support SMS messaging?
Kind Regards,
Jayson.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Feb 05
1
post
Elizabeth Brock
Director
Center for Public Television and Radio
University of Alabama
PO Box 870150
Tuscaloosa, AL. 35487
205.348.6212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20160205/cdba6cc8/attachment.htm
2009 Nov 27
6
Learning R - View datasets
Hi All,
I am making a serious effort to try to learn R, but one hurdle I am facing is that I need to "see" the data as I walk through the examples in the packages. For instance, many examples on the web start by a command like data("wines"). How can I actually view what the dataset looks like prior to transformations and analysis? I have tried to use edit() , print, and
2007 Mar 20
1
Zapateller not playing audio via SIP Trunk?
Hi All
I'm tracing a very strange problem which I could reproduce with different
versions up to 1.2.5 (sorry, didn't update to a newer one yet).
Scenario 1: Problem does not occure.
=============================
Sip Phone registered directly to the Asterisk.
exten => i,1,Zapateller()
exten => i,n,Playback(invalid,noanswer)
exten => i,n,Hangup()
Works like expected. I dial an
2014 Jul 01
4
Samba4 domain member
Hi gents,
I have a problem with winbindd uid/gid numbering on my Samba4 domain member
server.
This is my smb.conf:
[global]
netbios name = DOM-MEMBER
workgroup = EXAMPLE
security = ADS
realm = EXAMPLE.COM
encrypt passwords = yes
idmap config *:backend = tdb
idmap config *:range = 500-100000
idmap config ESSENCE:backend = ad
idmap config ESSENCE:schema_mode =
2008 Feb 04
32
Luster clients getting evicted
on our cluster that has been running lustre for about 1 month. I have
1 MDT/MGS and 1 OSS with 2 OST''s.
Our cluster uses all Gige and has about 608 nodes 1854 cores.
We have allot of jobs that die, and/or go into high IO wait, strace
shows processes stuck in fstat().
The big problem is (i think) I would like some feedback on it that of
these 608 nodes 209 of them have in dmesg
2004 Dec 17
1
Troubleshooting Asterisk
Guys,
Ok - nowhere near as complex as most of the discussions on here ( ex telco
engr for 18 years here).. But thought I'd ask for some assistance.
Have just set up my first * Pbx - having a play with it and a couple of
Cisco 7960 (configured as SIP) phones.
The phones are tftp'ing into the server ok, and picking up the configs all
ok.
Everything _seems_ to be working, but I
2007 Oct 08
5
patchless client on RHEL4
Is there instructions on how to use the patchless client on RHEL4 ?
For version 1.6.2
We would prefer a rpm, but we are not scared of doing a build if
needed.
Brock Palen
Center for Advanced Computing
brockp at umich.edu
(734)936-1985