AsteriskNow /tmp Directory Permissions Reset

I have been trying to resolve an issue with AsteriskNow in a Virtual Environment that at random times the Asterisk Server will stop. I thought it was due to low memory in the virtual server but yesterday I increased the memory to 16GB. This morning I restarted the asterisk service and noticed updates available. I tried to process the updates which I received a StackTrace due to not being able to write to the /tmp folder.

Upon investigation I see the /tmp folder having ownership/group of asterisk:asterisk and has 775 as the permission rights. In looking at other asterisk servers they have the t bit set for this folder. If I set the t bit and reboot the server, the t bit is removed.

When the asterisk server stops, it does not write anything in the /tmp folder so I am not sure why the server suddenly stops. It is currently running safe_asterisk. This is a new virtual server due to the previous server, I was not performing the upgrades correctly and started to have all kinds of issues. A few times I did yum update instead of using the proper update script.

Has anyone else experienced this and can shed some light on the topic.

During the night asterisk stopped with the following messages

[2016-10-12 23:26:18] VERBOSE[3320] asterisk.c: Asterisk cleanly ending (0).
[2016-10-12 23:26:18] VERBOSE[3320] asterisk.c: Executing last minute cleanups
[2016-10-12 23:26:18] VERBOSE[3320] res_musiconhold.c: Destroying musiconhold processes
[2016-10-12 23:26:18] VERBOSE[3320] manager.c: Manager unregistered action DBGet
[2016-10-12 23:26:18] VERBOSE[3320] manager.c: Manager unregistered action DBPut
[2016-10-12 23:26:18] VERBOSE[3320] manager.c: Manager unregistered action DBDel
[2016-10-12 23:26:18] VERBOSE[3320] manager.c: Manager unregistered action DBDelTree

Since asterisk does not write anything to the /tmp file this has been a very hard issue to resolve. I would have though that since asterisk stopped that a debug file would have been written to /tmp folder and the reason why it did not was because of the permissions on the /tmp directory. Well this is not the case.

From what I have read online safe_asterisk should dump information to the /tmp folder when it stops.

What might be some other places I can check to find out why asterisk is ending

You only get a core dump if the program crashes. Your log extract shows a normal, controlled, stop.

This happened while everyone who has access to the server was in Bed and does not happen on a regular basis. Sometimes it goes a day and other times it goes a week or even a month. I have even put a SIP Phone in my own home office to check the lights on the phone before I head into the office to make sure the Asterisk server is running.

Yesterday I turned on debugging so asterisk would debug to a different file and let that run but when I got into the office this morning the debugging stopped at 3:30AM and the asterisk service is still running which means the logger was restarted.

I have used the AsteriskNow ISO on the installations. I have 4 servers with the same installation, 1 is a physical server and 3 of them are Virtual. 1 of the virtuals is the one which is showing this issue. I have created a new virtual and just exported/imported only extensions, trunks, voicemail and automatic attended which still displays the same thing on a random basis.

I wish I can afford out of my own pocket to attend Asterisk Training in AL, so I can have a better understanding of this in return assist our local schools on moving towards this technology while saving money in monthly charges.

With that being said: What might be some things I can do to be able to track through logging what is going on as to why the asterisk server stops normally.

This morning the asterisk server stopped again. Here are lines from the asterisk full log file while asterisk was outputting debug and verbose messages.

[2016-10-16 15:24:35] DEBUG[2502] manager.c: Examining AMI event:
Event: PeerStatus
Privilege: system,all
ChannelType: SIP
Peer: SIP/91109
PeerStatus: Registered
Address: 172.16.253.98:5070

