Displaying 8 results from an estimated 8 matches for "cdr_sqlite3_custom".
2023 Mar 28
1
cdr_sqlite3
> On 2023-03-04 23:11, Sean Bright wrote:
>
> cdr/cdr_sqlite3_custom.c line 311
Hello,
I asked here recently how to change the location where
"cdr_sqlite3_custom" stores the sqlite database. The default is location
is "astlogdir".
I need to change this location without affecting the rest of the
asterisk logs.
Sean Bright suggested to patch cd...
2023 Mar 04
2
cdr_sqlite3
On Sat, Mar 4, 2023 at 1:29 PM, Fourhundred Thecat <400thecat at gmx.ch> wrote:
> /var/log/asterisk/master.db
>
> how can I change the location ?
>
> If this is not possible to change in the config file, where in the
> source code would I change that?
cdr/cdr_sqlite3_custom.c line 311
Kind regards,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230304/e192c0b9/attachment.html>
2023 Mar 28
1
cdr_sqlite3
On 3/28/2023 4:03 AM, Fourhundred Thecat wrote:
> > On 2023-03-04 23:11, Sean Bright wrote:
> >
> > cdr/cdr_sqlite3_custom.c line 311
>
> Hello,
>
> I asked here recently how to change the location where
> "cdr_sqlite3_custom" stores the sqlite database. The default is location
> is "astlogdir".
>
> I need to change this location without affecting the rest of the
> asteris...
2023 Mar 04
1
cdr_sqlite3
Hello,
I am using cdr_sqlite3_custom and the file is automatically saved as:
/var/log/asterisk/master.db
how can I change the location ?
If this is not possible to change in the config file, where in the
source code would I change that?
I am using asterisk 16.
thanks,
2018 Oct 23
2
After updating to 16 "Some non-required modules failed to load"
On Tue, Oct 23, 2018 at 1:35 PM Dan Cropp <dan at amtelco.com> wrote:
> The res_pjsip_transport_websocket failing to load seems to be a conflict
> with the chan_sip.so loading.
>
> When I make the chan_sip.so not load, res_pjsip_transport_websocket.so
> does load.
>
> We have customers who need chan_sip and chan_pjsip, so we need to load
> both. Is there a way to
2018 Oct 18
2
After updating to 16 "Some non-required modules failed to load"
...0.0
- do any of these matter?
[Oct 18 12:12:18] WARNING[4489]: loader.c:2228 load_modules: Some
non-required modules failed to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
res_pjsip_transport_websocket declined to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
cdr_sqlite3_custom declined to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
cel_sqlite3_custom declined to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules: pbx_ael
declined to load.
I do also notice a fair few of these in the log (note the typo on
"statement", not that i...
2023 Apr 06
1
log custom variable in cdr
...efined later, and sets one filename variable:
[macro-record]
exten => s,1,Set(FILE=${CDR(src)}-${CDR(dst)}.wav)
.....
my question is, how can I log this filename in my cdr ?
I would like to have custom field in my sqlite database, where this
filename is stored.
I added another column in my cdr_sqlite3_custom.conf with the variable
${FILE}:
columns => time, src, dst, duration, file
values =>
'${CDR(start)}','${CDR(src)}','${CDR(dst)}','${CDR(billsec)}','${FILE}'
but the column is empty
it looks like the variable is local to the macro, and does not exist...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...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 => cdr_adaptive_odbc.so
noload => res_smdi.so
noload => res_phoneprov.so
noload => res_musiconhold.so
noload => func_odbc.so
noload => chan_unistim.so
noload => ap...