Package org.zoolu.sip.message

Examples of org.zoolu.sip.message.Message


         }
      }
     
      if (server_profile.do_proxy_authentication && !msg.isAck() && !msg.isCancel())
      {  // check message authentication
         Message err_resp=as.authenticateProxyRequest(msg)
         if (err_resp!=null)
         {  sip_provider.sendMessage(err_resp);
            return;
         }
      }
View Full Code Here

TOP

Related Classes of org.zoolu.sip.message.Message

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.