Commit Graph

22836 Commits (1.8)
 

Author SHA1 Message Date
Walter Doekes 2305602863 chan_sip: Clarify that sipdebug=yes cannot be undone by the CLI.
11 years ago
Kinsey Moore 7aa79c7881 Bridging: Fix bouncing native bridge
11 years ago
George Joseph 74f3df57de config: bug: fix truncation of included config files on permissions error
11 years ago
Rusty Newton a42ac11c12 Sounds/BuildSystem: Modifications to include new releases and Japanese language.
11 years ago
Jonathan Rose 98fd17b0ac Manager: Require read permission for SYSTEM in order to send FullyBooted
11 years ago
George Joseph e5d3e47fe3 manager: Make WaitEvent action respect eventfilters
11 years ago
Matthew Jordan 50cf9570e3 doc: Add a manpage for the smsq utility
11 years ago
Matthew Jordan 849a6efac1 doc: Add a manpage for the aelparse utility
11 years ago
Matthew Jordan b79b2ae886 LICENSE: Clarify language in Asterisk's LICENSE to allow for linking to UniMRCP
11 years ago
Kinsey Moore 54bf60c118 CallerID: Fix parsing of malformed callerid
11 years ago
Richard Mudgett 6eff978ff7 res_musiconhold: Fix MOH restarting where it left off from the last hold.
11 years ago
Richard Mudgett f565f9a708 res_musiconhold.c: Remove obsolete REF_DEBUG code.
11 years ago
Matthew Jordan 416bd82bda chan_sip: Don't use port derived from fromdomain if it isn't set
11 years ago
Richard Mudgett f92b7fe87d cli.c: Fix tab completion of "module load" when MALLOC_DEBUG is enabled.
11 years ago
Kinsey Moore 0b36c21dfd AMI Docs: Fix Status channel parameter optionality
11 years ago
George Joseph 1c10309a66 func_config: Change 'Not Found' message from ERROR to DEBUG
11 years ago
Matthew Jordan b48faf9716 apps/app_dial: Fix Dial 'z' option
11 years ago
Matthew Jordan 9b92042c17 configure: Undefine FORTIFY_SOURCE prior to defining it for patched gcc
11 years ago
Matthew Jordan 5ee6da4cf2 app_voicemail/app: Remove test events that were duplicated by r421059
11 years ago
Matthew Jordan 9c477681f1 main/file: Move test event to emit PLAYBACK event more consistently
11 years ago
Walter Doekes 6d6c119777 general: Fix memory Corruption in __ast_string_field_ptr_build_va.
11 years ago
Walter Doekes edca0bd412 tcptls: Avoid compiler warning on non-dev-mode.
11 years ago
Richard Mudgett 7153c2c2c5 chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.
11 years ago
George Joseph 76d1ae97d4 pbx_lua: fix regression with global sym export and context clash by pbx_config.
11 years ago
Rusty Newton e3ad222bb0 Manager - Improve documentation for manager commands Getvar and Setvar.
11 years ago
Richard Mudgett dae78b0892 datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Richard Mudgett 9e3411a762 features.c: Allow appliationmap to use Gosub.
11 years ago
Corey Farrell 0789fefda6 chan_sip: sip_subscribe_mwi_destroy should not call sip_destroy
11 years ago
Jason Parker 94afd8c438 Don't cause Asterisk to exit if ooh323.conf not found.
11 years ago
Kinsey Moore 912f2287e9 Fix more dev-mode build issues
11 years ago
Jonathan Rose 3ee4ecb045 func_uri: URIENCODE/URIDECODE - allow empty strings as argument
11 years ago
Corey Farrell 01492e96d9 astobj2: work around REF_DEBUG race which causes out of order log entries
11 years ago
Richard Mudgett 4542181b8a chan_dahdi/sig_pri: Fix type mismatch in the idledial feature's channel creation.
11 years ago
Richard Mudgett 863e7e528c chan_dahdi: Add inband_on_setup_ack compatibility option.
11 years ago
Matthew Jordan 904a6b3910 main/untils: Prevent potential infinite loop in ast_careful_fwrite
11 years ago
Matthew Jordan 67a11896e7 chan_sip: be more tolerant of whitespace between attributes in SDP fmtp line
11 years ago
Corey Farrell 5386eeda30 Ensure REF_DEBUG records entrys for attempts to ao2_ref an invalid object
11 years ago
Corey Farrell d8a04cd816 refcounter.py: prevent use of excessive RAM with large refs logs
11 years ago
Matthew Jordan db3d055e38 udptl: Correct FEC to not consider negative sequence numbers as missing
11 years ago
Corey Farrell c56504a148 chan_sip: Fix handling of "From" headers longer than 256 characters
11 years ago
Rusty Newton d3d407c175 main/features - documentation - reformat examples and options in features.conf.sample to show clearly which options apply in which section
11 years ago
George Joseph c64fde05ab build: Turn FORTIFY_SOURCE off if DONT_OPTIMIZE is set.
11 years ago
George Joseph 356a1f8620 build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better.
11 years ago
George Joseph 46c8b1eefd build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better.
11 years ago
Kinsey Moore 7752d56964 Fix build warnings with TEST_FRAMEWORK enabled
11 years ago
George Joseph 8184532a9f Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c
11 years ago
George Joseph c2c3e17138 Update extensions.lua.sample with naming conflict guidance.
11 years ago
Mark Michelson 964fac8524 Allow the PUSH and UNSHIFT functions to set inheritable channel variables.
11 years ago
Kinsey Moore 21c4871730 MoH: Don't restart stream on repeated start calls
11 years ago
Igor Goncharovskiy b718f91873 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.
11 years ago