Koozali.org: home of the SME Server

Unknown log entry ( to me )

Offline Teviot

  • *
  • 610
  • +0/-0
Unknown log entry ( to me )
« on: November 28, 2008, 12:14:21 AM »
Hi Guys

just wondering what the following means

Code: [Select]
[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
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline compsos

  • *
  • 472
  • +0/-0
Re: Unknown log entry ( to me )
« Reply #1 on: November 30, 2008, 10:25:59 AM »
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
« Last Edit: November 30, 2008, 10:29:32 AM by compsos »
Regards

Gordon............

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Unknown log entry ( to me )
« Reply #2 on: November 30, 2008, 11:09:32 AM »
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

Offline compsos

  • *
  • 472
  • +0/-0
Re: Unknown log entry ( to me )
« Reply #3 on: November 30, 2008, 10:28:13 PM »
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?
Regards

Gordon............

Offline Teviot

  • *
  • 610
  • +0/-0
Re: Unknown log entry ( to me )
« Reply #4 on: December 01, 2008, 02:29:23 AM »
Here is my queues.conf file from the general edit tab

Code: [Select]
;#------------------------------------------------------------
;# 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
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.