similar to: FXO port trhoug optimum voice VOIP service

Displaying 20 results from an estimated 6000 matches similar to: "FXO port trhoug optimum voice VOIP service"

2005 Aug 18
3
Optimum online-upload throttling confirmed.
Hello All, I was recently fighting with an optimum online connection in NY. I finally got in touch with someone that confirmed they are throttling my upload connection. I just wanted to make everyone aware of it, so if you have problems if your ping times jump erratically, this could be the cause. Their suggestions were, although you can upload a lot, do not do it constantly. They do not want
2004 Jul 21
1
Digium card x100p
hi, i've a question. is it possible to buy digium x100p card from italy in some store (also online) without ordering it from USA? on more, did anyone buy a modem with intel chipset 537 or md3200 and where (in italy)? Thanks __________________________________________________________________ Tiscali ADSL Senza Canone, paga solo quello che consumi! Non perdere la promozione valida fino al 27
2005 Jan 10
4
Generic modem question
Does asterisk support the intel 537/md3200 chipset? I don't want to start any flames here, I know all about using generic crap in asterisk,[*] which I really don't approve of other than for testing, but I have a customer demanding a generic chipset for his one backup analog line. He will not spend the money for a Digium card and says he will find another company if I can not provide a
2005 Aug 09
2
X100P Wildcard - Hassle free clone?
Now that the X100P is no longer being offered by Digium, what is the best solution? I seem to have run into a few posts where people talk about problems they've had with their X100P clone cards (dropping calls, echos, etc) other people seem to not have any problems. Of the three chipsets that will work: Intel 537EP, Ambient MD3200, and Motorola 62802 (as seen here
2004 Jun 27
1
Source for MD3200 modem cards?
It seems that the Apollo MD3200 winmodem sold my newegg no longer uses the MD3200 chipset. At least the $13 version I ordered arrived with a different chipset. I made them aware of the issue and hopefully they will be changing their description soon. Anyway, I'm looking for a new source now, anyone know where to get these cards cheap? I know there is ebay, but I'm thus far getting sellers
2004 Mar 30
4
Modems
Do normal modems work with asterisk?
2004 Aug 07
4
Generic X100P setup issues
I am starting to dip my toes into the asterisk world, and to that end I've scavenged an old PC (this is a home project, and I have basically $0 to spend on it), and installed FC1. I've purchased a clone X100P (or at least I was told it was), and I am trying to get it to work. However, when I try and load the wcfxo module, I get the following errors... [root@loudhoward root]# insmod
2005 Feb 01
3
X100P Clone
I'm new to asterisk and fror a cupple of days I heave been googleing the net for digium "clones", because it's very hard for me to get a digium card (X100P). Does anyone Know another substitute for X100P (I know that intel based modem with chip 537/MD3200 is working but I did not find any of those) ? I made it work with an Intel 536 (with a costumised driver that I found on
2005 Aug 12
2
v92 modems
Hello, Is it possible to use v92 ( a few chipsets version ) modem as FXO PCI modules ? While googling I found some postings on the subject. Thanks Varun
2005 Mar 11
1
Incomplete incoming fax using spandsp 0.0.2pre10
Hi, I have successfully compiled spandsp 0.0.2pre10 with * 1.05 which can accept inbound fax calls. However, all fax received are incomplete (the first 10% of an A4 page is fine, the remaining is either missing or garbled). I suspect this is due to 'training error' (see below) which, according to Steve Underwood's postings, cannot be resolved further. I wonder if it would help to
2006 May 02
3
Need help configuring TE100P and 3 X100P clone with MD3200 chipset
I can either get the TE100P working or the 3 X100P clones working, but never both. I have the TE100P connected to a channel bank, and X100P clones to lines from the phone company. This is my zaptel.conf span=1,1,0,d4,ami fxsks=1-24 loadzone=us fxols=25-27 loadzone=us I then do [root@asterix root]# modprobe zaptel [root@asterix root]# modprobe wcte11xp ZT_CHANCONFIG failed on channel
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
2005 Jan 08
3
Echo on Zaptel FXO :(
Hi All, I've got an MD3200 modem which is working as a Zaptel FXO interface for Asterisk (X100P clone I believe). It seems to work, but on incoming or outgoing calls I can hear the other party ok but when I speak, I hear my voice echo back at me (quite quietly but it's distracting!) on everything I say. The other party doesn't seem to hear the echo - they just say I sound a bit quiet.
2015 Aug 19
4
Optimum Block Size to use
Hi All We use CentOS 6.6 for our application. I have profiled the application and find that we have a heavy requirement in terms of Disk writes. On an average when our application operates at a certain load i can observe that the disk writes / second is around 2 Mbps (Average). The block size set is 4k ******************* [root at localhost ~]# blockdev --getbsz /dev/sda3 4096
2005 Mar 26
3
Asterisk with Winmodem
I've read that it is possible to setup * using a winmodem (linmodem). I was wondering if anyone on the list has setup * with a winmodem and if so how they did it. I have a pctel modem (pct789) I'd like to play with. Thanks for your help Jared
2004 Apr 26
8
Intel 537ep
Owias, The 537 is, for the most part, a drop-in replacement for the Digium card. Please search the archive and the Wiki, as there have recently been several discussions about this exact subject. To my knowledge that is about the only modem that works, but keep in mind it is _not_ supported. That being said, follow the instructions on Digium's site for installing the X100P and you should be
2012 Mar 29
1
Data handling/optimum glm method.
Hi there, I am trying to fit a generalised linear model to some loan application and default data. The purpose of this is to eventually work out the probability an applicant will default. However, R seems to crash or die when I run "glm" on anything greater than a 5-way saturated model for my data. My first question: is the best way to fit a generalised linear model in R to fit the
2009 Apr 01
1
Request: Optimum value of cost complexity parameter "k" in "tree" package
Dear R community I have a question regarding the value of cost complexity parameter "k" used in "tree" package for pruning purpose. Any help in finding the optimum value of "k" is requested. Please give some suggestion in this regard. In the example below i used k=0 but i don't know why? But if i use k=NULL, then it will not plot the resultant tree.
2004 Apr 18
4
Intel 536ep as a FXO?
Hi, I've seen some reports about ruuning Intel modem with 537 or MD3200 chipset running with Zaptel drivers as a FXO port. Did anybody managed to set up a PCI faxmodem based on Intel536ep chipset to work with * and Zaptel drivers? Modem seemd to work just fine with Linux, but the driver says no;) some more info: Linux 2.4.26 mazuchna:~# cat /proc/pci | grep 536 Communication
2004 Dec 15
3
PRI incoming call????
Hi all, I have a E100P digium card installed in my server, and now I am working with the incoming call to this PRI interface. my extensions.conf file for incoming call is: [default] exten => , 1,Answer exten => s,1,Dial(SIP/2001,20) exten => s,2,Hangup And when the incoming call comes, it appears: -- Executing Dial("Zap/1-1", "SIP/2001|20") in new stack