similar to: SunRocket / ALLO / etc special offer

Displaying 20 results from an estimated 1000 matches similar to: "SunRocket / ALLO / etc special offer"

2007 Jul 27
0
Autoreply: Re: SunRocket / ALLO / etc special offer
I'll take either.... Actually now that I have had a chance to think about what I did (sorry bad week here). Yes, I will admit I did patrionize the users list... sorry if I offended anyone. I just figured I'd try to help any SunRocket users out that may not be on the biz list. If you review my history, you'll see I only post business stuff to the biz list. This is an exception.
2014 Aug 07
1
Moving from Redfone's Fonebridge to Allo 2nd Gen PRI card
We have been running around than 40 asterisk servers running on Debian Squeeze for last three years, handling traffic of more than few hundred thousand calls per day. Our setup's PRI-banks were using Redfone's Fonebridge. We had PRIs from multiple telephony providers. And Redfone's Fonebridge handled all that easily. But all good things come to end. Redfone's Fonebridge was not
2014 Oct 15
1
allo.com gsm card with AsteriskNOW
Dear all, I'm searching someone who already installed allo.com gsm card with Asterisk NOW. I installed the hardware in my new server, but when runing dahdi_genconf I always have the "no span" message. I tried to install the driver according to allo.com doc, but it seems not up to date, and maybe done more specificly for an appliance.. >[root at localhost ~]# dahdi_genconf
2005 Jan 15
0
Anyone use SunRocket with Asterisk?
Has anyone tried SunRocket with Asterisk? http://www.sunrocket.com/ The $199/yr. plan seems like an excellent value, and most reviews have been favorable. However, I don't know if it is possible to obtain the SIP credentials, so one can bypass their "gizmo". Thanks, Stewart
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
2003 Apr 08
1
Identify file(s) on specific disk sector
When tar'ing up an ext3 filesystem on a 3ware RAID I have, I got the following errors in my system log: Apr 7 21:27:46 allo 3w-xxxx[957]: Drive error encountered on port 3 on controller ID:0. Check cables and drives for media errors. (0xa) Apr 7 21:27:46 allo kernel: 3w-xxxx: scsi0: Command failed: status = 0xc7, flags = 0x51, unit #0. Apr 7 21:27:58 allo last message repeated 3 times Apr
2007 Feb 13
2
E911 SIP or IAX providers?
Does anyone have any experience with any SIP or IAX providers that support E911? I'd love to convert entirely to Asterisk at my house, but the lack of emergency dialing has been a major hold-up for me. Thanks in advance for any suggestions! -- Kyle Sexton
2005 Mar 17
3
Phone ringing and not going to voicemail?
Hi, I have one phone on my network that just keeps ringing (when I call it) and does not go to voicemail. If the person there is on the phone, and someone calls it they get the busy message, but they never seem to get the 'unavailable' message... instead it will just ring and ring and ring... any ideas? They are setup with a voicemailbox, and it is set to transfer after 15 seconds of
2007 Dec 04
1
dovecot errors after upgrade to 5.1
Everyone, Looks like my Centos 5.0 mail server upgraded automatically last night to 5.1. It appears to have worked normally until about 16:00 CST when dovecot began to fail. I have rebooted the system to be able to use the 5.1 kernel, but dovecot still continues to fail. Has anyone else made this observation? My log entries are below Thanks in advance!!!! Greg Ennis
2016 Aug 29
2
Need ISDN call generator
On 2016-08-29 12:28, Eric Klein wrote: > Hi Hooman, > > What you probably want is a PRI PBX running Asterisk. > > You should either plan to build your own (with the cards you need) or get one of the low cost options: > > * Allo.com has their Mega PBX with 1 PPR port (http://allo.com/megapbx-line.html) > * Pika Tech has the Warp PBX with BRI
2007 Sep 21
0
Problems bringing up ZAP trunks via PRI
Hello, I'm fairly new to asterisk and Trixbox, I'm setting up a Trixbox based email to fax gateway. At this time, I have a ZAP PRI link between the eFax server and my VoIPSwitch. The ZAP channels are configured, the B and D channels are up, and I have green link lights on either end of my cabling, but when I dial the number I have assigned to my eFax server, the call never seems to route
2009 Jun 24
3
distinguish regression lines in grouped, black and white lattice xyplot
Hi, I've got the following problem which I cannot think of a solution right now: if got a lattice xyplot in black and white and a grouping variable with many (more than 8 values) and I plot it as regression lines (type="r"), just like this one (not reproducable but that's I guess not the point here): xyplot(log(AGWB) ~ log(BM_roots), data=sub_agwb_data, groups=species,
2007 Jul 12
1
ggplot2 / reshape / Question on manipulating data
I'm an R newbie but recently discovered the ggplot2 and reshape packages which seem incredibly useful and much easier to use for a beginner. Using the data from the IMDB, I'm trying to see how the average movie rating varies by year. Here is what my data looks like: > ratings <- read.delim("groomed.list", header = TRUE, sep = "|", comment.char = "")
2008 Feb 23
3
Suggestions for reliable DID provider for Canada, USA and Europe
I posted the same question on asterisk-biz mailing list but didn't have much response. So I am posting it here now. I need a good, reliable and stable DID provider for USA, Canada and Europe. I prefer to have fixed monthly rates for incoming and outgoing calls and not per minute charges. Features I need to get with DIDs are: 1. my own caller ID and caller name on outbound calls 2. multiple
2011 Dec 19
2
odd mdadm behavior
Allo esteemed Centos-ers, Noticed something funny with an mdadm mirror based raid the other day. So I had a system disk set to mirror via mdadm. One of the disks went south at a remote office and since there was no one available to swap out the disk, I thought to leave it for later. Well, due to work being what is it, this later became a year. During one of the servers many reboots, much of
2012 Feb 15
2
[LLVMdev] Wrong AliasAnalysis::getModRefInfo result
Just want to test out the LLVM's AliasAnalysis::getModRefInfo API. The input C code is very simple: void foo(int *a, int *b) { for(int i=0; i<10; i++) b[i] = a[i]*a[i]; } int main() { int a[10]; int b[10]; for(int i=0; i<10; i++) a[i] = i; foo(a,b); return 0; } Obviously, for "foo", it only reads from array "a" and only writes to array
2015 Aug 03
6
Looking for PRI Card with automatic fail over
Hi all, Strange request, I have a customer where we are putting an Asterisk PBX in front of a legacy (non-VoIP) PBX. One of the requirements it that the Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards the carrier) with the ability to go to pass through should the Asterisk PBX (software or hardware level) fail. I did not see this feature in the Digium, Sangoma, Allo, or
2006 May 01
1
Traffic Shaping with Shorewall
Does anyone here implement traffic shaping with shorewall? I need to shape BitTorrent traffic on my network so that upload/downloads do not overwhelm normal function or, even more importantly, my imminent conversion to VOIP for all telephone service. I followed the shorewall documentation guide but am not sure if what I have done is the Right Way Of Doing Things. Nor am I satsified with the
2006 Oct 08
2
Size problem with two dotcharts side by side
Dear all, I'm trying to produce two dotcharts side-by-side within a Sweave document. When I'm compiling this example: \documentclass{article} \begin{document} <<fig=T,width=8,height=4>>= par(mfrow = c(1, 2), cex = 0.7) for(i in 1:2) dotchart(1:10) @ <<fig=T,width=8,height=4>>= par(mfrow = c(1, 2), cex = 0.7) for(i in 1:2) hist(1:10) @
2004 Apr 12
0
Windows 2003 problem
Im running Version 3.0.2-7 on Fedora Core 1 and I am trying to back up a windows 2003 server to this box. When I try to mount I get session setup failed:NTSTATUS_LOGON_FAILURE. I have looked all around for an answer and I see that is has happened to many other people but I have not found an answer that works. I made sure I had the right password, I have even tried administrator but this will