Displaying 20 results from an estimated 65 matches for "parse_configs".
Did you mean:
parse_config
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk
2004 Nov 30
1
realTime configuration help needed
Hello all,
I recently noticed the realTime effort
and must say it is a nice idea!
I would appreciate any help to get it running ..
I downloaded the code & patches and succefully patched my asterisk
(CVS-HEAD-11/29/04-12).
- created a DB called asterisk, and a table sip using the schema
supplied at
http://bugs.digium.com/bug_view_page.php?bug_id=0002613.
- entered an entry:
insert into
2006 Jan 17
1
Asterisk LDAP Authentication Problem
Hi
I want to authenticate the asterisk users from the LDAP directory server not
from the sip.conf.
I tried to use the
astirectory-1.2<http://www.asterisk-ev.org/download/astirectory-1.2-0.3.tgz>.
But i am not able to configure it properly. If somebody
used it then please help.
In the res_ldap.conf file i made the following entries. I am using my normal
username and password to connect my
2006 Jan 18
1
LDAP direct authentication Problem
Hi
I need to authenticate all the asterisk users from the LDAP server instead
of from sip.conf.
If anybody already have done this then please guide.
I tried to integrate authenticate asterisk users from LDAP using the open
source project astirectory1.2.0.
After using the astirectory1.2.0 , now when the asterisk starts then it
registeres with the LDAP. Following logs shows it.
Jan 18 18:36:20
2014 Feb 17
2
[PATCH 1/2] fish: small refactor of config reading code
Even though so far there is just one possible setting to read, isolate
in an own function the code to parse a configuration file and read the
settings out of it.
Now there's a new config_t handle used every time, but since config_read
would reset an handle completely, there is no behaviour change.
---
fish/config.c | 88 +++++++++++++++++++++--------------------------------------
1 file
2007 Mar 01
5
Asterisk Realtime
Could someone provide some steps for troubleshooting Realtime? I can't see
any signs that it's working. I followed and double-checked a few different
guides around the net, but haven't been able to figure it out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jul 13
0
[PATCH] gfxboot: change handling of keywords
Makes handling of keywords more flexible.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
Index: syslinux-3.82-440-g6483c80/modules/gfxboot.asm
===================================================================
--- syslinux-3.82-440-g6483c80.orig/modules/gfxboot.asm
+++ syslinux-3.82-440-g6483c80/modules/gfxboot.asm
@@ -699,33 +699,39 @@ parse_config:
mov bx, msg_crlf
int 22h
2009 Apr 09
0
[PATCH] gfxboot: parse DEFAULT keywork in syslinux config file
The gfxboot COM module currently ignores the DEFAULT entry set in
syslinux config file and always default to 0 instead. This patch parses
DEFAULT entries in the config file and set the default entry
accordingly.
Signed-off-by: Christophe Fergeau <cfergeau at mandriva.com>
---
modules/gfxboot.asm | 34 ++++++++++++++++++++++++++++++++--
1 files changed, 32 insertions(+), 2 deletions(-)
2009 May 24
0
menu: alternative config file
...ify an alternative config file and it's also possible to
specify more than one file. menu.txt got
"If you specify more than one file, they will all be read, in the order specified."
What is the desired failure mode if one of those files doesn't exist?
com32/menu/menumain.c calls parse_configs() which itself calls parse_one_config (readconfig.c).
parse_one_config() returns -1 if the specified config file is not available, but the return code is not
checked in parse_configs(). The current failure mode is therefore "ignore". If this is by design it might
be worth mentioning it in...
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
2005 Jan 26
2
Issue with res_config_mysql.so in latest CVS
Hello,
I just checked out the latest CVS and compiled and now
get the following error:
[res_config_mysql.so] => (MySQL RealTime
Configuration Driver)
Jan 26 13:03:51 WARNING[27081]: config_old.c:27
ast_load: ast_load is deprecated, use ast_config_load
instead!
== Parsing '/etc/asterisk/res_mysql.conf': Found
Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561
parse_config: MySQL
2016 Jun 21
3
Disabling passdb pam in local.conf
* Edgar Pettijohn <edgar at pettijohn-web.com>:
> > Only /etc/dovecot/local.conf should be changed.
> >
> So you want the standard files to remain unchanged from default settings and override them with your settings in local.conf?
Exactly (he said that in his initial mail).
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Schlei?heimer Stra?e 26/MG, 80333 M?nchen
2005 Jan 30
1
Slackware + Asterisk + asterisk-addons
Hello
I am trying to get asterisk-addons installed so that I can use the mysql
cdr feature. OK, I have the MySQL server (mysqld) installed, but I
noticed that mysql-devel is also required. I tried to compile
asterisk-addons and got a:
--CUT---
res_config_mysql.c:422: error: unknown field `realtime_multi_func'
specified in initializer
res_config_mysql.c:422: warning: excess elements in
2017 Mar 06
2
config_cwd can be killed?
...old current
directory and not the new current directory.
Is that a useful or necessary feature?
Is Matt Fleming (author of the original code) still lurking on this
list to explain?
Or could IMAGE_TYPE_CONFIG set the directory before processing the config file.
Both menu.c32 and ldlinux.EXT have parse_configs() functions that they
send the argc/argv list they receive. Both functions handle multiple
arguments as multiple config files to be processed (with either
parse_one_config() or parse_main_config()). The documentation
(http://www.syslinux.org/wiki/index.php?title=Menu#Alternative_configuration_fil...
2009 Aug 24
1
problem on compiling asterisk-addons-1.6.2.0-rc1
hello,
I tried to compil asterisk-addons-1.6.2.0-rc1,
and I have that error:
[CC] res_config_mysql.c -> res_config_mysql.o
res_config_mysql.c:1367: error: unknown field ?update2_func? specified in
initializer
res_config_mysql.c: In function ?parse_config?:
res_config_mysql.c:1432: error: ?CONFIG_STATUS_FILEMISSING? undeclared
(first use in this function)
res_config_mysql.c:1432: error:
2016 Jun 01
2
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems
and change root suggested by --suggest option in virt-rescue.
Commands are passed on kernel command line in format
guestfs_command=command;. Command ends with a semicolon and there can be
multiple commands specified. These are executed just before bash starts.
On successfull run user is presented directly with bash in
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello,
I recently completed a fresh install of Asterisk
SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the
voicemail application module to load. Output from debug shows:
-------------------------------
[Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will
be loaded.
[Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error
loading
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
I found that the version of isolinux.bin (and the debug version too)
doesn't work on my Via C3 system. I get the SAY text, but never the boot:
prompt. C-A-Del doesn't reboot either.
The debug version does not print anything after announcing it's opening
the config file. Only the single SAY text follows. The cursor sits on
the next blank line, useless (no responses to key presses).
2016 Jun 09
2
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
In data mercoledì 1 giugno 2016 02:04:33, Maros Zatko ha scritto:
> --autosysroot option uses suggestions to user on how to mount filesystems
> and change root suggested by --suggest option in virt-rescue.
IMHO it should be called -i, like in the other tools, as what
--autosysroot does is basically the same.
> Commands are passed on kernel command line in format
>
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons
any one have fixed this problem. i want
res_config_mysql.so any one help me
-----------------------------------------------------
[root@localhost asterisk-addons]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/mysql -c -o res_config_mysql.o
res_config_mysql.c
res_config_mysql.c: In function `realtime_mysql':