similar to: Create ou update values ins ASTB when Asterisk is stopped

Displaying 20 results from an estimated 20000 matches similar to: "Create ou update values ins ASTB when Asterisk is stopped"

2015 Jul 07
0
What database should I use, for simple data storing? SQLite or the buitin one?
I believe that Asterisk 1.8 and older uses the BerkeleyDB for Asterisk's internal database (AKA the Astdb) and in newer versions use SQLite. However, the basic functionality is the same. Whether you use the Astdb or MySQL really depends on what you want to do with it. The AstDB is not a relational database like MySQL, it simply a key/value store. If you can get away with that, and you need
2008 Mar 09
0
replace astdb with a cluster-capable sql database engine (was: Re: asterisk-users Digest, Vol 44, Issue 22)
unix-odbc with Asterisk Realtime is one good way to use a different backend DB than MySQL. I haven't heard of "bit rot" problems running it over long times, but I'd like to if there are any. I'm particularly interested in seeing reports of Asterisk Realtime backed by Postgres. The problem with pointing dialplan DB functions like Set(DB) at unix-odbc (or any relational
2008 Mar 08
3
replace astdb with a cluster-capable sql database engine
I've been searching the Internet for information regarding the replacement of astdb with a modern sql engine. There are several reasons one would like to do this. First of all, external applications have a hard time reading/writing to the now-old astdb format. Also (and this is what interests me most), the sql astdb could easily be clustered throughout several servers (I'm looking for a
2020 Oct 29
2
astdbdir in asterisk.conf has no effect
Hello, On Asterisk 13.19 I'm trying to set astdbdir in /etc/asterisk.conf, but it's not having any effect. For example: # grep astdbdir /etc/asterisk/asterisk.conf astdbdir => /tmp/asterisk /tmp/asterisk exists and is owned by asterisk:asterisk, as the asterisk processing is running as asterisk:asterisk with the config file forced: # ps aux | grep asterisk asterisk 3389 13.1 3.5
2020 Oct 29
0
astdbdir in asterisk.conf has no effect
On Thu, Oct 29, 2020 at 3:05 PM Jeff Pyle <jeff at ugnd.org> wrote: > Hello, > > On Asterisk 13.19 I'm trying to set astdbdir in /etc/asterisk.conf, but > it's not having any effect. For example: > > # grep astdbdir /etc/asterisk/asterisk.conf > astdbdir => /tmp/asterisk > > /tmp/asterisk exists and is owned by asterisk:asterisk, as the asterisk >
2006 Jun 22
1
Routing inboud from ISDN to second * server.
Hi All, I have setup 2 asterisk servers using AAH 2.8. I have configured a IAX2 trunk between the 2 servers using the guide on dumbme. Trunk is not using register string and no authentication. In my dial plan I have 7XX numers on server B and 6xx numbers on Server A. Calls from my SNOM phones are ok between the extensions on the 2 servers. In server A I have a eicon 4 port BRI card connected.
2017 Mar 15
2
Having problem getting Asterisk to work on CentOS 7
What are you using for the database - SQLite? I am using mysql (mariadb). I am not familiar with SQLlite. Can you access the database from the console - look up the list of tables - display the contents from a table? Anything to see if your SQLite is working and has asterisk data in it. From your Asterisk console, |CLI> core show help database| should give you a list of commands that you
2014 Jul 15
0
Corrupted sqlite3 astdb back end
So I found out my astdb database is boink (asterisk 1.8.something): [Jul 15 06:42:28] ERROR[18769] res_config_sqlite.c: database disk image is malformed # first stop asterisk before doing this, and do it on a copy: sqlite3 ./sqlite.db .dump |less PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; /**** ERROR: (26) file is encrypted or is not a database *****/ ROLLBACK; -- due to errors (END) Anything
2009 Feb 24
2
astdb and Debian : can't use db4.5_dump
Hi, On Lenny, I typed "apt-get install db4.5-util " then (as root) : # db4.5_dump /var/lib/asterisk/astdb db4.5_dump: /var/lib/asterisk/astdb: unexpected file type or format db4.5_dump: open: /var/lib/asterisk/astdb: Invalid argument # file /var/lib/asterisk/astdb /var/lib/asterisk/astdb: Berkeley DB 1.85/1.86 (Btree, version 3, native byte-order) Is db4.5_dump appropriate to dump an
2011 Dec 15
0
Asterisk 10.0.0 Is Released!
The Asterisk Development Team is proud to announce the release of Asterisk 10.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 10 is the next major release series of Asterisk. It will be a Standard support release, similar to Asterisk 1.6.2. For more information about support time lines for Asterisk releases, see the Asterisk
2011 Dec 15
0
Asterisk 10.0.0 Is Released!
The Asterisk Development Team is proud to announce the release of Asterisk 10.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 10 is the next major release series of Asterisk. It will be a Standard support release, similar to Asterisk 1.6.2. For more information about support time lines for Asterisk releases, see the Asterisk
2011 Jul 22
0
Asterisk 10.0.0 Beta 1 Now Available!
The Asterisk Development Team is pleased to announce the first beta release of Asterisk 10.0.0-beta1. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With the release of the Asterisk 10 branch, the preceding '1.' has been removed from the version number per the blog post available at
2011 Jul 22
0
Asterisk 10.0.0 Beta 1 Now Available!
The Asterisk Development Team is pleased to announce the first beta release of Asterisk 10.0.0-beta1. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With the release of the Asterisk 10 branch, the preceding '1.' has been removed from the version number per the blog post available at
2011 Sep 27
0
Asterisk 10.0.0-beta2 Now Available
The Asterisk Development Team is pleased to announce the second beta release of Asterisk 10.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With the release of the Asterisk 10 branch, the preceding '1.' has been removed from the version number per the blog post available at
2011 Sep 27
0
Asterisk 10.0.0-beta2 Now Available
The Asterisk Development Team is pleased to announce the second beta release of Asterisk 10.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With the release of the Asterisk 10 branch, the preceding '1.' has been removed from the version number per the blog post available at
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
2008 Aug 15
3
AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?
Does anyone know enough about the implementation of AstDB to know whether the data structure is a Hash function, a Balanced-Tree, a b-Tree, or a Linked List? I'm trying to estimate the lookup 'cost' of a AstDB with around 160,000 keys? Obviously I already know that it WILL WORK, but the question is whether the data structure is optimal in the Berkeley DB AS IMPLEMENTED in Asterisk.
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 10.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All Asterisk users are encouraged to participate in the Asterisk 10 testing process. Please report any issues found to the issue tracker, https://issues.asterisk.org/jira. It is also
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 10.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All Asterisk users are encouraged to participate in the Asterisk 10 testing process. Please report any issues found to the issue tracker, https://issues.asterisk.org/jira. It is also
2008 Jan 02
1
How to stop the update of astdb?
Hello everybody, I am not using astdb (no func_db and app_db) so I am wondering why asterisk is always updating it. The interval of the update is not constant. Using lsof, I noted the intervals are somewhere between 1 minute to 12 minutes. The output of lsof says that asterisk, atd and crond processes were just active, just after the hard disk changed the state from standby to active/idle. I