Mine is like this.
[Matching Patterns]
$request = ^INVITE
$getSIPuser(From) = ^(\S+\*\S+)\*\S+
[Deploy Patterns]
From/uri/user = %1
$continue = true
Search found 70 matches
- Wed Sep 06, 2023 9:31 pm
- Forum: Brekeke SIP Server Forum
- Topic: Changing the FROM uri on deploy pattern
- Replies: 2
- Views: 10409
- Fri Mar 24, 2023 1:54 pm
- Forum: Brekeke SIP Server Forum
- Topic: getting 503
- Replies: 3
- Views: 12297
- Fri Mar 24, 2023 12:06 pm
- Forum: Brekeke SIP Server Forum
- Topic: getting 503
- Replies: 3
- Views: 12297
Have you looked at this Configuration Note?
https://brekeke.com/doc/sip/jeron_conf_ ... _bssv3.pdf
https://brekeke.com/doc/sip/jeron_conf_ ... _bssv3.pdf
- Fri Jan 27, 2023 1:07 pm
- Forum: Brekeke SIP Server Forum
- Topic: Multiple IP addresses in $addr Line
- Replies: 4
- Views: 12510
> $addr = ^xxx.xxx.101.xxx$|^xxx.xxx.102.xxx$ It works. Also it might be written as $addr = ^xxx.xxx.10[12].xxx$ If you allow the range between xxx.xxx.101.xxx and xxx.xxx.102.xxx, you can write $addrRange( "xxx.xxx.101.xxx", "xxx.xxx.102.xxx" ) = ^true FYI: https://docs.brekeke.com/sip/addr https ...
- Thu Dec 15, 2022 3:00 pm
- Forum: Brekeke PBX Forum
- Topic: extensions busy
- Replies: 9
- Views: 15176
- Wed Dec 14, 2022 11:15 pm
- Forum: Brekeke PBX Forum
- Topic: Session Interval Too Small
- Replies: 1
- Views: 9141
- Wed Dec 14, 2022 10:54 pm
- Forum: Brekeke PBX Forum
- Topic: extensions busy
- Replies: 9
- Views: 15176
- Wed Dec 14, 2022 12:49 pm
- Forum: Brekeke PBX Forum
- Topic: extensions busy
- Replies: 9
- Views: 15176
- Wed Oct 19, 2022 10:05 am
- Forum: Brekeke SIP Server Forum
- Topic: SIP Options on older versions
- Replies: 2
- Views: 11161
- Thu Sep 29, 2022 11:51 am
- Forum: Brekeke SIP Server Forum
- Topic: Restricting failover to only occur due to NO response.
- Replies: 7
- Views: 14723
- Tue Sep 27, 2022 11:11 am
- Forum: Brekeke SIP Server Forum
- Topic: sip client shows error: not found.
- Replies: 14
- Views: 20857
> 172.27.0.123 is the Server's IP address. Do you run a SIP phone app on the server's localhost? // yes, only this soft phone can be registered. It seems that your OS blocks SIP packets sent from non-localhost. Usually this issue is caused by a firewall. > Can i install it to other server or linux ...
- Tue Sep 27, 2022 10:56 am
- Forum: Brekeke SIP Server Forum
- Topic: Restricting failover to only occur due to NO response.
- Replies: 7
- Views: 14723
> When a 3xx redirect occurs, is there any indication of that in the Brekeke logs? 3xx SIP response packet will be shown in sv.xxxx.log file. > Is there anywhere in the Brekeke logs to see the failover occurring? "failover" log line will be shown in sv.xxxx.log file. > What I find in the logs is ...
- Fri Sep 23, 2022 10:13 am
- Forum: Brekeke SIP Server Forum
- Topic: Restricting failover to only occur due to NO response.
- Replies: 7
- Views: 14723
- Thu Sep 22, 2022 1:20 pm
- Forum: Brekeke SIP Server Forum
- Topic: Restricting failover to only occur due to NO response.
- Replies: 7
- Views: 14723
> Would there be any difference between setting &failover.timer.inviting = 10 explicitly versus just not setting it at all (thus using the default)? They are same because 10 is the default value. > Could I set &failover.pattern.response = ^$ to test for a null string? Would that effectively ignore ...
- Wed Dec 01, 2021 12:26 pm
- Forum: Brekeke SIP Server Forum
- Topic: Brekeke SIP Proxy as "Unknown Publisher"
- Replies: 1
- Views: 4441
- Wed Dec 01, 2021 12:05 pm
- Forum: Brekeke SIP Server Forum
- Topic: question on Upgrading Apache Tomcat
- Replies: 12
- Views: 11243
Hi ajlindy,
Have you looked at the following wiki topic "How to update web server (Apache Tomcat)" ?
https://docs.brekeke.com/sip/update-web-server
Have you looked at the following wiki topic "How to update web server (Apache Tomcat)" ?
https://docs.brekeke.com/sip/update-web-server
- Wed Nov 03, 2021 10:51 am
- Forum: Brekeke SIP Server Forum
- Topic: Strange response of BSS
- Replies: 3
- Views: 5696
- Mon Oct 18, 2021 11:23 am
- Forum: Brekeke SIP Server Forum
- Topic: Strange response of BSS
- Replies: 3
- Views: 5696
According to these packets, From's tag and Via's branch parameter are different between the First INVITE and the Second INVITE, so it seems the Second INVITE is not re-transmitted packet of the First-INVITE. But the CSeq in the Second INVITE is still "CSeq: 1 INVITE". It is the problem. It should be ...
- Mon Oct 18, 2021 10:56 am
- Forum: Brekeke SIP Server Forum
- Topic: We Want BSS to Proxy 302 Messages back to UAC
- Replies: 2
- Views: 5113
Add the setting below in the Deploy Pattern. [Deploy Pattern] &failover.redirection = false If you want to disable the redirection in the entire SIP server, add the setting below in [Configuration]->[Advanced] page. failover.redirection = false FYI: https://docs.brekeke.com/sip/failover-with-the ...
- Mon Oct 18, 2021 10:43 am
- Forum: Brekeke SIP Server Forum
- Topic: How to remove "P-Preferred-Identity"
- Replies: 4
- Views: 14655
- Fri Nov 13, 2020 12:21 pm
- Forum: Brekeke SIP Server Forum
- Topic: Failover Redundancy question
- Replies: 4
- Views: 6903
&failover.timer.provisional is the timer applied after any provisional response is received. If you need a timer just after an INVITE is sent, use &failover.timer.inviting. The default value is 10 (sec) https://docs.brekeke.com/sip/failover-with-the-dial-plan [Matching Patterns] $request = ^INVITE ...
- Fri Nov 13, 2020 11:37 am
- Forum: Brekeke SIP Server Forum
- Topic: Failover Redundancy question
- Replies: 4
- Views: 6903
- Thu Nov 12, 2020 6:11 pm
- Forum: Brekeke SIP Server Forum
- Topic: Better Way To Create a Dial Plan
- Replies: 2
- Views: 7902
- Thu Oct 22, 2020 8:37 am
- Forum: Brekeke SIP Server Forum
- Topic: A security scanner tripped on Brekeke
- Replies: 28
- Views: 32652
> If we were to tell Brekeke to ALLOW address from two or three specific IP addresses, would it by default BLOCK everything else? No. An IP address marked "Allow" should not be blocked even if the BlockList detects malicious activities from the IP address. If an IP address is marked "Block", the ...
- Wed Oct 14, 2020 2:41 pm
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan Log File Size Increase
- Replies: 1
- Views: 5482