Displaying 20 results from an estimated 20000 matches similar to: "Q: --one-file-system and nested file systems"
2007 Apr 17
2
Can I add distinctive ring with asterisk and TDM400?
Hello -
I have a TDM400P with 2 FXO and 2 FXS modules.
Feeding the FXS modules are two VOIP lines which are terminated by
VOIP adapters and have regular RJ11 wires connecting to the FXS ports.
Since the two different VOIP lines have different phone numbers, and I
know and can tell asterisk which VOIP line is connected to which FXS
port, can I cause a distinctive ring on the extensions if a call
2005 Sep 22
2
SOHO Survey / Creative Asterisk Solutions
I hope the subject isn't too buzzword compliant :)
I'm just curious: What have people done with Asterisk? I'm particularly
interested in DIY projects and things that can be done on a small/home
office (or even hobbiest's) budget. If you have clever hacks or creative
functionality you've implemented, I'd love to hear what a few people have
come up with.
Thanks! -Brian
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>
2005 Sep 23
2
Continue dialtone after pressing 9
Hello,
Sorry, I know I read this somewhere but now I can't find it when I need it.
I'd like to force a call to go out one line if we dial '9' first and then
the number. Same for '8' only I will force it out a different line. There is
a parameter or a method to allow the dialtone to come back after pressing
the first 9... but I can't remember how to do it.
Anyone know?
2005 Sep 21
3
Caller ID and Call Parking on an analog PSTN line?
Hello everyone. I'm new to Asterisk but got some basic functionality going
last night and I'm just giddy to have my own PBX ;-)
Sorry if these are silly questions:
My Asterisk server has the TDM22B (2 FXO, 2 FXS) interface. I have a very
basic PSTN line coming in from the phone company, I tried to get the most
no-frills line possible (didn't pay for caller ID, voice mail, etc.). I
2009 Jul 20
3
Digium TDM400P in Soekris net5501-70?
Hello -
I've been running Asterisk (quite happily!) for several years now
using a Digium TDM400P card in an old Linux box (P4 1.6 w/ 256MB RAM).
I'm also running another old PC running m0n0wall as a firewall.
Between these two boxes, that run 24x7, I'm drawing a lot more power
than needed and hoping to make a dent in my monthly electric bill by
consolidating the two into a single box
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension
(400) that reports the time when it is dialed. I searched the threads and it
seems like this should work...
Here's what's in my extensions.conf:
exten => 400,1,Answer()
exten => 400,n,Wait,1
exten => 400,n,SayUnixTime(,EST5EDT,)
exten => 400,n,Playback(tt-weasels)
[BTW, tt-weasels is hillarious!
2005 Sep 23
1
Message Waiting Indicator (MWI) for remote voice mail?
I have Asterisk voice mail setup locally. It works great, I'm impressed!
Some details about my system: I'm using a TDM22B card to interface with both
the PSTN and a VOIP provider. I'm running 1.2-beta from CVS.
I have a regular VTech phone plugged into one of the FXS ports.
Asterisk is able to indicate when a local voicemail message is waiting via
the LCD display of my analog phone.
2017 Aug 10
0
is a self signed certificate always invalid the first time?
SvK> On Wed, 9 Aug 2017 08:39:30 -0700
SvK> Gregory Sloop <gregs at sloop.net> wrote:
>> AV> So i?m using dovecot, and i created a self signed certificate
>> AV> with mkcert.sh based on dovecot-openssl.cnf. The name in there matches
>> AV> my mail server.
>> AV> The first time it connects in mac mail however, it says the
>> AV>
2007 Mar 24
1
Asterisk with Dialplan or TrixBox for this case?
Hi all -
Been using Asterisk installed on Debian and love it. But it's time to
rearrange some lines and looking for a few features I didn't enable or
have in the dial plan the first time around and wondering if you would
recommend doing it through configs again or if one of the prepackaged
solutions would more easily support these needs. One that caught my
eye was TrixBox but I'd be
2005 Sep 19
4
VM low volume - testers needed
For those that have experienced low VM recording volumes when using
a Digium TDM04b (or similar analog pstn card), a work around has been
committed to cvs-head. Need some folks to test it; it doesn't seem
to work for me, but need some feedback from others to ensure the
work around is actually functioning. (The work around relates back
to bug #2023, and was committed around Thursday or Friday
2011 Oct 15
2
[LLVMdev] Maximum inlining threshold
Hi,
We want to apply the deepest possible inlining to the target code. Looks like
builder.Inliner = createFunctionInliningPass(2000);
does the sufficient inlining, but what would be the best value for
threshold here? Apparently,
builder.Inliner = createFunctionInliningPass(numeric_limits<int>::max());
gives less inlining, that 2000.
Thanks,
- D.
2003 Feb 28
2
Thanks Samba Community!!!
You folks are the greatest.
Rolled out my first Samba "member server" today.
Read the stuff from SWAT, and it worked the first time on RH7.3, after it
failed on RH8
You folks are the best, we're struggling to stay afloat and M$ squeezes us
for more.
(RH is pushing me to Debian by the day!!!)
There will be a lot more Samba in the farm soon.
My deepest grattitude.
Respectully,
2006 Mar 15
2
Do Not Disturb?
I looked on the voip-info wiki and found sparse and conflicting information
on how to do this with Asterisk...
My incoming lines are all on Zaptel. Is there a simple why to implement a
'*363" (do not disturb) toggle via the dialplan?
It would be nice to be able to pick up an extension, dial *363, and have all
calls sent to voicemail without ringing the extensions. Doing it again would
2020 Oct 04
0
Syncing multiple sub-directories to one directory
My deepest apologies. I had an inotify running that anytime something was
added to that directory it would run a script that was doing my original
sync of pulling in all the directories and images. After turning that off,
I was able to see your line work as you said it should. Thank you very
much and again, I apologize for mistakenly stating the code you provided
didn't work.
2011 Oct 15
0
[LLVMdev] Maximum inlining threshold
Hi Dmitry,
> We want to apply the deepest possible inlining to the target code. Looks like
you could give every function the alwaysinline attribute.
Ciao, Duncan.
2019 Sep 10
1
Big Thanks to all the supporters!
Good afternoon,
this list has always been a place for people at different levels of
skills to meet and discuss Icecast (and not so Icecast) related topics.
However what is hardly told about is how much work it is for those who
provide their knowledge, time, and passion to those in seek of help.
I would like to thank everyone who does that on this list. It often is a
hard job and it is often
1999 Jan 08
1
avoiding (another) error
Dear all,
Many thanks to all who always so quickly respond with helpful hints!
Currently I am working with R 0.63.1 on SuSE 5.2 which I installed this
morning within about half an hour: my deepest compliments to the
developpers! (I had still 0.62.2 before.)
This time I am trying the following:
> xy <- list (a= c (1, 2, NA), b= c (2, 3))
> list.name <- "xy"
> get
2009 May 09
2
Sweave \Sexpr{} advice please
Dear List,
First off, my deepest gratitude to the Sweave developers: this tool has
improved my quality greatly.
A question in my work I use \Sexpr{} statements scalar values and the xtable
package for all manner of tables. What I'd like to do is to use a vector
inline, rather than a whole separate table. Something like:
%%%%%%%%%%%%%%%% begin code
% Latex junk
% Sweave block:
2013 Sep 06
1
rsync 3.0.9 hangs when syncing from NFSv3 share - possible to retry after timeout?
Hello,
I'm using rsync 3.0.9 to backup several NFS shares from a fileserver, mounted over NFSv3, to a local RAID on a backup server. Both servers are running Ubuntu 12.04 server LTS. The fileserver's filesystem is ext4. The NFS shares are mounted on the backup server as follows:
fileserver:/mnt/storage/share1 /mnt/share1 type nfs (ro,tcp,bg,soft,intr,addr=192.168.1.1)