am 5de1d36d
: Log outbound proxy address if exists for debugging.
Merge commit '5de1d36dd0415c4cf9afdf093a4915951ef6c770' into gingerbread-plus-aosp * commit '5de1d36dd0415c4cf9afdf093a4915951ef6c770': Log outbound proxy address if exists for debugging.
This commit is contained in:
@ -123,6 +123,7 @@ class SipSessionGroup implements SipListener {
|
||||
properties.setProperty("javax.sip.STACK_NAME", getStackName());
|
||||
String outboundProxy = myself.getProxyAddress();
|
||||
if (!TextUtils.isEmpty(outboundProxy)) {
|
||||
Log.v(TAG, "outboundProxy is " + outboundProxy);
|
||||
properties.setProperty("javax.sip.OUTBOUND_PROXY", outboundProxy
|
||||
+ ":" + myself.getPort() + "/" + myself.getProtocol());
|
||||
}
|
||||
|
Reference in New Issue
Block a user