search for: res_config_sqlite

Displaying 4 results from an estimated 4 matches for "res_config_sqlite".

Did you mean: res_config_sqlite3
2011 May 23
1
[Fwd: FW: extconfig.conf]
...tart at 1 and be sequential (i.e. if you have only priorities 1, 2, ; and 4, then 4 will be ignored, because there is no 3). > ; > ; "odbc" is shown in the examples below, but is not the only valid realtime ; engine. There is: > ; odbc ... res_config_odbc > ; sqlite ... res_config_sqlite > ; pgsql ... res_config_pgsql > ; curl ... res_config_curl > ; ldap ... res_config_ldap > ; > ;iaxusers => odbc,asterisk > ;iaxpeers => odbc,asterisk > ;sipusers => odbc,asterisk > ;sipusers => mysql,asterisk,sip_devices > ;sippeers => mysql,aster...
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 I can do to repa...
2012 Sep 06
1
Asterisk Test Suite error
...d --- SKIPPED --> Dependency: SIPp -- Met: True --> tests/channels/SIP/handle_response_address_incomplete --- PASSED --> tests/channels/SIP/realtime_sipregs --- SKIPPED --> Dependency: twisted -- Met: True --> Dependency: starpy -- Met: True --> Dependency: res_config_sqlite -- Met: False --> tests/channels/SIP/realtime_nosipregs --- SKIPPED --> Dependency: twisted -- Met: True --> Dependency: starpy -- Met: True --> Dependency: res_config_sqlite -- Met: False --> tests/channels/SIP/SDP_offer_answer --- PASSED --> tests/channels/SIP/...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...load=yes preload => func_strings.so noload => pbx_gtkconsole.so load => res_musiconhold.so noload => chan_alsa.so noload => chan_oss.so noload => chan_console.so noload => chan_ooh323.so noload => chan_skinny.so noload => chan_h323.so noload => cdr_odbc.so noload => res_config_sqlite.so noload => res_config_odbc.so noload => res_jabber.so noload => cdr_pgsql.so noload => cdr_sqlite.so noload => res_config_pgsql.so noload => cdr_sqlite3_custom.so noload => chan_gtalk.so noload => chan_jingle.so noload => res_snmp.so noload => res_odbc.so noload =&gt...