- Feb 15, 2024
-
-
The outbound_proxy was added as per the asterisk doc. https://wiki.asterisk.org/wiki/display/AST/PJSIP+with+Proxies Change-Id: Id942ae1bae9f5e8242b7381d6e1cfd77601d3229
-
George Yang authored
When applying asterisk server URI, asterisk.sip_service_provider.host should take precedence over asterisk.sip_service_provider.domain. TR104 parameters ...SIP.Network.RegistrarServer and .ProxyServer are all mapped to UCI asterisk.sip_service_provider.host. Change-Id: I685480308740b9ced922274f6837d0471bdf574c
-
George Yang authored
-
- Jan 31, 2024
-
-
- Oct 23, 2023
-
-
Skip to use the combination of `sed` and `escape_sed_substitution` in this case. This fixes the incoming issue after the openwrt lift, due to the syntax and return value for the combination usage of `sed` and `escape_sed_substitution`.
-
- Aug 22, 2023
-
-
Yalu Zhang authored
-
- Jul 21, 2023
-
-
Lukasz Kotasa authored
Option 'fac' in 'tel_options' is not used. We have list of feature codes in prefixinfo settings. Add prefixrange value if prefix is enabled.
-
- Jun 15, 2023
-
-
When the option is '0', no SIP client is functioning.
-
- Jun 01, 2023
-
-
- Retrieve a codec list from a sip provider as the default cap for chan_voicemngr. - For incoming requests, respond with only the first codec in the remote list that is also in the local list(remote_first) to increase stability.
-
- May 29, 2023
-
-
- May 03, 2023
-
-
Now SIP signaling messages can be transported via UDP, TCP and TLS.
-
- Apr 18, 2023
-
-
- Dec 15, 2022
-
-
- Dec 12, 2022
-
-
- Nov 08, 2022
-
-
Grzegorz Sluja authored
"uk" - the default config which support flash-hook (R) only triggering call waiting and 3-way conference. R4 and R5 are for attended and unattended call transfer respectively with a timer. "etsi" - Using R0, R1, R2, to trigger different ways of handling call waiting. R3 for 3-way conference. R4 and R5 are for attended and unattended call transfer respectively without a timer.
-
- Oct 12, 2022
-
-
Grzegorz Sluja authored
The bug happened on a newer version of busybox.
-
- Aug 11, 2022
-
-
- Jul 25, 2022
-
-
Grzegorz Sluja authored
According to pjsip specification, media_encryption parameter should have value of: no - res_pjsip will offer no encryption and allow no encryption to be setup. sdes - res_pjsip will offer standard SRTP setup via in-SDP keys. Encrypted SIP transport should be used in conjunction with this option to prevent exposure of media encryption keys. dtls - res_pjsip will offer DTLS-SRTP setup. We support at the moment only sdes media encryption hence translate encryption=0 from uci config to media_encryption=no in pjsip config and encryption=1 to media_encryption=sdes.
-
- Jul 01, 2022
-
-
Yalu Zhang authored
The original value was "yes" or "no". config_asterisk.sh is also updated for the adaptation. (cherry picked from commit 8b7701f1)
-
Yalu Zhang authored
Outgoing anonymous call is handled in chan_brcm.c based on the 'anonymouscallenable' value from chan_telephony.conf. Additional handling it by the dialplan in extension.conf is not needed and introduced issues.
-
- Jun 22, 2022
-
-
The original value was "yes" or "no". config_asterisk.sh is also updated for the adaptation.
-
Outgoing anonymous call is handled in chan_brcm.c based on the 'anonymouscallenable' value from chan_telephony.conf. Additional handling it by the dialplan in extension.conf is not needed and introduced issues.
-
- Jun 21, 2022
-
-
Yalu Zhang authored
Also correct some indentations.
-
- Jun 20, 2022
-
-
- Jun 02, 2022
-
-
- Apr 11, 2022
-
-
Add Hangup() at the end of the Voice mail extension in order to avoid calling the local phone number after closing the voice mail application by pressing "#".
-
- Apr 04, 2022
-
-
Do some manipulations with users with a UK telephone number, e.g. +441473000281.
-
- Mar 11, 2022
-
-
- Mar 10, 2022
-
-
Remove the unused asterisk.extensionX.boxnumber reference
-
Valid external callback enable config: asterisk.set1.ccbs_enable='1' asterisk.set1.internal_service='0'
-
- Mar 02, 2022
-
-
Yalu Zhang authored
/etc/firewall.sip is also removed. Rules for those SIP and RTP ports shall be configured in firewall directly.
-
- Feb 15, 2022
-
-
- Feb 07, 2022
-
-
The purpose is to remove vendor extensions in TR-104 and use PrefixRange and FacilityAction instead.
-
- Feb 01, 2022
-
-
Yalu Zhang authored
- Also change the listening TCP port from 5061 to 5060 which is the same as UDP as per RFC3261 by default. - Remove firewall rules when stopping asterisk
-
- Jan 25, 2022
-
-
Yalu Zhang authored
Also fix an error in /lib/voice/config_asterisk.sh for default RTP port ranges.
-
- Jan 04, 2022
-
-
The bind directive in pjsip.conf has never been working correctly. This commit fixes the regexp to it matches the layout in the template config.
-
- Dec 08, 2021
-
-
The tr command does not take regular expressions and should not be used with ranges such as [a-z] which furthermore can cause issues if unquoted as they are interpreted by the shell.
-
InterDigitTimerOpen, MaximumNumberOfDigits, MinimumNumberOfDigits and other placeholders
-
-