Hi Everyone,
I have scoured the forums all week to try and find a solution to my problem and now I am starting to confuse myself! I am trying to get Asterisk 13.7.2 set up with a few sip desk phones. I initially had AsteriskNow running on ubuntu and it worked internally fine. I wanted to switch to Asterisk 13.7.2 as I want to get a analogue card to connect my PSTN line to the system and believe using Asterisk 13.7.2 would help me achieve this easier.
I have reinstalled from scratch four times now, each time changing the install procedure but my results still remain the same. My question is, what information should I be seeing in the log files if my SIP phones were actually making contact with the server?
Asterisk installs fine and I create the sip.conf and extensions.conf following the Asterisk book and many guides on the net. I set the phones up (the same as I have done previously with AsteriskNow) and they fail to register with the server. I have switched all the sip debugging options on in the asterisk CLI in the hope that I might see some communication from the SIP phones in the log files, but i see nothing. The commands I have been using are:
[logfile]
Full => notice,warning,error,debug,verbose,dtmf
asterisk -vvvvvc
*CLI> core set verbose 5
*CLI> core set debug 5
*CLI> module reload logger
I then try to register the SIP phone (and a software SIP client), stop asterisk and view the file to find nothing has been logged between the starting and stopping entries. Is this normal? Or should I be seeing some kind of communication from my SIP devices, even if they did not register correctly? If this is the case then I suspect Iām having a network/firewall issue maybe? Any help/points in another direction would be much appreciated.
On a side note, I didnāt filter some errors I got from th log file on one test run. At the time I dismissed it as my device wasnāt communicating at all, but while Iām here, I though I would just run it past the experts to make sure I wasnāt dismissing something more important!!!
[Feb 12 09:00:04] WARNING[32157] loader.c: Error loading module āres_ari_events.soā: /usr/lib/asterisk/modules/res_ari_events.so: undefined symbol: stasis_app_register_all
[Feb 12 09:00:04] ERROR[32157] ari/config.c: No configured users for ARI
[Feb 12 09:00:04] ERROR[32157] res_config_pgsql.c: PostgreSQL RealTime: Failed to connect database asterisk on 127.0.0.1:
[Feb 12 09:00:04] ERROR[32157] res_config_ldap.c: No directory URL or host found.
[Feb 12 09:00:04] ERROR[32157] res_config_ldap.c: Cannot load LDAP RealTime driver.
Again any help is greatly appreciated and sorry for the long post!