regarding configuring Brekeke based on domain name

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
karrisunitha
Posts: 2
Joined: Mon Aug 04, 2008 2:26 am

regarding configuring Brekeke based on domain name

Post by karrisunitha »

1. Brekeke Product Name and version: Brekeke SipServer Version: 2_1_6_6

2. Java version: jre -6u7 -windows

3. OS type and the version: windows xp

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

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

6. Your problem:

Hai this is Sunitha , I am quite new to Brekeke Server and I face the following problem .

My objective is that the Brekeke server must forward the INVITE message it received from SJ phone to "my application" based upon the "domain name".

Scenario:
-------------
1. In SJ phone I type the destination address as "a@XYZ .com"

where the 'a' is a endpoint located in some other network (let that network be H323 network)

2. Now both my SJ phone and "my application"(which is nothing but a interworking application between H323 and SIp network) are registered with Brekeke server .

NOTE:

"my application" registered with Brekeke as "root@10.10.10.10" .

3.Now when i make a call INVITE message goes from SJ phone Brekeke server with the TO header field as "a@XYZ.com" .

4. Now what I want is that Brekeke must forward this INVITE message to the address in which "my application" is running .

(i.e) to 10.10.10.10 ....

5 . Also when i make a call from any other SIP EP (that is registered with Brekeke ) as "c@XYZ.com" , then also the call must be forwarded to "my application" .

By the way i tried in the following in the "Dial Plan" option provided by the Brekeke server .

In the " Matching pattern " field i gave as "To=sip:a@xyz.com "
and in the "Deploy Pattern " field i gave as "To=sip"a@10.10.10.10" .

This worked fine for one call . But when i tried calling "b@xyz.com" from the same SJ Phone i didnot work.


Thanks in Advance.

Regards,
Sunitha.
karrisunitha
Posts: 2
Joined: Mon Aug 04, 2008 2:26 am

regading configuring berkeke based on domain name

Post by karrisunitha »

Hai ,

I was able to find one solution , this solves my problem , but is not
the exact solution.

In "Matching Patterns" field I gave as "$request=^INVITE"

and in "Deploy Patterns" field I gave "$target=sip:10.10.10.10"

I was able to route the call to "10.10.10.10".

By doing so when I dialled "a@xyz.com" , the call was forwarded to "10.10.10.10" and when I typed "b@xyz.com" call was forwarded to "10.10.10.10" (This solves my problem)

But even if i call as "a@lmn.com" the call is going to "10.10.10.10"
which must not be the case...

Hence the problem is still open.

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

Post by janP »

I think ... you need to read the document (DialPlan guide) again...
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

You need to set the following in the Matching Pattern.

----------------------
$request = ^INVITE
To = xyz.com
----------------------
Post Reply