similar to: Adding 4000 Lines to asteriskdb via asterisk -rx ?

Displaying 20 results from an estimated 400 matches similar to: "Adding 4000 Lines to asteriskdb via asterisk -rx ?"

2016 Apr 20
3
Deliver same E-Mail in same Mailbox only once ?
Hi there, I have a customer with domain a at tld and domain b at tld. b.tld is an alias for a.tld The Server is using virtual users based on mysql, dovecot for delivery and Maildir for Mail-Storage. If someone writes an e-mail to a.tld with a cc: to b.tld the customer receives the E-Mail twice. Is there a way to deliver the same Mail in the same Mailbox only once ? -- Christoph Adomeit
2016 Jan 08
4
How to skip errors on doveadm backup for migration ?
Hi there, I have to migrate data out of a very old (debian 4) and buggy cyrus mailserver. About 40 Users with 200000 Messages each. Doveadm backup works quite well and gives me most of the mails. About every 100.000 Mail cannot be exported by cyrus. I do not want to bother about these errors. Maybe it is filesystem, maybe it is memory leak, or cyrus bug or whatever. My problem is that doveadm
2007 Jul 09
4
Problems sending more than 2 SMS with asterisk / smsq
When i send more than one messages shortly after the other, my log (/var/spool/asterisk/sms ) looks like this and only two of four messages arrive. What am i doing wrong ? I am using an AVM B1 PCI with chan-capi and 1.4.4. and also, when sending with smsq -x only two of the messages are handled. (i thought, asterisk itself handles the queues ? ) Here the log: 2007-07-09T15:04:14 YOM04 0 -
2004 Apr 29
1
Asttapi in Terminalserver/Muliuser Setup ?
Hi, I evaluated asttapi, it fits our needs to dial with asterisk out of windows applications. But we are working with rdesktop on a windows 2000 terminal-server, 3 Users on 1 Machine Whenever a user Sets up asttapi via outlook the configuration changes for all users. For example when I enter sip/340 as my extension, the other users also have sip/340 in their configuration. Do you know a trick
2016 Jan 23
4
dsync: INBOX Can't be deleted
Hi, I am Migrating an old cyrus mailserver to dovecot. in the old cyrus Mailserver all User Mailboxes are sub-mailboxes of their INBOX. I have to preserve that structure. During Migration with dsync I get these Errors: Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted Is there a way to work around these Errors ? Thanks Christoph
2004 May 19
1
What has happened to my asterisk/PRI ?
Hi there, I have an asterisk server with cvs-code from May 13,2004 and a Quad-PRI Card. 1 Port of the Quad-Pri is connected to the Telekom-PSTN, the other Port is connected to an Alcatel PBX. What I want is to make Asterisk Bridge the Calls from PBX to PSTN and to add some VoIP Functionality and Logging. Everything worked fine while testing but suddenly (maybe under higher load ?) the system
2010 Aug 03
1
sip.conf register in realtime DB
Hello list, scrambling different pieces of info together I've come with the following : I want to have my "register =>" statements in a MySQL-database, so I've made the following table. table ast_config : id 1 cat_metric 0 var_metric 0 commented 0 filename sip.conf category general var_name register var_val username:password at sip.provider.net In ext_config
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me: [root at toast jack]# tail /var/log/qmail/qmail-smtpd/current @400000004e9ddbd031610f54 tcpserver: status: 0/20 @400000004e9ddbd72c767c04 tcpserver: status: 1/20 @400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235 @400000004e9ddbd739a20d1c tcpserver: ok 12039
2006 Sep 08
4
Does acts_as_attachment :storage => :db_system work?
I found the post about needing to install acts_as_attachement_1_1_6 if you are not on edge rails. But I am having trouble getting db_system storage to work. As far as I can tell in from the database, things are working, but I don''t see how my model table hooks up with the db_files table so I am having trouble altering the image_tag from the tutorial
2006 Mar 28
1
Asterisk to MySQL Data Lookup Warning Message?
Hi All, I'm getting a strange warning message when I perform a MYSQL data lookup. The operation performs fine, I retrive the data I'm looking for and continue on through the dial sequence without an issue. I'm wondering if this warning message is something to be concerned about, can't find any info about it. warning message: Mar 28 15:55:40 WARNING[27481]:
2008 Oct 08
11
Using image_tag and send_data
I am using image_tag to load an image that I''ve saved to the database (using attachment_fu if you''re curious but that''s probably not relevant here): VIEW <%= image_tag ''/photo/get_image/5'' %> CONTROLLER def get_image @photo=Photo.find(params[:id]) send_data(DbFile.find(@photo.db_file_id).data, :type =>
2009 Mar 06
5
work around the 64 pickupgroups limit
Hi! What are the typical ways to work around the 64 groups limit? thanks klaus
2013 Jan 24
5
Searching for Nodes
Hello All, I''m reviewing switching to puppet from chef and am trying to identify how to port the various features. I have hit a stumbling block searching for nodes. In Chef i could search for a node by role, but I am lost as how to do this with puppet and classes. Example: I want my load-balancing node to look for all application server nodes and grab their ip address (and hostname
2006 Jul 31
9
Problems with ever-increasing ID value
I have a script that I am using to populate a database from a CSV file: RAILS_ENV = ''development'' require File.dirname(__FILE__) + ''/../../config/environment'' require ''csv'' # Destroy existing data Residence.destroy_all # IMPORT DATA FROM apartments.csv db_file = "#{RAILS_ROOT}/db/apartments.csv" CSV.open(db_file, "r",
2004 May 05
3
Problem with PRI and overlapped dialing
Hi There, I have an asterisk an a Digium 4 Port E1 Card On E1 Port No. 1 I have the Telekom PRI On E1 Port No. 2 I have an Alcatel PBX that cannot be changed So I have setup my asterisk between Alcatel and Telekom In extension.conf i configured: [telekom] exten => _9149.,1,Dial,ZAP/g2/${EXTEN}; exten => _9149.,2,Hangup This works great, all incoming calls are directly routed to alcatel
2009 Jan 24
2
Reading/Writing the Astdb
All; I have a question regarding the Astdb. When reading more than a few values, it can take quite a while to grab several values in the astdb using say, asterisk -rx "database show" > output.txt and work with that and then set a new value such as asterisk -rx "database put $key $value". The whole process can take over 1 second for EACH ENTRY which adds up for more than a
2010 May 21
2
Using unix socket to connect with database
Hello, I am using asterisk realtime with a postgresql database on the same server. In res_pgsql.conf I have specified [general] dbhost=localhost dbport=5432 dbname=asteriskdb dbuser=psql dbsock=/tmp/.s.PGSQL.5432 Since both asterisk and db are on same server, I would like asterisk to connect to db using the local unix socket. However asterisk is not using the local unix socket to connect to
2007 Nov 29
1
mongrel_upload_progress and attachment_fu
Can one use mongrel_upload_progress in combination with attachment_fu (db_file)? I wan''t to store uploaded files directly in a mysql-database - not in the filesystem. Is there a way to use mongrel_upload_progress to do this, or do I have to store files in the filesystem and copy them to the database? Thanx
2006 Dec 23
1
mySQL and to many connections with SQL statement UPDATE
Hi, If Iam doing UPDATE SQL statements I got an overload for connection. am doing everytime an Disconnect ${connid}) but this is ignored. any idea? best regards Thomas
2002 Jul 14
6
20020710 & winetest
Last 3 wines are failed to compile on various reasons. (If I remember correctly: 20020411 compiles; 20020509, 20020605, 20020710 does not.) wine 20020710 make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC