- Jan 27, 2025
- Jan 23, 2025
-
-
In case multiple server addresses exist, once client received SIP regisration response 408/503/500 from one address, it will then move to next address. If all addresses are tried and failed, the client will schedule a new retry with certain interval. Following options are added to UCI asterisk sip_service_provider section for configuring SIP failover. - asterisk.sip0.failover_max_retries Max number of failover retries. By default, '-1', which means unlimited. - asterisk.sip0.failover_interval1 The failover begin with the retry interval. By default, 10 seconds. - asterisk.sip0.failover_interval2 After every 3 continuous failed retries (one RETRY trys all server addresses) the interval is used to schedule the next retry. By default, 60 seconds. (cherry picked from commit 927915ea)
-
Erik Karlsson authored
Adapted from: iopsys@d5eb8f63
-
- Jan 21, 2025
-
-
The outbound_proxy was added as per the asterisk doc. https://wiki.asterisk.org/wiki/display/AST/PJSIP+with+Proxies Change-Id: Id942ae1bae9f5e8242b7381d6e1cfd77601d3229 (cherry picked from commit 0e189382)
-
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 (cherry picked from commit 53014fcf)
-
Erik Karlsson authored
(cherry picked from commit f8380c4d)
-
(cherry picked from commit f57639f7)
-
(cherry picked from commit 45d9fc14)
-
- Dec 10, 2024
-
-
Yalu Zhang authored
asterisk-chan-voicemngr_2.1.14: Fix a bug that call clearing tones are not started when two other call parties hangup
-
- Nov 26, 2024
-
-
Yalu Zhang authored
- Fixed a bug in CDR file rename - Increase debug logging for RTP telephone event
-
Yalu Zhang authored
-
- Nov 15, 2024
-
-
Yalu Zhang authored
asterisk-chan-voicemngr-2.1.12: Show more information of channels and sub-channels in CLI "telephony show status"
-
- Oct 25, 2024
-
-
Yalu Zhang authored
Set connection as -1 in chan_voicemngr_close_connection() if there is other call on the line.
-
- Oct 04, 2024
-
-
Yalu Zhang authored
-
Yalu Zhang authored
This config option has become obsolete afterv the below commit in asterisk. voice/asterisk@bbc11efe
-
- Sep 16, 2024
-
-
Vivek Dutta authored
-
- Aug 22, 2024
-
-
Andreas Gnau authored
-
- Jul 11, 2024
-
-
Yalu Zhang authored
Queue DTMF frames to the channel if the call is terminated by Asterisk core or application
-
- Jul 04, 2024
-
-
Yalu Zhang authored
SIP provider like sip0, sip1 other than user (phone number) shall be used in extensions.conf for incoming calls.
-
- Jun 27, 2024
-
-
-
Yalu Zhang authored
Fix a crash when an internal call between two DECT handsets is terminated
-
- Jun 25, 2024
-
-
-
Yalu Zhang authored
Forward inbound RTP telephone event packets to voicemngr transparently.
-
- Jun 13, 2024
-
-
Yalu Zhang authored
- Remove uci option asterisk.sipX.dtmf_mode and use asterisk.sip_options.dtmf_mode for all SIP clients - Remove dtmfrelay from chan_telephony.conf since it is not used any longer. Now this config is got from the peer SIP channel
-
- Jun 07, 2024
-
-
Yalu Zhang authored
-
- Jun 05, 2024
-
-
Yalu Zhang authored
Reduce source jitters by chaning the scheduling policy and priority of the RTP handling threads.
-
- May 23, 2024
-
-
George Yang authored
Fix a deadlock issue triggered by R1
-
- May 15, 2024
-
-
Yalu Zhang authored
Support dynamic DTMF payload type
-
-
- May 08, 2024
-
-
George Yang (IOPSYS) authored
-
- May 02, 2024
-
-
Yalu Zhang authored
-
- May 01, 2024
-
-
George Yang (IOPSYS) authored
No logic changes
-
- Apr 29, 2024
-
-
Wenpeng Song authored
Fix a regression that is introduced by RTP events generated by DSP
-
Reidar Cederqvist authored
-
- Apr 28, 2024
-
-
Erik Karlsson authored
-
Erik Karlsson authored
If multiple arguments are allowed to be passed to echo, it is possible to inject newlines using something like '-e aaa\nbbb\nccc" in UCI. Also fix missing quotation and missing escape_sed
-
- Apr 26, 2024
-
-
George Yang (IOPSYS) authored
-
George Yang (IOPSYS) authored
And also with few improvements.
-
George Yang (IOPSYS) authored
No logic changes
-