Two java processes running. Is it normal?
Moderator: Brekeke Support Team
Two java processes running. Is it normal?
1. Brekeke Product Name and version: BSS Version 2.3.8.4 Standard
2. Java version: 1.5.0 (build 1.5.0_07-b03)
3. OS type and the version: Windows Server 2003 Ent. Edition. SP2
4. UA (phone), gateway or other hardware/software involved: pap2
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 4
6. Your problem: When I go into Task Manager, I see two java.exe processes running. Is this normal? Even after restarting the BSS it is still the same.
2. Java version: 1.5.0 (build 1.5.0_07-b03)
3. OS type and the version: Windows Server 2003 Ent. Edition. SP2
4. UA (phone), gateway or other hardware/software involved: pap2
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 4
6. Your problem: When I go into Task Manager, I see two java.exe processes running. Is this normal? Even after restarting the BSS it is still the same.
Check this...
Is your Brekeke SIP Server located behind NAT?
If so, you need to put the router's global IP address in the SIP Server's interface settings.
http://wiki.brekeke.com/wiki/Set-port-forwarding
Is your Brekeke SIP Server located behind NAT?
If so, you need to put the router's global IP address in the SIP Server's interface settings.
http://wiki.brekeke.com/wiki/Set-port-forwarding
Hello,
Here is the format for my dialplan rules:
Matching Patterns:
$request=^REGISTER
To=sip:(.+)@x.x.com
Deploy Patterns:
$auth=false
$action=register
$target=x.x.x.x
My BSS is used to forward register requests to my SERproxy and Asterisk servers, it also relays the media. Would my dialplan format cause memory leaks?
Here is the format for my dialplan rules:
Matching Patterns:
$request=^REGISTER
To=sip:(.+)@x.x.com
Deploy Patterns:
$auth=false
$action=register
$target=x.x.x.x
My BSS is used to forward register requests to my SERproxy and Asterisk servers, it also relays the media. Would my dialplan format cause memory leaks?