Package org.smslib.notify

Examples of org.smslib.notify.CallNotification


              getGateway().getATHandler().switchToCmdMode();
              getGateway().getModemDriver().write("ATH\r");
              getGateway().getModemDriver().getResponse();
              response = event.response;
            }
            Service.getInstance().getNotifyQueueManager().getNotifyQueue().add(new CallNotification(getGateway(), getOriginator(response)));
            //if (Service.getInstance().getCallNotification() != null) Service.getInstance().getCallNotification().process(getGateway().getGatewayId(), getOriginator(response));
          }
          else if (event.event == AsyncEvents.USSDRESPONSE)
          {
            Logger.getInstance().logDebug("Inbound USSD response detected!", null, getGateway().getGatewayId());
View Full Code Here

TOP

Related Classes of org.smslib.notify.CallNotification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.