similar to: Best CoDec for high network latency

Displaying 20 results from an estimated 7000 matches similar to: "Best CoDec for high network latency"

2006 May 31
5
Asterisk crashes at startup
Hi List, Yesterday night after a power off due to a faulty UPS my asterisk doesn't want to start anymore. Here is what I get on the CLI: Asterisk Ready. *CLI> Disconnected from Asterisk server: Bad file descriptor. Executing last minute cleanups == Destroying musiconhold processes Asterisk uncleanly ending (0). I use 1.2.7 I think on a debian sarge and cdr_pgsql too. Any ideas?
2006 Feb 21
2
PSTN connection via IP/ethernet
Hey guys. If my Asterisk box connects to the PSTN using SIP and IP over ethernet and doesn't require any authentication, what sort of a trunk would need to be created? Thanks, -- Nick e: nick.hoffman@altcall.com p: +61 7 5591 3588 f: +61 7 5591 6588 If you receive this email by mistake, please notify us and do not make any use of the email. We do not waive any privilege, confidentiality
2006 Feb 21
4
TDMoIP and Asterisk
RAD appear to have bucketloads of products which bridge between various interfaces (E1, BRI, POTS) and their own TDMoIP protocol. The attractive thing about them for me is their availability in Australia. The voip wiki says not much about it (http://www.voip-info.org/wiki/view/TDMoIP), and certainly nothing about if there is any way to get Asterisk to talk TDMoIP. Despite the name, TDMoIP
2006 Jun 25
5
Signaling and media
Hi List, Is there a way to tell asterisk to only accept SIP streams from the same IP address that is used for signaling? Thanks, Jean-Michel. -- Jean-Michel Hiver - http://ykoz.net/ D?couvrez la R?union des Technologies IP & Telecom TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE
2006 Jan 29
4
Asterisk + XEN does it make sense?
Hi List, I was wondering if anybody had tried running Asterisk inside virtualization software such as Xen. Are there known problems doing it? Cheers, Jean-Michel. -- Jean-Michel Hiver - http://ykoz.net/ D?couvrez la R?union des Technologies IP & Telecom TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE
2006 Apr 10
6
Bandwidth Management
Hi, understand that the bandwidth utilized for each call is dependent on the codec used, wonder if Asterisk can monitor the total bandwidth utilized and restrict/reject new calls when the resource is insufficient to support them reliably? Regards Andy Tan -- Andy Tan andytan@fastmail.fm -- http://www.fastmail.fm - Does exactly what it says on the tin
2006 Jan 25
20
* point to point t1 solution?
Can anyone point me to a reference or sample config for bypassing a nailed up (point to point) t1 between two PBXs with asterisk and a pair of t1 cards? Right now I have 2 Nortel norstars connected to each other via a leased line t1. I also have a solid 10mbps low latency microwave link between the 2 sites. My goal is to run an asterisk box at each end with a t1 card and Ethernet card to
2006 Jan 31
2
Asterisk hardware.
Hello all, Just a question, on asterisk box : I looking on the web , for asterisk at large , and 'asterisk future of telephonie' ... If we would like to change our OLD PABX 600 phone with 4 E1, to install a asterisk with full ip phone in SIP, Could we use 1 Box for asterisk with voicemail, zap channels and some agi script ? thanks Fabrice
2006 Jun 01
2
Change g729 payload
Hi All, I have a SIP provider that tells me that my RTP stream uses a "20bytes payload in the g729 coded data". And they would like that we change this to 30bytes (3 frames). But maybe I'm wrong but isn't a certain payload just a standard for a codec ? And if I'm wrong, how can I change the payload for my g729 calls in Asterisk. Greetings, Attilla
2006 Jan 27
6
Getting started with Xen
Hi List, Being very new to Xen I have a few generic questions for the list, I hope to grab some useful advice and pointers to documentation. I am evaluating Xen to consolidate a few existing servers into one appliance (mainly in order to reduce power consumption, heat, and hardware failure risks). I plan to have a SER router, an Asterisk LCR router, a voicemail server, a calling card server
2006 Feb 09
1
SPA-3000 VOIP-PSTN gateway - longdelaybetweenanswering and ringing
You can even set it to zero. Mine works well when in zero. The line pick up immediately :> -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Stenton Sent: Thursday, February 09, 2006 6:57 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] SPA-3000 VOIP-PSTN
2006 Jan 27
3
Max concurrent calls
Hi, Does anyone know what is the amount of max concurrent calls that can be made in one Asterisk box? I heard that it is 256 and it doesn't depend on how good your machine is. It is the program constraint. What can I do when I need to have more calls than that. I read about connecting Asterisk boxes with IAX. Is it a good solution? Does anyone have other proposals? Cheers Andrew
2006 Feb 01
1
RE: Asterisk-Users Digest, Vol 19, Issue 10
Need help...I need to install a card to terminate 7 lines...I have not order the phone lines yet...I can either do analog lines 1FBs or order a fractional T1...any suggestions on what hardware would be easier to install and configure...also if I went with a T1...do I need an external CSU/DSU or anything or does it just plug into the T1 card...thanks.. -----Original Message----- From:
2006 Feb 08
1
SPA-3000 VOIP-PSTN gateway - long delay between answering and ringing
Greetings, We are currently testing a Sipura SPA-3000 as a gateway from our Asterisk system to a PSTN line for 911 access. We have a number of locations and want to place an SPA-3000 in each, connected to a PSTN line that will provide the correct ANI/ALI information to 911 for each location. It all works great, except for a reasonably significant (4 seconds) delay between when the SPA-3000
2006 Apr 10
4
asterisk credit card processing
Is there a way somehow to implement Asterisk with Credit Card Processing (IVR system)? -- #Joseph
2006 Jun 13
1
VOCAL + Asterisk
I want to start a community based voip network projcet and am thinkimg of using VOCAL and asterisk gateways..... my question is, has anyone bench marked asterisk vs VOCAL? is it a wise idea to use VOCAL + Asterisk or Asterisk all the way.........am expecting 1000 -> 5000 users.. your thoughts would be appreciated. _________________________________________________________________ Don't
2006 Jun 20
1
AGI: Dial and Recording my own CDR
Hi folks -- I have a FastAGI Perl script running, handling calls. It works great. At one point I have a Dial() command. If the called party hangs up, Dial() returns 0, and when I call my own recordCdr() function using the channel variables ANSWEREDTIME, DIALEDTIME and DIALSTATUS, everything is fine. However, if the called party picks up, and then the dialing party hangs up Dial() returns -1,
2006 Feb 05
5
IP PAX gateway to PSTN
Hi, If I setup an IP PAX gateway to handle VoIP calls to a traditional phone line, I am wondering how each VoIP call to the PSTN connection get charged by a local Telecom. Thanks Sam
2006 Jun 11
2
Callback Application: Suggestions Please.
Dear Asterisk Comunity, I'm thinking about developing a callback application based on the following scenario: 1. Customer Calls the outgoing number which is a PSTN line connected to my Zap channel 2. Asterisk captures the Caller ID and calls back the customer. 3. As soon as the customer picks up the phone, asterisk plays a promt to enter the Destination number. 4. Asterisk Connects the
2006 Jan 17
2
How do you deal with subprefixes with LCR?
Hi List, I am working on least cost routing code on the moment, and I am stumbling on a problem. Say you have provider A having: Prefix XXX 0.10 Prefix XXXYYY 0.20 And provider B having Prefix XXX 0.15 You're stuck, because you cannot decide if provider B's "XXX" prefix also covers XXXYYY numbers or not. If it doesn't, it would be a waste