Dial plan problem

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
bensly
Posts: 27
Joined: Fri Nov 02, 2007 3:56 am

Dial plan problem

Post by bensly »

1. Brekeke Product Name and Version:

2. Java version:

3. OS type and the version:

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

5. Your problem:

i have deployed two dial plan below

1 NAT IP change $request = ^INVITE
$ifsrc = 59.90.xx.xx
$ifdst = 59.90.xx.xx


2 PBX forwarding
$request = ^INVITE
To = sip:(2.+)@ To = sip:%1@192.168.1.236:5060

if i make call to extension 220 PBX forwarding rule not considering by sip server. if i disable 1st rule then 2nd rule is working.

kindly let me know how to make active both rules.

and also please let me know, how to configure below in advance page insted of using dial plan.

$ifsrc = 59.90.xx.xx
$ifdst = 59.90.xx.xx
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

try set $continue = true in first dial plan rule

you send call to local IP 192.168.1.236 but use global interface for connection?
and 5060 is not needed after 192.168.1.236
bensly
Posts: 27
Joined: Fri Nov 02, 2007 3:56 am

Post by bensly »

Hi,
Thanks.its working now.

Regards
Bensly
Harold
Posts: 289
Joined: Sun Sep 21, 2008 10:31 pm
Location: Japan

Post by Harold »

> and also please let me know, how to configure below in advance page
> insted of using dial plan.
>
> $ifsrc = 59.90.xx.xx
> $ifdst = 59.90.xx.xx


Just write them without "$" in the [Configuration]->[Advanced] page.
--------------------
ifsrc = 59.90.xx.xx
ifdst = 59.90.xx.xx
--------------------
Post Reply