Search found 36 matches

by Andrea
Wed Nov 07, 2007 12:22 pm
Forum: Brekeke PBX Forum
Topic: call recording mail..
Replies: 3
Views: 6111

I think that is only for Voicemail, Brekeke PBX can not send recorded files by e-mail.

Andrea
by Andrea
Wed Nov 07, 2007 12:19 pm
Forum: Brekeke SIP Server Forum
Topic: NAT transversal
Replies: 6
Views: 7104

I'm not sure but maybe you can set the field like the one in Dial Plan Matching Patterns.
Such as ^10.*|^11.*


Andrea
by Andrea
Wed Nov 07, 2007 12:15 pm
Forum: Brekeke SIP Server Forum
Topic: Sip and RTP encryption
Replies: 2
Views: 5293

I don't think they support SIP & RTP encryption.

Some phones support RTP encryption.
Brekeke SIP Server can relay encrypted RTP.
So it will work fine with Brekeke SIP Server.

Brekeke PBX doesn't handle encrypted RTP.

Andrea
by Andrea
Wed Nov 07, 2007 12:12 am
Forum: Brekeke JTAPI SDK Forum
Topic: How to add JTAPI to existing java 1.6 : Beginner
Replies: 3
Views: 4593

Your question is not related to Brekeke JTAPI SDK. Just include those downloaded java files into the build path of your development environment and implement JTAPI, then create your own application. There are detailed documentations for the JTAPI specification in the same sun site. I recommend you ...
by Andrea
Fri Oct 26, 2007 2:05 pm
Forum: Brekeke SIP Server Forum
Topic: brekeke configuration and can this be done using ondo?
Replies: 1
Views: 4049

Which header do you want to add the info (caller ID & DNIS) to?
Can't you just forward the call to external provider?
Then I think From header should include the caller ID and To header includes DNIS.

Andrea
by Andrea
Fri Oct 26, 2007 1:55 pm
Forum: Brekeke PBX Forum
Topic: How to bar IDD calls
Replies: 3
Views: 7977

Hi, You should not set a user number in action. $action = 603 means the error response 603 (Decline) will be returned to the caller. Example (to ban the user 9001 to call international call): Matching Patterns: $request = ^INVITE To = sip:9(.{10,})@ From = sip:9001@ Deploy Patterns: $action = 603 ...
by Andrea
Thu Oct 25, 2007 5:26 pm
Forum: Brekeke SIP Server Forum
Topic: Sip Server Configuration
Replies: 1
Views: 4799

Hi,

Why do you need to use the Dataflex gateway for the communications over the internet? Do you want to make a VPN and let SIP communications go through the VPN?
I'm just curious.
I don't think you need two SIP Servers. Just one SIP Server is enough.

Thanks,
Andrea
by Andrea
Thu Oct 25, 2007 5:15 pm
Forum: Brekeke PBX Forum
Topic: Use two account ARS at different TIMES
Replies: 5
Views: 8617

Hi, How about this? Matching Patterns $request=^INVITE to=sip:(90.+)@ $time=^..:[0-2] (change 30 min) From = sip:(.*)@ Deploy Patterns From = sip:user2%2@<pbx_IP_address> target = localhost:15060 -------------------------------------------------------------- Matching Patterns $request=^INVITE to=sip ...
by Andrea
Thu Oct 18, 2007 2:22 pm
Forum: Brekeke SIP Server Forum
Topic: I am getting only one successful call
Replies: 5
Views: 7719

Hi,

Check Admintool's [Sessions] menu.
While you are talking, is the session status "Talking"?

Andrea
by Andrea
Thu Oct 18, 2007 2:19 pm
Forum: Brekeke SIP Server Forum
Topic: SIP server behind firewall
Replies: 1
Views: 4123

by Andrea
Tue Oct 16, 2007 4:50 pm
Forum: Brekeke SIP Server Forum
Topic: 2 Windows Messenger cannot connect with each other
Replies: 1
Views: 5664

I think Presence & Message feature of WM is not supported by Brekeke. But I think you can make a call each other. Try :)

Andrea
by Andrea
Tue Oct 16, 2007 4:43 pm
Forum: Brekeke PBX Forum
Topic: call does not released in case of internet connection failed
Replies: 2
Views: 5203

Hi,
There is RTP Session Timeout setting in both PBX and SIP Server.
If RTP go through the server and no RTP packet received for the period of Timeout, the call should be disconnected.
Check those settings.

