1. Brekeke Product Name and version: 2.4.3.9/286
2. Java version: JRE Ver 6
3. OS type and the version: windows 2003 server SP 2
4. UA (phone), gateway or other hardware/software involved: Zoiper softphone, asterisk
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 9
6. Your problem:
Using evaluation version of brekeke. Trying to send a call from Zoiper to brekeke to asterisk with no luck. I am using Zoiper registered to brekeke. Codec: gsm/ulaw.
I have Brekeke configured to send all calls to asterisk. Calls are failing. Support will not offer any advice. seems they are stuck on me buying a support contract even before I get their product to work.
Matching Pattern
$request=^invite
$addr=10\.0\.0\.113$
Deploy Pattern
$target=10.0.0.146
$auth=false
I change IP address for security. My Brekeke server is using public IP. I can call from one zoiper to another zoiper if they are both registered. I cannot call from Zoiper to asterisk.
I checked all documentation and I could not find a single place to set codec.
Brekeke to asterisk new deployment
Moderator: Brekeke Support Team
try with following dial plan and put it at top of other dial plans, click apply rule after adding dial plan
matching patterns
$request=^INVITE
To = sip:9(.+)@
Deploy Pattern
$auth=false
To= sip:%1@<asterisk_IP>
make call from zoiper by dialing 9+destination_number
Can the call be established?
if not, capture packets and see what response from asterisk
matching patterns
$request=^INVITE
To = sip:9(.+)@
Deploy Pattern
$auth=false
To= sip:%1@<asterisk_IP>
make call from zoiper by dialing 9+destination_number
Can the call be established?
if not, capture packets and see what response from asterisk
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
if you want to foce a codec you use the payloadtype variable in the sip server dial plan.
It's covered on page 19 of the dial plan tutorial.
http://www.brekeke-sip.com/download/bss ... lan_en.pdf
There should be no doubt that Brekeke works with Asterisk. I've personally seen it used many times.
It's covered on page 19 of the dial plan tutorial.
http://www.brekeke-sip.com/download/bss ... lan_en.pdf
There should be no doubt that Brekeke works with Asterisk. I've personally seen it used many times.