Search found 237 matches

by taitan
Wed Jul 11, 2018 11:24 am
Forum: Brekeke SIP Server Forum
Topic: Proxy authentication required even if UA is registered
Replies: 15
Views: 21225

Are you still using Brekeke SIP Server version 3.5.2.8?
If so, let you upgrade it to the latest version because there are new logging function which may help your analysis.

http://www.brekeke.com/downloads/sip-server.php
by taitan
Wed Jul 11, 2018 11:07 am
Forum: Brekeke SIP Server Forum
Topic: Sending calls to multiple gateways
Replies: 3
Views: 7698

> Should I place each gateway with its capacity (using route.underlimit) plus $continue=true in its own dial plan entry to make it use sequentially all gateways or can I put al gateways in a single dial plan entry? You don't need "$continue=true" in the DeployPattern because if $route.underlimit ...
by taitan
Mon Mar 26, 2018 2:39 pm
Forum: Brekeke SIP Server Forum
Topic: Avoid SRTP in BSS
Replies: 1
Views: 3328

SRTP is defined in SDP so it is negotiable. It means the gateway simply ignores SDP attributes about SRTP and sends back non-SRTP SDP with 200 OK response. For TLS, it is not negotiable generally. Since Brekeke SIP Server can convert TLS to another transport protocol such as UDP, let you consider to ...
by taitan
Thu Oct 26, 2017 7:31 pm
Forum: Brekeke SIP Server Forum
Topic: Control the number of channels allowed in a SIP trunk
Replies: 7
Views: 7592

Matching Patterns
$request = ^INVITE
$getHost(Contact) = ^1\.1\.1\.1$|^2\.2\.2\.2$
To = sip:(1212.+)@
$route.underlimit("gateway1","30") = true
by taitan
Mon Aug 21, 2017 11:16 am
Forum: Brekeke SIP Server Forum
Topic: Control the number of channels allowed in a SIP trunk
Replies: 7
Views: 7592

Try this.

Matching Patterns
$request = ^INVITE
$addr = ^1\.1\.1\.1$|^2\.2\.2\.2$
To = sip:(1212.+)@
$route.underlimit("gateway1","30") = true

Deploy Patterns
To = sip:%1@172.16.1.101
$routename = gateway1
$continue = true
by taitan
Wed Aug 09, 2017 9:09 pm
Forum: Brekeke PBX Forum
Topic: Delete the record in Push Notification when USER logout
Replies: 1
Views: 16596

Which SIP client product are you using?
by taitan
Wed Aug 09, 2017 9:00 pm
Forum: Brekeke SIP Server Forum
Topic: sip server change contact ip address to its private address
Replies: 5
Views: 6783

Generally an order of these SIP headers are not important.

Is it the same sipphone 2 at both server1 and server 2 testings?

If so, is it the same IP address from server 1 and server 2?
by taitan
Tue Aug 08, 2017 5:26 pm
Forum: Brekeke SIP Server Forum
Topic: sip server change contact ip address to its private address
Replies: 5
Views: 6783

Which firewall product are you using for SIP Server 1? Can you go to [Dial Plan]->[History] page after you make a test call over the Server 1? And then click the latest field number which indicates "INVITE". If so, the both Incoming and Outgoing packets are shown. At the Outgoing packet, check ...
by taitan
Mon Aug 07, 2017 9:03 am
Forum: Brekeke SIP Server Forum
Topic: sip server change contact ip address to its private address
Replies: 5
Views: 6783

Go to [Status]->[SIP Server] status page and find the [interface] filed. Does it show the SIP Server's public IP address? If not, set the public IP address at [Configuration]->[System] page -> [Interface address 1] field, and then restart the SIP Server. Refer the following wiki topic. http://wiki ...
by taitan
Fri Jan 06, 2017 12:17 pm
Forum: Brekeke SIP Server Forum
Topic: 3G/4G Connection Unstable or Failed to Register
Replies: 7
Views: 7389

You can ignore "407" in the error log. It will happen if you use SIP authentication in the SIP Server. SIP client will retry REGISTER with the credential after 407. That's why you found the account record in the [Registered Clients] page. For 408, it seems REGISTER packet or its response was lost in ...
by taitan
Fri Jan 06, 2017 12:05 pm
Forum: Brekeke SIP Server Forum
Topic: Setting source IP on outgoing packets
Replies: 2
Views: 11519