Andrea
by Andrea
Fri Aug 17, 2007 10:53 am
Forum: Brekeke JTAPI SDK Forum
Topic: Sample4 Error Message
Replies: 3
Views: 4764

It may be a codec.
Check which codec is set in the phone.
Try set PCMU (G.711 ulaw) for all phones.

Andrea
by Andrea
Wed Aug 15, 2007 1:44 pm
Forum: Brekeke JTAPI SDK Forum
Topic: Sample4 Error Message
Replies: 3
Views: 4764

Hi Han,

I got the same error message with sample4.
But all each user could hear other users voices with no problem.
I think the sample is no problem.

What phone did you use for user3?
Is microphone enabled?

Andrea
by Andrea
Thu Aug 02, 2007 1:29 pm
Forum: Brekeke PBX Forum
Topic: Problem with the auto attendant
Replies: 1
Views: 5933

Hi,
I think the link http://www.brekeke-sip.com/bbs/viewtopic.php?t=1096 is helpful :)

Andrea
by Andrea
Thu Aug 02, 2007 1:22 pm
Forum: Brekeke PBX Forum
Topic: Video support on Brekeke 2.0 PBX
Replies: 1
Views: 5571

>3) I disabled the "To PBX" rule but didn't work.

What error response did you get?

Andrea
by Andrea
Wed Aug 01, 2007 11:51 am
Forum: Brekeke JTAPI SDK Forum
Topic: About Sample Code
Replies: 5
Views: 6924

JSTsai,

Try adding current directory "." in your class path.

Andrea
by Andrea
Fri Jul 27, 2007 12:16 pm
Forum: Brekeke JTAPI SDK Forum
Topic: About Sample Code
Replies: 5
Views: 6924

Hi,

"java.lang.NoClassDefFoundError"
It's still classpath problem.

Run with the following command:
java -classpath <specify jar path>;<jar path>;<jar path> CalloutPlay


Andrea
by Andrea
Thu Jul 26, 2007 4:56 pm
Forum: Brekeke JTAPI SDK Forum
Topic: About Sample Code
Replies: 5
Views: 6924

You need to include all jar files that Brekeke provided in classpath.

Cheers,
Andrea
by Andrea
Tue Jun 26, 2007 4:25 pm
Forum: Brekeke JTAPI SDK Forum
Topic: Address already in use: Cannot bind
Replies: 4
Views: 5373

I mean the port that JTAPI uses, not SIP Server.
You set the port in provider.properties (mysipport).

Andrea
by Andrea
Mon Jun 25, 2007 3:43 pm
Forum: Brekeke JTAPI SDK Forum
Topic: Address already in use: Cannot bind
Replies: 4
Views: 5373

If you try to open 2 or more JTAPI applications at the same time on the machine or if you are running some other machine which is using the same port as your application, the error occurs.

Andrea
by Andrea
Wed Jun 20, 2007 3:53 pm
Forum: Brekeke JTAPI SDK Forum
Topic: UL Sounf Files
Replies: 1
Views: 3784

Hi gordsh,

It is 8 k, 1 channel, 8 bit "U-LAW" encoding.
You can use SoX http://sox.sourceforge.net/ to convert from other format of sound file to .ul.

Andrea
by Andrea
Tue Jun 19, 2007 1:49 pm
Forum: Brekeke JTAPI SDK Forum
Topic: How can i get userdata file??
Replies: 1
Views: 3421

If you install Brekeke JTAPI, userdata file should be created in the directory. You need to have userdata and license files in the directory to run your application.

Andrea
by Andrea
Fri Jun 15, 2007 1:52 pm
Forum: Brekeke JTAPI SDK Forum
Topic: pc to GSM Phones
Replies: 4
Views: 4700

Usually, PSTN gateway is hardware.
See http://www.brekeke.com/support/support_ ... ateway.php
for example.

Or, you can use some telephony provider such as vonage to call out to GSM phone. See http://www.brekeke.com/support/support_ ... y_itsp.php .

Andrea
by Andrea
Thu Jun 14, 2007 3:00 pm
Forum: Brekeke JTAPI SDK Forum
Topic: pc to GSM Phones
Replies: 4
Views: 4700

Yes, you will need SIP Server and PSTN gateway.
See the datasheet http://www.brekeke.com/download/downloa ... doc_en.php .


Andrea