|  |
 |
|
 |
| |
Original AMP enhancements
The original utilities to enhance ('Enhanceme') AMP, A@H, Asterisk and Cisco XML. and Speed Dialing are now in the download area (They still remain on Sorceforge as well). This download also includes the original Paging using custom meetme routines. Intercom by dialing 0 + Ext #. browsing AMP's extensions on your phones LCD and the Backup patch for Asterisk@Home maint screen.
The paging and Cisco phone display reoutines are still appropiate. The speedial routine has been converted to module form for FreePBX, but it is not in this old AMP release. I will document the new speeddial module and put it in the upload area in the near future.
Paul Norris
|
|
 |
|
 |
| |
Posted by master on Friday, December 15 @ 18:02:29 EST (1381 reads)
(comments? | Score: 0) |
|
 |
 |
 |
 |
|
 |
| |
Notification of a down T1 line
Overview:
I've read and discussed various methods to track my clients T1 status. I don't like to reinvent the wheel but sometimes it is necessary. Using Sangoma's T1 (A101 & A102) cards, but any card would work, I came to realize that most of the T1 outages did not stop the server or Asterisk.
This is not entirely true. There are cases where Asterisk crashes from an oscillating T1 line, but I noticed there is a usually a lag - enough to send out warnings. Warnings by email, txt message, beeper and phone calls using the backup phone lines and the email system.
So realizing we have a minute or two before the possible final crash, at best no T1, I wrote a few routines to notify me and the client so the proper steps can be taken.
It goes like this. A cron job is run every minute or two checking the PRI status (I use PRI interfaces). If the PRI is down a script is run to email the customer instructions on who to contact, the account, circuit and which line to do an RCF (Remote Call Forward) on. In addition, a call is made to my office, my cell, the clients primary operator extension and a beeper.
There is a failsafe built in to stop too many notifications by using the Asterisk database to hold variables. These variables are set and cleared as the T1 line status changes. I do not want to be notified more than three times that the T1 is still down and I want to know when it comes back up.
Lets continue on to the coding....
|
|
 |
|
 |
| |
Posted by master on Monday, November 06 @ 00:00:00 EST (5673 reads)
(Read More... | 6331 bytes more | Score: 4.91) |
|
 |
 |
 |
|  | |