similar to: XO Callerid NAME

Displaying 20 results from an estimated 2000 matches similar to: "XO Callerid NAME"

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
2006 Jun 12
0
Re: CallerID name inbound from PRI
XO fixed my caller ID name. I am using FreePBX and I can include a "wait" to my custom extensions. Is there a way to add a wait to the whole PRI? I assume that if I set immediate to yes, I can then have a "s" extension do the wait, but how would it get from the "s" to the DID extension? (also, I would rather not answer every call) Is there a "magic" spot
2003 Oct 16
1
CallerID not passed to Sprint & Verizon Cellphones via XO PRI
Hi, I have an odd problem where when a call is made to any landline phone the callerid number shows up on the caller id device with no problems. However when I call a cell phone from Sprint or Verizon it always shows up as unavaliable. I've tried multiple cell phones from each carrier. Though today I called a t-mobile phone and the callerid came through fine. Is this an * level problem
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
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
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 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
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 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
2005 Jul 05
0
Re: [Serusers] NAT considerations...
You will also need your SIP clients that are behind the same NAT to support ICE (Interactive Connectivty Establishment) if you want calls between them. Xten Eyebeam and Snom phones are the only ones I'm aware of that support it. On 7/5/05, Ricardo Martinez <rmartinez@redvoiss.net> wrote: > And even worst. > There are some kind of NAT that STUN does not work. > You can check
2014 Jan 17
0
[PATCH INCOMPLETE] launch: libvirt: Use C macros to simplify XML generation.
This commit implements some hairy C macros to simplify XML generation. Given the target XML: <cpu mode="host-passthrough"> <model fallback="allow"/> </cpu> The old code would have looked like this: XMLERROR (-1, xmlTextWriterStartElement (xo, BAD_CAST "cpu")); XMLERROR (-1, xmlTextWriterWriteAttribute (xo, BAD_CAST
2018 Oct 04
0
[PATCH v2 3/4] inspector: Use libxml writer macros.
Change virt-inspector so it uses the common set of macros. I also added: - single_element(): creates <foo>bar</foo> which is used extensively by virt-inspector - base64(): used by virt-inspector for the icon --- common/utils/libxml2-writer-macros.h | 26 ++ inspector/inspector.c | 524 ++++++++++++--------------- 2 files changed, 258 insertions(+), 292
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,
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
2018 Nov 02
0
[PATCH v3 2/4] common/utils: Move libxml2 writer macros to a common header file.
In some places when generating XML output in C code we use some clever macros: start_element ("memory") { attribute ("unit", "MiB"); string_format ("%d", g->memsize); } end_element (); This commit which is mostly refactoring moves the repeated definitions of these macros into a common header file. I also took this opportunity to change /
2006 Jan 20
5
Asterisk in SPA9000?
Did Linksys really use Asterisk for the SPA9000 software? -- Andres Technical Support http://www.telesip.net
2018 Oct 04
0
[PATCH v2 2/4] common/utils: Move libxml2 writer macros to a common header file.
In some places when generating XML output in C code we use some clever macros: start_element ("memory") { attribute ("unit", "MiB"); string ("%d", g->memsize); } end_element (); This commit which is mostly refactoring moves the repeated definitions of these macros into a common header file. I also took this opportunity to change / clean up
2016 Mar 07
0
[PATCH] inspector: add --no-applications and --no-icon
Add command line options to optionally disable the output of the installed application, and the guest icon. This makes the inspection slightly faster, producing a smaller XML to parse/process in case there is no interest in these details. --- inspector/inspector.c | 59 +++++++++++++++++++++++++++----------------- inspector/virt-inspector.pod | 14 +++++++++++ 2 files changed, 51
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
--_e6765d9c-a0eb-4881-9b60-b9820e4c5665_ Content-Type: multipart/alternative; boundary="_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_" --_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Murdoch=2C Attached file is the error message after installing 2.7.1/ or it patched wi= ndow version. After