[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Allocating new SIP dialog for 03b981112180d86005f6bf1b15b2392d@172.16.255.20:5060 - OPTIONS (No RTP)
[2016-10-16 15:24:35] DEBUG[1855] acl.c: For destination ‘172.16.253.98’, our source address is ‘172.16.255.20’.
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Setting AST_TRANSPORT_UDP with address 172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: SIP call-id changed from ‘03b981112180d86005f6bf1b15b2392d@172.16.255.20:5060’ to ‘23af389e32d7096e67710fba2d3037e5@172.16.255.20:5060’
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Initializing initreq for method OPTIONS - callid 23af389e32d7096e67710fba2d3037e5@172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Trying to put ‘OPTIONS sip’ onto UDP socket destined for 172.16.253.98:5070
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Trying to put ‘SIP/2.0 200’ onto UDP socket destined for 172.16.253.98:5070
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Allocating new SIP dialog for 2c8b74733d48fea5616ed62508e74176@172.16.255.20:5060 - NOTIFY (No RTP)
[2016-10-16 15:24:35] DEBUG[1855] acl.c: For destination ‘172.16.253.98’, our source address is ‘172.16.255.20’.
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Setting AST_TRANSPORT_UDP with address 172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: SIP call-id changed from ‘2c8b74733d48fea5616ed62508e74176@172.16.255.20:5060’ to ‘123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060’
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Initializing initreq for method NOTIFY - callid 123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Trying to put ‘NOTIFY sip:’ onto UDP socket destined for 172.16.253.98:5070
[2016-10-16 15:24:35] DEBUG[1825] devicestate.c: No provider found, checking channel drivers for SIP - 91109
[2016-10-16 15:24:35] DEBUG[1825] chan_sip.c: Checking device state for peer 91109
[2016-10-16 15:24:35] DEBUG[1825] devicestate.c: Changing state for SIP/91109 - state 1 (Not in use)
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: = Looking for Call ID: 23af389e32d7096e67710fba2d3037e5@172.16.255.20:5060 (Checking To) --From tag as065c3924 --To-tag 4fba22148aa965c9i1
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Stopping retransmission on ‘23af389e32d7096e67710fba2d3037e5@172.16.255.20:5060’ of Request 102: Match Found
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Destroying SIP dialog 23af389e32d7096e67710fba2d3037e5@172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: = Looking for Call ID: 123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060 (Checking To) --From tag as2c8a8951 --To-tag 4fba22148aa965c9i1
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Stopping retransmission on ‘123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060’ of Request 102: Match Found
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Got 200 accepted on NOTIFY 123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1855] chan_sip.c: Destroying SIP dialog 123ddb9921d1215f2bd370162fc03cff@172.16.255.20:5060
[2016-10-16 15:24:35] DEBUG[1809] cdr.c: CDR Engine termination request received; waiting on messages…
[2016-10-16 15:24:35] VERBOSE[1809] asterisk.c: Asterisk cleanly ending (0).
[2016-10-16 15:24:35] VERBOSE[1809] asterisk.c: Executing last minute cleanups
[2016-10-16 15:24:35] VERBOSE[1809] res_musiconhold.c: Destroying musiconhold processes
[2016-10-16 15:24:35] DEBUG[2453] manager.c: Examining AMI event:
Event: Shutdown
Privilege: system,all
Restart: False
Shutdown: Cleanly

[2016-10-16 15:24:35] DEBUG[3597] manager.c: Examining AMI event:
Event: Shutdown
Privilege: system,all
Restart: False
Shutdown: Cleanly

[2016-10-16 15:24:35] DEBUG[1809] res_musiconhold.c: Destroying MOH class ‘smoothjazz’
[2016-10-16 15:24:35] DEBUG[1809] res_musiconhold.c: killing 16305!
[2016-10-16 15:24:35] DEBUG[2502] manager.c: Examining AMI event:
Event: Shutdown
Privilege: system,all
Restart: False
Shutdown: Cleanly

