Search found 2 matches

by zmguy
Thu Dec 15, 2016 8:11 pm
Forum: User Contributions
Topic: Mod to sent text message to two cell phones
Replies: 0
Views: 2320

Mod to sent text message to two cell phones

I wanted to get sms messages to two different mobile phones so i hacked in these changes. In MESSAGE_ADDRESS put in both numbers separated by a semi-colon: 8005551212@txt.att.net;9005551212@messaging.sprintpcs.com These changes are all done in zmFilter.pl function: checkFilter (just a portion) if ...
by zmguy
Thu Dec 15, 2016 5:25 pm
Forum: User Contributions
Topic: [CentOS 6] mod to use ssmtp for text messaging
Replies: 1
Views: 2657

[CentOS 6] mod to use ssmtp for text messaging

I'm using CentOS 6/ZoneMinder1.3 and had problems getting the messaging working with the normal SMTP. I did have to anable SSMTP_MAIL option to get the email for events working but messaging was still not sending. In checking the code in zmfilter.pl it was apparent that the messaging code was not ...