Not sure what this error mean

My asterisk is install on vps , centOS 5 , openvz.

I am getting error on the last 2 lines. Any ideas what is wrong?

[quote][root@server asterisk]# safe_asterisk
[root@server asterisk]# [Jan 13 07:51:11] NOTICE[21688]: cdr.c:1371 do_reload: CDR simple logging enabled.
[Jan 13 07:51:11] NOTICE[21688]: loader.c:843 load_modules: 138 modules will be loaded.
[Jan 13 07:51:11] WARNING[21688]: res_smdi.c:722 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4094 pbx_load_module: Starting AEL load process.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4101 pbx_load_module: AEL load process: calculated config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4109 pbx_load_module: AEL load process: parsed config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4112 pbx_load_module: AEL load process: checked config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4114 pbx_load_module: AEL load process: compiled config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4117 pbx_load_module: AEL load process: merged config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: pbx_ael.c:4120 pbx_load_module: AEL load process: verified config file name ‘/etc/asterisk/extensions.ael’.
[Jan 13 07:51:11] NOTICE[21688]: src/chan_h323.c:1885 reload_config: Unable to load config ooh323.conf, OOH323 disabled
[Jan 13 07:51:11] NOTICE[21688]: pbx_dundi.c:447 reset_global_eid: No ethernet interface found for seeding global EID You will have to set it manually.

[/quote]

They are just notices. The second to last one is telling you that you have no configuration for h323 so it will not load and the last one is saying that you have not set up DUNDi correctly. If you are not using h323 or DUNDi I would not worry about them.

Hi dovid,

What is h323 and DUNDi ?

H323 is an older VOIP protocol. DUNDi is p2p for distributing and keeping track (?) of calls.
voip-info.org/wiki/view/H.323
voip-info.org/wiki-DUNDi

Hi Dovid,

Thanks alot~ :stuck_out_tongue: