The Alias Database or the Phone book Database can be used for this purpose.
I recommend that you host The Alias Database with a 3rd party database system to gain a performance increase.
Search found 246 matches
- Tue Mar 04, 2025 12:22 am
- Forum: Brekeke SIP Server Forum
- Topic: New FCC Requirement to Use DNO List
- Replies: 1
- Views: 34201
- Tue Aug 20, 2024 10:38 pm
- Forum: Brekeke SIP Server Forum
- Topic: Session Logs - Custom fields
- Replies: 4
- Views: 24444
- Mon Aug 19, 2024 11:08 pm
- Forum: Brekeke SIP Server Forum
- Topic: Session Logs - Custom fields
- Replies: 4
- Views: 24444
Try CDR
https://docs.brekeke.com/sip/call-detai ... r-settings
https://docs.brekeke.com/sip/variables-for-cdr
There are %{callidin} and %{callidout}.
https://docs.brekeke.com/sip/call-detai ... r-settings
https://docs.brekeke.com/sip/variables-for-cdr
There are %{callidin} and %{callidout}.
- Fri May 31, 2024 3:36 pm
- Forum: Brekeke SIP Server Forum
- Topic: Delay a call in Dial Rules
- Replies: 4
- Views: 28888
- Tue Apr 30, 2024 4:35 pm
- Forum: Brekeke SIP Server Forum
- Topic: Delay a call in Dial Rules
- Replies: 4
- Views: 28888
- Fri Mar 22, 2024 8:23 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Fri Mar 22, 2024 4:14 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Fri Mar 22, 2024 12:29 am
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Thu Mar 21, 2024 2:42 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Thu Mar 21, 2024 11:36 am
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Thu Mar 21, 2024 9:41 am
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Wed Mar 20, 2024 9:49 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Wed Mar 20, 2024 5:23 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
Is the upstream service provider involved with this no audio issue? This is because you have "$addr=upstream-service-provider-ip" in the rule "3CX-A: Inbound". For having a detailed log, set "SIP Session" in [Diagnostics]>[Debug Logs] page and reproduce the issue. Then find the sv.xxxx.log (eg: sv ...
- Wed Mar 20, 2024 3:40 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Wed Mar 20, 2024 11:49 am
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
You can analyze RTP packets with Wireshark. First, capture packets when you make a call from one 3CX to another 3CX, and say something even if there is no audio. Second, at Wireshark, go to [Telephony]>[RTP]>[RTP Streams]. If there is no RTP stream, $rtp=true is not applied. If there are RTP streams ...
- Wed Mar 20, 2024 11:01 am
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Wed Mar 06, 2024 8:17 pm
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan-Match on 2 Variables
- Replies: 7
- Views: 41321
- Tue Mar 05, 2024 11:06 pm
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan-Match on 2 Variables
- Replies: 7
- Views: 41321
- Tue Mar 05, 2024 12:31 pm
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan-Match on 2 Variables
- Replies: 7
- Views: 41321
- Tue Mar 05, 2024 12:18 pm
- Forum: Brekeke SIP Server Forum
- Topic: Using $If in Dial Plan
- Replies: 4
- Views: 30041
John, you are right.
In DialPlan method parameter, there is no data types such as Boolean and Integer. So the true should be written as "true".
If you are familiar with Java, you can develop your own DialPlan method.
https://docs.brekeke.com/sip/bss-dial-p ... pers-guide
In DialPlan method parameter, there is no data types such as Boolean and Integer. So the true should be written as "true".
If you are familiar with Java, you can develop your own DialPlan method.
https://docs.brekeke.com/sip/bss-dial-p ... pers-guide
- Thu Feb 29, 2024 5:42 pm
- Forum: Brekeke SIP Server Forum
- Topic: Using $If in Dial Plan
- Replies: 4
- Views: 30041
- Thu Feb 29, 2024 5:08 pm
- Forum: Brekeke SIP Server Forum
- Topic: No Audio Between PBXs that are connected to BSS.
- Replies: 25
- Views: 129131
- Mon Feb 12, 2024 12:42 pm
- Forum: Brekeke PBX Forum
- Topic: DTMF
- Replies: 2
- Views: 61979
Refer to "3.4 Set SIP-INFO parameter" in the page below might help you.
https://docs.brekeke.com/interop/jerons ... er-790-pbx
https://docs.brekeke.com/interop/jerons ... er-790-pbx
- Thu Feb 01, 2024 6:18 pm
- Forum: Brekeke SIP Server Forum
- Topic: Preventing "Unauthorized" Outbound Caller ID Numbe
- Replies: 14
- Views: 77267
> .{10,10} portion - Match any character, at least 10 times, but no more than 10 times. Correct? Yes. So it can be .{10} > But what about the '?'? I can't find any reference to that in the documentation (or wiki) for that in a Dial Plan. ? means zero or one occurrences of the preceding element. so ...
- Wed Jan 31, 2024 12:47 pm
- Forum: Brekeke SIP Server Forum
- Topic: Preventing "Unauthorized" Outbound Caller ID Numbe
- Replies: 14
- Views: 77267
> $registered("registered-name") = true
> $addr = ^3CX-PBX-IP-Address$
It can be written as the following.
With the above, you don't have to write 3CX-PBX-IP-Address.
> $addr = ^3CX-PBX-IP-Address$
It can be written as the following.
Code: Select all
$regAddr("registered-name") = ^(.+):
$addr = %1