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