Skip to main content

Automatically Disconnected from the asterisk server

Posted by 1EzQ on Tue, 09/22/2009

I recently deployed TL MTE with asterisk 1.6.1.2. I didn't use the ISO, instead I did Debian 5.0 install and then installed Asterisk followd by TL. I have almost 30 tenants on the server. The server was running fine until it disconnected from it automatically. Here's what I found in /var/log/messages.

Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: cdr.c:1442 in do_reload: CDR simple logging enabled.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: loader.c:860 in load_modules: 150 modules will be loaded.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: res_smdi.c:1330 in load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:122 in pbx_load_module: Starting AEL load process.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:135 in pbx_load_module: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:138 in pbx_load_module: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:141 in pbx_load_module: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:146 in pbx_load_module: AEL load process: merged config file name '/etc/asterisk/extensions.ael'.
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: pbx_ael.c:149 in pbx_load_module: AEL load process: verified config file name '/etc/asterisk/extensions.ael'.
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'sales-thirdlane': monitor-join at line 15 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'techsupport-thirdlane': monitor-join at line 28 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'sales-Legal': monitor-join at line 186 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'techsupport-Legal': monitor-join at line 199 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'sales-ONE': monitor-join at line 282 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: app_queue.c:1333 in queue_set_param: Unknown keyword in queue 'techsupport-ONE': monitor-join at line 295 of queues.conf
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: chan_sip.c:21778 in build_peer: The 'username' field for sip peers has been deprecated in favor of the term 'defaultuser'
Sep 22 08:23:52 Server asterisk[10608]: WARNING[10608]: translate.c:654 in __ast_register_translator: plc_samples 160 format f
Sep 22 08:23:52 Server asterisk[10608]: NOTICE[10608]: manager.c:4138 in __init_manager: Invalid keyword = <200> in manager.conf [general]
Sep 22 08:23:53 Server asterisk[10608]: NOTICE[10626]: chan_sip.c:16444 in handle_response_peerpoke: Peer '2236-Legal' is now Reachable. (146ms / 2000ms)

Please pardon me if this forum topic doesn't belong here. I am a newbie in Asterisk. Any help would be appreciated.

Regards
Raymond


Submitted by eeman on Tue, 09/22/2009 Permalink

i am not sure what you mean by 'it disconnected from it automatically.' You have an undefined pronoun 'it' describing two different objects.

none of what you pasted is anything more than regular warnings when reloading dialplan. FWIW there has been no 1.6.1.x testing so I cannot speak to your errors regarding the monitor-join syntax but it wont result in anything but a notice. I would delete extensions.ael because we dont use that language and those messages are obnoxious. You do have some error in manager.conf that should not be there but again, nothing that would do anything but generate a notice.