Commit Graph

3889 Commits (915de454f806387d00aef0eb38424d578c7e9ef9)

Author SHA1 Message Date
Joshua Colp 915de454f8 res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP.
12 years ago
Corey Farrell 23d1b904b0 Ensure REF_DEBUG records entrys for attempts to ao2_ref an invalid object
12 years ago
Matthew Jordan 0b9601052b udptl: Correct FEC to not consider negative sequence numbers as missing
12 years ago
Kinsey Moore b583f708cb Fix build warnings with TEST_FRAMEWORK enabled
12 years ago
Igor Goncharovskiy 07a0838e2a 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.
12 years ago
Richard Mudgett 11553fd489 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
12 years ago
Rusty Newton 7e2ed2e032 main/pbx - documentation - enhance 'core show hints' and 'core show hint' help text
12 years ago
Richard Mudgett df686c50d8 AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
12 years ago
Richard Mudgett 33a4ae86a1 format.c: Fix misuse of hash container function.
12 years ago
Corey Farrell 2173e79720 autoservice: stop thread on graceful shutdown
12 years ago
Jonathan Rose a92d272d2f chan_sip: Fix order of variables specified in SIPNotify action
12 years ago
Richard Mudgett 4cc6c7683c config: Fix config files not reloading when only an included file changes.
12 years ago
Matthew Jordan c0494ad9c9 main/config.c: AMI action UpdateConfig EmptyCat clears all categories
12 years ago
Kinsey Moore b4042d348f PBX: Prevent incorrect hint parsing
12 years ago
Walter Doekes 4471447ea8 rtp: Fix case typo in H263+ mime.
12 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
12 years ago
Joshua Colp 50925e6c24 app_queue: Extend documentation for various Manager actions and events.
12 years ago
Richard Mudgett 709d39b662 chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.
12 years ago
Richard Mudgett 7594bb6041 http: Fix spurious ERROR message in responses with no content.
12 years ago
Kinsey Moore d924b4cdae HTTP: Add TCP_NODELAY to accepted connections
12 years ago
Matthew Jordan d78c26ac97 main/Makefile: Fix build failure on SmartOS/Illumos/SunOS
12 years ago
Corey Farrell 6bf7f01aee autoservice: fix reference leak of logger callid.
12 years ago
Matthew Jordan 33d1220bee main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output
12 years ago
Richard Mudgett 67ba890a5d Internal timing: Add notice that the -I and internal_timing option are no longer needed.
12 years ago
Richard Mudgett 8382e5fbcc config: Fix CB_ADD_LEN() to work as originally intended.
12 years ago
Richard Mudgett 45ebd29e10 internal_timing: Remove the option and always make it enabled if a timing module is loaded.
12 years ago
Corey Farrell 6208cfee0d app_voicemail: fix missing symbol
12 years ago
Scott Griepentrog 90cb9c4711 http: response body often missing after specific request
12 years ago
Corey Farrell 8fe29356ac Fix dialplan function NULL channel safety issues
12 years ago
Corey Farrell 90fa4e3c36 main/formats: Fix crash in ast_format_cmp during non-clean shutdown.
12 years ago
Joshua Colp 818f476893 say: Fix a bug where SayNumber in Polish tries to play incorrect sound.
12 years ago
Russ Meyerriecks d2e4c2208e !fixup: callerid: Logic error in checksum processing
12 years ago
Russ Meyerriecks 4a0a04e5ca callerid: Logic error in checksum processing
12 years ago
Jonathan Rose 83fe45376c manager: fix memory leak in manager_add_filter function
12 years ago
Mark Michelson 59ca55e7b7 Remove an extra ast_cond_wait() that slipped through the patch.
12 years ago
Mark Michelson 0edf689519 Prevent delayed astdb syncs.
12 years ago
Richard Mudgett 771a703366 AST-2014-001: Stack overflow in HTTP processing of Cookie headers.
12 years ago
Kinsey Moore a14a4d5194 config: Fix inverted test
12 years ago
David M. Lee 647c6859db Corrected cross-platform stat nanosecond code
12 years ago
Kinsey Moore bac36c6b82 AO2: Add an assert for bad objects
12 years ago
Kinsey Moore b5b1e27266 rtp_engine: Clean up after a failed remote bridge
12 years ago
Matthew Jordan 6224e9521a doxygen: Tweak the link back to ye olde Digium website
12 years ago
Matthew Jordan 6087765a48 rtp_engine: fix crash during remote native bridging when calling get_codecs
12 years ago
Corey Farrell 5a7221decb Remove extra defines of AST_PBX_MAX_STACK.
12 years ago
Kevin Harwell 574fefa004 rtp_engine: Dynamic payload change in rtp mapping not supported
12 years ago
Kevin Harwell 1f842e3974 rtp_engine: Output mixup in ${CHANNEL(rtpqos,audio,all)}
12 years ago
Kevin Harwell abc6d90f72 channel.c: MOH is not working for transferee after attended transfer
12 years ago
Richard Mudgett 6271995d24 config: Add file size and nanosecond resolution fields to the cached modified config file information.
12 years ago
Matthew Jordan 991c953da0 pbx: Handle a completely empty dialplan during a context merge
12 years ago
Scott Griepentrog 8387e420b9 pbx: ast_custom_function_unregister resource leak
12 years ago