Dial plan added, now no Registered Clients showing

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
achooi
Posts: 21
Joined: Mon Aug 17, 2009 2:48 pm

Dial plan added, now no Registered Clients showing

Post by achooi »

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)
tuie2
Posts: 57
Joined: Fri Jan 23, 2009 5:16 pm

Post by tuie2 »

$target is not for REGISTER.
Use Upper Registration function instead.
achooi
Posts: 21
Joined: Mon Aug 17, 2009 2:48 pm

Post by achooi »

Can I list multiple servers in the "Register Server" field?
lakeview
Posts: 319
Joined: Thu Nov 15, 2007 11:54 am
Location: Florida

Post by lakeview »

>> 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
-------------------------------
achooi
Posts: 21
Joined: Mon Aug 17, 2009 2:48 pm

Post by achooi »

Thank you for the help! Appreciate it.
Post Reply