Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: Teviot on November 28, 2008, 12:14:21 AM
-
Hi Guys
just wondering what the following means
[Nov 28 10:12:53] NOTICE[6433] cdr.c: CDR simple logging enabled.
[Nov 28 10:12:53] NOTICE[6433] indications.c: Removed default indication country 'au'
[Nov 28 10:12:53] ERROR[6433] res_config_pgsql.c: Postgresql RealTime: Failed to connect database server asterisk on 127.0.0.1. Check debug for more info.
[Nov 28 10:12:53] WARNING[6433] res_config_pgsql.c: Postgresql RealTime: Couldn't establish connection. Check debug.
[Nov 28 10:12:53] NOTICE[6433] res_odbc.c: Adding ENV var: INFORMIXSERVER=my_special_database
[Nov 28 10:12:53] NOTICE[6433] res_odbc.c: Adding ENV var: INFORMIXDIR=/opt/informix
[Nov 28 10:12:53] WARNING[6433] res_smdi.c: No SMDI interfaces were specified to listen on, not starting SDMI listener.
[Nov 28 10:12:53] WARNING[4579] chan_sip.c: tos value at line 11 is deprecated. See doc/ip-tos.txt for more information.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: Starting AEL load process.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: merged config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] pbx_ael.c: AEL load process: verified config file name '/etc/asterisk/extensions.ael'.
[Nov 28 10:12:53] NOTICE[6433] app_playback.c: Reloading say.conf
Thanks in Advance
Teviot
-
We are seeing something similar
[Nov 30 19:16:31] WARNING[23171] chan_sip.c: tos value at line 11 is deprecated. See doc/ip-tos.txt for more information.
[Nov 30 19:16:31] WARNING[23171] chan_sip.c: Section 'wdp_out' lacks type
[Nov 30 19:16:32] WARNING[23531] config.c: No '=' (equal sign) in line 30 of /etc/asterisk/queues.conf
Any clues. Otherwise seems to be working
The queues.conf file has a 1 at the end. Have taken it out under General edit but it then comes back.
;# DO NOT MODIFY THIS FILE! It is updated automatically by the
;# SME Server software. Instead, modify the source template in
;# an /etc/e-smith/templates-custom directory. For more
;# information, see http://www.e-smith.org/custom/
;#
;# copyright (C) 2005-6 Selintra Ltd. United Kingdom
;#------------------------------------------------------------
[general]
persistentmembers=yes
;Queues
[office]
musiconhold=default
strategy=ringall
timeout=300
retry=5
wrapuptime=0
maxlen=0
announce-frequency=30
announce-holdtime=yes
;Agents
member => Agent/1001
1
-
tos values changed in 1.4. The old 1.2 values still work so we've never bothered to change them. The message says they WON'T work in the next release (1.6) so we'll need to change them at some point.
Something wrong in line 30 of queues.conf. No big deal, asterisk will just ignore what it can't parse. Look at queues.conf line 30 to see what's wrong (value of 1?).
Best
S
-
Yes the problem is the "1" as it is the only thing on line 30. But do not know where it comes from. Editing the file under "General Edit" and removed the last few lines did nothing. It would seem to be coming from a script or background template?
-
Here is my queues.conf file from the general edit tab
;#------------------------------------------------------------
;# DO NOT MODIFY THIS FILE! It is updated automatically by the
;# SME Server software. Instead, modify the source template in
;# an /etc/e-smith/templates-custom directory. For more
;# information, see http://www.e-smith.org/custom/
;#
;# copyright (C) 2005-6 Selintra Ltd. United Kingdom
;#------------------------------------------------------------
[general]
persistentmembers=yes
;Queues
What should I doto maybe fix the log entry?
Teviot