Moderator: Brekeke Support Team
slaider
Posts: 13 Joined: Fri Aug 18, 2006 2:57 pm
Location: ITA
Post
by slaider » Wed Jun 03, 2009 8:27 am
1. Brekeke Product Name and version: 2.3.6.0
2. Java version: 1.6
3. OS type and the version: win 2k8
4. UA (phone), gateway or other hardware/software involved:
5. Select your network pattern from
http://www.brekeke-sip.com/bbs/network/ ... terns.html : 1
6. Your problem:
After install lates version 2.3.6.0 is not possible riceive call from PSTN, the call is close with code 486 Busy.
The dial plan is update to version 2.2.7.8, with this version all work.
Thanks
Pasquale
hope
Posts: 862 Joined: Tue Jan 15, 2008 4:08 pm
Post
by hope » Wed Jun 03, 2009 2:06 pm
do you have dial plan
Matching Patterns:
$request = ^INVITE
$addr = <ITSP or Device's IP address>
Deploy Patterns:
$auth = false
$continue = true
slaider
Posts: 13 Joined: Fri Aug 18, 2006 2:57 pm
Location: ITA
Post
by slaider » Wed Jun 03, 2009 2:17 pm
Yes
I have this dialplan is configured.
With the release 2.2.7.8 work correctly but if install 2.3.6.0 not work.
The release 2.3.6.0 close the call with 486 User Busy.
Thanks
Pasquale
hope
Posts: 862 Joined: Tue Jan 15, 2008 4:08 pm
Post
by hope » Wed Jun 03, 2009 2:25 pm
do you have any ARS for incoming call from pstn?
if not, create one like
patten-IN
matching patterns:
From: sip:(.+)@gatewayIP
To: sip:(.+)@
deploy patterns;
To:$1
slaider
Posts: 13 Joined: Fri Aug 18, 2006 2:57 pm
Location: ITA
Post
by slaider » Wed Jun 03, 2009 3:08 pm
Ok Thanks
Now Work fine
Pasquale