Looking for list of advanced configuration parameters

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
scottstu
Posts: 3
Joined: Sat Nov 06, 2010 3:58 am

Looking for list of advanced configuration parameters

Post by scottstu »

1. Brekeke Product Name and version: Brekeke SIP Server 2.2.2.5

2. Java version:

3. OS type and the version: Windows 2003

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:

I am trying to do some debuggin on my dial plan rules and would like to see the logic that is used in a log file some where. I have turned on sip, tcp and registrar logging but I can't seem to find a full list of advanced configuration options.

Any help is appreciated.
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

>> I can't seem to find a full list of advanced configuration options.

What kind of information do you want to see??
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

FYI:
$log variable can be used for debugging on DialPlan .

----------------------------
[Matching Patterns]
$request = ^INVITE
From = sip:(.+)@
To = sip:(.+)@

[Deploy Patterns]
$log = From is %1 To is %2
$continue = true
----------------------------
scottstu
Posts: 3
Joined: Sat Nov 06, 2010 3:58 am

Post by scottstu »

janP wrote:>> I can't seem to find a full list of advanced configuration options.

What kind of information do you want to see??
Hi Jan,

Thanks for the reply.

In a nutshell, here is my problem. I am trying to apply two seperate dial plan rules to an inbound call from a client connected to my brekeke. The problem is that I am matching on my first rule (which adds a + to the number the user dialed) but I am not matching on the second rule which alters the destination host. The particular configuration we are using used to work but has stopped working since we moved VMHosts.

What I am trying to see is verbose logging regarding the dial plan rules so that I can debug why the second rule is not kicking in.

Is there a reference somewhere that shows all of the advanced configuration options that can be set?
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

Hi,

Do you have "$continue = true" in the Deploy Patterns of the first rule?

If you disable the first rule, is only the second rule used?
scottstu
Posts: 3
Joined: Sat Nov 06, 2010 3:58 am

Post by scottstu »

janP wrote:Hi,

Do you have "$continue = true" in the Deploy Patterns of the first rule?

If you disable the first rule, is only the second rule used?
Hi Jan,

It turns out that we have resolved this issue and things are working as expected. I would still like to know the details of any advance configuration paramaters that we can use in the future to help with troubleshooting.

so far, here is what I have managed to find

net.listener.loglevel.file=255
net.sip.loglevel.file=255
net.registrar.loglevel.file=255
net.tcp.loglevel.file=255

I was really hoping to be able to find a comprehensive list of thes parameters.

thanks

s
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

If you are using authentication at the SIP Server.

net.auth.loglevel.file = 255
net.userdir.loglevel.file = 255


I recommend you contact Brekeke to get more information...
Post Reply