[2016-10-16 15:24:36] DEBUG[1809] res_musiconhold.c: mpg123 pid 16305 and child died after 0 bytes read
[2016-10-16 15:24:36] DEBUG[1809] res_musiconhold.c: Destroying MOH class ‘default’
[2016-10-16 15:24:36] DEBUG[1809] res_musiconhold.c: Destroying MOH class ‘none’
[2016-10-16 15:24:36] VERBOSE[1809] manager.c: Manager unregistered action DBGet
[2016-10-16 15:24:36] VERBOSE[1809] manager.c: Manager unregistered action DBPut
[2016-10-16 15:24:36] VERBOSE[1809] manager.c: Manager unregistered action DBDel
[2016-10-16 15:24:36] VERBOSE[1809] manager.c: Manager unregistered action DBDelTree
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Allocating new SIP dialog for 538702e25a71469116c3531823cd72bf@172.16.255.20:5060 - OPTIONS (No RTP)
[2016-10-16 15:24:36] DEBUG[1855] acl.c: For destination ‘172.16.253.254’, our source address is ‘172.16.255.20’.
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Setting AST_TRANSPORT_UDP with address 172.16.255.20:5060
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: SIP call-id changed from ‘538702e25a71469116c3531823cd72bf@172.16.255.20:5060’ to ‘0fa5aeea24a883723ee0436e4cfe9e10@172.16.255.20:5060’
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Initializing initreq for method OPTIONS - callid 0fa5aeea24a883723ee0436e4cfe9e10@172.16.255.20:5060
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Trying to put ‘OPTIONS sip’ onto UDP socket destined for 172.16.253.254:21745
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: = Looking for Call ID: 0fa5aeea24a883723ee0436e4cfe9e10@172.16.255.20:5060 (Checking To) --From tag as34bb3376 --To-tag 1530301341
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Stopping retransmission on ‘0fa5aeea24a883723ee0436e4cfe9e10@172.16.255.20:5060’ of Request 102: Match Found
[2016-10-16 15:24:36] DEBUG[1855] chan_sip.c: Destroying SIP dialog 0fa5aeea24a883723ee0436e4cfe9e10@172.16.255.20:5060
[2016-10-16 15:24:36] DEBUG[1809] asterisk.c: Asterisk ending (0).

Now to figure out how this is happening and why.

That log is showing a normal, manually exit, e.g. using the CLI stop command, or possibly kill.

What might be some log files that I can look at to see why this is happening.

