Displaying 9 results from an estimated 9 matches for "hadling".
Did you mean:
handling
2009 Feb 17
4
Network architecture
...isk
and I need asterisk expert answers in order to take decision...
1- Is there any Software limitation on asterisk regarding number of
simulltaneous calls?
2- Can 1 asterisk server handle 5000 simuitaneous calls if I have the
appropriate hardware?
3- It's etter to have one asterisk server for hadling 5k simultaneous calls
or divide the load on different servers?
Waiting your reply
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090217/2408e98d/attachment.htm
2004 Aug 08
2
System Reqirements HELP
want to get from SIP to ISDN or from SIP to SIP.
I only have a ADSL connection that means 786kb/s downstream and 128kb/s
upstream so i can max handle 2 sip calls at once.
I want to have 25 Accounts because of the different numbers for the
different phones.
Good, i wanted to buy a ready built pc from ebay but now i think i will
built a 19" rack case so i will built in a 1 - 1,5ghz intel
2007 Aug 21
4
communication between classes / hosts
Hi there, me again!
I´m looking for a solution for the following:
I have two (a bunch really..) of services that work together and have to
exchange some configinformation between each other. I can get this to
work in only one of three cases:
1. Works
#
class serviceB {
file {"serviceBconfig":
content => $serviceA::serviceAvar
}
}
#
#
class serviceA {
$serviceAvar
2001 Dec 09
1
Wine NT Services / Serial Port
Hi!
I'm currently working on a project to upgrade my car's display with NAV...
Due to prohibitive high costs of oem solutions (and limited use except for
nav), I decided to use a laptop, runnig that software...
So, I already have MS Autoroute 2001 (european version). Against my
expectations, this program runs fine with Wine release 20011004. However,
the GPS Add-In doesn't work.
2003 Aug 17
1
pre-newbie - some basic questions...
Hello All,
Been completely obsessed for the last two days with VoIP and Asterisk - running on 2 hours sleep and coffee - sorry if this is a little scattered...
Okay, I've got a small start-up company that installs traditional PBX (Nortel mainly) systems, data network infrastructure, commercial audio/video, residential audio/video/voice/data and we do lighting control systems...
I've
2000 Jul 26
3
Next Vorbis beta, MPEG+ enkoder
Hi.
When can we expect the next beta version of Vorbis encoder (with some
tagging & encoding options I hope)?
Also, today I tested MPEG+ encoder which you can download from
http://www.stud.uni-hannover.de/user/73884/mppenc.zip (win encoder)
http://www.stud.uni-hannover.de/user/73884/in_mpp.zip (winamp plug-in)
http://www.stud.uni-hannover.de/user/73884/mppdec.zip (win decoder)
It sounds
2009 Feb 09
3
Hangup extensions via CLI?
Greetings list-
I'd like the ability to hangup all calls for a particular extension from the system CLI. I understand this can probably be scripted using the AMI but I'm not familiar on how to do it. Help!
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
2006 Jan 24
3
Simple setup ...
Hi,
I'm currently looking to run Asterisk in the office to replace an old PBX
and would appreciate a little help. We are moving offices and will have 8
digital lines. My questions are:
As there are 8 digital lines is this known as PRI?
Which Digium card would be the best fit?
Would you recommend looking at the echo cancellation cards?
We are UK based: is caller id supported by Asterisk
2006 Sep 01
11
mongrel thread safety and global variables
In environment.rb file, I initialize a connection to some data vending
servers, through TCP sockets.
The connection object is global and hence the code:
#environment.rb
$generic_connection = ConnectionClass.instance (singleton class)
$generic_connection.connect_me( this call will make the connection)
The above approach is to make sure that, only one connection is made to the
data vending