If it is Responder SIP Server, there is a default DialPlan rule named "SIP_TAP". It handles SIP-TAP conversion.
Also refer to the Responder SIP Server's Reference Guide for more details.
Search found 504 matches
- Sat Jun 28, 2025 11:58 pm
- Forum: Brekeke SIP Server Forum
- Topic: SIP to TAP setup and Troubleshooting
- Replies: 5
- Views: 61
- Thu Jun 26, 2025 7:13 pm
- Forum: Brekeke SIP Server Forum
- Topic: SIP to TAP setup and Troubleshooting
- Replies: 5
- Views: 61
Re: SIP to TAP setup and Troubleshooting
Responder SIP Server converts SIP to TAP so Digione and Phillips don't have to support SIP.
- Thu Jun 26, 2025 12:21 am
- Forum: Brekeke SIP Server Forum
- Topic: SIP to TAP setup and Troubleshooting
- Replies: 5
- Views: 61
Re: SIP to TAP setup and Troubleshooting
Do you want to forward SIP message to a TAP transmitter through two Responder SIP Servers?
Like this?
Responder --(SIP)--> SIP Server 1 --(SIP)--> SIP Server 2 --(TAP/TCP)--< Digione SP --(TAP/serial)--> TAP Transmitter
Like this?
Responder --(SIP)--> SIP Server 1 --(SIP)--> SIP Server 2 --(TAP/TCP)--< Digione SP --(TAP/serial)--> TAP Transmitter
- Tue Jul 23, 2024 10:46 am
- Forum: Brekeke SIP Server Forum
- Topic: Routing a call to an ivr extension (Dial Plan)
- Replies: 8
- Views: 48049
Have you made users in the PBX?
https://docs.brekeke.com/pbx/brekeke-pbx-quick-start
https://docs.brekeke.com/pbx/brekeke-pbx-quick-start
- Mon Jul 22, 2024 8:29 am
- Forum: Brekeke SIP Server Forum
- Topic: Routing a call to an ivr extension (Dial Plan)
- Replies: 8
- Views: 48049
If it is the bundled SIP Server in Brekeke PBX, you don't have to add or modify any DialPlan rules. The default DialPlan rules make all calls go to the PBX.
Instead of tuning DialPlan, let you use IVR in Brekeke PBX to meet the requirement.
FYI:
https://docs.brekeke.com/pbx/auto-attendant
Instead of tuning DialPlan, let you use IVR in Brekeke PBX to meet the requirement.
FYI:
https://docs.brekeke.com/pbx/auto-attendant
- Fri Jul 19, 2024 4:17 pm
- Forum: Brekeke SIP Server Forum
- Topic: Routing a call to an ivr extension (Dial Plan)
- Replies: 8
- Views: 48049
- Thu Jun 27, 2024 5:40 pm
- Forum: Brekeke SIP Server Forum
- Topic: RTP Packets Not Relayed Over 2nd NIC on BSS to UA
- Replies: 2
- Views: 19993
- Wed Jun 05, 2024 4:18 pm
- Forum: Brekeke SIP Server Forum
- Topic: Deploy Pattern matching when using % > 9
- Replies: 2
- Views: 20238
- Tue May 28, 2024 2:36 pm
- Forum: Brekeke SIP Server Forum
- Topic: Brekeke Establishing Interface to AWS
- Replies: 3
- Views: 28046
> - G:52.223.6.9 : domain: [<customer domain>.com] It means you have a setting for this domain under the [Domains] page. Because this domain's IP address is 52.223.6.9 and it is a public IP address, the SIP server puts it in Contact URI if 200 OK is sent to another public IP address. Do you have any ...
- Fri May 17, 2024 9:40 pm
- Forum: Brekeke SIP Server Forum
- Topic: Brekeke Establishing Interface to AWS
- Replies: 3
- Views: 28046
- Wed Jul 13, 2022 10:19 am
- Forum: Brekeke SIP Server Forum
- Topic: session plugin outbound not working
- Replies: 3
- Views: 8753
- Thu Jun 17, 2021 9:14 am
- Forum: Brekeke SIP Server Forum
- Topic: See or download registered client list
- Replies: 3
- Views: 14844
- Fri Nov 20, 2020 6:23 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Wed Nov 18, 2020 2:59 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Thu Nov 12, 2020 5:18 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
Have you put "&net.sip.timeout.bye = 1" in the rule which forwards a call o the PBX? Also the blocking rule must be listed above the forwarding rule. Rule: Block the second INVITE [Matching Patterns] $request = ^INVITE To = sip:(6.+)@ $isTalking(From) = ^true [Deploy Patterns] $response = 486 &net ...
- Thu Nov 12, 2020 3:06 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Thu Nov 12, 2020 12:38 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Thu Nov 12, 2020 12:35 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Tue Nov 10, 2020 9:37 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
I see.If you have " $isTalking(From) " in that rule, any SIP INVITE which have same caller-ID (as From-URI) will be blocked. If you have " $isTalking(To) " in that rule, any SIP INVITE which have same callee-ID (as To-URI) will be blocked. I thought re-send INVITE has same From-URI and To-URI as the ...
- Mon Nov 09, 2020 3:18 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Wed Oct 21, 2020 6:48 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Tue Oct 20, 2020 8:33 am
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Sun Oct 18, 2020 8:13 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
> Will this rule apply to any dial plans with a lower priority after it? Yes. but it only matches if "To = sip:(6.+)@" is fulfilled. > Also let's say the first number is 103, this rule will only block from 103 I assume? Yes. > Let's say a call from 105 is made, this one should still come through ...
- Sat Oct 17, 2020 7:52 pm
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733
- Tue Oct 06, 2020 9:11 am
- Forum: Brekeke SIP Server Forum
- Topic: Blocking duplicate calls from the same source.
- Replies: 30
- Views: 51733