1. Brekeke Product Name and version: Brekeke PBX, Version 2.3.6.0 , Pro
2. Java version:
3. OS type and the version: Ubuntu
4. UA (phone), gateway or other hardware/software involved:
Audiocodes Mediapack 118
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : pattern 2
6. Your problem:
Hello.
I have a problem.
I need to connect Brekeke PBX with Audiocodes Mediapack 118 FXS, but I have no positive results.
I try to do all settings according to http://wiki.brekeke.com/wiki/Interopera ... 4(FXO/FXS). Calls pass only from FXS port of MP to IP phones. Calls from IP phones to MP does not pass (error 404).
What can you advice to solve this problem?
Brekeke and Mediapack
Moderator: Brekeke Support Team
Hi,
Has anybody setup brekeke with Audiocodes Mediapac-118?
The settings that are listed in Brekeke-wikipedia are not working (http://wiki.brekeke.com/wiki/Interopera ... 4(FXO/FXS)).
When an incoming call brekeka gives error 486, although the phone all good - within the network calls are working correctly.
Has anybody setup brekeke with Audiocodes Mediapac-118?
The settings that are listed in Brekeke-wikipedia are not working (http://wiki.brekeke.com/wiki/Interopera ... 4(FXO/FXS)).
When an incoming call brekeka gives error 486, although the phone all good - within the network calls are working correctly.
create a dialplan like below and put it between "From PBX.." dialplan and "To PBX..." dial plan
Matching Patterns:
$request=^INVITE
From = sip: (.+)@gwIP
Deploy patterns:
$target=127.0.0.1:15060
$auth=false
and then create an ARS like
patten-IN
matching patterns:
From: sip:(.+)@gatewayIP
To: sip:(.+)@
deploy patterns;
To:$1
Matching Patterns:
$request=^INVITE
From = sip: (.+)@gwIP
Deploy patterns:
$target=127.0.0.1:15060
$auth=false
and then create an ARS like
patten-IN
matching patterns:
From: sip:(.+)@gatewayIP
To: sip:(.+)@
deploy patterns;
To:$1