similar to: SOHO Survey / Creative Asterisk Solutions

Displaying 20 results from an estimated 1000 matches similar to: "SOHO Survey / Creative Asterisk Solutions"

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!
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
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
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
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.
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
2024 May 16
2
Supporting a DIY UPS with minimal effort butmaximum gain
On 5/16/24 08:59, Jim Klimov via Nut-upsuser wrote: > I agree with earlier posters, such documentation can help future > tinkerers. There is probably more than just one to hold the hand and > walk through the ordeals :) > > Perhaps a new page at https://github.com/networkupstools/nut/wiki > <https://github.com/networkupstools/nut/wiki> can be a good location... >
2004 May 28
2
Asterisk with Draytek 2600V
I am unable to get a my Draytek working with our Asterisk server. I can make/recieve calls but get no audio. I have tried the various codecs at the Vigor end but still getting nothing. I looked at sip debug (below) but am new to Asterisk and don't really know what I am looking for. Asterisk works fine with XLITE so I know my installation is ok. Sip read: INVITE
2024 May 16
1
Supporting a DIY UPS with minimal effort but maximum gain
I agree with earlier posters, such documentation can help future tinkerers. There is probably more than just one to hold the hand and walk through the ordeals :) Perhaps a new page at https://github.com/networkupstools/nut/wiki can be a good location... Jim On Thu, May 16, 2024 at 1:29?PM Bill Gee <bgee at campercaver.net> wrote: > Hi Kelly - > > As an Arduino nerd, I am
2018 Oct 08
1
Are these instructions meant to be executed on CentOS 1804?
Good afternoon from Singapore, I came across this Linux Journal article titled "DIY: Build a Custom Minimal Linux Distribution from Source", written by Petros Koutoupis. Link: <https://www.linuxjournal.com/content/diy-build-custom-minimal-linux-distribution-source> https://www.linuxjournal.com/content/diy-build-custom-minimal-linux-distribution-source Are the instructions in this
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
2024 May 16
1
Supporting a DIY UPS with minimal effort but maximum gain
I put together my own DIY UPS, it's a RV charger/converter, an inverter, and some batteries. I use an Arduino and the HIDPowerDevice library ( https://github.com/abratchik/HIDPowerDevice) to get it to talk to NUT. Been working great for months! The Arduino is connected to two modules: * AC detection circuit to measure mains power on/off * Voltage divider and an external ADC to get a
2024 May 15
2
Supporting a DIY UPS with minimal effort but maximum gain
Hello, I found out about NUT just days ago while searching for a solution for my home setup. After some digging through the interwebs, I come to you with questions. I'm putting together a DIY 12V UPS, very similar to what this guy did: [1] https://baldpenguin.blogspot.com/2015/10/diy-12v-ups-for-home-network-equipment.html The objective is to keep a bunch of mini PCs and network gear
2024 May 16
1
Supporting a DIY UPS with minimal effort but maximum gain
Hi Kelly - As an Arduino nerd, I am interested in this! I am sure others on the list would be interested. If nothing else, it would be nice to have some documentation in the archives. I assume you set it up as an online system rather than a standby system. Right? If true, then the choice of inverter is fairly critical. It has to be bomb-proof reliable. What did you choose for battery
2024 May 17
1
Supporting a DIY UPS with minimal effort butmaximum gain
Looks very great, thanks for writing this! I gather you'd port this to the Wiki page you've started, too? A couple of comments: > So I run a NUT server on a Raspberry PI which is connected via USB to my DIY-NAS Arduino. DIY-UPS? > See drivers/arduino-hid.c for the list of supported IDs... Since NUT v2.8.1 [PR #1369], the `usbhid-ups` driver allows the user to specify a
2019 Jul 04
8
Performance issues/difference of two servers running same task (one is quicker)
Hi I need some advice what to do next, even if someone tells me to check out (an)other mailing list(s), tuning site or point me in a better direction how to solve my annoying problem: one server is much faster for certain tasks although on "shitty" hardware. I have tried many things to solve my issue - changed buffer/pool/cache/etc mysqld - changed server settings apache/php -
2005 Sep 22
4
Polycom IP500 Quickstart page or files?
Hi, I just got my ip500 back after months of waiting. Is there an easy way to get it hooked up to asterisk without [t]ftp servers and all that or is there a quickstart page somewhere? tia r
2024 May 16
1
Supporting a DIY UPS with minimal effort butmaximum gain
Ha! I got several on and off list requests for details, so I'll give a bunch of details here and then maybe I can move this to a wiki page others can help edit. WARNING! WARNING! WARNING! Be careful! My implementation required opening up high power components, and dealing with 120VAC mains power and high currents on 12VDC. If you decide to tackle any of this yourself, you need to understand