/[projects]/smsdaemon/ProxyTransceiver.cpp
ViewVC logotype

Diff of /smsdaemon/ProxyTransceiver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 212 by torben, Sun Dec 21 22:21:36 2008 UTC revision 216 by torben, Tue Dec 23 12:09:08 2008 UTC
# Line 44  void ProxyTransceiver::SendSms(std::stri Line 44  void ProxyTransceiver::SendSms(std::stri
44                  if (to.substr(0,_countrycode.size()) != _countrycode)                  if (to.substr(0,_countrycode.size()) != _countrycode)
45                          to.insert(0, _countrycode);                          to.insert(0, _countrycode);
46          }          }
47            
48            if ( Common::instance()->IsBlacklisted(to))
49            {
50                    Logger::logMessage( "Will not send message to blacklisted phone: " + to);
51                    return;
52            }
53    
54          _transceiver.SendSms(to,message,allowMultipart);          _transceiver.SendSms(to,message,allowMultipart);
55  }  }

Legend:
Removed from v.212  
changed lines
  Added in v.216

  ViewVC Help
Powered by ViewVC 1.1.20