Alias function in Advanced version

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
hslee
Posts: 15
Joined: Tue Sep 20, 2011 11:28 pm
Location: S. Korea

Alias function in Advanced version

Post by hslee »

1. Brekeke Product Name and version: 2.4.8.6/286.3

2. Java version: 1.6.0_27

3. OS type and the version: Linux cent5

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

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

6. Your problem:

I know the alias function can use in advanced version.
Now I use BSS advanced.

And I added a rule for alias. match pattern is below.

$alias.lookup(1%)=(.+)


But it doesn't work for alias.
That text color is black in "View Rules".
It seems to be invalid conditional function.
The server responese 404 not found only.

Is this normal?
Is not the advanced version I am using?
Thank you
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

> $alias.lookup(1%)=(.+)

It must be
$alias.lookup("%1")=(.+)

> That text color is black in "View Rules".

You don't have to worry about it.
Post Reply