Output from the /var/log/cron
Oct 16 15:23:01 asterisk CROND[13686]: (asterisk) CMD ([ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php)
Oct 16 15:23:01 asterisk /usr/bin/crontab[13696]: (asterisk) LIST (asterisk)
Oct 16 15:23:01 asterisk /usr/bin/crontab[13698]: (asterisk) LIST (asterisk)
Oct 16 15:24:01 asterisk CROND[13775]: (asterisk) CMD (/var/lib/asterisk/bin/pagepro-scheduler.php 2>&1 >/dev/null)
Oct 16 15:24:01 asterisk CROND[13777]: (asterisk) CMD ([ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php)
Oct 16 15:24:01 asterisk /usr/bin/crontab[13786]: (asterisk) LIST (asterisk)
Oct 16 15:24:01 asterisk /usr/bin/crontab[13788]: (asterisk) LIST (asterisk)
Oct 16 15:25:01 asterisk CROND[13896]: (asterisk) CMD ([ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php)
Oct 16 15:25:01 asterisk CROND[13897]: (asterisk) CMD ([ -e /var/www/html/admin/modules/qxact_reports/import_queue_data.php ] && php /var/www/html/admin/modules/qxact_reports/im
port_queue_data.php)
Oct 16 15:25:01 asterisk CROND[13898]: (asterisk) CMD (/var/lib/asterisk/bin/pagepro-scheduler.php 2>&1 >/dev/null)
Oct 16 15:25:01 asterisk /usr/bin/crontab[13909]: (asterisk) LIST (asterisk)
Oct 16 15:25:01 asterisk /usr/bin/crontab[13911]: (asterisk) LIST (asterisk)
Oct 16 15:26:01 asterisk CROND[13970]: (asterisk) CMD (/var/lib/asterisk/bin/pagepro-scheduler.php 2>&1 >/dev/null)
Oct 16 15:26:01 asterisk CROND[13971]: (asterisk) CMD ([ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php)
Oct 16 15:26:01 asterisk /usr/bin/crontab[13979]: (asterisk) LIST (asterisk)
Oct 16 15:26:01 asterisk /usr/bin/crontab[13981]: (asterisk) LIST (asterisk)
Oct 16 15:27:01 asterisk CROND[14061]: (asterisk) CMD ([ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php)
Oct 16 15:27:01 asterisk CROND[14063]: (asterisk) CMD (/var/lib/asterisk/bin/pagepro-scheduler.php 2>&1 >/dev/null)
Oct 16 15:27:01 asterisk /usr/bin/crontab[14070]: (asterisk) LIST (asterisk)
Oct 16 15:27:01 asterisk /usr/bin/crontab[14072]: (asterisk) LIST (asterisk)

Output from /var/log/secure
Oct 16 15:19:01 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:19:01 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:19:36 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:19:37 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:20:12 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:20:12 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:20:47 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:20:47 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:21:22 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:21:23 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:21:58 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:21:58 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:22:33 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:22:33 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:23:08 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:23:09 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:23:44 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:23:44 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:24:19 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:24:20 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:24:37 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:24:55 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:24:55 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:25:30 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:25:30 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:26:05 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:26:05 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:26:36 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:26:36 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:27:11 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:27:11 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:27:46 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:27:46 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:28:21 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:28:22 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:28:57 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:28:57 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:29:32 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:29:32 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:30:07 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:30:08 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:30:43 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:30:43 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:30:59 asterisk sshd[14444]: invalid public DH value: <= 1
Oct 16 15:30:59 asterisk sshd[14444]: Disconnecting: bad client public DH value
Oct 16 15:31:18 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:31:18 asterisk su: pam_unix(su:session): session closed for user asterisk
Oct 16 15:31:53 asterisk su: pam_unix(su:session): session opened for user asterisk by (uid=0)
Oct 16 15:31:54 asterisk su: pam_unix(su:session): session closed for user asterisk

Output from the /var/log/messages
Oct 16 15:12:05 asterisk in.tftpd[12666]: RRQ from 172.16.22.228 filename /spa30e4db8136d8.xml
Oct 16 15:24:55 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:25:30 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:25:44 asterisk in.tftpd[13947]: RRQ from 172.16.253.91 filename /spa30e4db80e234.xml
Oct 16 15:26:05 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:26:36 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:26:46 asterisk in.tftpd[14025]: RRQ from 172.16.253.93 filename /spa30e4db80e243.xml
Oct 16 15:27:11 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:27:46 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:28:22 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1
Oct 16 15:28:57 asterisk php: Unparseable output from getservices - [“Exception: Asterisk is not connected in file /var/www/html/admin/libraries/php-asmanager.php on line
238”,“Stack trace:”," 1. Exception->() /var/www/html/admin/libraries/php-asmanager.php:238"," 2. AGI_AsteriskManager->send_request() /var/www/html/admin/modules/fi
rewall/Smart.class.php:447"," 3. FreePBX\modules\Firewall\Smart->getPjsipContacts() /var/www/html/admin/modules/firewall/Smart.class.php:438"," 4. FreePBX\modules
\Firewall\Smart->getRegistrations() /var/www/html/admin/modules/firewall/Smart.class.php:69"," 5. FreePBX\modules\Firewall\Smart->getAllPorts() /var/www/html/adm
in/modules/firewall/Firewall.class.php:903"," 6. FreePBX\modules\Firewall->getSmartPorts() /var/www/html/admin/modules/firewall/bin/getservices:22"] - returned 1