Thanks to the help of one sending me a comprehensive set of instructions I do have a remote web server with Allmon functional. Now I am wondering if there is any capability to see recent (not active) connections with Allmon. I suppose this is like CDR in a similar asterisk based PBX. Thanks, Greg
I am also wondering of the use of "Permanent" check box.
Permanent connections are reconnected automatically if the far end reboots or the network fails. If the end that initiated the permanent connection reboots the connection will not be reestablished. You need a startup macro to do that. Reconnects can be monitored with the Asterisk CLI. For example: HB-Hub*CLI> rpt lstats 2530 NODE PEER RECONNECTS DIRECTION CONNECT TIME CONNECT STATE ---- ---- ---------- --------- ------------ ------------- 2521 192.168.1.6 0 IN 103:14:18.191 ESTABLISHED 2523 192.168.1.6 0 IN 127:49:25.382 ESTABLISHED 2529 192.168.1.6 0 IN 103:14:44.239 ESTABLISHED 27439 173.164.198.177 0 IN 22:16:29.610 ESTABLISHED 40501 108.13.3.89 2 IN 22:16:17.877 ESTABLISHED 29227 206.128.121.172 0 IN 22:09:19.586 ESTABLISHED 2531 192.168.1.6 0 IN 20:47:47.36 ESTABLISHED 28020 68.104.125.62 2 IN 17:21:40.634 ESTABLISHED 29520 70.112.52.236 1 IN 12:53:31.694 ESTABLISHED HB-Hub*CLI> -- Tim :wq On Jan 7, 2014, at 2:27 AM, Greg <kb1ncj@gmail.com> wrote:
I am also wondering of the use of "Permanent" check box. _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Allmon only shows current connections, no history. You’d have to dig through the Asterisk logs located at /var/log/asterisk/messages for any history. -- Tim :wq On Jan 7, 2014, at 2:11 AM, Greg <kb1ncj@gmail.com> wrote:
Thanks to the help of one sending me a comprehensive set of instructions I do have a remote web server with Allmon functional. Now I am wondering if there is any capability to see recent (not active) connections with Allmon. I suppose this is like CDR in a similar asterisk based PBX. Thanks, Greg _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Thank you. 73 Greg On 01/07/2014 10:11 AM, Tim Sawyer wrote:
Allmon only shows current connections, no history. You’d have to dig through the Asterisk logs located at /var/log/asterisk/messages for any history. -- Tim :wq
On Jan 7, 2014, at 2:11 AM, Greg <kb1ncj@gmail.com> wrote:
Thanks to the help of one sending me a comprehensive set of instructions I do have a remote web server with Allmon functional. Now I am wondering if there is any capability to see recent (not active) connections with Allmon. I suppose this is like CDR in a similar asterisk based PBX. Thanks, Greg _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Greg -
Tim Sawyer