- Sep 15, 2022
-
-
Grzegorz Sluja authored
Sequence numbers received in RTP packet need to be forwarded to brcm endpoint since based on this parameter some of RTP statistics are calculated. It was wrong to use the locally generated sequence numbers.
-
Grzegorz Sluja authored
-
- Aug 30, 2022
-
-
Grzegorz Sluja authored
-
- Aug 05, 2022
-
-
Grzegorz Sluja authored
-
- Aug 04, 2022
-
-
Grzegorz Sluja authored
-
- Aug 03, 2022
-
-
Grzegorz Sluja authored
-
- Aug 01, 2022
-
-
Grzegorz Sluja authored
-
SIPSessionID is from Session-ID header field either in INVITE for incoming calls or in 200 OK for outgoing calls.
-
- Jul 08, 2022
-
-
Grzegorz Sluja authored
-
- Jun 29, 2022
-
-
- Jun 28, 2022
-
-
When the internal call "0000" is proceeded from any of DECT handset, busy tone is heared since we always use extension_id=0 for the first outgoing call and the call is directed to the same extension_id = 0. In this case CALL_REJECT is received by asterisk, but connection is not closed due to another channel_state value. Fix it so that connection is properly closed in this case.
-
- Jun 23, 2022
-
-
Grzegorz Sluja authored
-
- Jun 21, 2022
-
-
- Jun 20, 2022
-
-
Yalu Zhang authored
-
- Jun 14, 2022
-
-
Grzegorz Sluja authored
-
- Jun 09, 2022
-
-
- Jun 03, 2022
-
-
- Call waiting is enabled/disabled now per feature_set. Each line has the feature_set defined and each provider (pjsip endpoint) has line selected. From now on call waiting status can be defined in uci config and changed by feature code, as a result corresponding feature set or endpoint cw status will be changed - Rename some functions and variables which had misleading names - Add 5s beep timer indicating incoming call waiting - Fix 20s timeout when there is already another call in progress - Support call waiting/3 way call for DECT - Implement "exceed call count" checking for line/extension/all
-
- May 31, 2022
-
-
Yalu Zhang authored
On receipt of EVENT_CALL_REJECT, hangup all ast_channel that are requested by the same incoming call when the call is in RINGING or CALLWAITING state. Then the caller will be released and all ring signal is stopped.
-
- May 12, 2022
-
-
- Apr 26, 2022
-
-
There are two ways to play tones, 1) by platform API; 2) by asterisk. The ongoing tone will be stopped when a new tone is about to start if both tones are played by platform API. But if the current tone is played by platform API and the new tone is about to be played by asterisk, the existing tone must be stopped explicitly.
-
- Apr 14, 2022
-
-
Asterisk Development Team authored
-
Asterisk Development Team authored
-
Asterisk Development Team authored
-
Ben Ford authored
Adds a new configuration option, stir_shaken_profile, in pjsip.conf that can be specified on a per endpoint basis. This option will reference a stir_shaken_profile that can be configured in stir_shaken.conf. The type of this option must be 'profile'. The stir_shaken option can be specified on this object with the same values as before (attest, verify, on), but it cannot be off since having the profile itself implies wanting STIR/SHAKEN support. You can also specify an ACL from acl.conf (along with permit and deny lines in the object itself) that will be used to limit what interfaces Asterisk will attempt to retrieve information from when reading the Identity header. ASTERISK-29476 Change-Id: I87fa61f78a9ea0cd42530691a30da3c781842406
-
Ben Ford authored
Put checks in place to limit how much we will actually download, as well as a check for the data we receive at the start to ensure it begins with what we would expect a certificate to begin with. ASTERISK-29872 Change-Id: Ifd3c6b8bd52b8b6192a04166ccce4fc8a8000b46
-
Joshua C. Colp authored
Some databases depending on their configuration using backslashes for escaping. When combined with the use of ' this can result in a broken func_odbc query. This change adds a SQL_ESC_BACKSLASHES dialplan function which can be used to escape the backslashes. This is done as a dialplan function instead of being always done as some databases do not require this, and always doing it would result in incorrect data being put into the database. ASTERISK-29838 Change-Id: I152bf34899b96ddb09cca3e767254d8d78f0c83d
- Apr 07, 2022
-
-
Grzegorz Sluja authored
Use audio files "activated" and "de-activated" for set/get status of call waiting feature.
-
- Apr 04, 2022
-
-
Grzegorz Sluja authored
-
- Mar 29, 2022
-
-
George Joseph authored
get_sourceable_makeopts wasn't handling variables with embedded double quotes in them very well. One example was the DOWNLOAD variable when curl was being used instead of wget. Rather than trying to fix get_sourceable_makeopts, it's just been removed. ASTERISK-29986 Reported by: Stefan Ruijsenaars Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2
- Mar 28, 2022
-
-
George Joseph authored
make_xml_documentation was being called with the --validate flag set when it shouldn't have been. This was causing build failures if neither xmllint nor xmlstarlet were installed. The correct behavior is to simply print a message that either one of those tools should be installed for validation and continue with the build. ASTERISK-29988 Change-Id: Idc6c44114e7dd3fadae183a4e22f4fdba0b8a645
-
- Mar 24, 2022
-
- Mar 22, 2022
-
-
- Mar 18, 2022
-
-
- Mar 17, 2022
-
-
Asterisk Development Team authored
-
Ben Ford authored
Change-Id: Ic15cfca9e68efd06a1b12ab2335d52a5890e7170
- Mar 14, 2022
-
-
Boris P. Korzun authored
Omit "unsupported column type 'text'" warning in logs while using text-type column in the PgSQL backend. ASTERISK-29924 #close Change-Id: I48061a7d469426859670db07f1ed8af1eb814712
-
- Mar 11, 2022
-
-
Kfir Itzhak authored
This adds a new AMI action called QueueWithdrawCaller. This AMI action makes it possible to withdraw a caller from a queue, in a safe and a generic manner. This can be useful for retrieving a specific call and dispatching it to a specific extension. It works by signaling the caller to exit the queue application whenever it can. Therefore, it is not guaranteed that the call will leave the queue. ASTERISK-29909 #close Change-Id: Ic15aa238e23b2884abdcaadff2fda7679e29b7ec
-