asterisk/res
Yousf Ateya e3129b84b1 res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.
First byte of DTLS packet shall be in range 20-63, not 20-64. Refer to RFC
https://tools.ietf.org/html/rfc5764#section-5.1.2 for correct values.

Change-Id: Iae6fa0d72b37c36a27fe40686e0ae6fba3afec31
2015-05-13 04:52:57 -05:00
..
ael Add .gitignore and .gitreview files 2015-04-12 13:49:40 -05:00
pjproject .gitignore updates for 11 2015-04-13 19:29:00 -06:00
snmp Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
Makefile clang compiler warnings: Fix -Wparantheses-equality warnings 2015-03-28 12:39:08 +00:00
res_adsi.c Multiple revisions 369323-369324 2012-06-25 15:55:25 +00:00
res_ael_share.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
res_ael_share.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_agi.c res/res_agi: Make Verbose message for 'stream file' match other playbacks 2014-12-12 22:42:35 +00:00
res_agi.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_calendar.c clang compiler warnings: Fix -Wabsolute-value warnings 2015-03-30 02:44:21 +00:00
res_calendar.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_calendar_caldav.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_calendar_ews.c res_calendar_ews: Relax neon version check to work with 0.30 too. 2014-10-12 07:42:00 +00:00
res_calendar_exchange.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_calendar_icalendar.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_clialiases.c res_clialiases: Fix crash when reloading and re-aliasing an alias that is in use. 2014-02-04 02:20:52 +00:00
res_clioriginate.c Allow support for early media on AMI originates and call files. 2012-08-08 22:39:40 +00:00
res_config_curl.c Properly delimit post data in res_config_curl. 2013-03-25 12:36:33 +00:00
res_config_ldap.c Use LDAP memory management functions instead of Asterisk's 2013-04-10 14:25:44 +00:00
res_config_odbc.c res/res_config_odbc: Fix improper escaping of backslashes with MySQL 2015-03-10 21:32:25 +00:00
res_config_pgsql.c Return the number of rows affected by a SQL insert, rather than an object ID. 2014-05-02 19:50:07 +00:00
res_config_sqlite.c Fix misuses of asprintf throughout the code. 2012-08-21 20:54:19 +00:00
res_config_sqlite3.c We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db. 2014-06-16 09:00:18 +00:00
res_convert.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
res_corosync.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_crypto.c Fix printf problems with high ascii characters after r413586 (1.8). 2014-12-17 09:24:50 +00:00
res_crypto.exports.in Remove built-in AES code and use optional_api instead 2010-07-21 19:11:32 +00:00
res_curl.c Update module support level on a variety of modules and compiler options 2012-08-18 01:08:03 +00:00
res_fax.c res_fax: allow 2400 transmission rate according to v.27ter standard 2015-04-29 15:31:40 -05:00
res_fax.exports.in Log spandsp's fax debug output to the FAX logger level. 2010-05-21 15:15:58 +00:00
res_fax_spandsp.c res_fax: allow 2400 transmission rate according to v.27ter standard 2015-04-29 15:31:40 -05:00
res_format_attr_celt.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_format_attr_h263.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_format_attr_h264.c h264: Fix H264 SDP payload format. 2014-05-13 13:50:10 +00:00
res_format_attr_silk.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_http_post.c Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +00:00
res_http_websocket.c Increase WebSocket frame size and improve large read handling 2015-02-25 20:43:16 +00:00
res_http_websocket.exports.in res_http_websocket: Export symbol for ast_websocket_set_timeout 2014-06-26 18:25:19 +00:00
res_jabber.c AST-2014-011: Fix POODLE security issues 2014-10-20 14:10:28 +00:00
res_jabber.exports.in Fix chan_jingle/gtalk load regression introduced in r346087 2011-12-05 14:47:11 +00:00
res_limit.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
res_monitor.c res/res_monitor: Reset in/out sample counts on Monitor start 2014-12-06 18:15:20 +00:00
res_monitor.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_musiconhold.c res_musiconhold: Fix MOH restarting where it left off from the last hold. 2014-08-25 16:07:28 +00:00
res_mutestream.c Fix dialplan function NULL channel safety issues 2014-03-27 19:13:09 +00:00
res_odbc.c res_odbc: Use negative connection cache for all connections 2015-05-04 06:46:59 -05:00
res_odbc.exports.in res_config_odbc/res_odbc: Fix handling of non-text columns updates with empty values. 2014-03-28 04:27:02 +00:00
res_phoneprov.c Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +00:00
res_pktccops.c Fix printf problems with high ascii characters after r413586 (1.8). 2014-12-17 09:24:50 +00:00
res_pktccops.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_realtime.c Cleanup references to sipusers and sipfriends dynamic realtime families 2011-11-01 19:53:26 +00:00
res_rtp_asterisk.c res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS. 2015-05-13 04:52:57 -05:00
res_rtp_multicast.c res_rtp_multicast: Ensure SSRC is set properly 2013-10-03 18:28:07 +00:00
res_security_log.c Clang: Fix some more tautological-compare warnings. 2015-04-24 10:23:06 -05:00
res_smdi.c Mark res_smdi/res_adsi as 'core' supported modules 2012-06-13 20:28:07 +00:00
res_smdi.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_snmp.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
res_speech.c Fix coverity UNUSED_VALUE findings in core support level files 2012-06-11 15:23:30 +00:00
res_speech.exports.in Allow symbol export filtering to work properly on platforms that have symbol prefixes. 2010-04-02 18:57:58 +00:00
res_srtp.c res/res_srtp: Fix include issue for libsrtp 1.5.0 2014-10-27 01:46:02 +00:00
res_srtp.exports.in Add SRTP support for Asterisk 2010-06-08 05:29:08 +00:00
res_stun_monitor.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_timing_dahdi.c Allow Asterisk to compile under GCC 4.10 2014-05-09 22:28:40 +00:00
res_timing_kqueue.c Refactor ast_timer_ack to return an error and handle the error in timer users 2012-11-05 23:09:30 +00:00
res_timing_pthread.c Prevent res_timing_pthread from blocking callers 2013-04-19 22:25:49 +00:00
res_timing_timerfd.c Refactor ast_timer_ack to return an error and handle the error in timer users 2012-11-05 23:09:30 +00:00
res_xmpp.c res_xmpp: Buddies are always auto-registered when processing the roster 2015-03-25 15:29:39 +00:00
res_xmpp.exports.in Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif. 2012-07-07 17:06:51 +00:00