Kevin Withnall
2006-Jul-29 23:05 UTC
[asterisk-users] FYI - first release of alarm response code.
It consists of a MySql database using triggers, and a PHPAGI script that does the calling. http://www.voip-info.org/wiki/view/MySql+trigger+based+alarm+response+sy stem+for+AlarmReceiver%28%29 Any comments or fixes are welcome. Ill work on * a web setup front end so people can maintain their own areas/users/alerts etc * the ability to alert on 'fail to close' or 'fail to open' * the ability to alert on no comms at all for a site * The ability to put time/day ranges in alerts * The ability to 'sequentially' call responders instead of calling all at once Does anyone have any other suggestions or ideas ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060729/d31ba13c/attachment.htm
Steven
2006-Jul-31 04:23 UTC
[asterisk-users] Re: FYI - first release of alarm response code.
"The ability to 'sequentially' call responders instead of calling all at once" This is a feature that I would like to see integrated into the voicemail system. We have an extension now, that when someone leaves a message, it calls a different number every 5 minutes, until someone actually listens to the message. This is done in case the on call person fails to get the call, it will go to me next, then to members of my staff. This is working on an old PhoneXpress that I am hoping to phase out and get that feature into asterisk. -- -- Steven http://www.glimasoutheast.org "Kevin Withnall" <kevin@ilb.com.au> wrote in message news:4FBA8FED77BE3B49ADF7BF67FC190CA9F1A08F@chlorine.ilbc.ilb.com.au... It consists of a MySql database using triggers, and a PHPAGI script that does the calling. http://www.voip-info.org/wiki/view/MySql+trigger+based+alarm+response+system+for+AlarmReceiver%28%29 Any comments or fixes are welcome. Ill work on · a web setup front end so people can maintain their own areas/users/alerts etc · the ability to alert on 'fail to close' or 'fail to open' · the ability to alert on no comms at all for a site · The ability to put time/day ranges in alerts · The ability to 'sequentially' call responders instead of calling all at once Does anyone have any other suggestions or ideas ? Thanks. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Kevin Withnall
2006-Jul-31 17:26 UTC
[asterisk-users] Re: FYI - first release of alarm response code.
Ill actually be working on this shortly. Ive already designed the system in my head and just need to write it now :-) The problem is it will be fairly integrated into the alarm response code. I don't think it would be hard to write a phpagi script to do this normally. It would just have to... 1. be triggered by a call file in outgoing 2. run the programm see if theres an ack from the user if so, write an ack to the database if not, lookup the next person in the database and write another call file We have a web based job system here that would probably benefit from such a feature. Once the alarm code is written, ill look at this code if you like. Im not the best programmer in the world but I like being able to contribute to the asterisk community. See ya> > "The ability to 'sequentially' call responders instead of > calling all at once" > > This is a feature that I would like to see integrated into > the voicemail system. > > We have an extension now, that when someone leaves a message, > it calls a different number every 5 minutes, until someone actually > listens to the message. > This is done in case the on call person fails to get the > call, it will go to me next, then to members of my staff. > > This is working on an old PhoneXpress that I am hoping to > phase out and get that feature into asterisk.