Use Linux's "route" command.
by taitan
Thu May 26, 2016 7:17 pm
Forum: Brekeke SIP Server Forum
Topic: Client on 4G can't get INVITE
Replies: 3
Views: 5365

Which SIP client products are you using?
by taitan
Thu Apr 28, 2016 11:57 am
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

Can you find "404" in the SIP Server's [Logs]->[Error Logs] or [Session Logs]?

If you found "404" in the [Error Logs], you have a problem in DialPlan.
If you found "404" in the [Session Logs], you have a problem in PBX's ARS.
by taitan
Tue Apr 26, 2016 9:10 pm
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

Have you edited DialPlan rules?
If you use ARS, you don't have to edit DialPlan.

Also let me know the name of ITSP if possible..
by taitan
Tue Apr 26, 2016 11:33 am
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

by taitan
Mon Apr 25, 2016 7:56 pm
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

Can you capture INVITE packet if you make a incoming call?
If not, the ISP didn't send calls to the Brekeke PBX.
by taitan
Mon Apr 25, 2016 9:59 am
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

If there are no records which indicate incoming calls, it seems ISP didn't send calls to the Brekeke PBX.

Which ISP is it?
Does the issue happen always?
by taitan
Thu Apr 21, 2016 10:16 am
Forum: Brekeke PBX Forum
Topic: Brekeke MT cannot receive incoming call.
Replies: 25
Views: 46521

Are there any records in [SIP Server]->[Logs]->[Session Logs] and [Error Logs] which indicate incoming calls?
by taitan
Tue Nov 10, 2015 10:53 pm
Forum: Brekeke SIP Server Forum
Topic: How to Generate CDR/Call Logs every hour
Replies: 1
Views: 7947

Have you looked at this API doc? It will meet the requirement.
http://www.brekeke.com/doc/sip/sip_acco ... plugin.txt
by taitan
Tue Nov 10, 2015 10:52 pm
Forum: Brekeke SIP Server Forum
Topic: Cannot turn to P2P when ICE enabled
Replies: 11
Views: 17337

Are INVITE and UPDATE using a same Call-ID?
by taitan
Mon Nov 09, 2015 9:32 pm
Forum: Brekeke SIP Server Forum
Topic: Cannot turn to P2P when ICE enabled
Replies: 11
Views: 17337

Are you sure the above DialPlan rule is executed?
It seems $rtp=false is not called.

Check it at the DialPlan History page.


> c=117.22.xx.xx

Is it the caller side's global IP address?
Or is it the SIP Server's IP address?
by taitan
Mon Nov 02, 2015 6:30 pm
Forum: Brekeke SIP Server Forum
Topic: Proxy authentication required even if UA is registered
Replies: 15
Views: 21225

You don't have to worry about 407 because it happens every time if the SIP Server authenticates SIP requests.

For 481, can you find it in the Error logs page?
Which SIP request method was it? INVITE?
by taitan
Mon Nov 02, 2015 6:09 pm
Forum: Brekeke SIP Server Forum
Topic: Cannot CANCEL a re-INVITE request
Replies: 2
Views: 9532

Since re-INVITE is not initial request, "100 Trying" will not be sent. "any requests" means "any initial request". Refer the Brekeke SIP Server's document about "100 Trying" http://www.brekeke.com/doc/sip/sip_admin_v3.pdf#page=33 > So my question is, how could I cancel the previous re-INVITE? Are ...
by taitan
Thu Jun 18, 2015 12:42 pm
Forum: Brekeke SIP Server Forum
Topic: SIP NOTIFY (Event: check-sync) not relaying to UA
Replies: 21
Views: 23274

As I said, Call-ID of NOTIFY should be unique if you want to catch it with DialPlan. It means DialPlan doesn't catch a SIP packet if it is sent within an existing dialog. Are you sure NOTIFY doesn't share a dialog with other SIP requests such as INVITE or SUBSCRIBE? Add this line in the [Config ...
by taitan
Thu Jun 18, 2015 11:27 am
Forum: Brekeke SIP Server Forum
Topic: SIP NOTIFY (Event: check-sync) not relaying to UA
Replies: 21
Views: 23274

What does "passes through" mean?
Do you mean that the SIP Server forwards NOTIFY without an issue but can not catch it with DialPlan?