search for: qwest

Displaying 20 results from an estimated 362 matches for "qwest".

Did you mean: west
2008 Jan 23
6
JRuby and callbacks?
...dles the callbacks. I''m not a Java guy, nor do I know JNA, but I''ll take a stab at it if no one else on the list does. Here are a couple of useful links: http://www.infoq.com/news/2007/09/jna-jruby https://jna.dev.java.net/ Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2008 Jun 10
4
Problems configuring a PRI...
I'm trying to get a Qwest PRI configured and working with my lab Asterisk server. They said that the switchtype is 5ess and the signaling is pri_cpe. My entries into zaptel.conf are: span=1,0,0,esf,b8zs bchan=1-23 dchan=24 loadzone = us defaultzone=us channels=1-23 And my entries in zapata.conf are: language=en...
2006 Jan 17
1
Qwest can't/won't
...id, except the county gov., and the school system. They come thru as "unavailable". They both want it, but they can't afford to get/give it. They'd have to switch back to individual lines to get that, at over 2x the cost, and they'd rather die. Now comes the interesting part. Qwest is offering most customers the option to block anonymous calls. All you have to do is dial a *xx and you won't get those pesky charity/politicals/telemartket/pollsters/magazineresubscibers/etc. And you won't get the county gov. or the school system calls either. Why? Well, apparently, the...
2006 May 18
0
E&M and Dial tone
I'm a bit confused about how to handle this. I have Asterisk sitting in the middle between a Qwest Long Distance T1 (Voice T1, D4, SF, AMI) and an external voice mail PC using a Dialogic D/240SC-T1 card. The Qwest T1 originally was connected to the Dialogic card directly. The signaling was set to E&M Wink Start because Dialogic used this as its default settings, so it just worked witho...
2004 Apr 10
1
Hum/bux on line
Rich Hi, After Qwest pronounced my circuits as within spec. (yes, disconnected from the house) I listened on the lines with my butt set. Clear of all noise and hum. I then got my box of Cat3 and laid a circuit around the outside of the house and into my lab. Still clear of all noise and hum. I then connected t...
2009 Oct 14
0
WaitForSilence doesn't work unless Background is called?
...ection is working properly. "presses" never plays, due to the constant noise. WFS works after a call to background but not before. I believe this is related to the "lines" we are using. By "lines" I mean the fallowing: g711 codec, SIP protocol, over DSL lines, with Qwest IPLD as the provider. Regular voice conversations are possible over the Qwest lines, and DTMF detection works well. We have tested multiple phones including a couple of our cell phones with various carriers. Any phone we call using the Qwest lines demonstrates the same behavior. When I call loc...
2010 Jun 12
2
Qwest PRIs
Hi, I'm trying to bring up two PRIs from qwest with asterisk and dahdi. I'm using an OpenVox D410E and the drivers are loaded. My system.conf looks like this: # Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF RED span=1,2,0,esf,b8zs bchan=1-24 # Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" (MASTER) B8ZS/ESF RED s...
2006 Sep 23
8
svn problems
I can consistently segfault the 0.10.4 gem, so I''m trying to get the subversion version working with hopes towards tracking the problem down. I have a fresh SVN checkout but: a) the version (in ferret.rb) claims to be 0.9.6; and b) Ferret::Index::FieldInfos and a couple other classes are missing at run time. It looks like this is because they''re not exported in the C
2008 Jun 10
7
Unraveling a FAR*
...a function on it? What is the equivalent of pUnknown->lpVtbl->QueryInterface() ? BTW, the prototype for GetActiveObject is: HRESULT GetActiveObject( REFCLSID rclsid, void FAR* pvReserved, IUnknown FAR* FAR* ppunk ); Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2005 Mar 03
3
Problems dialing out - possible settings changes
...is dialed the connection is made. The rest of the time I receive "the number you have dialed is not in service" from the phone company. I look at the Asterisk CLI info and it is saying that it connected g1/206391xxxx and the number is correct. I am using a standard copper line here via Qwest. Interesting thing, if I place this on an analog port off our Inter-Tel phone system, it seems to be 100% successful on the dial-outs. I have tried changing cords and even moved the server so it is plugged directly into our phone patch panel where the qwest line is terminated. Any ideas would be...
2008 Apr 30
8
Playing with NtQueryInformationFile
..."FileStandardInformation" and inspect the first 8 bytes of file_information (the AllocationSize), it''s always zero. The only thing I get out of the buffer at all is the NumberOfLinks, which is always 1. What am I doing wrong? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2008 Jun 04
3
Ruby 1.8.7
...such file or directory Creating Makefile Creating Makefile(6) : fatal error C1085: Cannot write compiler generated file: '''': Invalid argument NMAKE : fatal error U1077: ''cl'' : return code ''0x1'' Stop. Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2007 Oct 05
11
Session handling busted on Oracle
...#39; C:/ruby/bin/camping:16 So, for whatever reason, it''s not pulling the sessions_seq.nextval properly. At least, that''s my guess. I haven''t debugged further as I sorta lost energy at that point. Any ideas? Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2008 Nov 10
4
PathFindExtension and wide strings
...le_w = multi_to_wide(file_a) p PathFindExtensionA(file_a) # ''.txt'' => OK p PathFindExtensionW(file_w) # ''.'' => WRONG Is Ruby chopping the result because of an embedding null? How do we deal with it? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2003 Dec 02
4
John Brown from Chagres!
Sorry to everyone on the list, but for some reason this is the only reliable way to get hold of John. John Brown of Chagres Technologies, please contact me! I have been trying for weeks now to get hold of you via email and phone after wire transfering money into your account for the Grandstream phones we ordered, but so far I have not had a single response, nor have the phones arrived! Please
2008 Jan 16
2
Problem with win32-open3 and net-ping
...vior with net-ping on Windows, which uses win32-open3 (Open3.popen3) behind the scenes. Download (or checkout) net-ping and run this: ruby -Ilib test\tc_pingexternal.rb It looks like the test suite is running twice. What''s happening? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2008 Jun 25
3
[OT] Byacc error
...line.gsub!(''Ruby'', ''Sapphire'') line.gsub!(''RUBY'', ''SAPPHIRE'') fh.print line } fh.close # Rename the temp file to the original file File.rename(new_file, file) } This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...
2004 Dec 15
2
No Caller ID Name PRI NI2.
Okay, now I am really confused. I have two PRI's coming in from two different Carriers (QWEST and ELI), both of them are supposed to be setup to pass name and number on incoming calls. Problem that I am having is that I am not receiving inbound caller id name on either PRI, the only thing that both carriers have in common is that I am terminating into a DMS switch at the carrier. Obs...
2005 Jan 31
5
RE: Answering Machine Function?
-----Original Message----- <snip> Is this possible with asterisk? Anyone have a sample dialplan? -other than the problem outlined below I would try something like S,1,wait(20) S,2,voicemail(uwhatever) S,3,hangup That should ignore the call for 20 seconds and then leave a message in the unavailable greeting for 'whatever' then hangup That leaves another problem -
2007 Sep 25
2
Bug in win32-api with void prototypes?
...n `call'' from (irb):6 # Works with an explicit nil - intentional? irb(main):007:0> GetLastErrorA.call(nil) => 10038 # Old version ignores it irb(main):008:0> GetLastErrorB.call => 10038 How should we handle this? Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any a...