org.lastbamboo.common.sip.proxy
Class SipConstants

java.lang.Object
  extended by org.lastbamboo.common.sip.proxy.SipConstants

public class SipConstants
extends Object

Constants for SIP.


Field Summary
static int SIP_PORT
          Listening port.
 
Constructor Summary
SipConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIP_PORT

public static final int SIP_PORT
Listening port. OK, this is crazy, but we don't use 5060 because some ISPs, particularly in India and Pakistan but likely elsewhere, block SIP! Took me awhile to figure that one out from my hotel room in Delhi.

See Also:
Constant Field Values
Constructor Detail

SipConstants

public SipConstants()


Copyright © 2013 LittleShoot. All Rights Reserved.