1. Brekeke Product Name and version: Brekeke SIP Server , Version 2.3.7.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: I added a dialplan and now no "Registered Clients" are showing but calls do show up in the "Active sessions" tab. My BSS is set to relay traffic and i also have asterisk & serproxy server that does the sip messaging/registration. Is it possible to see regisetered clients on BSS eventhough my asterisk & serproxy is doing the sip messaging/regisration?
Dial plan I added:
Matching patterns:
$request=^REGISTER
To=sip:(.+)@x.x.x.x (this is my serproxy address)
Deploy patterns:
$target=x.x.x.x (this is my serproxy address)
Dial plan added, now no Registered Clients showing
Moderator: Brekeke Support Team
>> Can I list multiple servers in the "Register Server" field?
No.
But you can use the DialPlan rule below to define the target address with IP address.
-------------------------------
[Matching patterns]
$request = ^REGISTER
To = sip:(.+)@x.x.x.x (this is a serproxy address)
[Deploy patterns]
&net.registrar.upper.allow = true
&net.registrar.upper.url = x.x.x.x (this is a serproxy address)
$continue = true
-------------------------------
No.
But you can use the DialPlan rule below to define the target address with IP address.
-------------------------------
[Matching patterns]
$request = ^REGISTER
To = sip:(.+)@x.x.x.x (this is a serproxy address)
[Deploy patterns]
&net.registrar.upper.allow = true
&net.registrar.upper.url = x.x.x.x (this is a serproxy address)
$continue = true
-------------------------------