Displaying 20 results from an estimated 4000 matches similar to: "CallerID not passed to Sprint & Verizon Cellphones via XO PRI"
2005 Jun 13
7
MCI vs. XO/Allegiance
Hello All,
Anyone out there using ISDN PRI from either MCI or XO/Allegiance?
Gotta make the choice today and the difference per month is only about
$25 in favor of MCI.
Billing is pretty much the same between the two so I have pretty much no
point of reference on which to choose.
Any thoughts from anyone experienced with these two compnies would be
greatly appreciated!
Thanks,
Wiley
2006 Oct 11
1
XO SIP Origination Services
I thought XO was reselling Level 3s (old Genuity assets) network/voip
just like Qwest ?
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
jk@bingoconsulting.com
Sent: Wednesday, October 11, 2006 3:38 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Load balance Asterisk server,when it is a SIP
2006 Apr 11
0
XO Callerid NAME
XO CAN supply callerid NAME on a NI2 PRI connection.
We have three of them and they work great. Its takes a little doing to
get to someone at XO that knows what they are doing
but XO does have some VERY good tech support people that know how to get
things done. It just takes a bit of work to
find them.
Outgoing CNAM is a different beast however. They can't take it via IE.
You need to get
2007 Sep 20
1
OT: Samsung Sprint CDMAoIP
http://gizmodo.com/gadgets/cellphones/sprintsamsung-instant-cell+to+wi+fi-box-is-official-named-airave-300451.php
The above is quite interesting, it would be interesting to see if it
uses sip, which I have no reason to believe otherwise, and if it does,
can it be hacked to talk to Asteirsk? In which case one could have a
very good extension to asterisk using any Sprint Cell phone, or maybe
even
2007 Apr 10
1
XO Flex T-1 & Asterisk
I have an XO t-1 line which includes VOIP on 5 lines. When a call
comes in, it drops the bandwidth on the t1 and when the call is over
bandwidth is restored. The provided a channel bank which does this.
My question is, if I use asterisk, then am I losing double bandwidth
for each call? For example the only way I guess I can connect to the
lines is from the 66block they provided which
2007 Dec 17
2
The XO laptop from the One Laptop Per Child (OLPC) program
There was recently a question on the R-help list about the eee pc. I
had a related question about the XO laptop from OLPC (laptop.org).
Has anyone looked at the development environment sufficiently to
determine if it would be possible to create an executable image for R?
The laptop itself only supports Python, Javascript, etc. but it is
running a real Linux operating system.
2007 Nov 15
1
Fwd: Re: [Olpc-open] XO review & Theora
As far as video playback is concerned, it seems to mostly come down to
how the video is compressed - although Gnash (the open flash player)
still has a ways to go to play flash media as well as the closed source
flash players.
For the Colingo activity and library, we've found it very difficult to
find optimum settings for flash and instead have decided to go with
Theora. We've managed to
2009 Apr 14
6
2B Channel Transfer on XO-based T1
I'm trying to get "blind transfer" from an incoming DAHDI line to an
external number to work on an * 1.6 install using a T1 from XO. The
documentation is very "distributed" and incomplete, so while it's not
working, it's definitely more likely my error somehow. Couple questions if
anybody is out there who even knows what TBCT is.
1) Is this even
2005 Mar 20
3
Choosing an ISP for Asterisk
I am the IT Manager for an international company who preserves its competitive edge by cutting costs. We are moving to a new office in about two months, and naturally, Asterisk came to mind as a way to implement a VoIP setup at low cost. My expertise is computers, not telephones, so all of this is new to me.
I need to know what the ideal setup for an Asterisk set up is. My idea is to have our
2007 May 31
1
Who are XO and L3?
Almost all DID providers refer to XO and L3. Are they the only sources for
DIDs in USA and everybody has to go to them? Could someone explain how
exactly it works?
Thanks
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070531/170b14cb/attachment.htm
2008 Nov 20
2
ISDN Cause codes
Hi All
Just been looking at stats for one of my sites, and I'm conserned about
the number of error cause codes being returned from the telco
for example
12000 calls processed
131 are cause code 31* normal. unspecified.*
139 are cause code 28 * invalid number format (address incomplete).*
112 are cause code 1 *Unallocated (unassigned) number.
*this adds up to about 3% of calls not
2006 Apr 10
4
callerid name inboune from PRI
I switched PRI vendors recently, and one of my questions was "do you provide caller ID name in addition to number?"
AT&T Local did not, But XO communications said they did.
Before I call to complain, is there an setting to turn this on in asterisk?
I want to make sure that I have my side covered before I call XO.
My current zaptel.conf is:
context=from-pstn
switchtype=national
2012 Nov 08
2
Comparing nonlinear, non-nested models
Dear R users,
Could somebody please help me to find a way of comparing nonlinear, non-nested
models in R, where the number of parameters is not necessarily different? Here
is a sample (growth rates, y, as a function of internal substrate
concentration, x):
x <- c(0.52, 1.21, 1.45, 1.64, 1.89, 2.14, 2.47, 3.20, 4.47, 5.31, 6.48)
y <- c(0.00, 0.35, 0.41, 0.49, 0.58, 0.61, 0.71, 0.83, 0.98,
2004 Sep 02
2
${CALLERID}
Hi,
need a quick help ... it should be easy but ...
exten =>_9898,1,Answer
exten =>_9898,2,VoiceMailMain(${CALLERID}@domain)
Accepting overlap call from '342' to '9' on channel 0/2, span 3
-- Executing Answer("Zap/8-1", "") in new stack
-- Executing VoiceMailMain("Zap/8-1", "@domain") in new stack
As you can see there
2003 Dec 15
1
nls arguments
Hi all,
I've got a problem with the nls function.
I have an adjustment which works when I fix one of the argument of my
function (Xo=150) :
*Xo*=150
f<- function (tt*,Xo*,a,b) ifelse(tt<*Xo*,a*exp(-b**Xo*),a*exp(-b*tt))
ajust<-nls(RER~f(tt,*Xo*,a,b),data=data.frame(tt=Ph2[,2*k],RER=Ph2[,2*k+1]),start=list(a=0.5,b=0.014))
But, when I use it as a "normal" parameter (and
2004 Dec 08
3
CPC, Calling Party Control, Disconnect supervision, -- how to tell that to Verizon (east coast)?
> >
> > I would be grateful if anybody could tell me what I should
> > tell Verizon
> > in NJ so they would enable "disconnect supervision" for my lines.
> >
> > Apparently "remote hangup notification" or "disconnect
> supervision" or
> > "calling party control" is NOT the magic phrase for them. Although
>
2013 Apr 07
2
nfs timeout
hi,
I use automounter to mount to many hosts
/net/<hostname>/dir
When the hostname is unavaliable it seems NFS gets stuck. I would like to
set a NFS timeout (say 60 secs). If not available then error. I need to use
hardmount but is there such a thing as NFS client timeout?
--
--- Get your facts first, then you can distort them as you please.--
2005 Jan 04
1
Sprint Vision Phones ReadyLink=SIP?
I was playing with a Sprint Vision phone recently and noticed when viewing
the low level ReadyLink configuration screens that there are references to
SIP registrars and the like. Does anyone happen to know if Sprint's
implementation of ReadyLink truly is SIP based, and if so, managed to get it
to interoperate with Asterisk. If so, it would prove to be an interesting
paging mechanism and
2009 Jul 10
2
theora sprint
hey,
Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write
free manuals about free software and in August (10-15) we will hold Book
Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We
will write a really good manual (book) about Ogg Theora in 5 days. The
event will be in Berlin.
We want to cover a lot of stuff, but we hope to get our teeth into at
least some of
2009 Jul 10
2
ogg theora book sprint
hey,
Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write
free manuals about free software and in August (10-15) we will hold Book
Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We
will write a really good manual (book) about Ogg Theora in 5 days. The
event will be in Berlin.
We want to cover a lot of stuff, but we hope to get our teeth into at
least some of