similar to: MySQL: max realistic size of extensions table.

Displaying 20 results from an estimated 20000 matches similar to: "MySQL: max realistic size of extensions table."

2005 Jun 11
0
Voice quality of Softphones vs. IP Phones an d Gateways.
In our experience, the total cost of softphones(money, reduced sound quality and lower reliability) in a large call center environment is actually greater over time than the cost of a channelbank and cheap analog headphones. We've tried 2 softphones, 2 kinds of SIP VOIP hardphones, 2 kinds of SIP analog adapters and we've tried channelbanks over the last 3 years. Right now we are half done
2005 Jun 06
1
Quotation request: 12 KHz signal generation for billing purposes.
Could anyone quote a price for the following project. We should be able to generate a specific (say 12Khz) signal at certain intervals (calculated using a price/rate table on a mySQL database) DURING an ongoing conversation. The conversation is to be marked (start and end) with specific signals as well. This is a requirement for special hotel applications where a device counts the signals to
2011 Dec 12
0
glusterFS : realistic for 40 nodes hypervisors and 100To ?
Hello, I'm working on a cloud/virtualisation platform and i'd like to know your point of view. I'm dream about a shared file system (or cluster filesystem) for lots of hypervisor with lots of shared disk space (for HA, hot migration,...). Well glusterFS seems very cool, easy configuration, work in only shared storage way (no need for replication). Can I use it for 40 nodes and
2005 May 29
2
Peer to Peer calls
Can anybody please answer this. Both clients are behind different NAT's. One of them starts a SIP call to the other through Asterisk. Asterisk sets up the call. Issues reinvite and connects them together. After this point does the media stream flow through Asterisk or Peer to Peer? Does such a call use any system resources of Asterisk server after connection? Thank you in advance.
2010 Jul 06
0
Realistic mirror performance expectations?
I'm currently evaluating glusterfs to see if it will work for our needs. I've setup a little test environment with 3 fairly fast machines and 4 raid devices. When using gigabit ethernet between the 3 systems, I get about 14%-20% performance (vs using the filesystem locally) on large files and about .5%-17% performance on small files. I used bonnie++ for benchmarking. Since these numbers
2005 Jun 11
0
In Dial Application, reading the L(x[:y][:z]) parameter from database.
In the dial application when configuring the Limit parameter: L(x[:y][:z]): Limit the call to 'x' ms, warning when 'y' ms are left, repeated every 'z' ms) I want to read 'z' from database, based on the dialed number. How is this possible? Cenk. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 11
0
Voice quality of Softphones vs. IP Phones and Gateways.
I've tried almost any softphone available on the market with many different PC, soundcard, headphones combinations. None of them prooved production reliable in a call center environment. I've also tested many IP Phones and Gateways. Even the cheapest one supplies much better quality. Is this a fact or am I missing a point. I would certanly prefer a softphone because of cost and
2006 Jan 16
1
Max Filesize MySQL CentOS 3
Anybody offhand know the maximum filesize for a MySQL table? CentOS 3.6 Linux native ext3 filesystem MySQL version 3.23.58 TIA John Hinton
2010 Mar 16
1
MySQL max clustering package?
Can anyone tell me what the scoop is on this? I read that CentOS was releasing the enterprise/cluster capable MySQL in the CentOS-Plus repo's but I don't see it there. I don't want to use the mysql.com packages (if they are even available -- didn't they stop supplying the binaries for this to the public)? I'm trying to setup failover, load balancing clustering of
2012 Jul 16
0
ACL with MySQL dict => full table scans
Hi! I'm just installing ACL support on 2.1.6. When a user changes these ACLs, this results in a full table scan on the dictionary, that tells dovecot who shares with whom. Here's what queries I see when I run $ doveadm acl delete -u user1 shared/user2/folder user=user1 1: SELECT dummy,to_user,from_user FROM imap_acl_shares 2: SELECT dummy,from_user FROM imap_acl_anyone 3: BEGIN 4:
2007 Jul 19
2
noise reduction capabilities
Hi, I am considering to use Speex in a particular environment and I want to ask if you thought it realistic. I am going to use Wireless SIP (G.711) handsets in an environment that is typcially noisey (background), connecting to an Asterisk PBX. I am considering converting the G.711 to Speex so I can "massage" out the background noise. Is this realistic? Any input would be great.
2005 May 18
1
Mysql cmd with Asterisk Problems
Hello all: I am trying to use the mysql command to retrieve information from a mysql database. my example here was formed from using the wiki reference to using the mysql command. The problem is with the fetch command. Here is the macro code: Mysql(QueryString=SELECT\ ivr-password\ from\ users\ where\ ivr-id=${userid}) Mysql(Query r ${connid} ${QueryString}) Mysql(Fetch fetchid ${r} dbuserpass)
2006 May 01
0
PostGIS and MySql Spatial Extensions in Rails
Hello, This post is to announce a new release of the Spatial Adapter for Rails, which is a plugin that adds support for columns of geometric types (point, linestring, polygon,etc...) to ActiveRecord. Currently the only supported databases are MySql and PostGIS. With this release, geometric columns should behave like columns of any other basic types in all areas: migration, data access, dumping
2004 May 13
0
extensions in mysql
I have already set up a mysql server and I can already use the sip configuration from mysql, but I'm still having problem with my extensions in mysql. I have followed the instructions in http://www.voip-info.org/wiki-Asterisk+extensions+from+mysql but I still can't use the extensions in mysql. From the sip-mysql , I had to add dbname, dbhost, dbuser and dbpass in the sip.conf under the
2005 Jun 10
1
Convert extensions.conf INTO MySQL script
I swear I read somewhere on one of the MANY pages that there is a script out there that can read the extensions.conf file and create the MySQL DB records on the fly. Anyone know where I look for such a thing? Sure speeds up migration! Chris Coulthurst chris@shuksan.com
2007 Jan 14
0
realtime mysql db performance difference with matching extensions
Hi All, I'm testing different ways to implement a LCR/OCN tabe to shift calls to multiple carriers for better rates. I'm using realtime mysql database access, asterisk 1.2.9.1 with mysql 3.23. Scenario 1: I send outgoing calls with with a Goto statement into the context with the realtime switch to dip into the mysql lcr database, currently I have ~13K records/routes. The database
2007 Apr 13
2
MySQL query from extensions?
What wrong with this: [get-dnisinfo] ; sub-routine to get owner's password exten => s,1,Verbose( == ) exten => s,n,MYSQL(Connect connid localhost root password dax) exten => s,n,MYSQL(Query resultid ${connid} SELECT\ password\ FROM\ dnislookup\ WHERE\ dnis=\'${IVR-Exten}\') exten => s,n,MYSQL(Fetch fetchid ${password} password) exten => s,n,Verbose( == Password found
2005 May 13
2
Asterisk extensions from Mysql
Hello I was just stuck around as to how I configure my Asterisk to access extensions from Mysql. I have made all the necessary changes in the extconfig.conf, the extensions.conf, res_mysql.conf, res_config_odbc.conf,res_odbc.conf as they have mentioned on the site www.voip-info.org <http://www.voip-info.org/> . But still I am getting the error as May 13
2011 Feb 24
1
extensions.lua with luasql.mysql.
Hi to all! I'm trying to create a context for integration with extensions.lua and libsql.mysql, but I'm not getting to run. When I reload the module pbx_lua.so the following error appears: [Feb 24 16:59:29] ERROR[30749]: pbx_lua.c:1249 exec: Error executing lua extension: error loading module 'luasql.mysql' from file '/usr/lib/lua/5.1/luasql/mysql.so':
2017 Jan 19
2
[RFC] IR-level Region Annotations
On Thu, Jan 19, 2017 at 11:46 AM, Mehdi Amini via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Jan 19, 2017, at 11:36 AM, Adve, Vikram Sadanand via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > Hi Johannes, > > > >> I am especially curious where you get your data from. Tapir [0] (and to > >> some degree PIR [1]) have